Trace number 4445268

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-GM 1.03? (TO) 3600.12 3611.02

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob8.opb
MD5SUM3f61e6943d6ec76e40473bfb8d86b810
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 benchmark0.264688
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables86
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint86
Maximum length of a constraint86
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 21733991
Number of bits of the biggest number in a constraint 25
Biggest sum of numbers in a constraint 300042743
Number of bits of the biggest sum of numbers29
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.03.
0.00/0.00	c We set -no-flip-min because your selected sat solver does not support it.
0.00/0.00	c Input file name: HOME/instance-4445268-1721324773.opb
3600.10/3611.01	c 
3600.10/3611.01	c *** TERMINATED *** by signal 15
3600.10/3611.01	s UNKNOWN
3600.10/3611.01	c _____________________________________________________________________________
3600.10/3611.01	c std/band forms        : 0,1
3600.10/3611.01	c 2cl/3cl ITE-codings   : 0,50864
3600.10/3611.01	c BDD/srt/adr Max costs : 52876,0,0
3600.10/3611.01	c BDDraw/bin/mul/srt/adr: 0,0,1,0,0
3600.10/3611.01	c BDD nodes             : 52878
3600.10/3611.01	c Es1/CC detections     : 0,0
3600.10/3611.01	c CC sort               : 0
3600.10/3611.01	c SAT/UNSAT calls       : 0,0
3600.10/3611.01	c regenrated variables  : 0
3600.10/3611.01	c eliminated fixed lits : 0
3600.10/3611.01	c goal lit flips        : 0
3600.10/3611.01	c goal stages           : 0
3600.10/3611.01	c goal shrink           : 0
3600.10/3611.01	c goal coeff separations: 0
3600.10/3611.01	c restarts              : 0
3600.10/3611.01	c conflicts             : 0              (0 /sec)
3600.10/3611.01	c decisions             : 0              (0 /sec)
3600.10/3611.01	c propagations          : 0              (0 /sec)
3600.10/3611.01	c inspects              : 0              (0 /sec)
3600.10/3611.01	c CPU time (solving tm) : 3600 s        (3599 s, SAT 0 s, UNSAT 0 s)
3600.10/3611.01	c Time for Opt-base     : 0.1211 s
3600.10/3611.01	c Steps for Opt-base    : 230738
3600.10/3611.01	c Time for BDD coding   : 0.4373 s
3600.10/3611.01	c Time for srt coding   : 0 s
3600.10/3611.01	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: 64096 MiB (60058 MiB free)
  memory of node 1: 64473 MiB (61427 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445268-1721324773/watcher-4445268-1721324773 -o /tmp/evaluation-result-4445268-1721324773/solver-4445268-1721324773 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721317560-958806 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4445268-1721324773.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=964492, runsolver pid=964489

[startup+0.100882 s]*
/proc/loadavg: 4.31 4.26 4.18 5/245 964497
/proc/meminfo: memFree=124400272/131655788 swapFree=131071996/131071996
[pid=964492] ppid=964489 vsize=9932 memory=2836 CPUtime=0 cores=0,2
/proc/964492/stat : 964492 (naps-1.03.sh) S 964489 964492 958796 0 -1 4194304 223 240 0 0 0 0 0 0 20 0 1 0 184633151 10170368 709 134679101440 94391314989056 94391316068376 140737255514080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94391318166832 94391318214020 94391342948352 140737255523295 140737255523424 140737255523424 140737255530440 0
/proc/964492/statm: 2483 709 632 264 0 134 0
[pid=964497] ppid=964492 vsize=8328 memory=2264 CPUtime=0.1 cores=0,2
/proc/964497/stat : 964497 (naps-1.03) R 964492 964492 958796 0 -1 4194304 167 0 0 0 10 0 0 0 20 0 1 0 184633152 8527872 566 134679101440 4194304 6891213 140733809154496 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29995008 140733809157104 140733809157220 140733809157220 140733809164235 0
/proc/964497/statm: 2082 566 468 659 0 1286 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18260 KiB
Current children cumulated memory: 5100 KiB

[startup+0.212916 s]*
/proc/loadavg: 4.31 4.26 4.18 6/245 964497
/proc/meminfo: memFree=124388840/131655788 swapFree=131071996/131071996
[pid=964492] ppid=964489 vsize=9932 memory=2836 CPUtime=0 cores=0,2
/proc/964492/stat : 964492 (naps-1.03.sh) S 964489 964492 958796 0 -1 4194304 223 240 0 0 0 0 0 0 20 0 1 0 184633151 10170368 709 134679101440 94391314989056 94391316068376 140737255514080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94391318166832 94391318214020 94391342948352 140737255523295 140737255523424 140737255523424 140737255530440 0
/proc/964492/statm: 2483 709 632 264 0 134 0
[pid=964497] ppid=964492 vsize=21028 memory=14964 CPUtime=0.21 cores=0,2
/proc/964497/stat : 964497 (naps-1.03) R 964492 964492 958796 0 -1 4194304 3415 0 0 0 21 0 0 0 20 0 1 0 184633152 21532672 3741 134679101440 4194304 6891213 140733809154496 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29995008 140733809157104 140733809157220 140733809157220 140733809164235 0
/proc/964497/statm: 5257 3741 468 659 0 4461 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 30960 KiB
Current children cumulated memory: 17800 KiB

[startup+0.312834 s]*
/proc/loadavg: 4.31 4.26 4.18 5/245 964497
/proc/meminfo: memFree=124376740/131655788 swapFree=131071996/131071996
[pid=964492] ppid=964489 vsize=9932 memory=2836 CPUtime=0 cores=0,2
/proc/964492/stat : 964492 (naps-1.03.sh) S 964489 964492 958796 0 -1 4194304 223 240 0 0 0 0 0 0 20 0 1 0 184633151 10170368 709 134679101440 94391314989056 94391316068376 140737255514080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94391318166832 94391318214020 94391342948352 140737255523295 140737255523424 140737255523424 140737255530440 0
/proc/964492/statm: 2483 709 632 264 0 134 0
[pid=964497] ppid=964492 vsize=32976 memory=26864 CPUtime=0.31 cores=0,2
/proc/964497/stat : 964497 (naps-1.03) R 964492 964492 958796 0 -1 4194304 6457 0 0 0 30 1 0 0 20 0 1 0 184633152 33767424 6716 134679101440 4194304 6891213 140733809154496 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29995008 140733809157104 140733809157220 140733809157220 140733809164235 0
/proc/964497/statm: 8244 6716 468 659 0 7448 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 42908 KiB
Current children cumulated memory: 29700 KiB

[startup+0.700428 s]
/proc/loadavg: 4.31 4.26 4.18 5/245 964497
/proc/meminfo: memFree=124358792/131655788 swapFree=131071996/131071996
[pid=964492] ppid=964489 vsize=9932 memory=2836 CPUtime=0 cores=0,2
/proc/964492/stat : 964492 (naps-1.03.sh) S 964489 964492 958796 0 -1 4194304 223 240 0 0 0 0 0 0 20 0 1 0 184633151 10170368 709 134679101440 94391314989056 94391316068376 140737255514080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94391318166832 94391318214020 94391342948352 140737255523295 140737255523424 140737255523424 140737255530440 0
/proc/964492/statm: 2483 709 632 264 0 134 0
[pid=964497] ppid=964492 vsize=58400 memory=55316 CPUtime=0.68 cores=0,2
/proc/964497/stat : 964497 (naps-1.03) R 964492 964492 958796 0 -1 4194304 13240 0 0 0 66 2 0 0 20 0 1 0 184633152 59801600 13829 134679101440 4194304 6891213 140733809154496 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29995008 140733809157104 140733809157220 140733809157220 140733809164235 0
/proc/964497/statm: 14600 13829 468 659 0 13804 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 68332 KiB
Current children cumulated memory: 58152 KiB

[startup+1.50038 s]
/proc/loadavg: 4.31 4.26 4.18 5/245 964497
/proc/meminfo: memFree=124344364/131655788 swapFree=131071996/131071996
[pid=964492] ppid=964489 vsize=9932 memory=2836 CPUtime=0 cores=0,2
/proc/964492/stat : 964492 (naps-1.03.sh) S 964489 964492 958796 0 -1 4194304 223 240 0 0 0 0 0 0 20 0 1 0 184633151 10170368 709 134679101440 94391314989056 94391316068376 140737255514080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94391318166832 94391318214020 94391342948352 140737255523295 140737255523424 140737255523424 140737255530440 0
/proc/964492/statm: 2483 709 632 264 0 134 0
[pid=964497] ppid=964492 vsize=61120 memory=55580 CPUtime=1.48 cores=0,2
/proc/964497/stat : 964497 (naps-1.03) R 964492 964492 958796 0 -1 4194304 13305 0 0 0 146 2 0 0 20 0 1 0 184633152 62586880 13895 134679101440 4194304 6891213 140733809154496 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29995008 140733809157104 140733809157220 140733809157220 140733809164235 0
/proc/964497/statm: 15280 13895 468 659 0 14484 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 71052 KiB
Current children cumulated memory: 58416 KiB

[startup+3.11247 s]
/proc/loadavg: 4.29 4.26 4.18 5/245 964497
/proc/meminfo: memFree=124341724/131655788 swapFree=131071996/131071996
[pid=964492] ppid=964489 vsize=9932 memory=2836 CPUtime=0 cores=0,2
/proc/964492/stat : 964492 (naps-1.03.sh) S 964489 964492 958796 0 -1 4194304 223 240 0 0 0 0 0 0 20 0 1 0 184633151 10170368 709 134679101440 94391314989056 94391316068376 140737255514080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94391318166832 94391318214020 94391342948352 140737255523295 140737255523424 140737255523424 140737255530440 0
/proc/964492/statm: 2483 709 632 264 0 134 0
[pid=964497] ppid=964492 vsize=61120 memory=56104 CPUtime=3.08 cores=0,2
/proc/964497/stat : 964497 (naps-1.03) R 964492 964492 958796 0 -1 4194304 13434 0 0 0 306 2 0 0 20 0 1 0 184633152 62586880 14026 134679101440 4194304 6891213 140733809154496 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29995008 140733809157104 140733809157220 140733809157220 140733809164235 0
/proc/964497/statm: 15280 14026 468 659 0 14484 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 71052 KiB
Current children cumulated memory: 58940 KiB

[startup+6.30034 s]
/proc/loadavg: 4.29 4.26 4.18 5/245 964498
/proc/meminfo: memFree=124340880/131655788 swapFree=131071996/131071996
[pid=964492] ppid=964489 vsize=9932 memory=2836 CPUtime=0 cores=0,2
/proc/964492/stat : 964492 (naps-1.03.sh) S 964489 964492 958796 0 -1 4194304 223 240 0 0 0 0 0 0 20 0 1 0 184633151 10170368 709 134679101440 94391314989056 94391316068376 140737255514080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94391318166832 94391318214020 94391342948352 140737255523295 140737255523424 140737255523424 140737255530440 0
/proc/964492/statm: 2483 709 632 264 0 134 0
[pid=964497] ppid=964492 vsize=61120 memory=56892 CPUtime=6.26 cores=0,2
/proc/964497/stat : 964497 (naps-1.03) R 964492 964492 958796 0 -1 4194304 13659 0 0 0 624 2 0 0 20 0 1 0 184633152 62586880 14223 134679101440 4194304 6891213 140733809154496 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29995008 140733809157104 140733809157220 140733809157220 140733809164235 0
/proc/964497/statm: 15280 14223 468 659 0 14484 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 71052 KiB
Current children cumulated memory: 59728 KiB

[startup+12.7003 s]
/proc/loadavg: 4.27 4.26 4.18 5/245 964498
/proc/meminfo: memFree=124404556/131655788 swapFree=131071996/131071996
[pid=964492] ppid=964489 vsize=9932 memory=2836 CPUtime=0 cores=0,2
/proc/964492/stat : 964492 (naps-1.03.sh) S 964489 964492 958796 0 -1 4194304 223 240 0 0 0 0 0 0 20 0 1 0 184633151 10170368 709 134679101440 94391314989056 94391316068376 140737255514080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94391318166832 94391318214020 94391342948352 140737255523295 140737255523424 140737255523424 140737255530440 0
/proc/964492/statm: 2483 709 632 264 0 134 0
[pid=964497] ppid=964492 vsize=65540 memory=58732 CPUtime=12.64 cores=0,2
/proc/964497/stat : 964497 (naps-1.03) R 964492 964492 958796 0 -1 4194304 14109 0 0 0 1262 2 0 0 20 0 1 0 184633152 67112960 14683 134679101440 4194304 6891213 140733809154496 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29995008 140733809157104 140733809157220 140733809157220 140733809164235 0
/proc/964497/statm: 16385 14683 468 659 0 15589 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 75472 KiB
Current children cumulated memory: 61568 KiB

[startup+25.5004 s]
/proc/loadavg: 4.21 4.24 4.17 5/245 964500
/proc/meminfo: memFree=124390020/131655788 swapFree=131071996/131071996
[pid=964492] ppid=964489 vsize=9932 memory=2836 CPUtime=0 cores=0,2
/proc/964492/stat : 964492 (naps-1.03.sh) S 964489 964492 958796 0 -1 4194304 223 240 0 0 0 0 0 0 20 0 1 0 184633151 10170368 709 134679101440 94391314989056 94391316068376 140737255514080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94391318166832 94391318214020 94391342948352 140737255523295 140737255523424 140737255523424 140737255530440 0
/proc/964492/statm: 2483 709 632 264 0 134 0
[pid=964497] ppid=964492 vsize=65540 memory=60348 CPUtime=25.4 cores=0,2
/proc/964497/stat : 964497 (naps-1.03) R 964492 964492 958796 0 -1 4194304 14659 0 0 0 2538 2 0 0 20 0 1 0 184633152 67112960 15087 134679101440 4194304 6891213 140733809154496 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29995008 140733809157104 140733809157220 140733809157220 140733809164235 0
/proc/964497/statm: 16385 15087 468 659 0 15589 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 75472 KiB
Current children cumulated memory: 63184 KiB

[startup+51.1131 s]
/proc/loadavg: 4.19 4.24 4.17 5/245 964504
/proc/meminfo: memFree=124446668/131655788 swapFree=131071996/131071996
[pid=964492] ppid=964489 vsize=9932 memory=2836 CPUtime=0 cores=0,2
/proc/964492/stat : 964492 (naps-1.03.sh) S 964489 964492 958796 0 -1 4194304 223 240 0 0 0 0 0 0 20 0 1 0 184633151 10170368 709 134679101440 94391314989056 94391316068376 140737255514080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94391318166832 94391318214020 94391342948352 140737255523295 140737255523424 140737255523424 140737255530440 0
/proc/964492/statm: 2483 709 632 264 0 134 0
[pid=964497] ppid=964492 vsize=72720 memory=66544 CPUtime=50.94 cores=0,2
/proc/964497/stat : 964497 (naps-1.03) R 964492 964492 958796 0 -1 4194304 15244 0 0 0 5091 3 0 0 20 0 1 0 184633152 74465280 16636 134679101440 4194304 6891213 140733809154496 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29995008 140733809157104 140733809157220 140733809157220 140733809164235 0
/proc/964497/statm: 18180 16636 468 659 0 17384 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 82652 KiB
Current children cumulated memory: 69380 KiB

[startup+102.3 s]
/proc/loadavg: 4.13 4.21 4.17 5/245 964613
/proc/meminfo: memFree=124739036/131655788 swapFree=131071996/131071996
[pid=964492] ppid=964489 vsize=9932 memory=2836 CPUtime=0 cores=0,2
/proc/964492/stat : 964492 (naps-1.03.sh) S 964489 964492 958796 0 -1 4194304 223 240 0 0 0 0 0 0 20 0 1 0 184633151 10170368 709 134679101440 94391314989056 94391316068376 140737255514080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94391318166832 94391318214020 94391342948352 140737255523295 140737255523424 140737255523424 140737255530440 0
/proc/964492/statm: 2483 709 632 264 0 134 0
[pid=964497] ppid=964492 vsize=84212 memory=70732 CPUtime=101.98 cores=0,2
/proc/964497/stat : 964497 (naps-1.03) R 964492 964492 958796 0 -1 4194304 16431 0 0 0 10194 4 0 0 20 0 1 0 184633152 86233088 17683 134679101440 4194304 6891213 140733809154496 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29995008 140733809157104 140733809157220 140733809157220 140733809164235 0
/proc/964497/statm: 21053 17683 468 659 0 20257 0
Current children cumulated CPU time: 101.98 s
Current children cumulated vsize: 94144 KiB
Current children cumulated memory: 73568 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.19 4.16 5/245 964623
/proc/meminfo: memFree=124654300/131655788 swapFree=131071996/131071996
[pid=964492] ppid=964489 vsize=9932 memory=2836 CPUtime=0 cores=0,2
/proc/964492/stat : 964492 (naps-1.03.sh) S 964489 964492 958796 0 -1 4194304 223 240 0 0 0 0 0 0 20 0 1 0 184633151 10170368 709 134679101440 94391314989056 94391316068376 140737255514080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94391318166832 94391318214020 94391342948352 140737255523295 140737255523424 140737255523424 140737255530440 0
/proc/964492/statm: 2483 709 632 264 0 134 0
[pid=964497] ppid=964492 vsize=103684 memory=96052 CPUtime=161.79 cores=0,2
/proc/964497/stat : 964497 (naps-1.03) R 964492 964492 958796 0 -1 4194304 17172 0 0 0 16174 5 0 0 20 0 1 0 184633152 106172416 24013 134679101440 4194304 6891213 140733809154496 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29995008 140733809157104 140733809157220 140733809157220 140733809164235 0
/proc/964497/statm: 25921 24013 468 659 0 25125 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 113616 KiB
Current children cumulated memory: 98888 KiB

[startup+222.3 s]
/proc/loadavg: 4.16 4.18 4.16 5/245 964683
/proc/meminfo: memFree=124793792/131655788 swapFree=131071996/131071996
[pid=964492] ppid=964489 vsize=9932 memory=2836 CPUtime=0 cores=0,2
/proc/964492/stat : 964492 (naps-1.03.sh) S 964489 964492 958796 0 -1 4194304 223 240 0 0 0 0 0 0 20 0 1 0 184633151 10170368 709 134679101440 94391314989056 94391316068376 140737255514080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94391318166832 94391318214020 94391342948352 140737255523295 140737255523424 140737255523424 140737255530440 0
/proc/964492/statm: 2483 709 632 264 0 134 0
[pid=964497] ppid=964492 vsize=104916 memory=101916 CPUtime=221.6 cores=0,2
/proc/964497/stat : 964497 (naps-1.03) R 964492 964492 958796 0 -1 4194304 17545 0 0 0 22155 5 0 0 20 0 1 0 184633152 107433984 25479 134679101440 4194304 6891213 140733809154496 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29995008 140733809157104 140733809157220 140733809157220 140733809164235 0
/proc/964497/statm: 26229 25479 468 659 0 25433 0
Current children cumulated CPU time: 221.6 s

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

/proc/loadavg: 4.12 4.22 4.23 5/245 966418
/proc/meminfo: memFree=124372612/131655788 swapFree=131071996/131071996
[pid=964492] ppid=964489 vsize=9932 memory=2836 CPUtime=0 cores=0,2
/proc/964492/stat : 964492 (naps-1.03.sh) S 964489 964492 958796 0 -1 4194304 223 240 0 0 0 0 0 0 20 0 1 0 184633151 10170368 709 134679101440 94391314989056 94391316068376 140737255514080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94391318166832 94391318214020 94391342948352 140737255523295 140737255523424 140737255523424 140737255530440 0
/proc/964492/statm: 2483 709 632 264 0 134 0
[pid=964497] ppid=964492 vsize=247244 memory=203828 CPUtime=3033.12 cores=0,2
/proc/964497/stat : 964497 (naps-1.03) R 964492 964492 958796 0 -1 4194304 31623 0 0 0 303272 40 0 0 20 0 1 0 184633152 253177856 50957 134679101440 4194304 6891213 140733809154496 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29995008 140733809157104 140733809157220 140733809157220 140733809164235 0
/proc/964497/statm: 61811 50957 468 659 0 61015 0
Current children cumulated CPU time: 3033.12 s
Current children cumulated vsize: 257176 KiB
Current children cumulated memory: 206664 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.19 4.22 5/245 966428
/proc/meminfo: memFree=124413076/131655788 swapFree=131071996/131071996
[pid=964492] ppid=964489 vsize=9932 memory=2836 CPUtime=0 cores=0,2
/proc/964492/stat : 964492 (naps-1.03.sh) S 964489 964492 958796 0 -1 4194304 223 240 0 0 0 0 0 0 20 0 1 0 184633151 10170368 709 134679101440 94391314989056 94391316068376 140737255514080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94391318166832 94391318214020 94391342948352 140737255523295 140737255523424 140737255523424 140737255530440 0
/proc/964492/statm: 2483 709 632 264 0 134 0
[pid=964497] ppid=964492 vsize=247244 memory=218164 CPUtime=3092.94 cores=0,2
/proc/964497/stat : 964497 (naps-1.03) R 964492 964492 958796 0 -1 4194304 31674 0 0 0 309253 41 0 0 20 0 1 0 184633152 253177856 54541 134679101440 4194304 6891213 140733809154496 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29995008 140733809157104 140733809157220 140733809157220 140733809164235 0
/proc/964497/statm: 61811 54541 468 659 0 61015 0
Current children cumulated CPU time: 3092.94 s
Current children cumulated vsize: 257176 KiB
Current children cumulated memory: 221000 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.17 4.21 5/245 966438
/proc/meminfo: memFree=124406808/131655788 swapFree=131071996/131071996
[pid=964492] ppid=964489 vsize=9932 memory=2836 CPUtime=0 cores=0,2
/proc/964492/stat : 964492 (naps-1.03.sh) S 964489 964492 958796 0 -1 4194304 223 240 0 0 0 0 0 0 20 0 1 0 184633151 10170368 709 134679101440 94391314989056 94391316068376 140737255514080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94391318166832 94391318214020 94391342948352 140737255523295 140737255523424 140737255523424 140737255530440 0
/proc/964492/statm: 2483 709 632 264 0 134 0
[pid=964497] ppid=964492 vsize=197156 memory=178048 CPUtime=3152.76 cores=0,2
/proc/964497/stat : 964497 (naps-1.03) R 964492 964492 958796 0 -1 4194304 31770 0 0 0 315234 42 0 0 20 0 1 0 184633152 201887744 44512 134679101440 4194304 6891213 140733809154496 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29995008 140733809157104 140733809157220 140733809157220 140733809164235 0
/proc/964497/statm: 49289 44512 468 659 0 48493 0
Current children cumulated CPU time: 3152.76 s
Current children cumulated vsize: 207088 KiB
Current children cumulated memory: 180884 KiB

[startup+3222.3 s]
/proc/loadavg: 4.07 4.15 4.20 5/247 966453
/proc/meminfo: memFree=124359876/131655788 swapFree=131071996/131071996
[pid=964492] ppid=964489 vsize=9932 memory=2836 CPUtime=0 cores=0,2
/proc/964492/stat : 964492 (naps-1.03.sh) S 964489 964492 958796 0 -1 4194304 223 240 0 0 0 0 0 0 20 0 1 0 184633151 10170368 709 134679101440 94391314989056 94391316068376 140737255514080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94391318166832 94391318214020 94391342948352 140737255523295 140737255523424 140737255523424 140737255530440 0
/proc/964492/statm: 2483 709 632 264 0 134 0
[pid=964497] ppid=964492 vsize=197156 memory=192384 CPUtime=3212.58 cores=0,2
/proc/964497/stat : 964497 (naps-1.03) R 964492 964492 958796 0 -1 4194304 31841 0 0 0 321216 42 0 0 20 0 1 0 184633152 201887744 48096 134679101440 4194304 6891213 140733809154496 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29995008 140733809157104 140733809157220 140733809157220 140733809164235 0
/proc/964497/statm: 49289 48096 468 659 0 48493 0
Current children cumulated CPU time: 3212.58 s
Current children cumulated vsize: 207088 KiB
Current children cumulated memory: 195220 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.14 4.18 5/247 966463
/proc/meminfo: memFree=124393284/131655788 swapFree=131071996/131071996
[pid=964492] ppid=964489 vsize=9932 memory=2836 CPUtime=0 cores=0,2
/proc/964492/stat : 964492 (naps-1.03.sh) S 964489 964492 958796 0 -1 4194304 223 240 0 0 0 0 0 0 20 0 1 0 184633151 10170368 709 134679101440 94391314989056 94391316068376 140737255514080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94391318166832 94391318214020 94391342948352 140737255523295 140737255523424 140737255523424 140737255530440 0
/proc/964492/statm: 2483 709 632 264 0 134 0
[pid=964497] ppid=964492 vsize=247244 memory=205876 CPUtime=3272.4 cores=0,2
/proc/964497/stat : 964497 (naps-1.03) R 964492 964492 958796 0 -1 4194304 32191 0 0 0 327198 42 0 0 20 0 1 0 184633152 253177856 51469 134679101440 4194304 6891213 140733809154496 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29995008 140733809157104 140733809157220 140733809157220 140733809164235 0
/proc/964497/statm: 61811 51469 468 659 0 61015 0
Current children cumulated CPU time: 3272.4 s
Current children cumulated vsize: 257176 KiB
Current children cumulated memory: 208712 KiB

[startup+3342.3 s]
/proc/loadavg: 4.07 4.13 4.18 5/247 966473
/proc/meminfo: memFree=124383588/131655788 swapFree=131071996/131071996
[pid=964492] ppid=964489 vsize=9932 memory=2836 CPUtime=0 cores=0,2
/proc/964492/stat : 964492 (naps-1.03.sh) S 964489 964492 958796 0 -1 4194304 223 240 0 0 0 0 0 0 20 0 1 0 184633151 10170368 709 134679101440 94391314989056 94391316068376 140737255514080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94391318166832 94391318214020 94391342948352 140737255523295 140737255523424 140737255523424 140737255530440 0
/proc/964492/statm: 2483 709 632 264 0 134 0
[pid=964497] ppid=964492 vsize=247244 memory=220212 CPUtime=3332.22 cores=0,2
/proc/964497/stat : 964497 (naps-1.03) R 964492 964492 958796 0 -1 4194304 32248 0 0 0 333179 43 0 0 20 0 1 0 184633152 253177856 55053 134679101440 4194304 6891213 140733809154496 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29995008 140733809157104 140733809157220 140733809157220 140733809164235 0
/proc/964497/statm: 61811 55053 468 659 0 61015 0
Current children cumulated CPU time: 3332.22 s
Current children cumulated vsize: 257176 KiB
Current children cumulated memory: 223048 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.14 4.18 5/247 966484
/proc/meminfo: memFree=124388376/131655788 swapFree=131071996/131071996
[pid=964492] ppid=964489 vsize=9932 memory=2836 CPUtime=0 cores=0,2
/proc/964492/stat : 964492 (naps-1.03.sh) S 964489 964492 958796 0 -1 4194304 223 240 0 0 0 0 0 0 20 0 1 0 184633151 10170368 709 134679101440 94391314989056 94391316068376 140737255514080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94391318166832 94391318214020 94391342948352 140737255523295 140737255523424 140737255523424 140737255530440 0
/proc/964492/statm: 2483 709 632 264 0 134 0
[pid=964497] ppid=964492 vsize=197156 memory=180096 CPUtime=3392.04 cores=0,2
/proc/964497/stat : 964497 (naps-1.03) R 964492 964492 958796 0 -1 4194304 32347 0 0 0 339159 45 0 0 20 0 1 0 184633152 201887744 45024 134679101440 4194304 6891213 140733809154496 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29995008 140733809157104 140733809157220 140733809157220 140733809164235 0
/proc/964497/statm: 49289 45024 468 659 0 48493 0
Current children cumulated CPU time: 3392.04 s
Current children cumulated vsize: 207088 KiB
Current children cumulated memory: 182932 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.13 4.17 5/247 966494
/proc/meminfo: memFree=124379164/131655788 swapFree=131071996/131071996
[pid=964492] ppid=964489 vsize=9932 memory=2836 CPUtime=0 cores=0,2
/proc/964492/stat : 964492 (naps-1.03.sh) S 964489 964492 958796 0 -1 4194304 223 240 0 0 0 0 0 0 20 0 1 0 184633151 10170368 709 134679101440 94391314989056 94391316068376 140737255514080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94391318166832 94391318214020 94391342948352 140737255523295 140737255523424 140737255523424 140737255530440 0
/proc/964492/statm: 2483 709 632 264 0 134 0
[pid=964497] ppid=964492 vsize=197156 memory=194432 CPUtime=3451.86 cores=0,2
/proc/964497/stat : 964497 (naps-1.03) R 964492 964492 958796 0 -1 4194304 32432 0 0 0 345141 45 0 0 20 0 1 0 184633152 201887744 48608 134679101440 4194304 6891213 140733809154496 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29995008 140733809157104 140733809157220 140733809157220 140733809164235 0
/proc/964497/statm: 49289 48608 468 659 0 48493 0
Current children cumulated CPU time: 3451.86 s
Current children cumulated vsize: 207088 KiB
Current children cumulated memory: 197268 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.14 4.17 5/247 966505
/proc/meminfo: memFree=124370176/131655788 swapFree=131071996/131071996
[pid=964492] ppid=964489 vsize=9932 memory=2836 CPUtime=0 cores=0,2
/proc/964492/stat : 964492 (naps-1.03.sh) S 964489 964492 958796 0 -1 4194304 223 240 0 0 0 0 0 0 20 0 1 0 184633151 10170368 709 134679101440 94391314989056 94391316068376 140737255514080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94391318166832 94391318214020 94391342948352 140737255523295 140737255523424 140737255523424 140737255530440 0
/proc/964492/statm: 2483 709 632 264 0 134 0
[pid=964497] ppid=964492 vsize=247244 memory=209972 CPUtime=3511.68 cores=0,2
/proc/964497/stat : 964497 (naps-1.03) R 964492 964492 958796 0 -1 4194304 32775 0 0 0 351123 45 0 0 20 0 1 0 184633152 253177856 52493 134679101440 4194304 6891213 140733809154496 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29995008 140733809157104 140733809157220 140733809157220 140733809164235 0
/proc/964497/statm: 61811 52493 468 659 0 61015 0
Current children cumulated CPU time: 3511.68 s
Current children cumulated vsize: 257176 KiB
Current children cumulated memory: 212808 KiB

[startup+3582.3 s]
/proc/loadavg: 4.17 4.14 4.17 5/245 966516
/proc/meminfo: memFree=124332312/131655788 swapFree=131071996/131071996
[pid=964492] ppid=964489 vsize=9932 memory=2836 CPUtime=0 cores=0,2
/proc/964492/stat : 964492 (naps-1.03.sh) S 964489 964492 958796 0 -1 4194304 223 240 0 0 0 0 0 0 20 0 1 0 184633151 10170368 709 134679101440 94391314989056 94391316068376 140737255514080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94391318166832 94391318214020 94391342948352 140737255523295 140737255523424 140737255523424 140737255530440 0
/proc/964492/statm: 2483 709 632 264 0 134 0
[pid=964497] ppid=964492 vsize=247244 memory=222260 CPUtime=3571.48 cores=0,2
/proc/964497/stat : 964497 (naps-1.03) R 964492 964492 958796 0 -1 4194304 32862 0 0 0 357103 45 0 0 20 0 1 0 184633152 253177856 55565 134679101440 4194304 6891213 140733809154496 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29995008 140733809157104 140733809157220 140733809157220 140733809164235 0
/proc/964497/statm: 61811 55565 468 659 0 61015 0
Current children cumulated CPU time: 3571.48 s
Current children cumulated vsize: 257176 KiB
Current children cumulated memory: 225096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611 s]*
/proc/loadavg: 4.18 4.14 4.17 5/245 966521
/proc/meminfo: memFree=124326704/131655788 swapFree=131071996/131071996
[pid=964492] ppid=964489 vsize=9932 memory=2836 CPUtime=0 cores=0,2
/proc/964492/stat : 964492 (naps-1.03.sh) S 964489 964492 958796 0 -1 4194304 223 240 0 0 0 0 0 0 20 0 1 0 184633151 10170368 709 134679101440 94391314989056 94391316068376 140737255514080 0 0 0 65536 4 65538 0 0 0 17 0 0 0 0 0 0 94391318166832 94391318214020 94391342948352 140737255523295 140737255523424 140737255523424 140737255530440 0
/proc/964492/statm: 2483 709 632 264 0 134 0
[pid=964497] ppid=964492 vsize=247244 memory=228404 CPUtime=3600.1 cores=0,2
/proc/964497/stat : 964497 (naps-1.03) R 964492 964492 958796 0 -1 4194304 32879 0 0 0 359965 45 0 0 20 0 1 0 184633152 253177856 57101 134679101440 4194304 6891213 140733809154496 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 29995008 140733809157104 140733809157220 140733809157220 140733809164235 0
/proc/964497/statm: 61811 57101 468 659 0 61015 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 257176 KiB
Current children cumulated memory: 231240 KiB

