Job going in suspend state

Hello All,
Prolem:- I have created multiple queue with different priorities each. I submitted 1 job with low priority queue and it started running after i submitted higher priority queue job then job with less priority went in suspend state and high priority job started execution and again same happened with 3rd job having higher priority than 2nd job.

Expectation:-higher priority job should run first before other priority jobs after completion of currently running job.

Thank you in advance.

Please set the below paramter to false in the $PBS_HOME/sched_priv/sched_config and kill -HUP < pid of the pbs_sched >

preemptive_sched: false ALL

@adarsh Issue is resolved. Thank you for help.

1 Like