Condor submission behaves weird on certain setup
Condor submission behaves weird on certain setup
Description
Jobs get stuck on hold in arc6 and condor schedd 8.6.13 , RHEL7
When submitting a job that writes to a file the output the condor system seems to put that job on hold. I attach the sample job I submitted. It works with condor 3.6.9 and arc5.
arctest 2 and 3 do not fail on such machines, instead, condor puts these jobs on HOLD. The HoldReason is
'false || RemoteWallClockTime > JobTimeLimit || ResidentSetSize > JobMemoryLimit' evaluated to UNDEFINED"
This is the sample job.
&
(executable="/bin/cat")
(inputFiles=
("myinput" "http://www.nordugrid.org/documents/GM.pdf")
)
("arguments" = "myinput" )
(outputFiles=
("myoutput" "coso.txt")
)
("jobname" = "veryshortjob" ) ("stdout" = "stdout" )
("stderr" = "stderr" )
("gmlog" = "gmlog" )
(*"cpuTime" = "2"*)
(*"wallTime" = "40 hours"*)
("wallTime" = "100")
(* disk=1000 *)
( memory="500" )
(notify="florido.paganelli@hep.lu.se")