HP XC System Software Administration Guide Version 4.0

Table Of Contents
At the next instance of the queue's RUN_WINDOW, the job resumes execution and the other
jobs can be scheduled.
Consider this example:
1. Job #75 is scheduled on a queue named night.
2. The RUN_WINDOW opens for the night queue.
3. Job #75 runs on the night queue.
4. The RUN_WINDOW for the night queue ends but Job #75 did not complete. Job #75 is
suspended.
5. Job #76 is scheduled on a higher priority queue named main but is suspended.
6. The RUN_WINDOW for queue night opens again according to the queue definition.
7. Job #75 resumes on the night queue.
8. Job #76 run on the main queue.
A work around is to ensure that jobs end when the RUN_WINDOW for the queue ends. Use
the LSF RUNLIMIT or TERMINATE_WHEN setting in the lsb.queues file to do so. For more
information, see the standard LSF documentation from Platform Computing Inc.
21.7 LSF Troubleshooting 265