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

[Condor-users] Condor Cron not executing



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