Bill,

Even in the absence of SLURM, the normal behavior on most *nix platforms is
that exit codes over 128 are due to fatal signals.  The signal value is the
lower 7 bits (or equivalently signo = exitcode - 128).  So either your
user's code (or some portion of SLURM?) has encountered signals 9 and 11.
 On Linux and many other platforms, those are SIGKILL and SIGSEGV,
respectively.

-Paul


On Fri, Jul 25, 2014 at 3:07 PM, Bill Wichser <[email protected]> wrote:

>
> From the documentation there is no clear explanation which I find
> explaining the exit codes of jobs.  I have a user experiencing exit codes
> of 137 and 139.  Can anyone help me to locate what this 8 bit unsigned
> integer references?
>
> Thanks,
> Bill
>



-- 
Paul H. Hargrove                          [email protected]
Future Technologies Group
Computer and Data Sciences Department     Tel: +1-510-495-2352
Lawrence Berkeley National Laboratory     Fax: +1-510-486-6900

Reply via email to