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

Re: [Condor-users] Condor Cron not executing



Hi Derek,

Perhaps something in the job requirements is evaluating to false. I've seen this happen before when ImageSize got big and the automatic memory requirements inserted by condor caused the job requirements to no longer be satisfied. If that is your problem and you know better than condor about what the memory requirements of your job are, then you could insert your own memory requirements in the submit file. This will prevent condor from inserting the default memory requirements expression.

Hope that helps.

--Dan

Derek Weitzel wrote:
Hello,

I'm having problems with condor cron.  It stops executing after a few iterations.  I notice the DeferralTime time is correct, but it keeps increasing when it reaches ServerTime + a little without the job starting, or the JobRunCount increasing.

Here's the bit of the log:
004 (24715.000.000) 04/21 11:20:07 Job was evicted.
        (0) Job terminated and was requeued
                Usr 0 00:00:00, Sys 0 00:00:00  -  Run Remote Usage
                Usr 0 00:00:00, Sys 0 00:00:00  -  Run Local Usage
        0  -  Run Bytes Sent By Job
        0  -  Run Bytes Received By Job
        (1) Normal termination (return value 0)
        The job attribute OnExitRemove expression 'FALSE' evaluated to FALSE
...
001 (24715.000.000) 04/21 11:25:01 Job executing on host: <129.93.229.131:43034>
...
004 (24715.000.000) 04/21 11:25:12 Job was evicted.
        (0) Job terminated and was requeued
                Usr 0 00:00:00, Sys 0 00:00:00  -  Run Remote Usage
                Usr 0 00:00:01, Sys 0 00:00:00  -  Run Local Usage
        0  -  Run Bytes Sent By Job
        0  -  Run Bytes Received By Job
        (1) Normal termination (return value 0)
        The job attribute OnExitRemove expression 'FALSE' evaluated to FALSE
...
[dweitzel@hcc-grid osgmm-history]$ date
Wed Apr 21 15:17:10 CDT 2010


The Cron submission script:

universe = local
on_exit_remove = false
cron_minute = */5
cron_hour = *
cron_day_of_Month = *
cron_month = *
cron_day_of_week = *
executable = createHistory.py
args = -c -o /opt/osg/osg-120/osgmm
output = cron.out
error = cron.err
log = cron.log
getenv = True
queue




Let me know if any more debugging information would be needed.
Derek Weitzel
Graduate Research Assistant
University of Nebraska Holland Computing Center

_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/