[gridengine users] Job getting killed in the middle

2016-01-05 Thread sudha.penmetsa
Hi, Can you please help me in understanding why does the job gets killed due to the below reason. 01/02/2016 06:18:10|execd|host1|W|job 267713 exceeds job hard limit "h_vmem" of queue "test.q@host1" (11510681600.0 > limit:8589934592.0) - sending SIGKILL Regards, Sudha The information

Re: [gridengine users] Job getting killed in the middle

2016-01-05 Thread MacMullan, Hugh
To: users@gridengine.org Subject: [gridengine users] Job getting killed in the middle Hi, Can you please help me in understanding why does the job gets killed due to the below reason. 01/02/2016 06:18:10|execd|host1|W|job 267713 exceeds job hard limit "h_vmem" of queue &qu

Re: [gridengine users] Job getting killed in the middle

2016-01-05 Thread Bill Bryce
The job was killed because it exceeded the hard limit of ‘h_vmem’ which is the virtual memory limit in Grid Engine. you can see in the next message that 11510681600 is greater than 8589934592. you can have a look at your queue configuration to see what the limit is set to with: qconf -sq