LSF Version 7.3 - Using Platform LSF HPC

Thu Jan 22 12:04:39: Running with execution home </home/user1>, Execution CWD
</home/user1>, Execution Pid <18440>;
Thu Jan 22 12:05:39: Done successfully. The CPU time used is 0.1 seconds;
Thu Jan 22 12:05:40: Post job process done successfully;
Summary of time in seconds spent in various states by Thu Jan 22 12:05:40
PEND PSUSP RUN USUSP SSUSP UNKWN TOTAL
7 0 61 0 0 0 68
Use bacct to display accounting information about pset jobs:
bacct -l 329
Accounting information about jobs that are:
- submitted by all users.
- accounted on all projects.
- completed normally or exited
- executed on all hosts.
- submitted to all queues.
- accounted on all service classes.
------------------------------------------------------------------------------
Job <331>, User <user1>, Project <default>, Status <DONE>, Queue <normal>, Co
mmand <sleep 60>
Thu Jan 22 18:23:14: Submitted from host <hostA>, CWD <$HOME>;
Thu Jan 22 18:23:23: Dispatched to <hostA>;
Thu Jan 22 18:23:23: psetid=hostA:23;
Thu Jan 22 18:24:24: Completed <done>.
Accounting information about this job:
CPU_T WAIT TURNAROUND STATUS HOG_FACTOR MEM SWAP
0.12 9 70 done 0.0017 1M 2M
------------------------------------------------------------------------------
SUMMARY: ( time unit: second )
Total number of done jobs: 1 Total number of exited jobs: 0
Total CPU time consumed: 0.1 Average CPU time consumed: 0.1
Maximum CPU time of a job: 0.1 Minimum CPU time of a job: 0.1
Total wait time in queues: 9.0
Average wait time in queue: 9.0
Maximum wait time in queue: 9.0 Minimum wait time in queue: 9.0
Average turnaround time: 70 (seconds/job)
Maximum turnaround time: 70 Minimum turnaround time: 70
Average hog factor of a job: 0.00 ( cpu time / turnaround time )
Maximum hog factor of a job: 0.00 Minimum hog factor of a job: 0.00
Examples
The following examples assume a 4-CPU/cell HP Superdome system with no other jobs
running:
Submit a pset job without topology requirement:
bsub -n 8 -ext "PSET[]" myjob
A pset containing 8 cpus is created for the job. According to default scheduler
policy, these 8 cpus will come from 2 cells on a single host.