Trace number 4451051

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS-PB16 1.02b5UNSAT 369.201 370.227

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
EC_ODD_GRIDS/normalized-ECgrid5x120split.opb
MD5SUM71fa1afe6ec5716be864bdb24fc2dd76
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark40.5307
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1201
Total number of constraints601
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)601
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b5.
0.00/0.00	c Input file name: HOME/instance-4451051-1721422049.opb
369.16/370.22	s UNSATISFIABLE
369.16/370.22	c _____________________________________________________________________________
369.16/370.22	c 
369.16/370.22	c std/band forms        : 0,600
369.16/370.22	c 2cl/3cl ITE-codings   : 0,1800
369.16/370.22	c BDD/srt/adr Max costs : 6,0,0
369.16/370.22	c BDDraw/bin/mul/srt/adr: 600,0,0,0,0
369.16/370.22	c BDD nodes             : 4800
369.16/370.22	c Es1/CC detections     : 0,0
369.16/370.22	c SAT/UNSAT calls       : 0,1
369.16/370.22	c regenrated variables  : 0
369.16/370.22	c restarts              : 91883
369.16/370.22	c conflicts             : 13028836       (35316 /sec)
369.16/370.22	c decisions             : 30024895       (81386 /sec)
369.16/370.22	c propagations          : 224054501      (607327 /sec)
369.16/370.22	c inspects              : 0              (0 /sec)
369.16/370.22	c CPU time (solving tm) : 368.9 s        (368.9 s)
369.16/370.22	c Time for Opt-base     : 0 s
369.16/370.22	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (59569 MiB free)
  memory of node 1: 64510 MiB (61250 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451051-1721422049/watcher-4451051-1721422049 -o /tmp/evaluation-result-4451051-1721422049/solver-4451051-1721422049 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721412725-1034531 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4451051-1721422049.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1039899, runsolver pid=1039896

[startup+0.100106 s]*
/proc/loadavg: 4.14 4.20 4.21 5/245 1039904
/proc/meminfo: memFree=123714572/131655788 swapFree=131071996/131071996
[pid=1039899] ppid=1039896 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/1039899/stat : 1039899 (naps-1.02b5.sh) S 1039896 1039899 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194360957 10170368 672 134679101440 94578656452608 94578657531928 140734255026688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94578659630384 94578659677572 94578665598976 140734255031262 140734255031389 140734255031389 140734255038406 0
/proc/1039899/statm: 2483 672 594 264 0 134 0
[pid=1039904] ppid=1039899 vsize=7216 memory=6144 CPUtime=0.1 cores=5,7
/proc/1039904/stat : 1039904 (naps-1.02b5) R 1039899 1039899 1034518 0 -1 4194304 1346 0 0 0 10 0 0 0 20 0 1 0 194360957 7389184 1536 134679101440 4194304 5746509 140725228255328 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35643392 140725228262381 140725228262495 140725228262495 140725228269513 0
/proc/1039904/statm: 1804 1536 421 379 0 1338 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 17148 KiB
Current children cumulated memory: 8832 KiB

[startup+0.214216 s]*
/proc/loadavg: 4.14 4.20 4.21 5/245 1039904
/proc/meminfo: memFree=123713368/131655788 swapFree=131071996/131071996
[pid=1039899] ppid=1039896 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/1039899/stat : 1039899 (naps-1.02b5.sh) S 1039896 1039899 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194360957 10170368 672 134679101440 94578656452608 94578657531928 140734255026688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94578659630384 94578659677572 94578665598976 140734255031262 140734255031389 140734255031389 140734255038406 0
/proc/1039899/statm: 2483 672 594 264 0 134 0
[pid=1039904] ppid=1039899 vsize=8588 memory=7464 CPUtime=0.21 cores=5,7
/proc/1039904/stat : 1039904 (naps-1.02b5) R 1039899 1039899 1034518 0 -1 4194304 1681 0 0 0 21 0 0 0 20 0 1 0 194360957 8794112 1866 134679101440 4194304 5746509 140725228255328 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35643392 140725228262381 140725228262495 140725228262495 140725228269513 0
/proc/1039904/statm: 2147 1866 421 379 0 1681 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 18520 KiB
Current children cumulated memory: 10152 KiB

[startup+0.314189 s]*
/proc/loadavg: 4.14 4.20 4.21 5/245 1039904
/proc/meminfo: memFree=123712892/131655788 swapFree=131071996/131071996
[pid=1039899] ppid=1039896 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/1039899/stat : 1039899 (naps-1.02b5.sh) S 1039896 1039899 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194360957 10170368 672 134679101440 94578656452608 94578657531928 140734255026688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94578659630384 94578659677572 94578665598976 140734255031262 140734255031389 140734255031389 140734255038406 0
/proc/1039899/statm: 2483 672 594 264 0 134 0
[pid=1039904] ppid=1039899 vsize=8588 memory=7728 CPUtime=0.31 cores=5,7
/proc/1039904/stat : 1039904 (naps-1.02b5) R 1039899 1039899 1034518 0 -1 4194304 1717 0 0 0 31 0 0 0 20 0 1 0 194360957 8794112 1932 134679101440 4194304 5746509 140725228255328 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35643392 140725228262381 140725228262495 140725228262495 140725228269513 0
/proc/1039904/statm: 2147 1932 421 379 0 1681 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18520 KiB
Current children cumulated memory: 10416 KiB

[startup+0.700433 s]
/proc/loadavg: 4.14 4.20 4.21 5/245 1039904
/proc/meminfo: memFree=123711408/131655788 swapFree=131071996/131071996
[pid=1039899] ppid=1039896 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/1039899/stat : 1039899 (naps-1.02b5.sh) S 1039896 1039899 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194360957 10170368 672 134679101440 94578656452608 94578657531928 140734255026688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94578659630384 94578659677572 94578665598976 140734255031262 140734255031389 140734255031389 140734255038406 0
/proc/1039899/statm: 2483 672 594 264 0 134 0
[pid=1039904] ppid=1039899 vsize=11368 memory=9840 CPUtime=0.68 cores=5,7
/proc/1039904/stat : 1039904 (naps-1.02b5) R 1039899 1039899 1034518 0 -1 4194304 2234 0 0 0 68 0 0 0 20 0 1 0 194360957 11640832 2460 134679101440 4194304 5746509 140725228255328 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35643392 140725228262381 140725228262495 140725228262495 140725228269513 0
/proc/1039904/statm: 2842 2460 421 379 0 2376 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 21300 KiB
Current children cumulated memory: 12528 KiB

[startup+1.50046 s]
/proc/loadavg: 4.14 4.20 4.21 5/245 1039904
/proc/meminfo: memFree=123707316/131655788 swapFree=131071996/131071996
[pid=1039899] ppid=1039896 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/1039899/stat : 1039899 (naps-1.02b5.sh) S 1039896 1039899 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194360957 10170368 672 134679101440 94578656452608 94578657531928 140734255026688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94578659630384 94578659677572 94578665598976 140734255031262 140734255031389 140734255031389 140734255038406 0
/proc/1039899/statm: 2483 672 594 264 0 134 0
[pid=1039904] ppid=1039899 vsize=15772 memory=13536 CPUtime=1.48 cores=5,7
/proc/1039904/stat : 1039904 (naps-1.02b5) R 1039899 1039899 1034518 0 -1 4194304 3186 0 0 0 148 0 0 0 20 0 1 0 194360957 16150528 3384 134679101440 4194304 5746509 140725228255328 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35643392 140725228262381 140725228262495 140725228262495 140725228269513 0
/proc/1039904/statm: 3943 3384 421 379 0 3477 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 25704 KiB
Current children cumulated memory: 16224 KiB

[startup+3.11449 s]
/proc/loadavg: 4.14 4.20 4.21 5/245 1039904
/proc/meminfo: memFree=123730796/131655788 swapFree=131071996/131071996
[pid=1039899] ppid=1039896 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/1039899/stat : 1039899 (naps-1.02b5.sh) S 1039896 1039899 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194360957 10170368 672 134679101440 94578656452608 94578657531928 140734255026688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94578659630384 94578659677572 94578665598976 140734255031262 140734255031389 140734255031389 140734255038406 0
/proc/1039899/statm: 2483 672 594 264 0 134 0
[pid=1039904] ppid=1039899 vsize=21172 memory=20332 CPUtime=3.09 cores=5,7
/proc/1039904/stat : 1039904 (naps-1.02b5) R 1039899 1039899 1034518 0 -1 4194304 4344 0 0 0 308 1 0 0 20 0 1 0 194360957 21680128 5083 134679101440 4194304 5746509 140725228255328 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35643392 140725228262381 140725228262495 140725228262495 140725228269513 0
/proc/1039904/statm: 5293 5083 421 379 0 4827 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 31104 KiB
Current children cumulated memory: 23020 KiB

[startup+6.30045 s]
/proc/loadavg: 4.13 4.20 4.21 5/245 1039905
/proc/meminfo: memFree=123719740/131655788 swapFree=131071996/131071996
[pid=1039899] ppid=1039896 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/1039899/stat : 1039899 (naps-1.02b5.sh) S 1039896 1039899 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194360957 10170368 672 134679101440 94578656452608 94578657531928 140734255026688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94578659630384 94578659677572 94578665598976 140734255031262 140734255031389 140734255031389 140734255038406 0
/proc/1039899/statm: 2483 672 594 264 0 134 0
[pid=1039904] ppid=1039899 vsize=37980 memory=32332 CPUtime=6.27 cores=5,7
/proc/1039904/stat : 1039904 (naps-1.02b5) R 1039899 1039899 1034518 0 -1 4194304 6419 0 0 0 625 2 0 0 20 0 1 0 194360957 38891520 8083 134679101440 4194304 5746509 140725228255328 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35643392 140725228262381 140725228262495 140725228262495 140725228269513 0
/proc/1039904/statm: 9495 8083 421 379 0 9029 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 47912 KiB
Current children cumulated memory: 35020 KiB

[startup+12.7004 s]
/proc/loadavg: 4.12 4.20 4.21 5/245 1039905
/proc/meminfo: memFree=123698244/131655788 swapFree=131071996/131071996
[pid=1039899] ppid=1039896 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/1039899/stat : 1039899 (naps-1.02b5.sh) S 1039896 1039899 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194360957 10170368 672 134679101440 94578656452608 94578657531928 140734255026688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94578659630384 94578659677572 94578665598976 140734255031262 140734255031389 140734255031389 140734255038406 0
/proc/1039899/statm: 2483 672 594 264 0 134 0
[pid=1039904] ppid=1039899 vsize=37980 memory=37196 CPUtime=12.65 cores=5,7
/proc/1039904/stat : 1039904 (naps-1.02b5) R 1039899 1039899 1034518 0 -1 4194304 6599 0 0 0 1263 2 0 0 20 0 1 0 194360957 38891520 9299 134679101440 4194304 5746509 140725228255328 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35643392 140725228262381 140725228262495 140725228262495 140725228269513 0
/proc/1039904/statm: 9495 9299 421 379 0 9029 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 47912 KiB
Current children cumulated memory: 39884 KiB

[startup+25.5005 s]
/proc/loadavg: 4.09 4.19 4.21 5/245 1039907
/proc/meminfo: memFree=123753388/131655788 swapFree=131071996/131071996
[pid=1039899] ppid=1039896 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/1039899/stat : 1039899 (naps-1.02b5.sh) S 1039896 1039899 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194360957 10170368 672 134679101440 94578656452608 94578657531928 140734255026688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94578659630384 94578659677572 94578665598976 140734255031262 140734255031389 140734255031389 140734255038406 0
/proc/1039899/statm: 2483 672 594 264 0 134 0
[pid=1039904] ppid=1039899 vsize=50656 memory=46984 CPUtime=25.42 cores=5,7
/proc/1039904/stat : 1039904 (naps-1.02b5) R 1039899 1039899 1034518 0 -1 4194304 7271 0 0 0 2539 3 0 0 20 0 1 0 194360957 51871744 11746 134679101440 4194304 5746509 140725228255328 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35643392 140725228262381 140725228262495 140725228262495 140725228269513 0
/proc/1039904/statm: 12664 11746 421 379 0 12198 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 60588 KiB
Current children cumulated memory: 49672 KiB

[startup+51.1137 s]
/proc/loadavg: 4.12 4.19 4.20 5/245 1039911
/proc/meminfo: memFree=123720400/131655788 swapFree=131071996/131071996
[pid=1039899] ppid=1039896 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/1039899/stat : 1039899 (naps-1.02b5.sh) S 1039896 1039899 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194360957 10170368 672 134679101440 94578656452608 94578657531928 140734255026688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94578659630384 94578659677572 94578665598976 140734255031262 140734255031389 140734255031389 140734255038406 0
/proc/1039899/statm: 2483 672 594 264 0 134 0
[pid=1039904] ppid=1039899 vsize=79984 memory=78804 CPUtime=50.96 cores=5,7
/proc/1039904/stat : 1039904 (naps-1.02b5) R 1039899 1039899 1034518 0 -1 4194304 9248 0 0 0 5092 4 0 0 20 0 1 0 194360957 81903616 19701 134679101440 4194304 5746509 140725228255328 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35643392 140725228262381 140725228262495 140725228262495 140725228269513 0
/proc/1039904/statm: 19996 19701 421 379 0 19530 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 89916 KiB
Current children cumulated memory: 81492 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.17 4.20 5/245 1039921
/proc/meminfo: memFree=123611836/131655788 swapFree=131071996/131071996
[pid=1039899] ppid=1039896 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/1039899/stat : 1039899 (naps-1.02b5.sh) S 1039896 1039899 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194360957 10170368 672 134679101440 94578656452608 94578657531928 140734255026688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94578659630384 94578659677572 94578665598976 140734255031262 140734255031389 140734255031389 140734255038406 0
/proc/1039899/statm: 2483 672 594 264 0 134 0
[pid=1039904] ppid=1039899 vsize=92264 memory=89144 CPUtime=101.99 cores=5,7
/proc/1039904/stat : 1039904 (naps-1.02b5) R 1039899 1039899 1034518 0 -1 4194304 10956 0 0 0 10193 6 0 0 20 0 1 0 194360957 94478336 22286 134679101440 4194304 5746509 140725228255328 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35643392 140725228262381 140725228262495 140725228262495 140725228269513 0
/proc/1039904/statm: 23066 22286 421 379 0 22600 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 102196 KiB
Current children cumulated memory: 91832 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.17 4.19 5/247 1039935
/proc/meminfo: memFree=123664608/131655788 swapFree=131071996/131071996
[pid=1039899] ppid=1039896 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/1039899/stat : 1039899 (naps-1.02b5.sh) S 1039896 1039899 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194360957 10170368 672 134679101440 94578656452608 94578657531928 140734255026688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94578659630384 94578659677572 94578665598976 140734255031262 140734255031389 140734255031389 140734255038406 0
/proc/1039899/statm: 2483 672 594 264 0 134 0
[pid=1039904] ppid=1039899 vsize=99444 memory=98884 CPUtime=161.81 cores=5,7
/proc/1039904/stat : 1039904 (naps-1.02b5) R 1039899 1039899 1034518 0 -1 4194304 12435 0 0 0 16171 10 0 0 20 0 1 0 194360957 101830656 24721 134679101440 4194304 5746509 140725228255328 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35643392 140725228262381 140725228262495 140725228262495 140725228269513 0
/proc/1039904/statm: 24861 24721 421 379 0 24395 0
Current children cumulated CPU time: 161.81 s
Current children cumulated vsize: 109376 KiB
Current children cumulated memory: 101572 KiB

[startup+222.3 s]
/proc/loadavg: 4.27 4.19 4.19 5/247 1039945
/proc/meminfo: memFree=123606592/131655788 swapFree=131071996/131071996
[pid=1039899] ppid=1039896 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/1039899/stat : 1039899 (naps-1.02b5.sh) S 1039896 1039899 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194360957 10170368 672 134679101440 94578656452608 94578657531928 140734255026688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94578659630384 94578659677572 94578665598976 140734255031262 140734255031389 140734255031389 140734255038406 0
/proc/1039899/statm: 2483 672 594 264 0 134 0
[pid=1039904] ppid=1039899 vsize=161792 memory=147552 CPUtime=221.64 cores=5,7
/proc/1039904/stat : 1039904 (naps-1.02b5) R 1039899 1039899 1034518 0 -1 4194304 14759 0 0 0 22149 15 0 0 20 0 1 0 194360957 165675008 36888 134679101440 4194304 5746509 140725228255328 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35643392 140725228262381 140725228262495 140725228262495 140725228269513 0
/proc/1039904/statm: 40448 36888 421 379 0 39982 0
Current children cumulated CPU time: 221.64 s
Current children cumulated vsize: 171724 KiB
Current children cumulated memory: 150240 KiB

[startup+282.3 s]
/proc/loadavg: 4.15 4.16 4.18 5/247 1040004
/proc/meminfo: memFree=123667672/131655788 swapFree=131071996/131071996
[pid=1039899] ppid=1039896 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/1039899/stat : 1039899 (naps-1.02b5.sh) S 1039896 1039899 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194360957 10170368 672 134679101440 94578656452608 94578657531928 140734255026688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94578659630384 94578659677572 94578665598976 140734255031262 140734255031389 140734255031389 140734255038406 0
/proc/1039899/statm: 2483 672 594 264 0 134 0
[pid=1039904] ppid=1039899 vsize=112472 memory=111912 CPUtime=281.48 cores=5,7
/proc/1039904/stat : 1039904 (naps-1.02b5) R 1039899 1039899 1034518 0 -1 4194304 15945 0 0 0 28128 20 0 0 20 0 1 0 194360957 115171328 27978 134679101440 4194304 5746509 140725228255328 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35643392 140725228262381 140725228262495 140725228262495 140725228269513 0
/proc/1039904/statm: 28118 27978 421 379 0 27652 0
Current children cumulated CPU time: 281.48 s
Current children cumulated vsize: 122404 KiB
Current children cumulated memory: 114600 KiB

[startup+342.3 s]
/proc/loadavg: 4.35 4.21 4.19 5/247 1040015
/proc/meminfo: memFree=123731180/131655788 swapFree=131071996/131071996
[pid=1039899] ppid=1039896 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/1039899/stat : 1039899 (naps-1.02b5.sh) S 1039896 1039899 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194360957 10170368 672 134679101440 94578656452608 94578657531928 140734255026688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94578659630384 94578659677572 94578665598976 140734255031262 140734255031389 140734255031389 140734255038406 0
/proc/1039899/statm: 2483 672 594 264 0 134 0
[pid=1039904] ppid=1039899 vsize=161792 memory=153700 CPUtime=341.33 cores=5,7
/proc/1039904/stat : 1039904 (naps-1.02b5) R 1039899 1039899 1034518 0 -1 4194304 17139 0 0 0 34108 25 0 0 20 0 1 0 194360957 165675008 38425 134679101440 4194304 5746509 140725228255328 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35643392 140725228262381 140725228262495 140725228262495 140725228269513 0
/proc/1039904/statm: 40448 38425 421 379 0 39982 0
Current children cumulated CPU time: 341.33 s
Current children cumulated vsize: 171724 KiB
Current children cumulated memory: 156388 KiB

[startup+370.227 s]
# the end of solver process 1039899 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=368.925 s, system=0.276357 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+345.6 s]
/proc/loadavg: 4.33 4.21 4.19 5/247 1040016
/proc/meminfo: memFree=123722956/131655788 swapFree=131071996/131071996
[pid=1039899] ppid=1039896 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/1039899/stat : 1039899 (naps-1.02b5.sh) S 1039896 1039899 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194360957 10170368 672 134679101440 94578656452608 94578657531928 140734255026688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94578659630384 94578659677572 94578665598976 140734255031262 140734255031389 140734255031389 140734255038406 0
/proc/1039899/statm: 2483 672 594 264 0 134 0
[pid=1039904] ppid=1039899 vsize=161792 memory=157796 CPUtime=344.62 cores=5,7
/proc/1039904/stat : 1039904 (naps-1.02b5) R 1039899 1039899 1034518 0 -1 4194304 17141 0 0 0 34437 25 0 0 20 0 1 0 194360957 165675008 39449 134679101440 4194304 5746509 140725228255328 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35643392 140725228262381 140725228262495 140725228262495 140725228269513 0
/proc/1039904/statm: 40448 39449 421 379 0 39982 0
Current children cumulated CPU time: 344.62 s
Current children cumulated vsize: 171724 KiB
Current children cumulated memory: 160484 KiB

[startup+358.4 s]
/proc/loadavg: 4.27 4.20 4.19 5/247 1040019
/proc/meminfo: memFree=123668496/131655788 swapFree=131071996/131071996
[pid=1039899] ppid=1039896 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/1039899/stat : 1039899 (naps-1.02b5.sh) S 1039896 1039899 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194360957 10170368 672 134679101440 94578656452608 94578657531928 140734255026688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94578659630384 94578659677572 94578665598976 140734255031262 140734255031389 140734255031389 140734255038406 0
/proc/1039899/statm: 2483 672 594 264 0 134 0
[pid=1039904] ppid=1039899 vsize=161792 memory=155748 CPUtime=357.39 cores=5,7
/proc/1039904/stat : 1039904 (naps-1.02b5) R 1039899 1039899 1034518 0 -1 4194304 17371 0 0 0 35713 26 0 0 20 0 1 0 194360957 165675008 38937 134679101440 4194304 5746509 140725228255328 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35643392 140725228262381 140725228262495 140725228262495 140725228269513 0
/proc/1039904/statm: 40448 38937 421 379 0 39982 0
Current children cumulated CPU time: 357.39 s
Current children cumulated vsize: 171724 KiB
Current children cumulated memory: 158436 KiB

[startup+364.8 s]
/proc/loadavg: 4.25 4.20 4.19 5/247 1040019
/proc/meminfo: memFree=123697528/131655788 swapFree=131071996/131071996
[pid=1039899] ppid=1039896 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/1039899/stat : 1039899 (naps-1.02b5.sh) S 1039896 1039899 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194360957 10170368 672 134679101440 94578656452608 94578657531928 140734255026688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94578659630384 94578659677572 94578665598976 140734255031262 140734255031389 140734255031389 140734255038406 0
/proc/1039899/statm: 2483 672 594 264 0 134 0
[pid=1039904] ppid=1039899 vsize=112472 memory=111952 CPUtime=363.77 cores=5,7
/proc/1039904/stat : 1039904 (naps-1.02b5) R 1039899 1039899 1034518 0 -1 4194304 17373 0 0 0 36351 26 0 0 20 0 1 0 194360957 115171328 27988 134679101440 4194304 5746509 140725228255328 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35643392 140725228262381 140725228262495 140725228262495 140725228269513 0
/proc/1039904/statm: 28118 27988 421 379 0 27652 0
Current children cumulated CPU time: 363.77 s
Current children cumulated vsize: 122404 KiB
Current children cumulated memory: 114640 KiB

[startup+368 s]*
/proc/loadavg: 4.23 4.19 4.19 5/247 1040020
/proc/meminfo: memFree=123653740/131655788 swapFree=131071996/131071996
[pid=1039899] ppid=1039896 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/1039899/stat : 1039899 (naps-1.02b5.sh) S 1039896 1039899 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194360957 10170368 672 134679101440 94578656452608 94578657531928 140734255026688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94578659630384 94578659677572 94578665598976 140734255031262 140734255031389 140734255031389 140734255038406 0
/proc/1039899/statm: 2483 672 594 264 0 134 0
[pid=1039904] ppid=1039899 vsize=161792 memory=147556 CPUtime=366.98 cores=5,7
/proc/1039904/stat : 1039904 (naps-1.02b5) R 1039899 1039899 1034518 0 -1 4194304 17596 0 0 0 36671 27 0 0 20 0 1 0 194360957 165675008 36889 134679101440 4194304 5746509 140725228255328 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35643392 140725228262381 140725228262495 140725228262495 140725228269513 0
/proc/1039904/statm: 40448 36889 421 379 0 39982 0
Current children cumulated CPU time: 366.98 s
Current children cumulated vsize: 171724 KiB
Current children cumulated memory: 150244 KiB

[startup+369.6 s]
/proc/loadavg: 4.23 4.19 4.19 5/247 1040020
/proc/meminfo: memFree=123653716/131655788 swapFree=131071996/131071996
[pid=1039899] ppid=1039896 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/1039899/stat : 1039899 (naps-1.02b5.sh) S 1039896 1039899 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194360957 10170368 672 134679101440 94578656452608 94578657531928 140734255026688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94578659630384 94578659677572 94578665598976 140734255031262 140734255031389 140734255031389 140734255038406 0
/proc/1039899/statm: 2483 672 594 264 0 134 0
[pid=1039904] ppid=1039899 vsize=161792 memory=149604 CPUtime=368.56 cores=5,7
/proc/1039904/stat : 1039904 (naps-1.02b5) R 1039899 1039899 1034518 0 -1 4194304 17598 0 0 0 36829 27 0 0 20 0 1 0 194360957 165675008 37401 134679101440 4194304 5746509 140725228255328 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35643392 140725228262381 140725228262495 140725228262495 140725228269513 0
/proc/1039904/statm: 40448 37401 421 379 0 39982 0
Current children cumulated CPU time: 368.56 s
Current children cumulated vsize: 171724 KiB
Current children cumulated memory: 152292 KiB

[startup+370 s]*
/proc/loadavg: 4.21 4.19 4.19 5/247 1040020
/proc/meminfo: memFree=123617428/131655788 swapFree=131071996/131071996
[pid=1039899] ppid=1039896 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/1039899/stat : 1039899 (naps-1.02b5.sh) S 1039896 1039899 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194360957 10170368 672 134679101440 94578656452608 94578657531928 140734255026688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94578659630384 94578659677572 94578665598976 140734255031262 140734255031389 140734255031389 140734255038406 0
/proc/1039899/statm: 2483 672 594 264 0 134 0
[pid=1039904] ppid=1039899 vsize=161792 memory=149604 CPUtime=368.97 cores=5,7
/proc/1039904/stat : 1039904 (naps-1.02b5) R 1039899 1039899 1034518 0 -1 4194304 17598 0 0 0 36870 27 0 0 20 0 1 0 194360957 165675008 37401 134679101440 4194304 5746509 140725228255328 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35643392 140725228262381 140725228262495 140725228262495 140725228269513 0
/proc/1039904/statm: 40448 37401 421 379 0 39982 0
Current children cumulated CPU time: 368.97 s
Current children cumulated vsize: 171724 KiB
Current children cumulated memory: 152292 KiB

[startup+370.2 s]
/proc/loadavg: 4.21 4.19 4.19 5/247 1040020
/proc/meminfo: memFree=123617428/131655788 swapFree=131071996/131071996
[pid=1039899] ppid=1039896 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/1039899/stat : 1039899 (naps-1.02b5.sh) S 1039896 1039899 1034518 0 -1 4194304 223 242 0 0 0 0 0 0 20 0 1 0 194360957 10170368 672 134679101440 94578656452608 94578657531928 140734255026688 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94578659630384 94578659677572 94578665598976 140734255031262 140734255031389 140734255031389 140734255038406 0
/proc/1039899/statm: 2483 672 594 264 0 134 0
[pid=1039904] ppid=1039899 vsize=161792 memory=149604 CPUtime=369.16 cores=5,7
/proc/1039904/stat : 1039904 (naps-1.02b5) R 1039899 1039899 1034518 0 -1 4194304 17598 0 0 0 36889 27 0 0 20 0 1 0 194360957 165675008 37401 134679101440 4194304 5746509 140725228255328 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 35643392 140725228262381 140725228262495 140725228262495 140725228269513 0
/proc/1039904/statm: 40448 37401 421 379 0 39982 0
Current children cumulated CPU time: 369.16 s
Current children cumulated vsize: 171724 KiB
Current children cumulated memory: 152292 KiB

Child status: 20

Real time (s): 370.227
CPU time (s): 369.201
CPU user time (s): 368.925
CPU system time (s): 0.276357
CPU usage (%): 99.723
Max. virtual memory (cumulated for all children) (KiB): 171724
Max. memory (cumulated for all children) (KiB): 162532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 368.925
system time used= 0.276357
maximum resident set size= 159844
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18078
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25
involuntary context switches= 338


# summary of solver processes directly reported to runsolver:
#   pid: 1039899
#   total CPU time (s): 369.201
#   total CPU user time (s): 368.925
#   total CPU system time (s): 0.276357

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.08466 second user time and 4.00246 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-19 22:47:41
IDJOB=4451051
IDBENCH=162341
IDSOLVER=3065
FILE ID=nodeC003/4451051-1721422049
RUNJOBID= nodeC003-1721412725-1034531
SLURM_JOB_ID= 7545486
Free space on /tmp= 723768 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_ODD_GRIDS/normalized-ECgrid5x120split.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451051-1721422049/watcher-4451051-1721422049 -o /tmp/evaluation-result-4451051-1721422049/solver-4451051-1721422049 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721412725-1034531 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4451051-1721422049.opb

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 2

MD5SUM BENCH= 71fa1afe6ec5716be864bdb24fc2dd76
RANDOM SEED=1434167500

nodeC003.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3633.755
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3527.610
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.382
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.223
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3528.370
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.894
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1198.208
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.221
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123720188 kB
MemAvailable:   129355272 kB
Buffers:          546604 kB
Cached:          5870820 kB
SwapCached:            0 kB
Active:          1036580 kB
Inactive:        6210700 kB
Active(anon):       1492 kB
Inactive(anon):   873928 kB
Active(file):    1035088 kB
Inactive(file):  5336772 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4008 kB
Writeback:             4 kB
AnonPages:        827520 kB
Mapped:           113124 kB
Shmem:             45896 kB
KReclaimable:     206512 kB
Slab:             322136 kB
SReclaimable:     206512 kB
SUnreclaim:       115624 kB
KernelStack:        3932 kB
PageTables:        10560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1152184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    501760 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      275272 kB
DirectMap2M:    31086592 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC003 at 2024-07-19 22:53:51