Sending SIGTERM to process tree (bottom up)

[startup+3611.01 s]
# the end of solver process 964492 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=3599.66 s, system=0.460678 s

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

Child status: 10

Real time (s): 3611.02
CPU time (s): 3600.12
CPU user time (s): 3599.66
CPU system time (s): 0.460678
CPU usage (%): 99.6982
Max. virtual memory (cumulated for all children) (KiB): 337316
Max. memory (cumulated for all children) (KiB): 270152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.66
system time used= 0.460678
maximum resident set size= 295988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33356
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= 87
involuntary context switches= 25405


# summary of solver processes directly reported to runsolver:
#   pid: 964492
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3599.66
#   total CPU system time (s): 0.460678

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.5163 second user time and 36.911 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-18 19:46:25
IDJOB=4445268
IDBENCH=148105
IDSOLVER=3062
FILE ID=nodeC004/4445268-1721324773
RUNJOBID= nodeC004-1721317560-958806
SLURM_JOB_ID= 7542665
Free space on /tmp= 723768 MiB

SOLVER NAME= NaPS-GM 1.03
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob8.opb
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445268-1721324773/watcher-4445268-1721324773 -o /tmp/evaluation-result-4445268-1721324773/solver-4445268-1721324773 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721317560-958806 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4445268-1721324773.opb

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

