Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Scheduler/local universe
- Date: Mon, 31 Jan 2011 22:18:14 -0500
- From: "MAO, WANCHENG (WANCHENG)" <wmao@xxxxxxxxxxxxxxxx>
- Subject: [Condor-users] Scheduler/local universe
Hi,
I have problem to run scheduler universe jobs.
Job description:
Executable = /usr/bin/uname
Arguments = -a
Universe = scheduler
Requirements = Memory > 1 && Disk > 1
Error = err/err.sch
output = out/out.sch
Log = log/sch.log
Queue
scylla05<wmao>condor_submit job.sch
Submitting job(s).
Logging submit event(s).
1 job(s) submitted to cluster 105.
scylla05>condor_q -better-analyze 105
-- Submitter: scylla05 : <135.207.178.168:46953> : scylla05
---
105.000: Run analysis summary. Of 128 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
126 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
The Requirements expression for your job is:
( target.Memory > 1 && target.Disk > 1 ) && ( target.Arch == "INTEL" ) &&
( target.OpSys == "SOLARIS210" ) && ( ( RequestMemory * 1024 ) >= ImageSize )
Condition Machines Matched Suggestion
--------- ---------------- ----------
1 ( ( 1024 * ceiling(ifThenElse(JobVMMemory isnt undefined,JobVMMemory,9.765625000000000E-03)) ) >= 10 )
0 REMOVE
2 target.Disk > 1 126
3 target.Memory > 1 128
4 ( target.Arch == "INTEL" ) 128
5 ( target.OpSys == "SOLARIS210" ) 128
WARNING: Analysis is meaningless for Scheduler universe jobs.
Please help.
Thanks a lot,
Wancheng