Example messages

Job in pending state

The following example shows messages displayed when a job is in pending state:
bsub -Is -R "ls < 2" csh
Job <2812> is submitted to default queue <normal>. 
<<Waiting for dispatch ...>> 

<<  Job's resource requirements not satisfied: 2 hosts; >>
<<  Load information unavailable: 1 host; >> 

<<  Just started a job recently: 1 host; >> 
<<  Load information unavailable: 1 host; >> 
<<  Job's resource requirements not satisfied: 1 host; >>

Job terminated by user

The following example shows messages displayed when a job in pending state is terminated by the user:
bsub -m hostA -b 13:00 -Is sh
Job <2015> is submitted to default queue <normal>. 
Job will be scheduled after Fri Nov 19 13:00:00 2009 
<<Waiting for dispatch ...>> 

<< New job is waiting for scheduling >> 
<< The job has a specified start time >>

bkill 2015
<< Job <2015> has been terminated by user or administrator >>

<<Terminated while pending>>

Job suspended then resumed

The following example shows messages displayed when a job is dispatched, suspended, and then resumed:
bsub -m hostA -Is sh
Job <2020> is submitted to default queue <normal>. 
<<Waiting for dispatch ...>> 

<< New job is waiting for scheduling >> 
<<Starting on hostA>>

bstop 2020
<< The job was suspended by user >>

bresume 2020
<< Waiting for re-scheduling after being resumed by user >>