displays accounting statistics about finished Session Scheduler jobs
By default, displays accounting statistics for all finished jobs submitted by the user who invoked the command.
Searches the specified job log file for accounting statistics. Specify either an absolute or relative path.
ssacct -f log_file job_ID
ssacct -f log_file
ssacct job_ID
The specified file path can contain up to 4094 characters for UNIX, or up to 255 characters for Windows.
Displays information about the specified jobs or job arrays.
Displays information about the specified tasks or task arrays.
Prints Session Scheduler release version to stderr and exits.
Statistics on all tasks in the session. The following fields are displayed:
The total, average, minimum, and maximum statistics are on all specified tasks.
The wait time is the elapsed time from job submission to job dispatch.
The turnaround time is the elapsed time from job submission to job completion.
The hog factor is the amount of CPU time consumed by a job divided by its turnaround time.
In addition to the fields displayed by default in SUMMARY, -l displays the following fields:
Wall clock time in seconds between when the task was submitted to the Session Scheduler and when it has been dispatched to an execution host
Wall clock time in seconds between when the task was submitted to the Session Scheduler and when it has completed running
Status that indicates the job was either successfully completed (done) or exited (exit)
ssacct 108 1[1]
Accounting information about tasks that are:
- submitted by all users.
- completed normally or exited.
- executed on all hosts.
------------------------------------------------------------------------
SUMMARY: ( time unit: second )
Total number of done tasks: 1 Total number of exited tasks: 0
Total CPU time consumed: 0.0 Average CPU time consumed: 0.0
Maximum CPU time of a task: 0.0 Minimum CPU time of a task: 0.0
Total wait time: 2.0
Average wait time: 2.0
Maximum wait time: 2.0 Minimum wait time: 2.0
Average turnaround time: 3 (seconds/task)
Maximum turnaround time: 3 Minimum turnaround time: 3
Average hog factor of a task: 0.01 ( cpu time / turnaround time )
Maximum hog factor of a task : 0.01 Minimum hog factor of a task: 0.01
ssacct -l 108 1[1]
Accounting information about tasks that are:
- submitted by all users.
- completed normally or exited.
- executed on all hosts.
------------------------------------------------------------------------
Job <108>, Task <1>, User <user1>, Status <Done> Command <myjob>
Thu Nov 1 13:48:03 2008: Submitted from host <hostA>;
Thu Nov 1 13:48:05 2008: Dispatched to <hostA>, Execution CWD </home/user1/src>
Thu Nov 1 13:48:06 2008: Completed <done>.
Accounting information about this job:
CPU_T WAIT TURNAROUND STATUS HOG_FACTOR
0.03 2 3 done 0.0113
-------------------------------------------------------------------------
SUMMARY: ( time unit: second )
Total number of done tasks: 1 Total number of exited tasks: 0
Total CPU time consumed: 0.0 Average CPU time consumed: 0.0
Maximum CPU time of a task: 0.0 Minimum CPU time of a task: 0.0
Total wait time: 2.0
Average wait time: 2.0
Maximum wait time: 2.0 Minimum wait time: 2.0
Average turnaround time: 3 (seconds/task)
Maximum turnaround time: 3 Minimum turnaround time: 3
Average hog factor of a task: 0.01 ( cpu time / turnaround time )
Maximum hog factor of a task : 0.01 Minimum hog factor of a task: 0.01