Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] reject your job because of their own requirements
- Date: Mon, 11 Apr 2005 10:33:50 +0800
- From: "Dennis Hsu" <dennis.hsu@xxxxxxxxx>
- Subject: Re: [Condor-users] reject your job because of their own requirements
Hi,
All jobs have been deleted and re-submitted two jobs, but no job starts to
run.
I read the log file "SchedLog" and it shows that there is no enough swap
space and should set RESERVED_SWAP = 0.
In the file "condor_config", the setting of RESERVED_SWAP is remarked.
Is it the problem?
Dennis
---------- SchedLog -------------------
4/11 09:40:10 ******************************************************
4/11 09:40:10 ** condor_schedd (CONDOR_SCHEDD) STARTING UP
4/11 09:40:10 ** /opt/condor/sbin/condor_schedd
4/11 09:40:10 ** $CondorVersion: 6.6.9 Mar 10 2005 $
4/11 09:40:10 ** $CondorPlatform: I386-LINUX_RH9 $
4/11 09:40:10 ** PID = 2234
4/11 09:40:10 ******************************************************
4/11 09:40:10 Using config file: /home/condor/condor_config
4/11 09:40:10 Using local config files:
/home/condor/hosts/grid/condor_config.local
4/11 09:40:10 DaemonCore: Command Socket at <192.168.10.244:32773>
4/11 09:40:12 Sent ad to central manager for condor@xxxxxxxxxxxxxx
4/11 09:45:11 DaemonCore: Command received via TCP from host
<192.168.10.244:32792>
4/11 09:45:11 DaemonCore: received command 416 (NEGOTIATE), calling handler
(negotiate)
4/11 09:45:11 Negotiating for owner: condor@xxxxxxxxxxxxxx
4/11 09:45:11 Checking consistency running and runnable jobs
4/11 09:45:11 Tables are consistent
4/11 09:45:11 Swap space estimate reached! No more jobs can be run!
4/11 09:45:11 Solution: get more swap space, or set RESERVED_SWAP = 0
4/11 09:45:11 0 jobs matched, 2 jobs idle
4/11 09:45:12 Sent ad to central manager for condor@xxxxxxxxxxxxxx
--------- condor_config ----------------
:
:
##--------------------------------------------------------------------
## Miscellaneous:
##--------------------------------------------------------------------
## Try to save this much swap space by not starting new shadows.
## Specified in megabytes.
#RESERVED_SWAP = 5
:
: