time: Time Resources

1 
1 1.2.1 Time Resources
1 --------------------
1 
1 'E'
1      Elapsed real (wall clock) time used by the process, in
1      [hours:]minutes:seconds.
1 
1 'e'
1      Elapsed real (wall clock) time used by the process, in seconds.
1 
1 'S'
1      Total number of CPU-seconds used by the system on behalf of the
1      process (in kernel mode), in seconds.
1 
1 'U'
1      Total number of CPU-seconds that the process used directly (in user
1      mode), in seconds.
1 
1 'P'
1      Percentage of the CPU that this job got.  This is just user +
1      system times divied by the total running time.
1