[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] Problem running 7.6.4 on Windows OS



Title: Message
I get the following from condor_q -better with my test sub files:
 
 
subfiel1:
---
---
002.000:  Run analysis summary.  Of 1 machines,
      1 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 Dec 08 08:48:36 2011
 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.OpSys == "WINNT51" || target.OpSys == "WINNT52" ) &&
( target.VirtualMachineID == 1 ) ) && ( TARGET.Arch == "INTEL" ) &&
( TARGET.Disk >= DiskUsage ) && ( ( TARGET.Memory * 1024 ) >= ImageSize ) &&
( ( RequestMemory * 1024 ) >= ImageSize ) && ( TARGET.HasFileTransfer )
 
    Condition                         Machines Matched    Suggestion
    ---------                         ----------------    ----------
1   ( target.VirtualMachineID == 1 )  0                   REMOVE
2   ( target.OpSys == "WINNT51" || target.OpSys == "WINNT52" )
                                      1                   
3   ( TARGET.Arch == "INTEL" )        1                   
4   ( TARGET.Disk >= 1 )              1                   
5   ( ( 1024 * TARGET.Memory ) >= 1 ) 1                   
6   ( ( 1024 * ceiling(ifThenElse(JobVMMemory isnt undefined,JobVMMemory,9.765625000000000E-004)) ) >= 1 )
                                      1                   
7   ( TARGET.HasFileTransfer )        1
 
 
Subfile2:
---
006.000:  Run analysis summary.  Of 1 machines,
      1 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 Dec 08 09:14:07 2011
 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.Arch == "INTEL" ) && ( TARGET.OpSys == "WINNT51" ) &&
( TARGET.Disk >= DiskUsage ) && ( ( TARGET.Memory * 1024 ) >= ImageSize ) &&
( ( RequestMemory * 1024 ) >= ImageSize ) && ( TARGET.HasFileTransfer )
 
    Condition                         Machines Matched    Suggestion
    ---------                         ----------------    ----------
1   ( TARGET.OpSys == "WINNT51" )     0                   MODIFY TO "WINNT52"
2   ( TARGET.Arch == "INTEL" )        1                   
3   ( TARGET.Disk >= 1 )              1                   
4   ( ( 1024 * TARGET.Memory ) >= 1 ) 1                   
5   ( ( 1024 * ceiling(ifThenElse(JobVMMemory isnt undefined,JobVMMemory,9.765625000000000E-004)) ) >= 1 )
                                      1                   
6   ( TARGET.HasFileTransfer )        1  
 
 
What should I edit or remove in both cases?
 
Thanks
 
----------------------------------------------------------------------------
-----Original Message-----
From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of John (TJ) Knoeller
Sent: Donnerstag, 8. Dezember 2011 00:02
To: condor-users@xxxxxxxxxxx
Subject: Re: [Condor-users] Problem running 7.6.4 on Windows OS

what does condor_q -better have to say about why the jobs aren't matching?

On 12/7/2011 4:17 PM, Oke Akinola LT wrote:
We have condor environment base on version 7.0.1 since about 3 years. I am now trying to rebuild the infrastructure on version 7.6.4.
The necessary installation and configuration were done, and available computing nodes are visible on the submitter machine. However when I send a job, they are just in the queue idle while there are free node available.
 
The error message on both Master and submitter is there is "no match found"
 
I have also these entries on the submitter:
12/07/11 22:59:05 (pid:476) TransferQueueManager stats: active up=0/10 down=0/10; waiting up=0 down=0; wait time up=0s down=0s
 
Using version 7.4.4 with the same configuration works fine.
 
What could be the problem with 7.6.4?
 
Thanks
 


_______________________________________________
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/