The extended accounting subsystem (exacct) sometimes reports unrealistically
high values for the user/system CPU time consumed in an interval by a given task.
For example:
GROUP
Catalog = EXT_GROUP|EXC_DEFAULT|EXD_GROUP_TASK_INTERVAL
ITEM
Catalog = EXT_UINT32|EXC_DEFAULT|EXD_TASK_TASKID
Value = 14
ITEM
Catalog = EXT_UINT32|EXC_DEFAULT|EXD_TASK_PROJID
Value = 1000
ITEM
Catalog = EXT_UINT64|EXC_DEFAULT|EXD_TASK_CPU_USER_SEC
Value = 18446744073709551609
These unrealistic value correspond to the migration of a process from one
task to another, e.g. by newtask(1). This bug occurs when the departing process
has a greater cumulative user/system time then the CPU time consumed by
the remaining processes in the given interval.
[Previous description moved to an attachment]
[ Moved to an attachment ]