Trace number 4445271

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.07 3608.9

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.02b5.
0.00/0.00	c Input file name: HOME/instance-4445271-1721321230.opb
3600.05/3608.90	c 
3600.05/3608.90	c *** TERMINATED *** by signal 15
3600.05/3608.90	s UNKNOWN
3600.05/3608.90	c _____________________________________________________________________________
3600.05/3608.90	c 
3600.05/3608.90	c std/band forms        : 0,1
3600.05/3608.90	c 2cl/3cl ITE-codings   : 0,46300
3600.05/3608.90	c BDD/srt/adr Max costs : 48235,0,0
3600.05/3608.90	c BDDraw/bin/mul/srt/adr: 0,0,1,0,0
3600.05/3608.90	c BDD nodes             : 48237
3600.05/3608.90	c Es1/CC detections     : 0,0
3600.05/3608.90	c SAT/UNSAT calls       : 0,0
3600.05/3608.90	c regenrated variables  : 0
3600.05/3608.90	c restarts              : 0
3600.05/3608.90	c conflicts             : 0              (0 /sec)
3600.05/3608.90	c decisions             : 0              (0 /sec)
3600.05/3608.90	c propagations          : 0              (0 /sec)
3600.05/3608.90	c inspects              : 0              (0 /sec)
3600.05/3608.90	c CPU time (solving tm) : 3599 s        (3599 s)
3600.05/3608.90	c Time for Opt-base     : 0.09187 s
3600.05/3608.90	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 (62873 MiB free)
  memory of node 1: 64473 MiB (63152 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445271-1721321230/watcher-4445271-1721321230 -o /tmp/evaluation-result-4445271-1721321230/solver-4445271-1721321230 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721317456-964663 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4445271-1721321230.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=968542, runsolver pid=968539

[startup+0.100096 s]*
/proc/loadavg: 4.14 4.12 4.09 7/247 968547
/proc/meminfo: memFree=129048756/131655788 swapFree=131070704/131071996
[pid=968542] ppid=968539 vsize=9932 memory=2748 CPUtime=0 cores=5,7
/proc/968542/stat : 968542 (naps-1.02b5.sh) S 968539 968542 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184280155 10170368 687 134679101440 94366869504000 94366870583320 140735011600272 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94366872681776 94366872728964 94366881832960 140735011603423 140735011603550 140735011603550 140735011610566 0
/proc/968542/statm: 2483 687 609 264 0 134 0
[pid=968547] ppid=968542 vsize=9752 memory=4816 CPUtime=0.1 cores=5,7
/proc/968547/stat : 968547 (naps-1.02b5) R 968542 968542 964650 0 -1 4194304 895 0 0 0 10 0 0 0 20 0 1 0 184280156 9986048 1204 134679101440 4194304 5746509 140732185624544 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 25763840 140732185633774 140732185633888 140732185633888 140732185640905 0
/proc/968547/statm: 2438 1204 421 379 0 1972 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 19684 KiB
Current children cumulated memory: 7564 KiB

[startup+0.212348 s]*
/proc/loadavg: 4.14 4.12 4.09 5/247 968547
/proc/meminfo: memFree=129033920/131655788 swapFree=131070704/131071996
[pid=968542] ppid=968539 vsize=9932 memory=2748 CPUtime=0 cores=5,7
/proc/968542/stat : 968542 (naps-1.02b5.sh) S 968539 968542 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184280155 10170368 687 134679101440 94366869504000 94366870583320 140735011600272 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94366872681776 94366872728964 94366881832960 140735011603423 140735011603550 140735011603550 140735011610566 0
/proc/968542/statm: 2483 687 609 264 0 134 0
[pid=968547] ppid=968542 vsize=23848 memory=18976 CPUtime=0.21 cores=5,7
/proc/968547/stat : 968547 (naps-1.02b5) R 968542 968542 964650 0 -1 4194304 4514 0 0 0 21 0 0 0 20 0 1 0 184280156 24420352 4744 134679101440 4194304 5746509 140732185624544 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 25763840 140732185633774 140732185633888 140732185633888 140732185640905 0
/proc/968547/statm: 5962 4744 421 379 0 5496 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 33780 KiB
Current children cumulated memory: 21724 KiB

[startup+0.313091 s]*
/proc/loadavg: 4.14 4.12 4.09 5/247 968547
/proc/meminfo: memFree=129021724/131655788 swapFree=131070704/131071996
[pid=968542] ppid=968539 vsize=9932 memory=2748 CPUtime=0 cores=5,7
/proc/968542/stat : 968542 (naps-1.02b5.sh) S 968539 968542 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184280155 10170368 687 134679101440 94366869504000 94366870583320 140735011600272 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94366872681776 94366872728964 94366881832960 140735011603423 140735011603550 140735011603550 140735011610566 0
/proc/968542/statm: 2483 687 609 264 0 134 0
[pid=968547] ppid=968542 vsize=35864 memory=30856 CPUtime=0.31 cores=5,7
/proc/968547/stat : 968547 (naps-1.02b5) R 968542 968542 964650 0 -1 4194304 7480 0 0 0 30 1 0 0 20 0 1 0 184280156 36724736 7714 134679101440 4194304 5746509 140732185624544 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 25763840 140732185633774 140732185633888 140732185633888 140732185640905 0
/proc/968547/statm: 8966 7714 421 379 0 8500 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 45796 KiB
Current children cumulated memory: 33604 KiB

[startup+0.700416 s]
/proc/loadavg: 4.14 4.12 4.09 5/247 968547
/proc/meminfo: memFree=128999400/131655788 swapFree=131070704/131071996
[pid=968542] ppid=968539 vsize=9932 memory=2748 CPUtime=0 cores=5,7
/proc/968542/stat : 968542 (naps-1.02b5.sh) S 968539 968542 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184280155 10170368 687 134679101440 94366869504000 94366870583320 140735011600272 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94366872681776 94366872728964 94366881832960 140735011603423 140735011603550 140735011603550 140735011610566 0
/proc/968542/statm: 2483 687 609 264 0 134 0
[pid=968547] ppid=968542 vsize=54124 memory=51292 CPUtime=0.68 cores=5,7
/proc/968547/stat : 968547 (naps-1.02b5) R 968542 968542 964650 0 -1 4194304 11769 0 0 0 67 1 0 0 20 0 1 0 184280156 55422976 12823 134679101440 4194304 5746509 140732185624544 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 25763840 140732185633774 140732185633888 140732185633888 140732185640905 0
/proc/968547/statm: 13531 12823 421 379 0 13065 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 64056 KiB
Current children cumulated memory: 54040 KiB

[startup+1.50037 s]
/proc/loadavg: 4.14 4.12 4.09 5/247 968547
/proc/meminfo: memFree=128999036/131655788 swapFree=131070704/131071996
[pid=968542] ppid=968539 vsize=9932 memory=2748 CPUtime=0 cores=5,7
/proc/968542/stat : 968542 (naps-1.02b5.sh) S 968539 968542 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184280155 10170368 687 134679101440 94366869504000 94366870583320 140735011600272 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94366872681776 94366872728964 94366881832960 140735011603423 140735011603550 140735011603550 140735011610566 0
/proc/968542/statm: 2483 687 609 264 0 134 0
[pid=968547] ppid=968542 vsize=54124 memory=51556 CPUtime=1.48 cores=5,7
/proc/968547/stat : 968547 (naps-1.02b5) R 968542 968542 964650 0 -1 4194304 11797 0 0 0 147 1 0 0 20 0 1 0 184280156 55422976 12889 134679101440 4194304 5746509 140732185624544 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 25763840 140732185633774 140732185633888 140732185633888 140732185640905 0
/proc/968547/statm: 13531 12889 421 379 0 13065 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 64056 KiB
Current children cumulated memory: 54304 KiB

[startup+3.11278 s]
/proc/loadavg: 4.13 4.11 4.09 5/247 968597
/proc/meminfo: memFree=129165696/131655788 swapFree=131070704/131071996
[pid=968542] ppid=968539 vsize=9932 memory=2748 CPUtime=0 cores=5,7
/proc/968542/stat : 968542 (naps-1.02b5.sh) S 968539 968542 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184280155 10170368 687 134679101440 94366869504000 94366870583320 140735011600272 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94366872681776 94366872728964 94366881832960 140735011603423 140735011603550 140735011603550 140735011610566 0
/proc/968542/statm: 2483 687 609 264 0 134 0
[pid=968547] ppid=968542 vsize=56844 memory=52076 CPUtime=3.09 cores=5,7
/proc/968547/stat : 968547 (naps-1.02b5) R 968542 968542 964650 0 -1 4194304 11935 0 0 0 308 1 0 0 20 0 1 0 184280156 58208256 13019 134679101440 4194304 5746509 140732185624544 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 25763840 140732185633774 140732185633888 140732185633888 140732185640905 0
/proc/968547/statm: 14211 13019 421 379 0 13745 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 66776 KiB
Current children cumulated memory: 54824 KiB

[startup+6.30039 s]
/proc/loadavg: 4.13 4.11 4.09 5/247 968599
/proc/meminfo: memFree=129156168/131655788 swapFree=131070704/131071996
[pid=968542] ppid=968539 vsize=9932 memory=2748 CPUtime=0 cores=5,7
/proc/968542/stat : 968542 (naps-1.02b5.sh) S 968539 968542 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184280155 10170368 687 134679101440 94366869504000 94366870583320 140735011600272 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94366872681776 94366872728964 94366881832960 140735011603423 140735011603550 140735011603550 140735011610566 0
/proc/968542/statm: 2483 687 609 264 0 134 0
[pid=968547] ppid=968542 vsize=56844 memory=53124 CPUtime=6.27 cores=5,7
/proc/968547/stat : 968547 (naps-1.02b5) R 968542 968542 964650 0 -1 4194304 12217 0 0 0 626 1 0 0 20 0 1 0 184280156 58208256 13281 134679101440 4194304 5746509 140732185624544 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 25763840 140732185633774 140732185633888 140732185633888 140732185640905 0
/proc/968547/statm: 14211 13281 421 379 0 13745 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 66776 KiB
Current children cumulated memory: 55872 KiB

[startup+12.7003 s]
/proc/loadavg: 4.11 4.11 4.09 5/247 968599
/proc/meminfo: memFree=129128152/131655788 swapFree=131070704/131071996
[pid=968542] ppid=968539 vsize=9932 memory=2748 CPUtime=0 cores=5,7
/proc/968542/stat : 968542 (naps-1.02b5.sh) S 968539 968542 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184280155 10170368 687 134679101440 94366869504000 94366870583320 140735011600272 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94366872681776 94366872728964 94366881832960 140735011603423 140735011603550 140735011603550 140735011610566 0
/proc/968542/statm: 2483 687 609 264 0 134 0
[pid=968547] ppid=968542 vsize=61264 memory=57532 CPUtime=12.66 cores=5,7
/proc/968547/stat : 968547 (naps-1.02b5) R 968542 968542 964650 0 -1 4194304 12802 0 0 0 1264 2 0 0 20 0 1 0 184280156 62734336 14383 134679101440 4194304 5746509 140732185624544 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 25763840 140732185633774 140732185633888 140732185633888 140732185640905 0
/proc/968547/statm: 15316 14383 421 379 0 14850 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 71196 KiB
Current children cumulated memory: 60280 KiB

[startup+25.5004 s]
/proc/loadavg: 4.09 4.11 4.09 5/247 968652
/proc/meminfo: memFree=129311132/131655788 swapFree=131070704/131071996
[pid=968542] ppid=968539 vsize=9932 memory=2748 CPUtime=0 cores=5,7
/proc/968542/stat : 968542 (naps-1.02b5.sh) S 968539 968542 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184280155 10170368 687 134679101440 94366869504000 94366870583320 140735011600272 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94366872681776 94366872728964 94366881832960 140735011603423 140735011603550 140735011603550 140735011610566 0
/proc/968542/statm: 2483 687 609 264 0 134 0
[pid=968547] ppid=968542 vsize=61264 memory=57512 CPUtime=25.42 cores=5,7
/proc/968547/stat : 968547 (naps-1.02b5) R 968542 968542 964650 0 -1 4194304 13362 0 0 0 2540 2 0 0 20 0 1 0 184280156 62734336 14378 134679101440 4194304 5746509 140732185624544 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 25763840 140732185633774 140732185633888 140732185633888 140732185640905 0
/proc/968547/statm: 15316 14378 421 379 0 14850 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 71196 KiB
Current children cumulated memory: 60260 KiB

[startup+51.1127 s]
/proc/loadavg: 4.13 4.11 4.09 5/245 968655
/proc/meminfo: memFree=129288868/131655788 swapFree=131070704/131071996
[pid=968542] ppid=968539 vsize=9932 memory=2748 CPUtime=0 cores=5,7
/proc/968542/stat : 968542 (naps-1.02b5.sh) S 968539 968542 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184280155 10170368 687 134679101440 94366869504000 94366870583320 140735011600272 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94366872681776 94366872728964 94366881832960 140735011603423 140735011603550 140735011603550 140735011610566 0
/proc/968542/statm: 2483 687 609 264 0 134 0
[pid=968547] ppid=968542 vsize=79936 memory=63524 CPUtime=50.98 cores=5,7
/proc/968547/stat : 968547 (naps-1.02b5) R 968542 968542 964650 0 -1 4194304 14467 0 0 0 5095 3 0 0 20 0 1 0 184280156 81854464 15881 134679101440 4194304 5746509 140732185624544 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 25763840 140732185633774 140732185633888 140732185633888 140732185640905 0
/proc/968547/statm: 19984 15881 421 379 0 19518 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 89868 KiB
Current children cumulated memory: 66272 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/245 968663
/proc/meminfo: memFree=129264992/131655788 swapFree=131070704/131071996
[pid=968542] ppid=968539 vsize=9932 memory=2748 CPUtime=0 cores=5,7
/proc/968542/stat : 968542 (naps-1.02b5.sh) S 968539 968542 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184280155 10170368 687 134679101440 94366869504000 94366870583320 140735011600272 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94366872681776 94366872728964 94366881832960 140735011603423 140735011603550 140735011603550 140735011610566 0
/proc/968542/statm: 2483 687 609 264 0 134 0
[pid=968547] ppid=968542 vsize=98792 memory=71996 CPUtime=102.03 cores=5,7
/proc/968547/stat : 968547 (naps-1.02b5) R 968542 968542 964650 0 -1 4194304 15018 0 0 0 10199 4 0 0 20 0 1 0 184280156 101163008 17999 134679101440 4194304 5746509 140732185624544 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 25763840 140732185633774 140732185633888 140732185633888 140732185640905 0
/proc/968547/statm: 24698 17999 421 379 0 24232 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 108724 KiB
Current children cumulated memory: 74744 KiB

[startup+162.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/245 968675
/proc/meminfo: memFree=129165568/131655788 swapFree=131070704/131071996
[pid=968542] ppid=968539 vsize=9932 memory=2748 CPUtime=0 cores=5,7
/proc/968542/stat : 968542 (naps-1.02b5.sh) S 968539 968542 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184280155 10170368 687 134679101440 94366869504000 94366870583320 140735011600272 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94366872681776 94366872728964 94366881832960 140735011603423 140735011603550 140735011603550 140735011610566 0
/proc/968542/statm: 2483 687 609 264 0 134 0
[pid=968547] ppid=968542 vsize=148592 memory=130700 CPUtime=161.89 cores=5,7
/proc/968547/stat : 968547 (naps-1.02b5) R 968542 968542 964650 0 -1 4194304 15715 0 0 0 16183 6 0 0 20 0 1 0 184280156 152158208 32675 134679101440 4194304 5746509 140732185624544 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 25763840 140732185633774 140732185633888 140732185633888 140732185640905 0
/proc/968547/statm: 37148 32675 421 379 0 36682 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 158524 KiB
Current children cumulated memory: 133448 KiB

[startup+222.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/248 968690
/proc/meminfo: memFree=129128920/131655788 swapFree=131070704/131071996
[pid=968542] ppid=968539 vsize=9932 memory=2748 CPUtime=0 cores=5,7
/proc/968542/stat : 968542 (naps-1.02b5.sh) S 968539 968542 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184280155 10170368 687 134679101440 94366869504000 94366870583320 140735011600272 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94366872681776 94366872728964 94366881832960 140735011603423 140735011603550 140735011603550 140735011610566 0
/proc/968542/statm: 2483 687 609 264 0 134 0
[pid=968547] ppid=968542 vsize=99272 memory=97920 CPUtime=221.75 cores=5,7
/proc/968547/stat : 968547 (naps-1.02b5) R 968542 968542 964650 0 -1 4194304 15837 0 0 0 22169 6 0 0 20 0 1 0 184280156 101654528 24480 134679101440 4194304 5746509 140732185624544 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 25763840 140732185633774 140732185633888 140732185633888 140732185640905 0
/proc/968547/statm: 24818 24480 421 379 0 24352 0
Current children cumulated CPU time: 221.75 s

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

/proc/loadavg: 4.73 4.31 4.21 5/245 970380
/proc/meminfo: memFree=128774152/131655788 swapFree=131070704/131071996
[pid=968542] ppid=968539 vsize=9932 memory=2748 CPUtime=0 cores=5,7
/proc/968542/stat : 968542 (naps-1.02b5.sh) S 968539 968542 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184280155 10170368 687 134679101440 94366869504000 94366870583320 140735011600272 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94366872681776 94366872728964 94366881832960 140735011603423 140735011603550 140735011603550 140735011610566 0
/proc/968542/statm: 2483 687 609 264 0 134 0
[pid=968547] ppid=968542 vsize=191512 memory=177796 CPUtime=3094.68 cores=5,7
/proc/968547/stat : 968547 (naps-1.02b5) R 968542 968542 964650 0 -1 4194304 26178 0 0 0 309417 51 0 0 20 0 1 0 184280156 196108288 44449 134679101440 4194304 5746509 140732185624544 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 25763840 140732185633774 140732185633888 140732185633888 140732185640905 0
/proc/968547/statm: 47878 44449 421 379 0 47412 0
Current children cumulated CPU time: 3094.68 s
Current children cumulated vsize: 201444 KiB
Current children cumulated memory: 180544 KiB

[startup+3162.3 s]
/proc/loadavg: 4.51 4.34 4.23 5/245 970391
/proc/meminfo: memFree=128735760/131655788 swapFree=131070704/131071996
[pid=968542] ppid=968539 vsize=9932 memory=2748 CPUtime=0 cores=5,7
/proc/968542/stat : 968542 (naps-1.02b5.sh) S 968539 968542 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184280155 10170368 687 134679101440 94366869504000 94366870583320 140735011600272 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94366872681776 94366872728964 94366881832960 140735011603423 140735011603550 140735011603550 140735011610566 0
/proc/968542/statm: 2483 687 609 264 0 134 0
[pid=968547] ppid=968542 vsize=241600 memory=195308 CPUtime=3154.54 cores=5,7
/proc/968547/stat : 968547 (naps-1.02b5) R 968542 968542 964650 0 -1 4194304 26542 0 0 0 315402 52 0 0 20 0 1 0 184280156 247398400 48827 134679101440 4194304 5746509 140732185624544 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 25763840 140732185633774 140732185633888 140732185633888 140732185640905 0
/proc/968547/statm: 60400 48827 421 379 0 59934 0
Current children cumulated CPU time: 3154.54 s
Current children cumulated vsize: 251532 KiB
Current children cumulated memory: 198056 KiB

[startup+3222.3 s]
/proc/loadavg: 4.36 4.32 4.23 5/248 970406
/proc/meminfo: memFree=128762060/131655788 swapFree=131070704/131071996
[pid=968542] ppid=968539 vsize=9932 memory=2748 CPUtime=0 cores=5,7
/proc/968542/stat : 968542 (naps-1.02b5.sh) S 968539 968542 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184280155 10170368 687 134679101440 94366869504000 94366870583320 140735011600272 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94366872681776 94366872728964 94366881832960 140735011603423 140735011603550 140735011603550 140735011610566 0
/proc/968542/statm: 2483 687 609 264 0 134 0
[pid=968547] ppid=968542 vsize=241600 memory=213816 CPUtime=3214.39 cores=5,7
/proc/968547/stat : 968547 (naps-1.02b5) R 968542 968542 964650 0 -1 4194304 26598 0 0 0 321387 52 0 0 20 0 1 0 184280156 247398400 53454 134679101440 4194304 5746509 140732185624544 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 25763840 140732185633774 140732185633888 140732185633888 140732185640905 0
/proc/968547/statm: 60400 53454 421 379 0 59934 0
Current children cumulated CPU time: 3214.39 s
Current children cumulated vsize: 251532 KiB
Current children cumulated memory: 216564 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.28 4.22 5/248 970416
/proc/meminfo: memFree=128729028/131655788 swapFree=131070704/131071996
[pid=968542] ppid=968539 vsize=9932 memory=2748 CPUtime=0 cores=5,7
/proc/968542/stat : 968542 (naps-1.02b5.sh) S 968539 968542 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184280155 10170368 687 134679101440 94366869504000 94366870583320 140735011600272 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94366872681776 94366872728964 94366881832960 140735011603423 140735011603550 140735011603550 140735011610566 0
/proc/968542/statm: 2483 687 609 264 0 134 0
[pid=968547] ppid=968542 vsize=241600 memory=230200 CPUtime=3274.24 cores=5,7
/proc/968547/stat : 968547 (naps-1.02b5) R 968542 968542 964650 0 -1 4194304 26663 0 0 0 327372 52 0 0 20 0 1 0 184280156 247398400 57550 134679101440 4194304 5746509 140732185624544 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 25763840 140732185633774 140732185633888 140732185633888 140732185640905 0
/proc/968547/statm: 60400 57550 421 379 0 59934 0
Current children cumulated CPU time: 3274.24 s
Current children cumulated vsize: 251532 KiB
Current children cumulated memory: 232948 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.24 4.21 5/248 970427
/proc/meminfo: memFree=128699840/131655788 swapFree=131070704/131071996
[pid=968542] ppid=968539 vsize=9932 memory=2748 CPUtime=0 cores=5,7
/proc/968542/stat : 968542 (naps-1.02b5.sh) S 968539 968542 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184280155 10170368 687 134679101440 94366869504000 94366870583320 140735011600272 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94366872681776 94366872728964 94366881832960 140735011603423 140735011603550 140735011603550 140735011610566 0
/proc/968542/statm: 2483 687 609 264 0 134 0
[pid=968547] ppid=968542 vsize=191512 memory=185988 CPUtime=3334.1 cores=5,7
/proc/968547/stat : 968547 (naps-1.02b5) R 968542 968542 964650 0 -1 4194304 27141 0 0 0 333356 54 0 0 20 0 1 0 184280156 196108288 46497 134679101440 4194304 5746509 140732185624544 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 25763840 140732185633774 140732185633888 140732185633888 140732185640905 0
/proc/968547/statm: 47878 46497 421 379 0 47412 0
Current children cumulated CPU time: 3334.1 s
Current children cumulated vsize: 201444 KiB
Current children cumulated memory: 188736 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.24 4.21 5/248 970437
/proc/meminfo: memFree=128729496/131655788 swapFree=131070704/131071996
[pid=968542] ppid=968539 vsize=9932 memory=2748 CPUtime=0 cores=5,7
/proc/968542/stat : 968542 (naps-1.02b5.sh) S 968539 968542 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184280155 10170368 687 134679101440 94366869504000 94366870583320 140735011600272 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94366872681776 94366872728964 94366881832960 140735011603423 140735011603550 140735011603550 140735011610566 0
/proc/968542/statm: 2483 687 609 264 0 134 0
[pid=968547] ppid=968542 vsize=241600 memory=203500 CPUtime=3393.96 cores=5,7
/proc/968547/stat : 968547 (naps-1.02b5) R 968542 968542 964650 0 -1 4194304 27493 0 0 0 339341 55 0 0 20 0 1 0 184280156 247398400 50875 134679101440 4194304 5746509 140732185624544 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 25763840 140732185633774 140732185633888 140732185633888 140732185640905 0
/proc/968547/statm: 60400 50875 421 379 0 59934 0
Current children cumulated CPU time: 3393.96 s
Current children cumulated vsize: 251532 KiB
Current children cumulated memory: 206248 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.21 4.20 5/248 970448
/proc/meminfo: memFree=128712272/131655788 swapFree=131070704/131071996
[pid=968542] ppid=968539 vsize=9932 memory=2748 CPUtime=0 cores=5,7
/proc/968542/stat : 968542 (naps-1.02b5.sh) S 968539 968542 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184280155 10170368 687 134679101440 94366869504000 94366870583320 140735011600272 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94366872681776 94366872728964 94366881832960 140735011603423 140735011603550 140735011603550 140735011610566 0
/proc/968542/statm: 2483 687 609 264 0 134 0
[pid=968547] ppid=968542 vsize=241600 memory=219960 CPUtime=3453.81 cores=5,7
/proc/968547/stat : 968547 (naps-1.02b5) R 968542 968542 964650 0 -1 4194304 27552 0 0 0 345326 55 0 0 20 0 1 0 184280156 247398400 54990 134679101440 4194304 5746509 140732185624544 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 25763840 140732185633774 140732185633888 140732185633888 140732185640905 0
/proc/968547/statm: 60400 54990 421 379 0 59934 0
Current children cumulated CPU time: 3453.81 s
Current children cumulated vsize: 251532 KiB
Current children cumulated memory: 222708 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.20 4.19 5/245 970709
/proc/meminfo: memFree=128892656/131655788 swapFree=131070704/131071996
[pid=968542] ppid=968539 vsize=9932 memory=2748 CPUtime=0 cores=5,7
/proc/968542/stat : 968542 (naps-1.02b5.sh) S 968539 968542 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184280155 10170368 687 134679101440 94366869504000 94366870583320 140735011600272 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94366872681776 94366872728964 94366881832960 140735011603423 140735011603550 140735011603550 140735011610566 0
/proc/968542/statm: 2483 687 609 264 0 134 0
[pid=968547] ppid=968542 vsize=241600 memory=236344 CPUtime=3513.66 cores=5,7
/proc/968547/stat : 968547 (naps-1.02b5) R 968542 968542 964650 0 -1 4194304 27619 0 0 0 351310 56 0 0 20 0 1 0 184280156 247398400 59086 134679101440 4194304 5746509 140732185624544 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 25763840 140732185633774 140732185633888 140732185633888 140732185640905 0
/proc/968547/statm: 60400 59086 421 379 0 59934 0
Current children cumulated CPU time: 3513.66 s
Current children cumulated vsize: 251532 KiB
Current children cumulated memory: 239092 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.19 4.18 5/245 970719
/proc/meminfo: memFree=128863292/131655788 swapFree=131070704/131071996
[pid=968542] ppid=968539 vsize=9932 memory=2748 CPUtime=0 cores=5,7
/proc/968542/stat : 968542 (naps-1.02b5.sh) S 968539 968542 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184280155 10170368 687 134679101440 94366869504000 94366870583320 140735011600272 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94366872681776 94366872728964 94366881832960 140735011603423 140735011603550 140735011603550 140735011610566 0
/proc/968542/statm: 2483 687 609 264 0 134 0
[pid=968547] ppid=968542 vsize=191512 memory=188036 CPUtime=3573.51 cores=5,7
/proc/968547/stat : 968547 (naps-1.02b5) R 968542 968542 964650 0 -1 4194304 28454 0 0 0 357292 59 0 0 20 0 1 0 184280156 196108288 47009 134679101440 4194304 5746509 140732185624544 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 25763840 140732185633774 140732185633888 140732185633888 140732185640905 0
/proc/968547/statm: 47878 47009 421 379 0 47412 0
Current children cumulated CPU time: 3573.51 s
Current children cumulated vsize: 201444 KiB
Current children cumulated memory: 190784 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.9 s]
/proc/loadavg: 4.16 4.19 4.18 5/245 970723
/proc/meminfo: memFree=128876660/131655788 swapFree=131070704/131071996
[pid=968542] ppid=968539 vsize=9932 memory=2748 CPUtime=0 cores=5,7
/proc/968542/stat : 968542 (naps-1.02b5.sh) S 968539 968542 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184280155 10170368 687 134679101440 94366869504000 94366870583320 140735011600272 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94366872681776 94366872728964 94366881832960 140735011603423 140735011603550 140735011603550 140735011610566 0
/proc/968542/statm: 2483 687 609 264 0 134 0
[pid=968547] ppid=968542 vsize=241600 memory=197356 CPUtime=3600.05 cores=5,7
/proc/968547/stat : 968547 (naps-1.02b5) R 968542 968542 964650 0 -1 4194304 28774 0 0 0 359945 60 0 0 20 0 1 0 184280156 247398400 49339 134679101440 4194304 5746509 140732185624544 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 25763840 140732185633774 140732185633888 140732185633888 140732185640905 0
/proc/968547/statm: 60400 49339 421 379 0 59934 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 251532 KiB
Current children cumulated memory: 200104 KiB

Sending SIGTERM to process tree (bottom up)

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

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

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

[startup+3608.9 s]
/proc/loadavg: 4.16 4.19 4.18 5/245 970723
/proc/meminfo: memFree=128876660/131655788 swapFree=131070704/131071996
[pid=968542] ppid=968539 vsize=9932 memory=2748 CPUtime=0 cores=5,7
/proc/968542/stat : 968542 (naps-1.02b5.sh) S 968539 968542 964650 0 -1 4194304 219 241 0 0 0 0 0 0 20 0 1 0 184280155 10170368 687 134679101440 94366869504000 94366870583320 140735011600272 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94366872681776 94366872728964 94366881832960 140735011603423 140735011603550 140735011603550 140735011610566 0
/proc/968542/statm: 2483 687 609 264 0 134 0
[pid=968547] ppid=968542 vsize=241600 memory=197356 CPUtime=3600.05 cores=5,7
/proc/968547/stat : 968547 (naps-1.02b5) R 968542 968542 964650 0 -1 4194304 28774 0 0 0 359945 60 0 0 20 0 1 0 184280156 247398400 49339 134679101440 4194304 5746509 140732185624544 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 25763840 140732185633774 140732185633888 140732185633888 140732185640905 0
/proc/968547/statm: 60400 49339 421 379 0 59934 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 251532 KiB
Current children cumulated memory: 200104 KiB

Child status: 0

Real time (s): 3608.9
CPU time (s): 3600.07
CPU user time (s): 3599.46
CPU system time (s): 0.60524
CPU usage (%): 99.7551
Max. virtual memory (cumulated for all children) (KiB): 332920
Max. memory (cumulated for all children) (KiB): 308188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.46
system time used= 0.60524
maximum resident set size= 315012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29249
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= 62
involuntary context switches= 2343


# summary of solver processes directly reported to runsolver:
#   pid: 968542
#   total CPU time (s): 3600.07
#   total CPU user time (s): 3599.46
#   total CPU system time (s): 0.60524

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8857 second user time and 35.6351 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-18 18:47:23
IDJOB=4445271
IDBENCH=148105
IDSOLVER=3065
FILE ID=nodeC011/4445271-1721321230
RUNJOBID= nodeC011-1721317456-964663
SLURM_JOB_ID= 7542661
Free space on /tmp= 723772 MiB

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

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

MD5SUM BENCH= 3f61e6943d6ec76e40473bfb8d86b810
RANDOM SEED=1488981104

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		: 3659.123
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		: 3642.455
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.260
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.195
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		: 3663.029
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		: 3502.354
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.302
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.128
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:        129050604 kB
MemAvailable:   129497956 kB
Buffers:          510932 kB
Cached:           776664 kB
SwapCached:          132 kB
Active:          1015400 kB
Inactive:        1101128 kB
Active(anon):       1476 kB
Inactive(anon):   864860 kB
Active(file):    1013924 kB
Inactive(file):   236268 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:              4084 kB
Writeback:             4 kB
AnonPages:        828852 kB
Mapped:           110176 kB
Shmem:             37400 kB
KReclaimable:      74720 kB
Slab:             156936 kB
SReclaimable:      74720 kB
SUnreclaim:        82216 kB
KernelStack:        4048 kB
PageTables:        10904 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    1182004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    700416 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= 723768 MiB
End job on nodeC011 at 2024-07-18 19:47:32