[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] Some jobs from same cluster won't run



On Wed, Apr 15, 2015 at 03:33:51PM -0400, Ben Cotton wrote:
> Matt,
> 
> On Wed, Apr 15, 2015 at 10:27 AM, Matt Mulqueen <mmulqueen@xxxxxxx> wrote:
> > I found this page and verified that there is a memory requirement in the
> > submit file. It is 'Requirements = (Memory > 512)'. I do not know how to
> > keep HTCondor from adding this memory requirement to the job.
> 
> If you change your requirements line to
> 
>    (TARGET.Memory > 512)
> 
> does that fix the issue? Even better would be to specify
> 
> request_memory = 512
> 
> in your submit file. That will cause condor_submit to automatically
> insert the correctly-defined requirement.

But the jobs apparently had a bigger memory footprint at the time
of preemption, and no slot with 1221 (? typing this off my memory) MB
is currently available (-better-analyze seems to suggest that the
maximum currently is in the 900ish region).

- S