Trace number 4451411

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.02b5? (TO) 3600.04 3610.2

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/
normalized-ECrand4regsplit-v110-n1.opb
MD5SUMc8af151b30782e1495a07a26686ba07d
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 benchmark0.026191
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables219
Total number of constraints110
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)110
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-4451411-1721428734.opb
3600.03/3610.20	c 
3600.03/3610.20	c *** TERMINATED *** by signal 15
3600.03/3610.20	s UNKNOWN
3600.03/3610.20	c _____________________________________________________________________________
3600.03/3610.20	c 
3600.03/3610.20	c std/band forms        : 0,109
3600.03/3610.20	c 2cl/3cl ITE-codings   : 0,327
3600.03/3610.20	c BDD/srt/adr Max costs : 6,0,0
3600.03/3610.20	c BDDraw/bin/mul/srt/adr: 109,0,0,0,0
3600.03/3610.20	c BDD nodes             : 872
3600.03/3610.20	c Es1/CC detections     : 0,0
3600.03/3610.20	c SAT/UNSAT calls       : 0,0
3600.03/3610.20	c regenrated variables  : 0
3600.03/3610.20	c restarts              : 0
3600.03/3610.20	c conflicts             : 0              (0 /sec)
3600.03/3610.20	c decisions             : 0              (0 /sec)
3600.03/3610.20	c propagations          : 0              (0 /sec)
3600.03/3610.20	c inspects              : 0              (0 /sec)
3600.03/3610.20	c CPU time (solving tm) : 3599 s        (3599 s)
3600.03/3610.20	c Time for Opt-base     : 0 s
3600.03/3610.20	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 (62741 MiB free)
  memory of node 1: 64510 MiB (61572 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451411-1721428734/watcher-4451411-1721428734 -o /tmp/evaluation-result-4451411-1721428734/solver-4451411-1721428734 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721425134-1023497 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4451411-1721428734.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1026190, runsolver pid=1026187

[startup+0.1004 s]*
/proc/loadavg: 4.23 4.23 4.10 5/248 1026195
/proc/meminfo: memFree=127293432/131655788 swapFree=131071996/131071996
[pid=1026190] ppid=1026187 vsize=9932 memory=2756 CPUtime=0 cores=1,3
/proc/1026190/stat : 1026190 (naps-1.02b5.sh) S 1026187 1026190 1023485 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 195029801 10170368 689 134679101440 94223123763200 94223124842520 140725526183792 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94223126940976 94223126988164 94223141769216 140725526189022 140725526189149 140725526189149 140725526196166 0
/proc/1026190/statm: 2483 689 611 264 0 134 0
[pid=1026195] ppid=1026190 vsize=4212 memory=3296 CPUtime=0.09 cores=1,3
/proc/1026195/stat : 1026195 (naps-1.02b5) R 1026190 1026190 1023485 0 -1 4194304 506 0 0 0 9 0 0 0 20 0 1 0 195029802 4313088 824 134679101440 4194304 5746509 140735881577952 0 0 0 0 0 17922 0 0 0 17 3 0 0 0 0 0 6059216 6091920 29323264 140735881585645 140735881585759 140735881585759 140735881592777 0
/proc/1026195/statm: 1053 824 421 379 0 587 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 14144 KiB
Current children cumulated memory: 6052 KiB

[startup+0.2134 s]*
/proc/loadavg: 4.23 4.23 4.10 6/248 1026195
/proc/meminfo: memFree=127292424/131655788 swapFree=131071996/131071996
[pid=1026190] ppid=1026187 vsize=9932 memory=2756 CPUtime=0 cores=1,3
/proc/1026190/stat : 1026190 (naps-1.02b5.sh) S 1026187 1026190 1023485 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 195029801 10170368 689 134679101440 94223123763200 94223124842520 140725526183792 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94223126940976 94223126988164 94223141769216 140725526189022 140725526189149 140725526189149 140725526196166 0
/proc/1026190/statm: 2483 689 611 264 0 134 0
[pid=1026195] ppid=1026190 vsize=5224 memory=4088 CPUtime=0.19 cores=1,3
/proc/1026195/stat : 1026195 (naps-1.02b5) R 1026190 1026190 1023485 0 -1 4194304 676 0 0 0 19 0 0 0 20 0 1 0 195029802 5349376 1022 134679101440 4194304 5746509 140735881577952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 29323264 140735881585645 140735881585759 140735881585759 140735881592777 0
/proc/1026195/statm: 1306 1022 421 379 0 840 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 15156 KiB
Current children cumulated memory: 6844 KiB

[startup+0.312176 s]*
/proc/loadavg: 4.23 4.23 4.10 5/248 1026195
/proc/meminfo: memFree=127291652/131655788 swapFree=131071996/131071996
[pid=1026190] ppid=1026187 vsize=9932 memory=2756 CPUtime=0 cores=1,3
/proc/1026190/stat : 1026190 (naps-1.02b5.sh) S 1026187 1026190 1023485 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 195029801 10170368 689 134679101440 94223123763200 94223124842520 140725526183792 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94223126940976 94223126988164 94223141769216 140725526189022 140725526189149 140725526189149 140725526196166 0
/proc/1026190/statm: 2483 689 611 264 0 134 0
[pid=1026195] ppid=1026190 vsize=5224 memory=4352 CPUtime=0.29 cores=1,3
/proc/1026195/stat : 1026195 (naps-1.02b5) R 1026190 1026190 1023485 0 -1 4194304 747 0 0 0 29 0 0 0 20 0 1 0 195029802 5349376 1088 134679101440 4194304 5746509 140735881577952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 29323264 140735881585645 140735881585759 140735881585759 140735881592777 0
/proc/1026195/statm: 1306 1088 421 379 0 840 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 15156 KiB
Current children cumulated memory: 7108 KiB

[startup+0.70036 s]
/proc/loadavg: 4.23 4.23 4.10 5/248 1026195
/proc/meminfo: memFree=127290184/131655788 swapFree=131071996/131071996
[pid=1026190] ppid=1026187 vsize=9932 memory=2756 CPUtime=0 cores=1,3
/proc/1026190/stat : 1026190 (naps-1.02b5.sh) S 1026187 1026190 1023485 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 195029801 10170368 689 134679101440 94223123763200 94223124842520 140725526183792 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94223126940976 94223126988164 94223141769216 140725526189022 140725526189149 140725526189149 140725526196166 0
/proc/1026190/statm: 2483 689 611 264 0 134 0
[pid=1026195] ppid=1026190 vsize=6276 memory=5408 CPUtime=0.66 cores=1,3
/proc/1026195/stat : 1026195 (naps-1.02b5) R 1026190 1026190 1023485 0 -1 4194304 1028 0 0 0 66 0 0 0 20 0 1 0 195029802 6426624 1352 134679101440 4194304 5746509 140735881577952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 29323264 140735881585645 140735881585759 140735881585759 140735881592777 0
/proc/1026195/statm: 1569 1352 421 379 0 1103 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 16208 KiB
Current children cumulated memory: 8164 KiB

[startup+1.50043 s]
/proc/loadavg: 4.23 4.23 4.10 5/248 1026195
/proc/meminfo: memFree=127283464/131655788 swapFree=131071996/131071996
[pid=1026190] ppid=1026187 vsize=9932 memory=2756 CPUtime=0 cores=1,3
/proc/1026190/stat : 1026190 (naps-1.02b5.sh) S 1026187 1026190 1023485 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 195029801 10170368 689 134679101440 94223123763200 94223124842520 140725526183792 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94223126940976 94223126988164 94223141769216 140725526189022 140725526189149 140725526189149 140725526196166 0
/proc/1026190/statm: 2483 689 611 264 0 134 0
[pid=1026195] ppid=1026190 vsize=11868 memory=10092 CPUtime=1.46 cores=1,3
/proc/1026195/stat : 1026195 (naps-1.02b5) R 1026190 1026190 1023485 0 -1 4194304 1721 0 0 0 146 0 0 0 20 0 1 0 195029802 12152832 2523 134679101440 4194304 5746509 140735881577952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 29323264 140735881585645 140735881585759 140735881585759 140735881592777 0
/proc/1026195/statm: 2967 2523 421 379 0 2501 0
Current children cumulated CPU time: 1.46 s
Current children cumulated vsize: 21800 KiB
Current children cumulated memory: 12848 KiB

[startup+3.11278 s]
/proc/loadavg: 4.21 4.23 4.10 5/248 1026195
/proc/meminfo: memFree=127268864/131655788 swapFree=131071996/131071996
[pid=1026190] ppid=1026187 vsize=9932 memory=2756 CPUtime=0 cores=1,3
/proc/1026190/stat : 1026190 (naps-1.02b5.sh) S 1026187 1026190 1023485 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 195029801 10170368 689 134679101440 94223123763200 94223124842520 140725526183792 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94223126940976 94223126988164 94223141769216 140725526189022 140725526189149 140725526189149 140725526196166 0
/proc/1026190/statm: 2483 689 611 264 0 134 0
[pid=1026195] ppid=1026190 vsize=18872 memory=17964 CPUtime=3.07 cores=1,3
/proc/1026195/stat : 1026195 (naps-1.02b5) R 1026190 1026190 1023485 0 -1 4194304 2260 0 0 0 306 1 0 0 20 0 1 0 195029802 19324928 4491 134679101440 4194304 5746509 140735881577952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 29323264 140735881585645 140735881585759 140735881585759 140735881592777 0
/proc/1026195/statm: 4718 4491 421 379 0 4252 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 28804 KiB
Current children cumulated memory: 20720 KiB

[startup+6.30042 s]
/proc/loadavg: 4.21 4.23 4.10 5/248 1026196
/proc/meminfo: memFree=127223388/131655788 swapFree=131071996/131071996
[pid=1026190] ppid=1026187 vsize=9932 memory=2756 CPUtime=0 cores=1,3
/proc/1026190/stat : 1026190 (naps-1.02b5.sh) S 1026187 1026190 1023485 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 195029801 10170368 689 134679101440 94223123763200 94223124842520 140725526183792 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94223126940976 94223126988164 94223141769216 140725526189022 140725526189149 140725526189149 140725526196166 0
/proc/1026190/statm: 2483 689 611 264 0 134 0
[pid=1026195] ppid=1026190 vsize=33236 memory=25956 CPUtime=6.25 cores=1,3
/proc/1026195/stat : 1026195 (naps-1.02b5) R 1026190 1026190 1023485 0 -1 4194304 4064 0 0 0 623 2 0 0 20 0 1 0 195029802 34033664 6489 134679101440 4194304 5746509 140735881577952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 29323264 140735881585645 140735881585759 140735881585759 140735881592777 0
/proc/1026195/statm: 8309 6489 421 379 0 7843 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 43168 KiB
Current children cumulated memory: 28712 KiB

[startup+12.7004 s]
/proc/loadavg: 4.17 4.22 4.10 5/248 1026198
/proc/meminfo: memFree=127196284/131655788 swapFree=131071996/131071996
[pid=1026190] ppid=1026187 vsize=9932 memory=2756 CPUtime=0 cores=1,3
/proc/1026190/stat : 1026190 (naps-1.02b5.sh) S 1026187 1026190 1023485 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 195029801 10170368 689 134679101440 94223123763200 94223124842520 140725526183792 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94223126940976 94223126988164 94223141769216 140725526189022 140725526189149 140725526189149 140725526196166 0
/proc/1026190/statm: 2483 689 611 264 0 134 0
[pid=1026195] ppid=1026190 vsize=37700 memory=36968 CPUtime=12.64 cores=1,3
/proc/1026195/stat : 1026195 (naps-1.02b5) R 1026190 1026190 1023485 0 -1 4194304 4741 0 0 0 1261 3 0 0 20 0 1 0 195029802 38604800 9242 134679101440 4194304 5746509 140735881577952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 29323264 140735881585645 140735881585759 140735881585759 140735881592777 0
/proc/1026195/statm: 9425 9242 421 379 0 8959 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 47632 KiB
Current children cumulated memory: 39724 KiB

[startup+25.5005 s]
/proc/loadavg: 4.22 4.23 4.10 5/248 1026199
/proc/meminfo: memFree=127183632/131655788 swapFree=131071996/131071996
[pid=1026190] ppid=1026187 vsize=9932 memory=2756 CPUtime=0 cores=1,3
/proc/1026190/stat : 1026190 (naps-1.02b5.sh) S 1026187 1026190 1023485 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 195029801 10170368 689 134679101440 94223123763200 94223124842520 140725526183792 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94223126940976 94223126988164 94223141769216 140725526189022 140725526189149 140725526189149 140725526196166 0
/proc/1026190/statm: 2483 689 611 264 0 134 0
[pid=1026195] ppid=1026190 vsize=40384 memory=39528 CPUtime=25.4 cores=1,3
/proc/1026195/stat : 1026195 (naps-1.02b5) R 1026190 1026190 1023485 0 -1 4194304 5442 0 0 0 2537 3 0 0 20 0 1 0 195029802 41353216 9882 134679101440 4194304 5746509 140735881577952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 29323264 140735881585645 140735881585759 140735881585759 140735881592777 0
/proc/1026195/statm: 10096 9882 421 379 0 9630 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 50316 KiB
Current children cumulated memory: 42284 KiB

[startup+51.113 s]
/proc/loadavg: 4.14 4.21 4.10 5/247 1026204
/proc/meminfo: memFree=127108124/131655788 swapFree=131071996/131071996
[pid=1026190] ppid=1026187 vsize=9932 memory=2756 CPUtime=0 cores=1,3
/proc/1026190/stat : 1026190 (naps-1.02b5.sh) S 1026187 1026190 1023485 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 195029801 10170368 689 134679101440 94223123763200 94223124842520 140725526183792 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94223126940976 94223126988164 94223141769216 140725526189022 140725526189149 140725526189149 140725526196166 0
/proc/1026190/statm: 2483 689 611 264 0 134 0
[pid=1026195] ppid=1026190 vsize=66484 memory=58976 CPUtime=50.94 cores=1,3
/proc/1026195/stat : 1026195 (naps-1.02b5) R 1026190 1026190 1023485 0 -1 4194304 6025 0 0 0 5090 4 0 0 20 0 1 0 195029802 68079616 14744 134679101440 4194304 5746509 140735881577952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 29323264 140735881585645 140735881585759 140735881585759 140735881592777 0
/proc/1026195/statm: 16621 14744 421 379 0 16155 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 76416 KiB
Current children cumulated memory: 61732 KiB

[startup+102.3 s]
/proc/loadavg: 4.43 4.27 4.12 5/249 1026216
/proc/meminfo: memFree=127083324/131655788 swapFree=131071996/131071996
[pid=1026190] ppid=1026187 vsize=9932 memory=2756 CPUtime=0 cores=1,3
/proc/1026190/stat : 1026190 (naps-1.02b5.sh) S 1026187 1026190 1023485 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 195029801 10170368 689 134679101440 94223123763200 94223124842520 140725526183792 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94223126940976 94223126988164 94223141769216 140725526189022 140725526189149 140725526189149 140725526196166 0
/proc/1026190/statm: 2483 689 611 264 0 134 0
[pid=1026195] ppid=1026190 vsize=66484 memory=65132 CPUtime=101.98 cores=1,3
/proc/1026195/stat : 1026195 (naps-1.02b5) R 1026190 1026190 1023485 0 -1 4194304 6077 0 0 0 10194 4 0 0 20 0 1 0 195029802 68079616 16283 134679101440 4194304 5746509 140735881577952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 29323264 140735881585645 140735881585759 140735881585759 140735881592777 0
/proc/1026195/statm: 16621 16283 421 379 0 16155 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 76416 KiB
Current children cumulated memory: 67888 KiB

[startup+162.3 s]
/proc/loadavg: 4.20 4.24 4.12 5/247 1026276
/proc/meminfo: memFree=127200784/131655788 swapFree=131071996/131071996
[pid=1026190] ppid=1026187 vsize=9932 memory=2756 CPUtime=0 cores=1,3
/proc/1026190/stat : 1026190 (naps-1.02b5.sh) S 1026187 1026190 1023485 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 195029801 10170368 689 134679101440 94223123763200 94223124842520 140725526183792 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94223126940976 94223126988164 94223141769216 140725526189022 140725526189149 140725526189149 140725526196166 0
/proc/1026190/statm: 2483 689 611 264 0 134 0
[pid=1026195] ppid=1026190 vsize=77848 memory=77280 CPUtime=161.8 cores=1,3
/proc/1026195/stat : 1026195 (naps-1.02b5) R 1026190 1026190 1023485 0 -1 4194304 9032 0 0 0 16174 6 0 0 20 0 1 0 195029802 79716352 19320 134679101440 4194304 5746509 140735881577952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 29323264 140735881585645 140735881585759 140735881585759 140735881592777 0
/proc/1026195/statm: 19462 19320 421 379 0 18996 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 87780 KiB
Current children cumulated memory: 80036 KiB

[startup+222.3 s]
/proc/loadavg: 4.61 4.33 4.16 5/247 1026287
/proc/meminfo: memFree=127163360/131655788 swapFree=131071996/131071996
[pid=1026190] ppid=1026187 vsize=9932 memory=2756 CPUtime=0 cores=1,3
/proc/1026190/stat : 1026190 (naps-1.02b5.sh) S 1026187 1026190 1023485 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 195029801 10170368 689 134679101440 94223123763200 94223124842520 140725526183792 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94223126940976 94223126988164 94223141769216 140725526189022 140725526189149 140725526189149 140725526196166 0
/proc/1026190/statm: 2483 689 611 264 0 134 0
[pid=1026195] ppid=1026190 vsize=127168 memory=109956 CPUtime=221.64 cores=1,3
/proc/1026195/stat : 1026195 (naps-1.02b5) R 1026190 1026190 1023485 0 -1 4194304 10994 0 0 0 22154 10 0 0 20 0 1 0 195029802 130220032 27489 134679101440 4194304 5746509 140735881577952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 29323264 140735881585645 140735881585759 140735881585759 140735881592777 0
/proc/1026195/statm: 31792 27489 421 379 0 31326 0

################
# More data... #
################

/proc/loadavg: 4.10 4.16 4.16 5/247 1028211
/proc/meminfo: memFree=126751900/131655788 swapFree=131071996/131071996
[pid=1026190] ppid=1026187 vsize=9932 memory=2756 CPUtime=0 cores=1,3
/proc/1026190/stat : 1026190 (naps-1.02b5.sh) S 1026187 1026190 1023485 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 195029801 10170368 689 134679101440 94223123763200 94223124842520 140725526183792 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94223126940976 94223126988164 94223141769216 140725526189022 140725526189149 140725526189149 140725526196166 0
/proc/1026190/statm: 2483 689 611 264 0 134 0
[pid=1026195] ppid=1026190 vsize=258556 memory=213596 CPUtime=3033.71 cores=1,3
/proc/1026195/stat : 1026195 (naps-1.02b5) R 1026190 1026190 1023485 0 -1 4194304 71020 0 0 0 303268 103 0 0 20 0 1 0 195029802 264761344 53399 134679101440 4194304 5746509 140735881577952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 29323264 140735881585645 140735881585759 140735881585759 140735881592777 0
/proc/1026195/statm: 64639 53399 421 379 0 64173 0
Current children cumulated CPU time: 3033.71 s
Current children cumulated vsize: 268488 KiB
Current children cumulated memory: 216352 KiB

[startup+3102.3 s]
/proc/loadavg: 4.77 4.34 4.22 5/251 1028281
/proc/meminfo: memFree=126755432/131655788 swapFree=131071996/131071996
[pid=1026190] ppid=1026187 vsize=9932 memory=2756 CPUtime=0 cores=1,3
/proc/1026190/stat : 1026190 (naps-1.02b5.sh) S 1026187 1026190 1023485 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 195029801 10170368 689 134679101440 94223123763200 94223124842520 140725526183792 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94223126940976 94223126988164 94223141769216 140725526189022 140725526189149 140725526189149 140725526196166 0
/proc/1026190/statm: 2483 689 611 264 0 134 0
[pid=1026195] ppid=1026190 vsize=208468 memory=201408 CPUtime=3093.54 cores=1,3
/proc/1026195/stat : 1026195 (naps-1.02b5) R 1026190 1026190 1023485 0 -1 4194304 72126 0 0 0 309249 105 0 0 20 0 1 0 195029802 213471232 50352 134679101440 4194304 5746509 140735881577952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 29323264 140735881585645 140735881585759 140735881585759 140735881592777 0
/proc/1026195/statm: 52117 50352 421 379 0 51651 0
Current children cumulated CPU time: 3093.54 s
Current children cumulated vsize: 218400 KiB
Current children cumulated memory: 204164 KiB

[startup+3162.3 s]
/proc/loadavg: 4.46 4.35 4.23 5/251 1028291
/proc/meminfo: memFree=126747176/131655788 swapFree=131071996/131071996
[pid=1026190] ppid=1026187 vsize=9932 memory=2756 CPUtime=0 cores=1,3
/proc/1026190/stat : 1026190 (naps-1.02b5.sh) S 1026187 1026190 1023485 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 195029801 10170368 689 134679101440 94223123763200 94223124842520 140725526183792 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94223126940976 94223126988164 94223141769216 140725526189022 140725526189149 140725526189149 140725526196166 0
/proc/1026190/statm: 2483 689 611 264 0 134 0
[pid=1026195] ppid=1026190 vsize=258556 memory=228032 CPUtime=3153.37 cores=1,3
/proc/1026195/stat : 1026195 (naps-1.02b5) R 1026190 1026190 1023485 0 -1 4194304 72742 0 0 0 315232 105 0 0 20 0 1 0 195029802 264761344 57008 134679101440 4194304 5746509 140735881577952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 29323264 140735881585645 140735881585759 140735881585759 140735881592777 0
/proc/1026195/statm: 64639 57008 421 379 0 64173 0
Current children cumulated CPU time: 3153.37 s
Current children cumulated vsize: 268488 KiB
Current children cumulated memory: 230788 KiB

[startup+3222.3 s]
/proc/loadavg: 4.29 4.32 4.23 5/251 1028302
/proc/meminfo: memFree=126722788/131655788 swapFree=131071996/131071996
[pid=1026190] ppid=1026187 vsize=9932 memory=2756 CPUtime=0 cores=1,3
/proc/1026190/stat : 1026190 (naps-1.02b5.sh) S 1026187 1026190 1023485 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 195029801 10170368 689 134679101440 94223123763200 94223124842520 140725526183792 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94223126940976 94223126988164 94223141769216 140725526189022 140725526189149 140725526189149 140725526196166 0
/proc/1026190/statm: 2483 689 611 264 0 134 0
[pid=1026195] ppid=1026190 vsize=211988 memory=198784 CPUtime=3213.21 cores=1,3
/proc/1026195/stat : 1026195 (naps-1.02b5) R 1026190 1026190 1023485 0 -1 4194304 74206 0 0 0 321213 108 0 0 20 0 1 0 195029802 217075712 49696 134679101440 4194304 5746509 140735881577952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 29323264 140735881585645 140735881585759 140735881585759 140735881592777 0
/proc/1026195/statm: 52997 49696 421 379 0 52531 0
Current children cumulated CPU time: 3213.21 s
Current children cumulated vsize: 221920 KiB
Current children cumulated memory: 201540 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.28 4.22 5/249 1028312
/proc/meminfo: memFree=126699244/131655788 swapFree=131071996/131071996
[pid=1026190] ppid=1026187 vsize=9932 memory=2756 CPUtime=0 cores=1,3
/proc/1026190/stat : 1026190 (naps-1.02b5.sh) S 1026187 1026190 1023485 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 195029801 10170368 689 134679101440 94223123763200 94223124842520 140725526183792 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94223126940976 94223126988164 94223141769216 140725526189022 140725526189149 140725526189149 140725526196166 0
/proc/1026190/statm: 2483 689 611 264 0 134 0
[pid=1026195] ppid=1026190 vsize=262076 memory=229504 CPUtime=3273.03 cores=1,3
/proc/1026195/stat : 1026195 (naps-1.02b5) R 1026190 1026190 1023485 0 -1 4194304 74823 0 0 0 327195 108 0 0 20 0 1 0 195029802 268365824 57376 134679101440 4194304 5746509 140735881577952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 29323264 140735881585645 140735881585759 140735881585759 140735881592777 0
/proc/1026195/statm: 65519 57376 421 379 0 65053 0
Current children cumulated CPU time: 3273.03 s
Current children cumulated vsize: 272008 KiB
Current children cumulated memory: 232260 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.26 4.22 5/249 1028322
/proc/meminfo: memFree=126647432/131655788 swapFree=131071996/131071996
[pid=1026190] ppid=1026187 vsize=9932 memory=2756 CPUtime=0 cores=1,3
/proc/1026190/stat : 1026190 (naps-1.02b5.sh) S 1026187 1026190 1023485 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 195029801 10170368 689 134679101440 94223123763200 94223124842520 140725526183792 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94223126940976 94223126988164 94223141769216 140725526189022 140725526189149 140725526189149 140725526196166 0
/proc/1026190/statm: 2483 689 611 264 0 134 0
[pid=1026195] ppid=1026190 vsize=211988 memory=206976 CPUtime=3332.87 cores=1,3
/proc/1026195/stat : 1026195 (naps-1.02b5) R 1026190 1026190 1023485 0 -1 4194304 75925 0 0 0 333177 110 0 0 20 0 1 0 195029802 217075712 51744 134679101440 4194304 5746509 140735881577952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 29323264 140735881585645 140735881585759 140735881585759 140735881592777 0
/proc/1026195/statm: 52997 51744 421 379 0 52531 0
Current children cumulated CPU time: 3332.87 s
Current children cumulated vsize: 221920 KiB
Current children cumulated memory: 209732 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.22 4.21 5/245 1028333
/proc/meminfo: memFree=126813492/131655788 swapFree=131071996/131071996
[pid=1026190] ppid=1026187 vsize=9932 memory=2756 CPUtime=0 cores=1,3
/proc/1026190/stat : 1026190 (naps-1.02b5.sh) S 1026187 1026190 1023485 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 195029801 10170368 689 134679101440 94223123763200 94223124842520 140725526183792 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94223126940976 94223126988164 94223141769216 140725526189022 140725526189149 140725526189149 140725526196166 0
/proc/1026190/statm: 2483 689 611 264 0 134 0
[pid=1026195] ppid=1026190 vsize=133344 memory=132184 CPUtime=3392.71 cores=1,3
/proc/1026195/stat : 1026195 (naps-1.02b5) R 1026190 1026190 1023485 0 -1 4194304 76787 0 0 0 339160 111 0 0 20 0 1 0 195029802 136544256 33046 134679101440 4194304 5746509 140735881577952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 29323264 140735881585645 140735881585759 140735881585759 140735881592777 0
/proc/1026195/statm: 33336 33046 421 379 0 32870 0
Current children cumulated CPU time: 3392.71 s
Current children cumulated vsize: 143276 KiB
Current children cumulated memory: 134940 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.20 4.19 5/245 1028344
/proc/meminfo: memFree=126753336/131655788 swapFree=131071996/131071996
[pid=1026190] ppid=1026187 vsize=9932 memory=2756 CPUtime=0 cores=1,3
/proc/1026190/stat : 1026190 (naps-1.02b5.sh) S 1026187 1026190 1023485 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 195029801 10170368 689 134679101440 94223123763200 94223124842520 140725526183792 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94223126940976 94223126988164 94223141769216 140725526189022 140725526189149 140725526189149 140725526196166 0
/proc/1026190/statm: 2483 689 611 264 0 134 0
[pid=1026195] ppid=1026190 vsize=213484 memory=208472 CPUtime=3452.54 cores=1,3
/proc/1026195/stat : 1026195 (naps-1.02b5) R 1026190 1026190 1023485 0 -1 4194304 78022 0 0 0 345141 113 0 0 20 0 1 0 195029802 218607616 52118 134679101440 4194304 5746509 140735881577952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 29323264 140735881585645 140735881585759 140735881585759 140735881592777 0
/proc/1026195/statm: 53371 52118 421 379 0 52905 0
Current children cumulated CPU time: 3452.54 s
Current children cumulated vsize: 223416 KiB
Current children cumulated memory: 211228 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.17 4.18 5/245 1028354
/proc/meminfo: memFree=126623836/131655788 swapFree=131071996/131071996
[pid=1026190] ppid=1026187 vsize=9932 memory=2756 CPUtime=0 cores=1,3
/proc/1026190/stat : 1026190 (naps-1.02b5.sh) S 1026187 1026190 1023485 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 195029801 10170368 689 134679101440 94223123763200 94223124842520 140725526183792 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94223126940976 94223126988164 94223141769216 140725526189022 140725526189149 140725526189149 140725526196166 0
/proc/1026190/statm: 2483 689 611 264 0 134 0
[pid=1026195] ppid=1026190 vsize=263572 memory=233048 CPUtime=3512.37 cores=1,3
/proc/1026195/stat : 1026195 (naps-1.02b5) R 1026190 1026190 1023485 0 -1 4194304 78638 0 0 0 351123 114 0 0 20 0 1 0 195029802 269897728 58262 134679101440 4194304 5746509 140735881577952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 29323264 140735881585645 140735881585759 140735881585759 140735881592777 0
/proc/1026195/statm: 65893 58262 421 379 0 65427 0
Current children cumulated CPU time: 3512.37 s
Current children cumulated vsize: 273504 KiB
Current children cumulated memory: 235804 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.16 4.18 5/245 1028364
/proc/meminfo: memFree=126748092/131655788 swapFree=131071996/131071996
[pid=1026190] ppid=1026187 vsize=9932 memory=2756 CPUtime=0 cores=1,3
/proc/1026190/stat : 1026190 (naps-1.02b5.sh) S 1026187 1026190 1023485 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 195029801 10170368 689 134679101440 94223123763200 94223124842520 140725526183792 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94223126940976 94223126988164 94223141769216 140725526189022 140725526189149 140725526189149 140725526196166 0
/proc/1026190/statm: 2483 689 611 264 0 134 0
[pid=1026195] ppid=1026190 vsize=263572 memory=222704 CPUtime=3572.21 cores=1,3
/proc/1026195/stat : 1026195 (naps-1.02b5) R 1026190 1026190 1023485 0 -1 4194304 80266 0 0 0 357105 116 0 0 20 0 1 0 195029802 269897728 55676 134679101440 4194304 5746509 140735881577952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 29323264 140735881585645 140735881585759 140735881585759 140735881592777 0
/proc/1026195/statm: 65893 55676 421 379 0 65427 0
Current children cumulated CPU time: 3572.21 s
Current children cumulated vsize: 273504 KiB
Current children cumulated memory: 225460 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.2 s]
/proc/loadavg: 4.11 4.16 4.18 5/245 1028371
/proc/meminfo: memFree=126650388/131655788 swapFree=131071996/131071996
[pid=1026190] ppid=1026187 vsize=9932 memory=2756 CPUtime=0 cores=1,3
/proc/1026190/stat : 1026190 (naps-1.02b5.sh) S 1026187 1026190 1023485 0 -1 4194304 219 242 0 0 0 0 0 0 20 0 1 0 195029801 10170368 689 134679101440 94223123763200 94223124842520 140725526183792 0 0 0 65536 4 65538 0 0 0 17 1 0 0 0 0 0 94223126940976 94223126988164 94223141769216 140725526189022 140725526189149 140725526189149 140725526196166 0
/proc/1026190/statm: 2483 689 611 264 0 134 0
[pid=1026195] ppid=1026190 vsize=263572 memory=234992 CPUtime=3600.03 cores=1,3
/proc/1026195/stat : 1026195 (naps-1.02b5) R 1026190 1026190 1023485 0 -1 4194304 80273 0 0 0 359887 116 0 0 20 0 1 0 195029802 269897728 58748 134679101440 4194304 5746509 140735881577952 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 29323264 140735881585645 140735881585759 140735881585759 140735881592777 0
/proc/1026195/statm: 65893 58748 421 379 0 65427 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 273504 KiB
Current children cumulated memory: 237748 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3610.2 s]
# the end of solver process 1026190 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=3598.88 s, system=1.16519 s

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

