Qsub: Error (15002) submitting job

Hello,

We are receiving the following error for a particular user:

qsub: Error (15002) submitting job

How do we increase logging in PBS Pro server so that the logs show more verbose errors?

Right now we just see this in our log files:

11/02/2018 17:07:29;0100;Server@bright01-thx;Req;;Type 0 request received from user@login-0002, sock=16

11/02/2018 17:07:29;0100;Server@bright01-thx;Req;;Type 49 request received from user@login-0002, sock=17

11/02/2018 17:07:29;0100;Server@bright01-thx;Req;;Type 21 request received from user@login-0002, sock=16

Please share the qsub command used by that user.

qmgr -c “set server log_events=2047”

Thanks, Adarsh! Say, is 2047 the maximal value for the log_events?

After further digging, we discovered that the ‘15002’ error was a result of an erroneous “#PBS” directive. Correcting this directive in the job script fixed the issue.

1 Like