Date: | Thu, 27 Jun 2013 17:47:57 +0530 |
---|---|
From: | Shibaji Chakraborty <shibaji.chakraborty@xxxxxxx> |
Subject: | [HTCondor-devel] Cron Tab scheduling issue |
Hi All, I found one issue during CronTab Scheduling in HTCondor. I submitted one java based batch job in HTCondor with 2 minuets of cron time. Please find my submit file given below: ******************************************************************************* Universe = java Executable = /home/condorapi/worker-pool/jobs/8d74dfe4-6653-4d95-881f-56086541c0b2/sample.jar jar_files = sample.jar Arguments = sample 10 12 >cron_minute = 2 cron_hour = * cron_day_of_month = * cron_month = * cron_day_of_week = * cron_window = 60 cron_prep_time = 60 Log = /home/condorapi/worker-pool/jobs/8d74dfe4-6653-4d95-881f-56086541c0b2/system.log Output = /home/condorapi/worker-pool/jobs/8d74dfe4-6653-4d95-881f-56086541c0b2/system.out Error = /home/condorapi/worker-pool/jobs/8d74dfe4-6653-4d95-881f-56086541c0b2/system.error should_transfer_files = YES transfer_executable = True when_to_transfer_output = ON_EXIT Queue *************************************************************************** While condor_submit this descriptor file gives me an error : **************************************************************** 1169.000: Run analysis summary. Of 2 machines, 2 are rejected by your job's requirements 0 reject your job because of their own requirements 0 match but are serving users with a better priority in the pool 0 match but reject the job for unknown reasons 0 match but will not currently preempt their existing job 0 match but are currently offline 0 are available to run your job No successful match recorded. Last failed match: Thu Jun 27 16:35:17 2013 Reason for last match failure: no match found WARNING: Be advised: No resources matched request's constraints The Requirements _expression_ for your job is: ( TARGET.HasJava ) && ( TARGET.Disk >= RequestDisk ) && ( TARGET.Memory >= RequestMemory ) && ( TARGET.HasFileTransfer ) && ( TARGET.HasJobDeferral ) && ( ( ( time() + ScheddInterval ) >= ( DeferralTime - DeferralPrepTime ) ) && ( time() < ( DeferralTime + DeferralWindow ) ) ) Job ClassAd Requirements _expression_ evaluates to false ******************************************************************* If any one has any solution regarding this issue please reply. Best Regards, Shibaji Chakraborty Tata Consultancy Services =====-----=====-----===== |
[← Prev in Thread] | Current Thread | [Next in Thread→] |
---|---|---|
|
Previous by Date: | Re: [HTCondor-devel] idle thoughts: json as classads, Tim St Clair |
---|---|
Next by Date: | [HTCondor-devel] Cron Tab scheduling issue, Shibaji Chakraborty |
Previous by Thread: | Re: [HTCondor-devel] idle thoughts: json as classads, Tim St Clair |
Next by Thread: | [HTCondor-devel] p-slots and preemption, Brian Bockelman |
Indexes: | [Date] [Thread] |