Skip to content
Snippets Groups Projects
  1. Oct 13, 2022
  2. Oct 12, 2022
  3. Oct 08, 2022
    • Leo P. Singer's avatar
      Add request_memory to submit file · 732772c1
      Leo P. Singer authored and Leo P. Singer's avatar Leo P. Singer committed
      Some of the OpenMP workers are being held due to memory use:
      
      ```
      (igwn-py39-20220317) [emfollow-playground@emfollow-playground ~]$ condor_q -analyze 39552.1
      
      -- Schedd: emfollow-playground.ligo.caltech.edu : <10.14.150.10:9618?...
      The Requirements expression for job 39552.001 is
      
          (OpSysAndVer == "Rocky8") && ((TARGET.Online_EMFollow is true)) && (TARGET.Arch == "X86_64") && (TARGET.OpSys == "LINUX") && (TARGET.Disk >= RequestDisk) &&
          (TARGET.Memory >= RequestMemory) && (TARGET.Cpus >= RequestCpus) && ((TARGET.FileSystemDomain == MY.FileSystemDomain) || (TARGET.HasFileTransfer))
      
      39552.001:  Job is held.
      
      Hold reason: Error from slot2@node744.cluster.ldas.cit: Job has gone over memory limit of 8192 megabytes. Peak usage: 7827 megabytes.
      
      Last successful match: Fri Oct  7 10:13:36 2022
      
      39552.001:  Run analysis summary ignoring user priority.  Of 3393 machines,
         3329 are rejected by your job's requirements
            0 reject your job because of their own requirements
           13 match and are already running your jobs
            0 match but are serving other users
           51 are able to run your job
      ```
      732772c1
    • Deep Chatterjee's avatar
  4. Oct 07, 2022
  5. Oct 05, 2022
  6. Oct 04, 2022
  7. Oct 03, 2022
  8. Sep 30, 2022
  9. Sep 29, 2022
  10. Sep 26, 2022
Loading