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 The job name assigned by the user, or the command string assigned by default at job submission with bsub. If the job name is too long to fit in this field, then only the latter part of the job name is displayed.
The displayed job name or job command can contain up to 4094 characters for
UNIX, or up to 255 characters for Windows.
Long format
| In addition to the fields displayed by default in SUMMARY and by |
| 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. |
COMPL_TIME | Time when the job exited or completed. |
HOG_FACTOR | Average hog factor, equal to "CPU time" / "turnaround time". |
MEM | Maximum resident memory usage of all processes in a job. By default, memory |
| usage is shown in MB. Use LSF_UNIT_FOR_LIMITS in lsf.conf to specify a |
| larger unit for display (MB, GB, TB, PB, or EB). |
CWD | Current working directory of the job. |
SWAP | Maximum virtual memory usage of all processes in a job. By default, swap space is |
| shown in MB. Use LSF_UNIT_FOR_LIMITS in lsf.conf to specify a larger unit |
| for display (MB, GB, TB, PB, or EB). |
INPUT_FILE | File from which the job reads its standard input (see bsub |
OUTPUT_FILE | File to which the job writes its standard output (see bsub |
ERR_FILE | File in which the job stores its standard error output (see bsub |
EXCEPTION STATUS | Possible values for the exception status of a job include: |
| idle |
Platform LSF Command Reference 11