Logo Cineca Logo SCAI
MARCONI status
GALILEO100 status
LEONARDO status

You are here

MARCONI: a "cron" procedure killing jobs with wrong requests

Error message

Deprecated function: unserialize(): Passing null to parameter #1 ($data) of type string is deprecated in css_injector_init() (line 53 of /prod_service02/web-prod/hpc-web/sites/all/modules/css_injector/css_injector.module).
09/08/2016

Dear Users,

a new procedure has been put into action to check the resource requests in submitted jobs on Marconi.

If the requests are not correct: ( ncpus > 36 ) OR ( mpiprocs > ncpus ) OR ( mem > 123GB )

the job is deleted and a file is created in the home directory of the user:

$ cat YOUR_DELETED_JOBS-20160809_1029
These jobs were deleted because they match the following condition
( ncpus > 36 ) OR ( mpiprocs > ncpus ) OR ( mem > 123GB )
job: 49263, ncpus: 370, mpiprocs: 12, mem: 123gb
job: 49262, ncpus: 36, mpiprocs: 12, mem: 153gb
job: 49260, ncpus: 37, mpiprocs: 12, mem: 123gb

The name of the file is

YOUR_DELETED_JOBS-yyymmdd_hhmm

 

Regards,