Trace number 4445991

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.06 3610.8

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
heinz/normalized-neos-820146.opb
MD5SUM081659ee65bc936cbb896171f511d736
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables600
Total number of constraints830
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)155
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint10
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 13
Number of bits of the biggest sum of numbers4
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-4445991-1721324840.opb
3600.04/3610.80	c 
3600.04/3610.80	c *** TERMINATED *** by signal 15
3600.04/3610.80	s UNKNOWN
3600.04/3610.80	c _____________________________________________________________________________
3600.04/3610.80	c 
3600.04/3610.80	c std/band forms        : 140,15
3600.04/3610.80	c 2cl/3cl ITE-codings   : 410,300
3600.04/3610.80	c BDD/srt/adr Max costs : 29,0,0
3600.04/3610.80	c BDDraw/bin/mul/srt/adr: 155,0,0,0,0
3600.04/3610.80	c BDD nodes             : 2285
3600.04/3610.80	c Es1/CC detections     : 0,0
3600.04/3610.80	c SAT/UNSAT calls       : 0,0
3600.04/3610.80	c regenrated variables  : 0
3600.04/3610.80	c restarts              : 0
3600.04/3610.80	c conflicts             : 0              (0 /sec)
3600.04/3610.80	c decisions             : 0              (0 /sec)
3600.04/3610.80	c propagations          : 0              (0 /sec)
3600.04/3610.80	c inspects              : 0              (0 /sec)
3600.04/3610.80	c CPU time (solving tm) : 3599 s        (3599 s)
3600.04/3610.80	c Time for Opt-base     : 0 s
3600.04/3610.80	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 (62908 MiB free)
  memory of node 1: 64473 MiB (63138 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445991-1721324840/watcher-4445991-1721324840 -o /tmp/evaluation-result-4445991-1721324840/solver-4445991-1721324840 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721317456-964663 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4445991-1721324840.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=970768, runsolver pid=970765

[startup+0.100979 s]*
/proc/loadavg: 4.16 4.19 4.18 5/245 970773
/proc/meminfo: memFree=129070388/131655788 swapFree=131070704/131071996
[pid=970768] ppid=970765 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/970768/stat : 970768 (naps-1.02b5.sh) S 970765 970768 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184641078 10170368 653 134679101440 94332842987520 94332844066840 140727760179328 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94332846165296 94332846212484 94332878839808 140727760188383 140727760188510 140727760188510 140727760195526 0
/proc/970768/statm: 2483 653 574 264 0 134 0
[pid=970773] ppid=970768 vsize=4256 memory=3148 CPUtime=0.09 cores=5,7
/proc/970773/stat : 970773 (naps-1.02b5) R 970768 970768 964650 0 -1 4194304 485 0 0 0 9 0 0 0 20 0 1 0 184641079 4358144 787 134679101440 4194304 5746509 140736804763120 0 0 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 6059216 6091920 26193920 140736804770798 140736804770912 140736804770912 140736804777929 0
/proc/970773/statm: 1064 787 421 379 0 598 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 14188 KiB
Current children cumulated memory: 5760 KiB

[startup+0.213978 s]*
/proc/loadavg: 4.16 4.19 4.18 5/245 970773
/proc/meminfo: memFree=129069372/131655788 swapFree=131070704/131071996
[pid=970768] ppid=970765 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/970768/stat : 970768 (naps-1.02b5.sh) S 970765 970768 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184641078 10170368 653 134679101440 94332842987520 94332844066840 140727760179328 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94332846165296 94332846212484 94332878839808 140727760188383 140727760188510 140727760188510 140727760195526 0
/proc/970768/statm: 2483 653 574 264 0 134 0
[pid=970773] ppid=970768 vsize=5676 memory=3940 CPUtime=0.19 cores=5,7
/proc/970773/stat : 970773 (naps-1.02b5) R 970768 970768 964650 0 -1 4194304 682 0 0 0 19 0 0 0 20 0 1 0 184641079 5812224 985 134679101440 4194304 5746509 140736804763120 0 0 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 6059216 6091920 26193920 140736804770798 140736804770912 140736804770912 140736804777929 0
/proc/970773/statm: 1419 985 421 379 0 953 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 15608 KiB
Current children cumulated memory: 6552 KiB

[startup+0.316977 s]*
/proc/loadavg: 4.16 4.19 4.18 6/245 970773
/proc/meminfo: memFree=129069036/131655788 swapFree=131070704/131071996
[pid=970768] ppid=970765 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/970768/stat : 970768 (naps-1.02b5.sh) S 970765 970768 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184641078 10170368 653 134679101440 94332842987520 94332844066840 140727760179328 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94332846165296 94332846212484 94332878839808 140727760188383 140727760188510 140727760188510 140727760195526 0
/proc/970768/statm: 2483 653 574 264 0 134 0
[pid=970773] ppid=970768 vsize=5676 memory=3940 CPUtime=0.29 cores=5,7
/proc/970773/stat : 970773 (naps-1.02b5) R 970768 970768 964650 0 -1 4194304 694 0 0 0 29 0 0 0 20 0 1 0 184641079 5812224 985 134679101440 4194304 5746509 140736804763120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26193920 140736804770798 140736804770912 140736804770912 140736804777929 0
/proc/970773/statm: 1419 985 421 379 0 953 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 15608 KiB
Current children cumulated memory: 6552 KiB

[startup+0.700351 s]
/proc/loadavg: 4.16 4.19 4.18 5/245 970773
/proc/meminfo: memFree=129067464/131655788 swapFree=131070704/131071996
[pid=970768] ppid=970765 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/970768/stat : 970768 (naps-1.02b5.sh) S 970765 970768 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184641078 10170368 653 134679101440 94332842987520 94332844066840 140727760179328 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94332846165296 94332846212484 94332878839808 140727760188383 140727760188510 140727760188510 140727760195526 0
/proc/970768/statm: 2483 653 574 264 0 134 0
[pid=970773] ppid=970768 vsize=10300 memory=6844 CPUtime=0.66 cores=5,7
/proc/970773/stat : 970773 (naps-1.02b5) R 970768 970768 964650 0 -1 4194304 1381 0 0 0 66 0 0 0 20 0 1 0 184641079 10547200 1711 134679101440 4194304 5746509 140736804763120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26193920 140736804770798 140736804770912 140736804770912 140736804777929 0
/proc/970773/statm: 2575 1711 421 379 0 2109 0
Current children cumulated CPU time: 0.66 s
Current children cumulated vsize: 20232 KiB
Current children cumulated memory: 9456 KiB

[startup+1.50042 s]
/proc/loadavg: 4.16 4.19 4.18 5/245 970773
/proc/meminfo: memFree=129062156/131655788 swapFree=131070704/131071996
[pid=970768] ppid=970765 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/970768/stat : 970768 (naps-1.02b5.sh) S 970765 970768 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184641078 10170368 653 134679101440 94332842987520 94332844066840 140727760179328 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94332846165296 94332846212484 94332878839808 140727760188383 140727760188510 140727760188510 140727760195526 0
/proc/970768/statm: 2483 653 574 264 0 134 0
[pid=970773] ppid=970768 vsize=10300 memory=9484 CPUtime=1.45 cores=5,7
/proc/970773/stat : 970773 (naps-1.02b5) R 970768 970768 964650 0 -1 4194304 2090 0 0 0 145 0 0 0 20 0 1 0 184641079 10547200 2371 134679101440 4194304 5746509 140736804763120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26193920 140736804770798 140736804770912 140736804770912 140736804777929 0
/proc/970773/statm: 2575 2371 421 379 0 2109 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 20232 KiB
Current children cumulated memory: 12096 KiB

[startup+3.11302 s]
/proc/loadavg: 4.16 4.19 4.18 5/245 970773
/proc/meminfo: memFree=129057392/131655788 swapFree=131070704/131071996
[pid=970768] ppid=970765 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/970768/stat : 970768 (naps-1.02b5.sh) S 970765 970768 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184641078 10170368 653 134679101440 94332842987520 94332844066840 140727760179328 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94332846165296 94332846212484 94332878839808 140727760188383 140727760188510 140727760188510 140727760195526 0
/proc/970768/statm: 2483 653 574 264 0 134 0
[pid=970773] ppid=970768 vsize=11972 memory=11376 CPUtime=3.06 cores=5,7
/proc/970773/stat : 970773 (naps-1.02b5) R 970768 970768 964650 0 -1 4194304 2791 0 0 0 306 0 0 0 20 0 1 0 184641079 12259328 2844 134679101440 4194304 5746509 140736804763120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26193920 140736804770798 140736804770912 140736804770912 140736804777929 0
/proc/970773/statm: 2993 2844 421 379 0 2527 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 21904 KiB
Current children cumulated memory: 13988 KiB

[startup+6.30038 s]
/proc/loadavg: 4.15 4.18 4.18 5/245 970825
/proc/meminfo: memFree=129149600/131655788 swapFree=131070704/131071996
[pid=970768] ppid=970765 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/970768/stat : 970768 (naps-1.02b5.sh) S 970765 970768 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184641078 10170368 653 134679101440 94332842987520 94332844066840 140727760179328 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94332846165296 94332846212484 94332878839808 140727760188383 140727760188510 140727760188510 140727760195526 0
/proc/970768/statm: 2483 653 574 264 0 134 0
[pid=970773] ppid=970768 vsize=22072 memory=18896 CPUtime=6.23 cores=5,7
/proc/970773/stat : 970773 (naps-1.02b5) R 970768 970768 964650 0 -1 4194304 3679 0 0 0 623 0 0 0 20 0 1 0 184641079 22601728 4724 134679101440 4194304 5746509 140736804763120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26193920 140736804770798 140736804770912 140736804770912 140736804777929 0
/proc/970773/statm: 5518 4724 421 379 0 5052 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 32004 KiB
Current children cumulated memory: 21508 KiB

[startup+12.7004 s]
/proc/loadavg: 4.14 4.18 4.18 5/245 970825
/proc/meminfo: memFree=128996144/131655788 swapFree=131070704/131071996
[pid=970768] ppid=970765 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/970768/stat : 970768 (naps-1.02b5.sh) S 970765 970768 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184641078 10170368 653 134679101440 94332842987520 94332844066840 140727760179328 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94332846165296 94332846212484 94332878839808 140727760188383 140727760188510 140727760188510 140727760195526 0
/proc/970768/statm: 2483 653 574 264 0 134 0
[pid=970773] ppid=970768 vsize=24820 memory=21520 CPUtime=12.62 cores=5,7
/proc/970773/stat : 970773 (naps-1.02b5) R 970768 970768 964650 0 -1 4194304 4354 0 0 0 1262 0 0 0 20 0 1 0 184641079 25415680 5380 134679101440 4194304 5746509 140736804763120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26193920 140736804770798 140736804770912 140736804770912 140736804777929 0
/proc/970773/statm: 6205 5380 421 379 0 5739 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 34752 KiB
Current children cumulated memory: 24132 KiB

[startup+25.5004 s]
/proc/loadavg: 4.11 4.17 4.18 5/245 970876
/proc/meminfo: memFree=128958108/131655788 swapFree=131070704/131071996
[pid=970768] ppid=970765 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/970768/stat : 970768 (naps-1.02b5.sh) S 970765 970768 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184641078 10170368 653 134679101440 94332842987520 94332844066840 140727760179328 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94332846165296 94332846212484 94332878839808 140727760188383 140727760188510 140727760188510 140727760195526 0
/proc/970768/statm: 2483 653 574 264 0 134 0
[pid=970773] ppid=970768 vsize=41508 memory=35240 CPUtime=25.39 cores=5,7
/proc/970773/stat : 970773 (naps-1.02b5) R 970768 970768 964650 0 -1 4194304 4835 0 0 0 2538 1 0 0 20 0 1 0 184641079 42504192 8810 134679101440 4194304 5746509 140736804763120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26193920 140736804770798 140736804770912 140736804770912 140736804777929 0
/proc/970773/statm: 10377 8810 421 379 0 9911 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 51440 KiB
Current children cumulated memory: 37852 KiB

[startup+51.1135 s]
/proc/loadavg: 4.20 4.19 4.18 5/245 970881
/proc/meminfo: memFree=128914128/131655788 swapFree=131070704/131071996
[pid=970768] ppid=970765 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/970768/stat : 970768 (naps-1.02b5.sh) S 970765 970768 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184641078 10170368 653 134679101440 94332842987520 94332844066840 140727760179328 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94332846165296 94332846212484 94332878839808 140727760188383 140727760188510 140727760188510 140727760195526 0
/proc/970768/statm: 2483 653 574 264 0 134 0
[pid=970773] ppid=970768 vsize=41508 memory=37288 CPUtime=50.92 cores=5,7
/proc/970773/stat : 970773 (naps-1.02b5) R 970768 970768 964650 0 -1 4194304 4853 0 0 0 5091 1 0 0 20 0 1 0 184641079 42504192 9322 134679101440 4194304 5746509 140736804763120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26193920 140736804770798 140736804770912 140736804770912 140736804777929 0
/proc/970773/statm: 10377 9322 421 379 0 9911 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 51440 KiB
Current children cumulated memory: 39900 KiB

[startup+102.3 s]
/proc/loadavg: 4.26 4.20 4.19 5/245 970890
/proc/meminfo: memFree=128847176/131655788 swapFree=131070704/131071996
[pid=970768] ppid=970765 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/970768/stat : 970768 (naps-1.02b5.sh) S 970765 970768 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184641078 10170368 653 134679101440 94332842987520 94332844066840 140727760179328 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94332846165296 94332846212484 94332878839808 140727760188383 140727760188510 140727760188510 140727760195526 0
/proc/970768/statm: 2483 653 574 264 0 134 0
[pid=970773] ppid=970768 vsize=71856 memory=59820 CPUtime=101.94 cores=5,7
/proc/970773/stat : 970773 (naps-1.02b5) R 970768 970768 964650 0 -1 4194304 5901 0 0 0 10192 2 0 0 20 0 1 0 184641079 73580544 14955 134679101440 4194304 5746509 140736804763120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26193920 140736804770798 140736804770912 140736804770912 140736804777929 0
/proc/970773/statm: 17964 14955 421 379 0 17498 0
Current children cumulated CPU time: 101.94 s
Current children cumulated vsize: 81788 KiB
Current children cumulated memory: 62432 KiB

[startup+162.3 s]
/proc/loadavg: 4.25 4.21 4.19 5/245 970900
/proc/meminfo: memFree=128860068/131655788 swapFree=131070704/131071996
[pid=970768] ppid=970765 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/970768/stat : 970768 (naps-1.02b5.sh) S 970765 970768 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184641078 10170368 653 134679101440 94332842987520 94332844066840 140727760179328 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94332846165296 94332846212484 94332878839808 140727760188383 140727760188510 140727760188510 140727760195526 0
/proc/970768/statm: 2483 653 574 264 0 134 0
[pid=970773] ppid=970768 vsize=71856 memory=67184 CPUtime=161.79 cores=5,7
/proc/970773/stat : 970773 (naps-1.02b5) R 970768 970768 964650 0 -1 4194304 6217 0 0 0 16176 3 0 0 20 0 1 0 184641079 73580544 16796 134679101440 4194304 5746509 140736804763120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26193920 140736804770798 140736804770912 140736804770912 140736804777929 0
/proc/970773/statm: 17964 16796 421 379 0 17498 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 81788 KiB
Current children cumulated memory: 69796 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.18 4.18 5/248 970915
/proc/meminfo: memFree=128833560/131655788 swapFree=131070704/131071996
[pid=970768] ppid=970765 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/970768/stat : 970768 (naps-1.02b5.sh) S 970765 970768 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184641078 10170368 653 134679101440 94332842987520 94332844066840 140727760179328 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94332846165296 94332846212484 94332878839808 140727760188383 140727760188510 140727760188510 140727760195526 0
/proc/970768/statm: 2483 653 574 264 0 134 0
[pid=970773] ppid=970768 vsize=71856 memory=71280 CPUtime=221.63 cores=5,7
/proc/970773/stat : 970773 (naps-1.02b5) R 970768 970768 964650 0 -1 4194304 6262 0 0 0 22160 3 0 0 20 0 1 0 184641079 73580544 17820 134679101440 4194304 5746509 140736804763120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26193920 140736804770798 140736804770912 140736804770912 140736804777929 0
/proc/970773/statm: 17964 17820 421 379 0 17498 0
Current children cumulated CPU time: 221.63 s

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

/proc/loadavg: 4.45 4.43 4.27 5/245 972596
/proc/meminfo: memFree=128416076/131655788 swapFree=131070704/131071996
[pid=970768] ppid=970765 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/970768/stat : 970768 (naps-1.02b5.sh) S 970765 970768 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184641078 10170368 653 134679101440 94332842987520 94332844066840 140727760179328 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94332846165296 94332846212484 94332878839808 140727760188383 140727760188510 140727760188510 140727760195526 0
/proc/970768/statm: 2483 653 574 264 0 134 0
[pid=970773] ppid=970768 vsize=185892 memory=156604 CPUtime=3033.15 cores=5,7
/proc/970773/stat : 970773 (naps-1.02b5) R 970768 970768 964650 0 -1 4194304 26438 0 0 0 303263 52 0 0 20 0 1 0 184641079 190353408 39151 134679101440 4194304 5746509 140736804763120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26193920 140736804770798 140736804770912 140736804770912 140736804777929 0
/proc/970773/statm: 46473 39151 421 379 0 46007 0
Current children cumulated CPU time: 3033.15 s
Current children cumulated vsize: 195824 KiB
Current children cumulated memory: 159216 KiB

[startup+3102.3 s]
/proc/loadavg: 4.27 4.38 4.26 5/246 972608
/proc/meminfo: memFree=128486544/131655788 swapFree=131070704/131071996
[pid=970768] ppid=970765 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/970768/stat : 970768 (naps-1.02b5.sh) S 970765 970768 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184641078 10170368 653 134679101440 94332842987520 94332844066840 140727760179328 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94332846165296 94332846212484 94332878839808 140727760188383 140727760188510 140727760188510 140727760195526 0
/proc/970768/statm: 2483 653 574 264 0 134 0
[pid=970773] ppid=970768 vsize=155072 memory=134076 CPUtime=3092.98 cores=5,7
/proc/970773/stat : 970773 (naps-1.02b5) R 970768 970768 964650 0 -1 4194304 26612 0 0 0 309245 53 0 0 20 0 1 0 184641079 158793728 33519 134679101440 4194304 5746509 140736804763120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26193920 140736804770798 140736804770912 140736804770912 140736804777929 0
/proc/970773/statm: 38768 33519 421 379 0 38302 0
Current children cumulated CPU time: 3092.98 s
Current children cumulated vsize: 165004 KiB
Current children cumulated memory: 136688 KiB

[startup+3162.3 s]
/proc/loadavg: 4.16 4.32 4.25 5/246 972618
/proc/meminfo: memFree=128409448/131655788 swapFree=131070704/131071996
[pid=970768] ppid=970765 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/970768/stat : 970768 (naps-1.02b5.sh) S 970765 970768 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184641078 10170368 653 134679101440 94332842987520 94332844066840 140727760179328 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94332846165296 94332846212484 94332878839808 140727760188383 140727760188510 140727760188510 140727760195526 0
/proc/970768/statm: 2483 653 574 264 0 134 0
[pid=970773] ppid=970768 vsize=185892 memory=164796 CPUtime=3152.82 cores=5,7
/proc/970773/stat : 970773 (naps-1.02b5) R 970768 970768 964650 0 -1 4194304 27201 0 0 0 315228 54 0 0 20 0 1 0 184641079 190353408 41199 134679101440 4194304 5746509 140736804763120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26193920 140736804770798 140736804770912 140736804770912 140736804777929 0
/proc/970773/statm: 46473 41199 421 379 0 46007 0
Current children cumulated CPU time: 3152.82 s
Current children cumulated vsize: 195824 KiB
Current children cumulated memory: 167408 KiB

[startup+3222.3 s]
/proc/loadavg: 4.21 4.31 4.25 5/248 972632
/proc/meminfo: memFree=128408364/131655788 swapFree=131070704/131071996
[pid=970768] ppid=970765 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/970768/stat : 970768 (naps-1.02b5.sh) S 970765 970768 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184641078 10170368 653 134679101440 94332842987520 94332844066840 140727760179328 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94332846165296 94332846212484 94332878839808 140727760188383 140727760188510 140727760188510 140727760195526 0
/proc/970768/statm: 2483 653 574 264 0 134 0
[pid=970773] ppid=970768 vsize=155072 memory=136124 CPUtime=3212.65 cores=5,7
/proc/970773/stat : 970773 (naps-1.02b5) R 970768 970768 964650 0 -1 4194304 27376 0 0 0 321210 55 0 0 20 0 1 0 184641079 158793728 34031 134679101440 4194304 5746509 140736804763120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26193920 140736804770798 140736804770912 140736804770912 140736804777929 0
/proc/970773/statm: 38768 34031 421 379 0 38302 0
Current children cumulated CPU time: 3212.65 s
Current children cumulated vsize: 165004 KiB
Current children cumulated memory: 138736 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.28 4.24 5/248 972642
/proc/meminfo: memFree=128438824/131655788 swapFree=131070704/131071996
[pid=970768] ppid=970765 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/970768/stat : 970768 (naps-1.02b5.sh) S 970765 970768 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184641078 10170368 653 134679101440 94332842987520 94332844066840 140727760179328 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94332846165296 94332846212484 94332878839808 140727760188383 140727760188510 140727760188510 140727760195526 0
/proc/970768/statm: 2483 653 574 264 0 134 0
[pid=970773] ppid=970768 vsize=185892 memory=158652 CPUtime=3272.48 cores=5,7
/proc/970773/stat : 970773 (naps-1.02b5) R 970768 970768 964650 0 -1 4194304 27955 0 0 0 327193 55 0 0 20 0 1 0 184641079 190353408 39663 134679101440 4194304 5746509 140736804763120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26193920 140736804770798 140736804770912 140736804770912 140736804777929 0
/proc/970773/statm: 46473 39663 421 379 0 46007 0
Current children cumulated CPU time: 3272.48 s
Current children cumulated vsize: 195824 KiB
Current children cumulated memory: 161264 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.26 4.24 5/248 972653
/proc/meminfo: memFree=128347352/131655788 swapFree=131070704/131071996
[pid=970768] ppid=970765 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/970768/stat : 970768 (naps-1.02b5.sh) S 970765 970768 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184641078 10170368 653 134679101440 94332842987520 94332844066840 140727760179328 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94332846165296 94332846212484 94332878839808 140727760188383 140727760188510 140727760188510 140727760195526 0
/proc/970768/statm: 2483 653 574 264 0 134 0
[pid=970773] ppid=970768 vsize=155072 memory=125852 CPUtime=3332.32 cores=5,7
/proc/970773/stat : 970773 (naps-1.02b5) R 970768 970768 964650 0 -1 4194304 28124 0 0 0 333176 56 0 0 20 0 1 0 184641079 158793728 31463 134679101440 4194304 5746509 140736804763120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26193920 140736804770798 140736804770912 140736804770912 140736804777929 0
/proc/970773/statm: 38768 31463 421 379 0 38302 0
Current children cumulated CPU time: 3332.32 s
Current children cumulated vsize: 165004 KiB
Current children cumulated memory: 128464 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.24 4.23 5/248 972663
/proc/meminfo: memFree=128274984/131655788 swapFree=131070704/131071996
[pid=970768] ppid=970765 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/970768/stat : 970768 (naps-1.02b5.sh) S 970765 970768 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184641078 10170368 653 134679101440 94332842987520 94332844066840 140727760179328 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94332846165296 94332846212484 94332878839808 140727760188383 140727760188510 140727760188510 140727760195526 0
/proc/970768/statm: 2483 653 574 264 0 134 0
[pid=970773] ppid=970768 vsize=185892 memory=152508 CPUtime=3392.16 cores=5,7
/proc/970773/stat : 970773 (naps-1.02b5) R 970768 970768 964650 0 -1 4194304 28703 0 0 0 339159 57 0 0 20 0 1 0 184641079 190353408 38127 134679101440 4194304 5746509 140736804763120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26193920 140736804770798 140736804770912 140736804770912 140736804777929 0
/proc/970773/statm: 46473 38127 421 379 0 46007 0
Current children cumulated CPU time: 3392.16 s
Current children cumulated vsize: 195824 KiB
Current children cumulated memory: 155120 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.21 4.22 5/247 972674
/proc/meminfo: memFree=128410140/131655788 swapFree=131070704/131071996
[pid=970768] ppid=970765 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/970768/stat : 970768 (naps-1.02b5.sh) S 970765 970768 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184641078 10170368 653 134679101440 94332842987520 94332844066840 140727760179328 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94332846165296 94332846212484 94332878839808 140727760188383 140727760188510 140727760188510 140727760195526 0
/proc/970768/statm: 2483 653 574 264 0 134 0
[pid=970773] ppid=970768 vsize=185892 memory=168892 CPUtime=3451.99 cores=5,7
/proc/970773/stat : 970773 (naps-1.02b5) R 970768 970768 964650 0 -1 4194304 28777 0 0 0 345142 57 0 0 20 0 1 0 184641079 190353408 42223 134679101440 4194304 5746509 140736804763120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26193920 140736804770798 140736804770912 140736804770912 140736804777929 0
/proc/970773/statm: 46473 42223 421 379 0 46007 0
Current children cumulated CPU time: 3451.99 s
Current children cumulated vsize: 195824 KiB
Current children cumulated memory: 171504 KiB

[startup+3522.3 s]
/proc/loadavg: 4.01 4.17 4.20 4/237 972716
/proc/meminfo: memFree=128464736/131655788 swapFree=131070704/131071996
[pid=970768] ppid=970765 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/970768/stat : 970768 (naps-1.02b5.sh) S 970765 970768 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184641078 10170368 653 134679101440 94332842987520 94332844066840 140727760179328 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94332846165296 94332846212484 94332878839808 140727760188383 140727760188510 140727760188510 140727760195526 0
/proc/970768/statm: 2483 653 574 264 0 134 0
[pid=970773] ppid=970768 vsize=185892 memory=148304 CPUtime=3511.82 cores=5,7
/proc/970773/stat : 970773 (naps-1.02b5) R 970768 970768 964650 0 -1 4194304 29473 0 0 0 351124 58 0 0 20 0 1 0 184641079 190353408 37076 134679101440 4194304 5746509 140736804763120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26193920 140736804770798 140736804770912 140736804770912 140736804777929 0
/proc/970773/statm: 46473 37076 421 379 0 46007 0
Current children cumulated CPU time: 3511.82 s
Current children cumulated vsize: 195824 KiB
Current children cumulated memory: 150916 KiB

[startup+3582.3 s]
/proc/loadavg: 3.54 4.01 4.14 4/237 972726
/proc/meminfo: memFree=128603016/131655788 swapFree=131070704/131071996
[pid=970768] ppid=970765 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/970768/stat : 970768 (naps-1.02b5.sh) S 970765 970768 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184641078 10170368 653 134679101440 94332842987520 94332844066840 140727760179328 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94332846165296 94332846212484 94332878839808 140727760188383 140727760188510 140727760188510 140727760195526 0
/proc/970768/statm: 2483 653 574 264 0 134 0
[pid=970773] ppid=970768 vsize=185892 memory=168892 CPUtime=3571.64 cores=5,7
/proc/970773/stat : 970773 (naps-1.02b5) R 970768 970768 964650 0 -1 4194304 29546 0 0 0 357105 59 0 0 20 0 1 0 184641079 190353408 42223 134679101440 4194304 5746509 140736804763120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26193920 140736804770798 140736804770912 140736804770912 140736804777929 0
/proc/970773/statm: 46473 42223 421 379 0 46007 0
Current children cumulated CPU time: 3571.64 s
Current children cumulated vsize: 195824 KiB
Current children cumulated memory: 171504 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.8 s]
/proc/loadavg: 3.32 3.91 4.11 4/237 972730
/proc/meminfo: memFree=128619316/131655788 swapFree=131070704/131071996
[pid=970768] ppid=970765 vsize=9932 memory=2612 CPUtime=0 cores=5,7
/proc/970768/stat : 970768 (naps-1.02b5.sh) S 970765 970768 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184641078 10170368 653 134679101440 94332842987520 94332844066840 140727760179328 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 94332846165296 94332846212484 94332878839808 140727760188383 140727760188510 140727760188510 140727760195526 0
/proc/970768/statm: 2483 653 574 264 0 134 0
[pid=970773] ppid=970768 vsize=105752 memory=96848 CPUtime=3600.04 cores=5,7
/proc/970773/stat : 970773 (naps-1.02b5) R 970768 970768 964650 0 -1 4194304 29562 0 0 0 359945 59 0 0 20 0 1 0 184641079 108290048 24212 134679101440 4194304 5746509 140736804763120 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26193920 140736804770798 140736804770912 140736804770912 140736804777929 0
/proc/970773/statm: 26438 24212 421 379 0 25972 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 115684 KiB
Current children cumulated memory: 99460 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.46 s, system=0.598186 s

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

