Trace number 4446711

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.11 3610.51

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/
sroussel/ShortestPathNG/normalized-NG_K162.opb
MD5SUM3691972eca5819945d0aaf6ae8165cd0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark3001.01
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19278
Total number of constraints19604
Number of constraints which are clauses19442
Number of constraints which are cardinality constraints (but not clauses)162
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint162
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 163
Number of bits of the biggest sum of numbers8
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-4446711-1721341927.opb
3600.09/3610.50	c 
3600.09/3610.50	c *** TERMINATED *** by signal 15
3600.09/3610.50	s UNKNOWN
3600.09/3610.50	c _____________________________________________________________________________
3600.09/3610.50	c 
3600.09/3610.50	c std/band forms        : 160,0
3600.09/3610.50	c 2cl/3cl ITE-codings   : 18216,0
3600.09/3610.50	c BDD/srt/adr Max costs : 235,0,0
3600.09/3610.50	c BDDraw/bin/mul/srt/adr: 160,0,0,0,0
3600.09/3610.50	c BDD nodes             : 36752
3600.09/3610.50	c Es1/CC detections     : 0,0
3600.09/3610.50	c SAT/UNSAT calls       : 0,0
3600.09/3610.50	c regenrated variables  : 0
3600.09/3610.50	c restarts              : 0
3600.09/3610.50	c conflicts             : 0              (0 /sec)
3600.09/3610.50	c decisions             : 0              (0 /sec)
3600.09/3610.50	c propagations          : 0              (0 /sec)
3600.09/3610.50	c inspects              : 0              (0 /sec)
3600.09/3610.50	c CPU time (solving tm) : 3598 s        (3598 s)
3600.09/3610.50	c Time for Opt-base     : 0 s
3600.09/3610.50	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: 63931 MiB (61675 MiB free)
  memory of node 1: 64510 MiB (62651 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446711-1721341927/watcher-4446711-1721341927 -o /tmp/evaluation-result-4446711-1721341927/solver-4446711-1721341927 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721341940-1007633 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4446711-1721341927.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1007680, runsolver pid=1007674

[startup+0.100088 s]*
/proc/loadavg: 1.08 1.73 2.90 5/261 1007710
/proc/meminfo: memFree=127280652/131524600 swapFree=131071996/131071996
[pid=1007680] ppid=1007674 vsize=9932 memory=2764 CPUtime=0 cores=1,3
/proc/1007680/stat : 1007680 (naps-1.02b5.sh) S 1007674 1007680 1007621 0 -1 4194304 223 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 691 134679101440 93865706860544 93865707939864 140732741543840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93865710038320 93865710085508 93865736351744 140732741546974 140732741547101 140732741547101 140732741554118 0
/proc/1007680/statm: 2483 691 614 264 0 134 0
[pid=1007700] ppid=1007680 vsize=13124 memory=7580 CPUtime=0.09 cores=1,3
/proc/1007700/stat : 1007700 (naps-1.02b5) R 1007680 1007680 1007621 0 -1 4194304 1647 0 0 0 9 0 0 0 20 0 1 0 186354594 13438976 1895 134679101440 4194304 5746509 140735011808704 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10170368 140735011816429 140735011816543 140735011816543 140735011823561 0
/proc/1007700/statm: 3281 1895 405 379 0 2815 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 23056 KiB
Current children cumulated memory: 10344 KiB

[startup+0.20648 s]*
/proc/loadavg: 1.08 1.73 2.90 5/261 1007710
/proc/meminfo: memFree=127272584/131524600 swapFree=131071996/131071996
[pid=1007680] ppid=1007674 vsize=9932 memory=2764 CPUtime=0 cores=1,3
/proc/1007680/stat : 1007680 (naps-1.02b5.sh) S 1007674 1007680 1007621 0 -1 4194304 223 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 691 134679101440 93865706860544 93865707939864 140732741543840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93865710038320 93865710085508 93865736351744 140732741546974 140732741547101 140732741547101 140732741554118 0
/proc/1007680/statm: 2483 691 614 264 0 134 0
[pid=1007700] ppid=1007680 vsize=15228 memory=9872 CPUtime=0.2 cores=1,3
/proc/1007700/stat : 1007700 (naps-1.02b5) R 1007680 1007680 1007621 0 -1 4194304 2173 0 0 0 20 0 0 0 20 0 1 0 186354594 15593472 2468 134679101440 4194304 5746509 140735011808704 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10170368 140735011816429 140735011816543 140735011816543 140735011823561 0
/proc/1007700/statm: 3807 2468 405 379 0 3341 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 25160 KiB
Current children cumulated memory: 12636 KiB

[startup+0.30571 s]*
/proc/loadavg: 1.08 1.73 2.90 5/261 1007710
/proc/meminfo: memFree=127257576/131524600 swapFree=131071996/131071996
[pid=1007680] ppid=1007674 vsize=9932 memory=2764 CPUtime=0 cores=1,3
/proc/1007680/stat : 1007680 (naps-1.02b5.sh) S 1007674 1007680 1007621 0 -1 4194304 223 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 691 134679101440 93865706860544 93865707939864 140732741543840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93865710038320 93865710085508 93865736351744 140732741546974 140732741547101 140732741547101 140732741554118 0
/proc/1007680/statm: 2483 691 614 264 0 134 0
[pid=1007700] ppid=1007680 vsize=18560 memory=12744 CPUtime=0.3 cores=1,3
/proc/1007700/stat : 1007700 (naps-1.02b5) R 1007680 1007680 1007621 0 -1 4194304 3060 0 0 0 30 0 0 0 20 0 1 0 186354594 19005440 3186 134679101440 4194304 5746509 140735011808704 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10170368 140735011816429 140735011816543 140735011816543 140735011823561 0
/proc/1007700/statm: 4640 3186 405 379 0 4174 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 28492 KiB
Current children cumulated memory: 15508 KiB

[startup+0.700276 s]
/proc/loadavg: 1.08 1.73 2.90 8/261 1007710
/proc/meminfo: memFree=127195368/131524600 swapFree=131071996/131071996
[pid=1007680] ppid=1007674 vsize=9932 memory=2764 CPUtime=0 cores=1,3
/proc/1007680/stat : 1007680 (naps-1.02b5.sh) S 1007674 1007680 1007621 0 -1 4194304 223 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 691 134679101440 93865706860544 93865707939864 140732741543840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93865710038320 93865710085508 93865736351744 140732741546974 140732741547101 140732741547101 140732741554118 0
/proc/1007680/statm: 2483 691 614 264 0 134 0
[pid=1007700] ppid=1007680 vsize=34004 memory=29804 CPUtime=0.69 cores=1,3
/proc/1007700/stat : 1007700 (naps-1.02b5) R 1007680 1007680 1007621 0 -1 4194304 7148 0 0 0 68 1 0 0 20 0 1 0 186354594 34820096 7451 134679101440 4194304 5746509 140735011808704 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10170368 140735011816429 140735011816543 140735011816543 140735011823561 0
/proc/1007700/statm: 8501 7451 421 379 0 8035 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 43936 KiB
Current children cumulated memory: 32568 KiB

[startup+1.50029 s]
/proc/loadavg: 1.08 1.73 2.90 5/261 1007710
/proc/meminfo: memFree=127179032/131524600 swapFree=131071996/131071996
[pid=1007680] ppid=1007674 vsize=9932 memory=2764 CPUtime=0 cores=1,3
/proc/1007680/stat : 1007680 (naps-1.02b5.sh) S 1007674 1007680 1007621 0 -1 4194304 223 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 691 134679101440 93865706860544 93865707939864 140732741543840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93865710038320 93865710085508 93865736351744 140732741546974 140732741547101 140732741547101 140732741554118 0
/proc/1007680/statm: 2483 691 614 264 0 134 0
[pid=1007700] ppid=1007680 vsize=36808 memory=32476 CPUtime=1.49 cores=1,3
/proc/1007700/stat : 1007700 (naps-1.02b5) R 1007680 1007680 1007621 0 -1 4194304 7842 0 0 0 148 1 0 0 20 0 1 0 186354594 37691392 8119 134679101440 4194304 5746509 140735011808704 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10170368 140735011816429 140735011816543 140735011816543 140735011823561 0
/proc/1007700/statm: 9202 8119 421 379 0 8736 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 46740 KiB
Current children cumulated memory: 35240 KiB

[startup+3.10639 s]
/proc/loadavg: 1.40 1.79 2.92 5/261 1007712
/proc/meminfo: memFree=127155324/131524600 swapFree=131071996/131071996
[pid=1007680] ppid=1007674 vsize=9932 memory=2764 CPUtime=0 cores=1,3
/proc/1007680/stat : 1007680 (naps-1.02b5.sh) S 1007674 1007680 1007621 0 -1 4194304 223 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 691 134679101440 93865706860544 93865707939864 140732741543840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93865710038320 93865710085508 93865736351744 140732741546974 140732741547101 140732741547101 140732741554118 0
/proc/1007680/statm: 2483 691 614 264 0 134 0
[pid=1007700] ppid=1007680 vsize=40660 memory=35152 CPUtime=3.09 cores=1,3
/proc/1007700/stat : 1007700 (naps-1.02b5) R 1007680 1007680 1007621 0 -1 4194304 9843 0 0 0 308 1 0 0 20 0 1 0 186354594 41635840 8788 134679101440 4194304 5746509 140735011808704 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10170368 140735011816429 140735011816543 140735011816543 140735011823561 0
/proc/1007700/statm: 10165 8788 421 379 0 9699 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 50592 KiB
Current children cumulated memory: 37916 KiB

[startup+6.30027 s]
/proc/loadavg: 1.40 1.79 2.92 5/261 1007712
/proc/meminfo: memFree=127130288/131524600 swapFree=131071996/131071996
[pid=1007680] ppid=1007674 vsize=9932 memory=2764 CPUtime=0 cores=1,3
/proc/1007680/stat : 1007680 (naps-1.02b5.sh) S 1007674 1007680 1007621 0 -1 4194304 223 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 691 134679101440 93865706860544 93865707939864 140732741543840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93865710038320 93865710085508 93865736351744 140732741546974 140732741547101 140732741547101 140732741554118 0
/proc/1007680/statm: 2483 691 614 264 0 134 0
[pid=1007700] ppid=1007680 vsize=66408 memory=57516 CPUtime=6.27 cores=1,3
/proc/1007700/stat : 1007700 (naps-1.02b5) R 1007680 1007680 1007621 0 -1 4194304 10835 0 0 0 625 2 0 0 20 0 1 0 186354594 68001792 14379 134679101440 4194304 5746509 140735011808704 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10170368 140735011816429 140735011816543 140735011816543 140735011823561 0
/proc/1007700/statm: 16602 14379 421 379 0 16136 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 76340 KiB
Current children cumulated memory: 60280 KiB

[startup+12.7003 s]
/proc/loadavg: 1.80 1.86 2.93 5/261 1007712
/proc/meminfo: memFree=127077488/131524600 swapFree=131071996/131071996
[pid=1007680] ppid=1007674 vsize=9932 memory=2764 CPUtime=0 cores=1,3
/proc/1007680/stat : 1007680 (naps-1.02b5.sh) S 1007674 1007680 1007621 0 -1 4194304 223 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 691 134679101440 93865706860544 93865707939864 140732741543840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93865710038320 93865710085508 93865736351744 140732741546974 140732741547101 140732741547101 140732741554118 0
/proc/1007680/statm: 2483 691 614 264 0 134 0
[pid=1007700] ppid=1007680 vsize=66476 memory=59232 CPUtime=12.65 cores=1,3
/proc/1007700/stat : 1007700 (naps-1.02b5) R 1007680 1007680 1007621 0 -1 4194304 11158 0 0 0 1263 2 0 0 20 0 1 0 186354594 68071424 14808 134679101440 4194304 5746509 140735011808704 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10170368 140735011816429 140735011816543 140735011816543 140735011823561 0
/proc/1007700/statm: 16619 14808 421 379 0 16153 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 76408 KiB
Current children cumulated memory: 61996 KiB

[startup+25.5003 s]
/proc/loadavg: 2.14 1.93 2.94 5/261 1007715
/proc/meminfo: memFree=126996732/131524600 swapFree=131071996/131071996
[pid=1007680] ppid=1007674 vsize=9932 memory=2764 CPUtime=0 cores=1,3
/proc/1007680/stat : 1007680 (naps-1.02b5.sh) S 1007674 1007680 1007621 0 -1 4194304 223 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 691 134679101440 93865706860544 93865707939864 140732741543840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93865710038320 93865710085508 93865736351744 140732741546974 140732741547101 140732741547101 140732741554118 0
/proc/1007680/statm: 2483 691 614 264 0 134 0
[pid=1007700] ppid=1007680 vsize=104860 memory=83856 CPUtime=25.42 cores=1,3
/proc/1007700/stat : 1007700 (naps-1.02b5) R 1007680 1007680 1007621 0 -1 4194304 12464 0 0 0 2539 3 0 0 20 0 1 0 186354594 107376640 20964 134679101440 4194304 5746509 140735011808704 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10170368 140735011816429 140735011816543 140735011816543 140735011823561 0
/proc/1007700/statm: 26215 20964 421 379 0 25749 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 114792 KiB
Current children cumulated memory: 86620 KiB

[startup+51.1065 s]
/proc/loadavg: 2.85 2.12 2.97 5/261 1007718
/proc/meminfo: memFree=126948676/131524600 swapFree=131071996/131071996
[pid=1007680] ppid=1007674 vsize=9932 memory=2764 CPUtime=0 cores=1,3
/proc/1007680/stat : 1007680 (naps-1.02b5.sh) S 1007674 1007680 1007621 0 -1 4194304 223 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 691 134679101440 93865706860544 93865707939864 140732741543840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93865710038320 93865710085508 93865736351744 140732741546974 140732741547101 140732741547101 140732741554118 0
/proc/1007680/statm: 2483 691 614 264 0 134 0
[pid=1007700] ppid=1007680 vsize=104860 memory=83992 CPUtime=50.95 cores=1,3
/proc/1007700/stat : 1007700 (naps-1.02b5) R 1007680 1007680 1007621 0 -1 4194304 13291 0 0 0 5091 4 0 0 20 0 1 0 186354594 107376640 20998 134679101440 4194304 5746509 140735011808704 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10170368 140735011816429 140735011816543 140735011816543 140735011823561 0
/proc/1007700/statm: 26215 20998 421 379 0 25749 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 114792 KiB
Current children cumulated memory: 86756 KiB

[startup+102.3 s]
/proc/loadavg: 3.61 2.45 3.04 5/260 1007727
/proc/meminfo: memFree=126917712/131524600 swapFree=131071996/131071996
[pid=1007680] ppid=1007674 vsize=9932 memory=2764 CPUtime=0 cores=1,3
/proc/1007680/stat : 1007680 (naps-1.02b5.sh) S 1007674 1007680 1007621 0 -1 4194304 223 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 691 134679101440 93865706860544 93865707939864 140732741543840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93865710038320 93865710085508 93865736351744 140732741546974 140732741547101 140732741547101 140732741554118 0
/proc/1007680/statm: 2483 691 614 264 0 134 0
[pid=1007700] ppid=1007680 vsize=104860 memory=84688 CPUtime=102.01 cores=1,3
/proc/1007700/stat : 1007700 (naps-1.02b5) R 1007680 1007680 1007621 0 -1 4194304 15722 0 0 0 10192 9 0 0 20 0 1 0 186354594 107376640 21172 134679101440 4194304 5746509 140735011808704 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10170368 140735011816429 140735011816543 140735011816543 140735011823561 0
/proc/1007700/statm: 26215 21172 421 379 0 25749 0
Current children cumulated CPU time: 102.01 s
Current children cumulated vsize: 114792 KiB
Current children cumulated memory: 87452 KiB

[startup+162.3 s]
/proc/loadavg: 3.95 2.76 3.11 5/260 1007738
/proc/meminfo: memFree=126656940/131524600 swapFree=131071996/131071996
[pid=1007680] ppid=1007674 vsize=9932 memory=2764 CPUtime=0 cores=1,3
/proc/1007680/stat : 1007680 (naps-1.02b5.sh) S 1007674 1007680 1007621 0 -1 4194304 223 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 691 134679101440 93865706860544 93865707939864 140732741543840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93865710038320 93865710085508 93865736351744 140732741546974 140732741547101 140732741547101 140732741554118 0
/proc/1007680/statm: 2483 691 614 264 0 134 0
[pid=1007700] ppid=1007680 vsize=197460 memory=181776 CPUtime=161.85 cores=1,3
/proc/1007700/stat : 1007700 (naps-1.02b5) R 1007680 1007680 1007621 0 -1 4194304 19455 0 0 0 16171 14 0 0 20 0 1 0 186354594 202199040 45444 134679101440 4194304 5746509 140735011808704 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10170368 140735011816429 140735011816543 140735011816543 140735011823561 0
/proc/1007700/statm: 49365 45444 421 379 0 48899 0
Current children cumulated CPU time: 161.85 s
Current children cumulated vsize: 207392 KiB
Current children cumulated memory: 184540 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 3.02 3.18 5/258 1007748
/proc/meminfo: memFree=126669616/131524600 swapFree=131071996/131071996
[pid=1007680] ppid=1007674 vsize=9932 memory=2764 CPUtime=0 cores=1,3
/proc/1007680/stat : 1007680 (naps-1.02b5.sh) S 1007674 1007680 1007621 0 -1 4194304 223 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 691 134679101440 93865706860544 93865707939864 140732741543840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93865710038320 93865710085508 93865736351744 140732741546974 140732741547101 140732741547101 140732741554118 0
/proc/1007680/statm: 2483 691 614 264 0 134 0
[pid=1007700] ppid=1007680 vsize=197460 memory=179728 CPUtime=221.68 cores=1,3
/proc/1007700/stat : 1007700 (naps-1.02b5) R 1007680 1007680 1007621 0 -1 4194304 22108 0 0 0 22150 18 0 0 20 0 1 0 186354594 202199040 44932 134679101440 4194304 5746509 140735011808704 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10170368 140735011816429 140735011816543 140735011816543 140735011823561 0
/proc/1007700/statm: 49365 44932 421 379 0 48899 0
Current children cumulated CPU time: 221.68 s

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

/proc/1007700/statm: 68074 62502 421 379 0 67608 0
Current children cumulated CPU time: 3093.39 s
Current children cumulated vsize: 282228 KiB
Current children cumulated memory: 252772 KiB

[startup+3162.3 s]
/proc/loadavg: 4.35 4.21 4.13 5/262 1008856
/proc/meminfo: memFree=126074456/131524600 swapFree=131071996/131071996
[pid=1007680] ppid=1007674 vsize=9932 memory=2764 CPUtime=0 cores=1,3
/proc/1007680/stat : 1007680 (naps-1.02b5.sh) S 1007674 1007680 1007621 0 -1 4194304 223 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 691 134679101440 93865706860544 93865707939864 140732741543840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93865710038320 93865710085508 93865736351744 140732741546974 140732741547101 140732741547101 140732741554118 0
/proc/1007680/statm: 2483 691 614 264 0 134 0
[pid=1007700] ppid=1007680 vsize=486076 memory=372692 CPUtime=3153.2 cores=1,3
/proc/1007700/stat : 1007700 (naps-1.02b5) R 1007680 1007680 1007621 0 -1 4194304 91436 0 0 0 315139 181 0 0 20 0 1 0 186354594 497741824 93173 134679101440 4194304 5746509 140735011808704 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10170368 140735011816429 140735011816543 140735011816543 140735011823561 0
/proc/1007700/statm: 121519 93173 421 379 0 121053 0
Current children cumulated CPU time: 3153.2 s
Current children cumulated vsize: 496008 KiB
Current children cumulated memory: 375456 KiB

[startup+3222.3 s]
/proc/loadavg: 4.18 4.19 4.13 5/261 1009248
/proc/meminfo: memFree=125616856/131524600 swapFree=131071996/131071996
[pid=1007680] ppid=1007674 vsize=9932 memory=2764 CPUtime=0 cores=1,3
/proc/1007680/stat : 1007680 (naps-1.02b5.sh) S 1007674 1007680 1007621 0 -1 4194304 223 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 691 134679101440 93865706860544 93865707939864 140732741543840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93865710038320 93865710085508 93865736351744 140732741546974 140732741547101 140732741547101 140732741554118 0
/proc/1007680/statm: 2483 691 614 264 0 134 0
[pid=1007700] ppid=1007680 vsize=486752 memory=468124 CPUtime=3213.02 cores=1,3
/proc/1007700/stat : 1007700 (naps-1.02b5) R 1007680 1007680 1007621 0 -1 4194304 91707 0 0 0 321118 184 0 0 20 0 1 0 186354594 498434048 117031 134679101440 4194304 5746509 140735011808704 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10170368 140735011816429 140735011816543 140735011816543 140735011823561 0
/proc/1007700/statm: 121688 117031 421 379 0 121222 0
Current children cumulated CPU time: 3213.02 s
Current children cumulated vsize: 496684 KiB
Current children cumulated memory: 470888 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.20 4.13 5/261 1009258
/proc/meminfo: memFree=125236416/131524600 swapFree=131071996/131071996
[pid=1007680] ppid=1007674 vsize=9932 memory=2764 CPUtime=0 cores=1,3
/proc/1007680/stat : 1007680 (naps-1.02b5.sh) S 1007674 1007680 1007621 0 -1 4194304 223 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 691 134679101440 93865706860544 93865707939864 140732741543840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93865710038320 93865710085508 93865736351744 140732741546974 140732741547101 140732741547101 140732741554118 0
/proc/1007680/statm: 2483 691 614 264 0 134 0
[pid=1007700] ppid=1007680 vsize=703484 memory=559848 CPUtime=3272.82 cores=1,3
/proc/1007700/stat : 1007700 (naps-1.02b5) R 1007680 1007680 1007621 0 -1 4194304 92809 0 0 0 327097 185 0 0 20 0 1 0 186354594 720367616 139962 134679101440 4194304 5746509 140735011808704 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10170368 140735011816429 140735011816543 140735011816543 140735011823561 0
/proc/1007700/statm: 175871 139962 421 379 0 175405 0
Current children cumulated CPU time: 3272.82 s
Current children cumulated vsize: 713416 KiB
Current children cumulated memory: 562612 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.17 4.13 5/260 1009269
/proc/meminfo: memFree=125900184/131524600 swapFree=131071996/131071996
[pid=1007680] ppid=1007674 vsize=9932 memory=2764 CPUtime=0 cores=1,3
/proc/1007680/stat : 1007680 (naps-1.02b5.sh) S 1007674 1007680 1007621 0 -1 4194304 223 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 691 134679101440 93865706860544 93865707939864 140732741543840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93865710038320 93865710085508 93865736351744 140732741546974 140732741547101 140732741547101 140732741554118 0
/proc/1007680/statm: 2483 691 614 264 0 134 0
[pid=1007700] ppid=1007680 vsize=356644 memory=337104 CPUtime=3332.66 cores=1,3
/proc/1007700/stat : 1007700 (naps-1.02b5) R 1007680 1007680 1007621 0 -1 4194304 94842 0 0 0 333075 191 0 0 20 0 1 0 186354594 365203456 84276 134679101440 4194304 5746509 140735011808704 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10170368 140735011816429 140735011816543 140735011816543 140735011823561 0
/proc/1007700/statm: 89161 84276 421 379 0 88695 0
Current children cumulated CPU time: 3332.66 s
Current children cumulated vsize: 366576 KiB
Current children cumulated memory: 339868 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.16 4.12 5/260 1009449
/proc/meminfo: memFree=125796112/131524600 swapFree=131071996/131071996
[pid=1007680] ppid=1007674 vsize=9932 memory=2764 CPUtime=0 cores=1,3
/proc/1007680/stat : 1007680 (naps-1.02b5.sh) S 1007674 1007680 1007621 0 -1 4194304 223 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 691 134679101440 93865706860544 93865707939864 140732741543840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93865710038320 93865710085508 93865736351744 140732741546974 140732741547101 140732741547101 140732741554118 0
/proc/1007680/statm: 2483 691 614 264 0 134 0
[pid=1007700] ppid=1007680 vsize=489324 memory=460408 CPUtime=3392.49 cores=1,3
/proc/1007700/stat : 1007700 (naps-1.02b5) R 1007680 1007680 1007621 0 -1 4194304 95709 0 0 0 339054 195 0 0 20 0 1 0 186354594 501067776 115102 134679101440 4194304 5746509 140735011808704 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10170368 140735011816429 140735011816543 140735011816543 140735011823561 0
/proc/1007700/statm: 122331 115102 421 379 0 121865 0
Current children cumulated CPU time: 3392.49 s
Current children cumulated vsize: 499256 KiB
Current children cumulated memory: 463172 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.15 4.12 5/260 1009459
/proc/meminfo: memFree=125391524/131524600 swapFree=131071996/131071996
[pid=1007680] ppid=1007674 vsize=9932 memory=2764 CPUtime=0 cores=1,3
/proc/1007680/stat : 1007680 (naps-1.02b5.sh) S 1007674 1007680 1007621 0 -1 4194304 223 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 691 134679101440 93865706860544 93865707939864 140732741543840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93865710038320 93865710085508 93865736351744 140732741546974 140732741547101 140732741547101 140732741554118 0
/proc/1007680/statm: 2483 691 614 264 0 134 0
[pid=1007700] ppid=1007680 vsize=706008 memory=564252 CPUtime=3452.32 cores=1,3
/proc/1007700/stat : 1007700 (naps-1.02b5) R 1007680 1007680 1007621 0 -1 4194304 96792 0 0 0 345034 198 0 0 20 0 1 0 186354594 722952192 141063 134679101440 4194304 5746509 140735011808704 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10170368 140735011816429 140735011816543 140735011816543 140735011823561 0
/proc/1007700/statm: 176502 141063 421 379 0 176036 0
Current children cumulated CPU time: 3452.32 s
Current children cumulated vsize: 715940 KiB
Current children cumulated memory: 567016 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.14 4.12 5/263 1009530
/proc/meminfo: memFree=125368736/131524600 swapFree=131071996/131071996
[pid=1007680] ppid=1007674 vsize=9932 memory=2764 CPUtime=0 cores=1,3
/proc/1007680/stat : 1007680 (naps-1.02b5.sh) S 1007674 1007680 1007621 0 -1 4194304 223 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 691 134679101440 93865706860544 93865707939864 140732741543840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93865710038320 93865710085508 93865736351744 140732741546974 140732741547101 140732741547101 140732741554118 0
/proc/1007680/statm: 2483 691 614 264 0 134 0
[pid=1007700] ppid=1007680 vsize=359320 memory=321116 CPUtime=3512.14 cores=1,3
/proc/1007700/stat : 1007700 (naps-1.02b5) R 1007680 1007680 1007621 0 -1 4194304 98832 0 0 0 351013 201 0 0 20 0 1 0 186354594 367943680 80279 134679101440 4194304 5746509 140735011808704 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10170368 140735011816429 140735011816543 140735011816543 140735011823561 0
/proc/1007700/statm: 89830 80279 421 379 0 89364 0
Current children cumulated CPU time: 3512.14 s
Current children cumulated vsize: 369252 KiB
Current children cumulated memory: 323880 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.14 4.12 5/263 1009540
/proc/meminfo: memFree=125707704/131524600 swapFree=131071996/131071996
[pid=1007680] ppid=1007674 vsize=9932 memory=2764 CPUtime=0 cores=1,3
/proc/1007680/stat : 1007680 (naps-1.02b5.sh) S 1007674 1007680 1007621 0 -1 4194304 223 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 691 134679101440 93865706860544 93865707939864 140732741543840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93865710038320 93865710085508 93865736351744 140732741546974 140732741547101 140732741547101 140732741554118 0
/proc/1007680/statm: 2483 691 614 264 0 134 0
[pid=1007700] ppid=1007680 vsize=491752 memory=431648 CPUtime=3571.97 cores=1,3
/proc/1007700/stat : 1007700 (naps-1.02b5) R 1007680 1007680 1007621 0 -1 4194304 99453 0 0 0 356993 204 0 0 20 0 1 0 186354594 503554048 107912 134679101440 4194304 5746509 140735011808704 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10170368 140735011816429 140735011816543 140735011816543 140735011823561 0
/proc/1007700/statm: 122938 107912 421 379 0 122472 0
Current children cumulated CPU time: 3571.97 s
Current children cumulated vsize: 501684 KiB
Current children cumulated memory: 434412 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.5 s]
/proc/loadavg: 4.09 4.13 4.11 5/263 1009546
/proc/meminfo: memFree=125868736/131524600 swapFree=131071996/131071996
[pid=1007680] ppid=1007674 vsize=9932 memory=2764 CPUtime=0 cores=1,3
/proc/1007680/stat : 1007680 (naps-1.02b5.sh) S 1007674 1007680 1007621 0 -1 4194304 223 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 691 134679101440 93865706860544 93865707939864 140732741543840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93865710038320 93865710085508 93865736351744 140732741546974 140732741547101 140732741547101 140732741554118 0
/proc/1007680/statm: 2483 691 614 264 0 134 0
[pid=1007700] ppid=1007680 vsize=491892 memory=474764 CPUtime=3600.09 cores=1,3
/proc/1007700/stat : 1007700 (naps-1.02b5) R 1007680 1007680 1007621 0 -1 4194304 99602 0 0 0 359804 205 0 0 20 0 1 0 186354594 503697408 118691 134679101440 4194304 5746509 140735011808704 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10170368 140735011816429 140735011816543 140735011816543 140735011823561 0
/proc/1007700/statm: 122973 118691 421 379 0 122507 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 501824 KiB
Current children cumulated memory: 477528 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3610.51 s]
# the end of solver process 1007680 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.002561 s, system=0.000513 s

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

