Hi all, I am looking at logs generated by sacct, and it seems to me that TotalCPUTime and AverageCPUTime are a bit off. AverageCPUTime computes the average CPU time per task. I assumed that AverageCPUTime was then calculated by dividing TotalCPUTime by the number of tasks. However, I get different numbers (which are sort of close but still different).
Is there any explanation for this already, or am I missing something? Thanks, Matthew P.S. - I also tried to compute CPU load and found values where CPU load > 1.0. I computed CPU load as TotalCPUtime/ElapsedTime/AllocatedCPUs. Any ideas here?