Platform LSF Reference Version 6.2
bacct
Platform LSF Reference
17
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.
The throughput is the number of completed jobs divided by the time period to
finish these jobs (jobs/hour). For more details, see “DESCRIPTION” on page 13.
Brief Format (-b)
In addition to the default format SUMMARY, displays the following fields:
U/UID
Name of the user who submitted the job. If LSF fails to get the user name by
getpwuid(3), the user ID is displayed.
QUEUE
Queue to which the job was submitted.
SUBMIT_TIME
Time when the job was submitted.
CPU_T
CPU time consumed by the job.
WAIT
Wait time of the job.
TURNAROUND
Turnaround time of the job.
FROM
Host from which the job was submitted.
EXEC_ON
Host or hosts to which the job was dispatched to run.
JOB_NAME
Name of the job (see
bsub(1)).
Long Format (-l)
In addition to the fields displayed by default in SUMMARY and by -b, displays the
following fields:
JOBID
Identifier that LSF assigned to the job.
PROJECT_NAME
Project name assigned to the job.
STATUS
Status that indicates the job was either successfully completed (DONE) or
exited (EXIT).
DISPAT_TIME
Time when the job was dispatched to run on the execution hosts.