# cumulated CPU time of all completed processes:  user=3598.05 s, system=2.06267 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+3610.5 s]
/proc/loadavg: 4.09 4.13 4.11 5/263 1009546
/proc/meminfo: memFree=125868736/131524600 swapFree=131071996/131071996
[pid=1007680] ppid=1007674 vsize=9932 memory=2764 CPUtime=0 cores=1,3
/proc/1007680/stat : 1007680 (naps-1.02b5.sh) S 1007674 1007680 1007621 0 -1 4194304 223 237 0 0 0 0 0 0 20 0 1 0 186354594 10170368 691 134679101440 93865706860544 93865707939864 140732741543840 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 93865710038320 93865710085508 93865736351744 140732741546974 140732741547101 140732741547101 140732741554118 0
/proc/1007680/statm: 2483 691 614 264 0 134 0
[pid=1007700] ppid=1007680 vsize=491892 memory=474764 CPUtime=3600.09 cores=1,3
/proc/1007700/stat : 1007700 (naps-1.02b5) R 1007680 1007680 1007621 0 -1 4194304 99602 0 0 0 359804 205 0 0 20 0 1 0 186354594 503697408 118691 134679101440 4194304 5746509 140735011808704 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 10170368 140735011816429 140735011816543 140735011816543 140735011823561 0
/proc/1007700/statm: 122973 118691 421 379 0 122507 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 501824 KiB
Current children cumulated memory: 477528 KiB