Child status: 0

Real time (s): 3610.2
CPU time (s): 3600.04
CPU user time (s): 3598.88
CPU system time (s): 1.16519
CPU usage (%): 99.7186
Max. virtual memory (cumulated for all children) (KiB): 273504
Max. memory (cumulated for all children) (KiB): 237852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.88
system time used= 1.16519
maximum resident set size= 235096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80749
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= 21
involuntary context switches= 3269


# summary of solver processes directly reported to runsolver:
#   pid: 1026190
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3598.88
#   total CPU system time (s): 1.16519

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 26.2393 second user time and 29.2897 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-20 00:39:06
IDJOB=4451411
IDBENCH=162397
IDSOLVER=3065
FILE ID=nodeC008/4451411-1721428734
RUNJOBID= nodeC008-1721425134-1023497
SLURM_JOB_ID= 7545614
Free space on /tmp= 723756 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v110-n1.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451411-1721428734/watcher-4451411-1721428734 -o /tmp/evaluation-result-4451411-1721428734/solver-4451411-1721428734 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721425134-1023497 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4451411-1721428734.opb

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

MD5SUM BENCH= c8af151b30782e1495a07a26686ba07d
RANDOM SEED=675559573

nodeC008.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		: 3609.142
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.91
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		: 3491.974
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.31
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.251
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.91
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.245
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.31
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		: 1197.387
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.91
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		: 3654.611
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.31
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		: 2095.175
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.91
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.379
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127296920 kB
MemAvailable:   129634720 kB
Buffers:          578452 kB
Cached:          2585516 kB
SwapCached:            0 kB
Active:          1097080 kB
Inactive:        2665728 kB
Active(anon):       1508 kB
Inactive(anon):   643224 kB
Active(file):    1095572 kB
Inactive(file):  2022504 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              8080 kB
Writeback:            12 kB
AnonPages:        598880 kB
Mapped:           112028 kB
Shmem:             45896 kB
KReclaimable:     119508 kB
Slab:             225664 kB
SReclaimable:     119508 kB
SUnreclaim:       106156 kB
KernelStack:        3968 kB
PageTables:        10616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1036432 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60736 kB
HardwareCorrupted:     0 kB
AnonHugePages:    456704 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:      203592 kB
DirectMap2M:    24866816 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723752 MiB
End job on nodeC008 at 2024-07-20 01:39:16