MD5SUM BENCH= 3f61e6943d6ec76e40473bfb8d86b810
RANDOM SEED=1625115453

nodeC004.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		: 3503.541
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	: 6984.29
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		: 3664.848
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.37
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.312
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	: 6984.29
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.388
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.37
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		: 3656.177
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	: 6984.29
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		: 3659.039
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.37
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		: 1197.453
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	: 6984.29
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.447
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124401660 kB
MemAvailable:   129155464 kB
Buffers:          512388 kB
Cached:          5025520 kB
SwapCached:            0 kB
Active:          1034140 kB
Inactive:        5550024 kB
Active(anon):       3400 kB
Inactive(anon):  1080268 kB
Active(file):    1030740 kB
Inactive(file):  4469756 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              5268 kB
Writeback:             0 kB
AnonPages:       1045984 kB
Mapped:           112376 kB
Shmem:             37700 kB
KReclaimable:     187012 kB
Slab:             300168 kB
SReclaimable:     187012 kB
SUnreclaim:       113156 kB
KernelStack:        3948 kB
PageTables:        11512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1585664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58176 kB
HardwareCorrupted:     0 kB
AnonHugePages:    729088 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:      213832 kB
DirectMap2M:    23808000 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 723760 MiB
End job on nodeC004 at 2024-07-18 20:46:37