Hi Christoph,
Thank you for your quick reply!
I tried to submit 66 jobs again and I check the condor_q -better-analyze 9.
The output is :
â
Job 9.063 defines the following attributes:
DiskUsage = 10000
FileSystemDomain = "domian.com"
ImageSize = 10000
RequestDisk = DiskUsage
RequestMemory = ifthenelse(MemoryUsage =!= undefined,MemoryUsage,(ImageSize + 1023) / 1024)
The Requirements _expression_ for job 9.063 reduces to these conditions:
Slots
Step Matched Condition
----- -------- ---------
[0] 192 TARGET.Arch == "X86_64"
[1] 192 TARGET.OpSys == "LINUX"
[3] 192 TARGET.Disk >= RequestDisk
[5] 192 TARGET.Memory >= RequestMemory
[8] 192 TARGET.HasFileTransfer
009.063: Job is running.
Last successful match: Tue Jun 2 02:26:21 2020
009.063: Run analysis summary ignoring user priority. Of 192 machines,
0 are rejected by your job's requirements
0 reject your job because of their own requirements
64 match and are already running your jobs
0 match but are serving other users
128 are able to run your job
It seems like all works fine, but they still didnât execute in another computers. In one machine I has 64 core so they actually all run within one machine. Also, I only can see 64 jobs here but I had 66 jobs. In condor_q, I found 2 jobs were done, but I donât think it could be done in seconds/
Warm Regards
Xinjie Zeng
åää: Beyer, Christoph
åéæé: 2020å6æ2æ 1:52
æää: htcondor-users
äé: Re: [HTCondor-users] Condor_submit: job cannot excute in the second node
Hi,
if you send a 'lot' of jobs you can check on an idle job with condor_q -better-analyze <jobid> or condor_q -analyze <jobid> there you will see the number of potential nodes this job could technically run on.
Once you discovered that it can only run on one machine you can check why it is not able to run on a specific machine using:
condor_q -better-analyze <jobid> -reverse -machine <nodename> (<nodename> needs to be fqdn here for some reason)
Best
christoph
--
Christoph Beyer
DESY Hamburg
IT-Department
Notkestr. 85
Building 02b, Room 009
22607 Hamburg
phone:+49-(0)40-8998-2317
mail: christoph.beyer@xxxxxxx
Von: "Xinjie Zeng" <xinjie.zeng@xxxxxxxxxxxxxx>
An: "htcondor-users" <htcondor-users@xxxxxxxxxxx>
Gesendet: Dienstag, 2. Juni 2020 05:19:45
Betreff: [HTCondor-users] Condor_submit: job cannot excute in the second node
Hi All
I have set up HTcondor in three computers by tarball and condor_config. The version is:
condor_version
$CondorVersion: 8.8.9 May 06 2020 BuildID: 503068 $
$CondorPlatform: x86_64_CentOS7 $
When I submit the jobs in central manager, which also configured as submit and execute, I found that the jobs are only executed in the central manager. They didn't execute in other two computers, It seems like that the three computers didn't connect to each other. However, when I check condor_status, I can see all three nodes in the pool. Could any one give some help?
Any advises are appreciated!
Thank you very much!
Warm regards,
Xinjie Zeng
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/