Platform LSF Administration Guide Version 6.2

Chapter 35
Interactive Jobs with bsub
Administering Platform LSF
523
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 1999
<<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 >>