Child status: 0

Real time (s): 3610.8
CPU time (s): 3600.06
CPU user time (s): 3599.46
CPU system time (s): 0.598186
CPU usage (%): 99.7024
Max. virtual memory (cumulated for all children) (KiB): 195824
Max. memory (cumulated for all children) (KiB): 175600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.46
system time used= 0.598186
maximum resident set size= 172988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30037
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= 19
involuntary context switches= 2461


# summary of solver processes directly reported to runsolver:
#   pid: 970768
#   total CPU time (s): 3600.06
#   total CPU user time (s): 3599.46
#   total CPU system time (s): 0.598186

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.2239 second user time and 38.6367 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-18 19:47:32
IDJOB=4445991
IDBENCH=155408
IDSOLVER=3065
FILE ID=nodeC011/4445991-1721324840
RUNJOBID= nodeC011-1721317456-964663
SLURM_JOB_ID= 7542661
Free space on /tmp= 723772 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB11/DEC-LIN/heinz/normalized-neos-820146.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445991-1721324840/watcher-4445991-1721324840 -o /tmp/evaluation-result-4445991-1721324840/solver-4445991-1721324840 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721317456-964663 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4445991-1721324840.opb

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

MD5SUM BENCH= 081659ee65bc936cbb896171f511d736
RANDOM SEED=1171535633

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        129073032 kB
MemAvailable:   129539452 kB
Buffers:          512784 kB
Cached:           793884 kB
SwapCached:          132 kB
Active:          1017040 kB
Inactive:        1077676 kB
Active(anon):       1460 kB
Inactive(anon):   824020 kB
Active(file):    1015580 kB
Inactive(file):   253656 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:              4024 kB
Writeback:            16 kB
AnonPages:        788012 kB
Mapped:           109900 kB
Shmem:             37400 kB
KReclaimable:      74768 kB
Slab:             156492 kB
SReclaimable:      74768 kB
SUnreclaim:        81724 kB
KernelStack:        3888 kB
PageTables:        10872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1173416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    442368 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:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723712 MiB
End job on nodeC011 at 2024-07-18 20:47:43