Child status: 0

Real time (s): 3610.51
CPU time (s): 3600.11
CPU user time (s): 3598.05
CPU system time (s): 2.06267
CPU usage (%): 99.7122
Max. virtual memory (cumulated for all children) (KiB): 765756
Max. memory (cumulated for all children) (KiB): 620240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.05
system time used= 2.06267
maximum resident set size= 627716
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 100062
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= 141
involuntary context switches= 4611


# summary of solver processes directly reported to runsolver:
#   pid: 1007680,1007700
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3598.05
#   total CPU system time (s): 2.06267

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.17717 second user time and 20.8485 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-19 00:32:20
IDJOB=4446711
IDBENCH=158293
IDSOLVER=3065
FILE ID=nodeC017/4446711-1721341927
RUNJOBID= nodeC017-1721341940-1007633
SLURM_JOB_ID= 7542735
Free space on /tmp= 890076 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathNG/normalized-NG_K162.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446711-1721341927/watcher-4446711-1721341927 -o /tmp/evaluation-result-4446711-1721341927/solver-4446711-1721341927 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721341940-1007633 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4446711-1721341927.opb

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

MD5SUM BENCH= 3691972eca5819945d0aaf6ae8165cd0
RANDOM SEED=592637469

nodeC017.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	: 0xb00002a
cpu MHz		: 3619.363
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3638.665
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.99
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	: 0xb00002a
cpu MHz		: 3615.441
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3658.568
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.99
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	: 0xb00002a
cpu MHz		: 3847.769
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3747.586
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.99
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	: 0xb00002a
cpu MHz		: 3607.140
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3611.345
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127311112 kB
MemAvailable:   129723340 kB
Buffers:          544324 kB
Cached:          2685624 kB
SwapCached:            0 kB
Active:          1226100 kB
Inactive:        2335512 kB
Active(anon):       1432 kB
Inactive(anon):   367948 kB
Active(file):    1224668 kB
Inactive(file):  1967564 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             20848 kB
Writeback:             0 kB
AnonPages:        331744 kB
Mapped:           106420 kB
Shmem:             37720 kB
KReclaimable:     119288 kB
Slab:             233644 kB
SReclaimable:     119288 kB
SUnreclaim:       114356 kB
KernelStack:        3888 kB
PageTables:         9736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     730816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68448 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 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:      287444 kB
DirectMap2M:    40380416 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC017 at 2024-07-19 01:32:31