# condor_submit ./vm_test.sub
Submitting job(s). 1 job(s) submitted to cluster 20. # condor_q -better-analyze -- Schedd: t450.sel : <10.10.0.47:30705?... The Requirements _expression_ for job 20.000 is ((Machine == "ep1ext.sel")) && (TARGET.Arch == "X86_64") && (TARGET.HasVM is true) && (TARGET.VM_Type == MY.JobVMType) && (TARGET.VM_AvailNum > 0) && (TARGET.Disk >= RequestDisk) && (TARGET.TotalMemory >= MY.JobVMMemory) && (TARGET.VM_Memory >= MY.JobVMMemory) && TARGET.VM_Networking && (TARGET.Cpus >= RequestCpus) && (TARGET.HasFileTransfer) Job 20.000 defines the following attributes: DiskUsage = 4250000 JobVMMemory = 4096 JobVMType = "kvm" RequestCpus = 2 RequestDisk = DiskUsage The Requirements _expression_ for job 20.000 reduces to these conditions: Slots Step Matched Condition ----- -------- --------- [0] 0 Machine == "ep1ext.sel" [1] 0 TARGET.Arch == "X86_64" [3] 0 TARGET.HasVM is true [5] 0 TARGET.VM_Type == MY.JobVMType [7] 0 TARGET.VM_AvailNum > 0 [9] 0 TARGET.Disk >= RequestDisk [11] 0 TARGET.TotalMemory >= MY.JobVMMemory [13] 0 TARGET.VM_Memory >= MY.JobVMMemory [15] 0 TARGET.VM_Networking [17] 0 TARGET.Cpus >= RequestCpus [19] 0 TARGET.HasFileTransfer |