Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Need help with 7.0.1
- Date: Wed, 16 Apr 2008 11:14:28 -0700
- From: "Finch, Ralph" <rfinch@xxxxxxxxxxxx>
- Subject: Re: [Condor-users] Need help with 7.0.1
[changed to SYCAMORE...it will run jobs if I remove
the Requirements from the .sub file]
$ condor_q -analyze 722
-- Submitter: ABBEY.ad.water.ca.gov : <136.200.32.179:1045> :
ABBEY.ad.water.ca.gov
ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD
---
722.000: Run analysis summary. Of 58 machines,
58 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 are available to run your job
No successful match recorded.
Last failed match: Wed Apr 16 11:09:11 2008
Reason for last match failure: no match found
WARNING: Be advised:
No resources matched request's constraints
Check the Requirements expression below:
Requirements = ((Machine == "SYCAMORE.ad.water.ca.gov")) &&
(Arch == "INTEL") && (OpSys == "WINNT51") && (Disk >= DiskUsage) &&
((Memory * 1024) >= ImageSize) && (HasFileTransfer)
$ condor_status -constraint 'Machine == "SYCAMORE.ad.water.ca.gov"'
Name OpSys Arch State Activity LoadAv Mem
ActvtyTime
slot1@xxxxxxxxxxxx WINNT51 INTEL Unclaimed Idle 0.000 767
0+01:10:38
slot2@xxxxxxxxxxxx WINNT51 INTEL Unclaimed Idle 0.000 767
0+13:33:23
slot3@xxxxxxxxxxxx WINNT51 INTEL Unclaimed Idle 0.000 767
0+09:33:19
slot4@xxxxxxxxxxxx WINNT51 INTEL Unclaimed Idle 0.000 767
0+01:33:08
Total Owner Claimed Unclaimed Matched Preempting
Backfill
INTEL/WINNT51 4 0 0 4 0 0
0
Total 4 0 0 4 0 0
0
Ralph Finch
916-653-7552
-----Original Message-----
From: condor-users-bounces@xxxxxxxxxxx
[mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Jaime Frey
Sent: Wednesday, April 16, 2008 8:47 AM
To: Condor-Users Mail List
Subject: Re: [Condor-users] Need help with 7.0.1
On Apr 14, 2008, at 11:23 AM, Finch, Ralph wrote:
> -- using a REQUIREMENTS in the submit file, which worked fine under
> 6.8.3, prevents jobs from matching any machine in the pool. Without
> the REQUIREMENTS, jobs will be matched.
>
> .sub file:
> Requirements = (Machine == "LOCKE.ad.water.xx.xxx")
>
> $ condor_q -analyze 712
>
> -- Submitter: ABBEY.ad.water.xx.xxx : <136.200.xx.xxx:1045> :
> ABBEY.ad.water.xx.xxx
> ID OWNER SUBMITTED RUN_TIME ST PRI SIZE CMD
>
> ---
> 712.000: Run analysis summary. Of 56 machines,
> 56 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 are available to run your job
> No successful match recorded.
> Last failed match: Mon Apr 14 08:49:43 2008
> Reason for last match failure: no match found
>
> WARNING: Be advised:
> No resources matched request's constraints
> Check the Requirements expression below:
>
> Requirements = ((Machine == "LOCKE.ad.water.xx.xxx")) && (Arch ==
> "INTEL") && (OpSys == "WINNT51") && (Disk >= DiskUsage) && ((Memory *
> 1024) >= ImageSize) && (HasFileTransfer)
>
> $ condor_status -l locke
>
> MyType = "Machine"
> TargetType = "Job"
> Name = "slot1@xxxxxxxxxxxxxxxxxxxxx"
> Rank = (10 * (Owner == "none"))
> CpuBusy = ((LoadAvg - CondorLoadAvg) >= 0.900000) MyCurrentTime =
> 1208184528 Machine = "LOCKE.ad.water.xx.xxx"
What happens if you run the following:
condor_status -constraint 'Machine == "LOCKE.ad.water.xx.xxx"'
Thanks and regards,
Jaime Frey
UW-Madison Condor Team
_______________________________________________
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/