Trace number 4435199

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 NameAnswerobjective functionCPU timeWall clock time
NaPS-PB16 1.02b5? (TO) 3600.04 3609.8

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx75.opb
MD5SUMa11c5c9a015f48f3bddc22713bc48593
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark1363.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4977
Total number of constraints5494
Number of constraints which are clauses4970
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints448
Minimum length of a constraint2
Maximum length of a constraint448
Number of terms in the objective function 7
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 7
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 947
Number of bits of the biggest sum of numbers10
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-4435199-1721113391.opb
3600.03/3609.80	c 
3600.03/3609.80	c *** TERMINATED *** by signal 15
3600.03/3609.80	s UNKNOWN
3600.03/3609.80	c _____________________________________________________________________________
3600.03/3609.80	c 
3600.03/3609.80	c std/band forms        : 523,0
3600.03/3609.80	c 2cl/3cl ITE-codings   : 362772,0
3600.03/3609.80	c BDD/srt/adr Max costs : 1232,0,0
3600.03/3609.80	c BDDraw/bin/mul/srt/adr: 523,0,0,0,0
3600.03/3609.80	c BDD nodes             : 562174
3600.03/3609.80	c Es1/CC detections     : 0,0
3600.03/3609.80	c SAT/UNSAT calls       : 0,0
3600.03/3609.80	c regenrated variables  : 0
3600.03/3609.80	c restarts              : 0
3600.03/3609.80	c conflicts             : 0              (0 /sec)
3600.03/3609.80	c decisions             : 0              (0 /sec)
3600.03/3609.80	c propagations          : 0              (0 /sec)
3600.03/3609.80	c inspects              : 0              (0 /sec)
3600.03/3609.80	c CPU time (solving tm) : 3599 s        (3596 s)
3600.03/3609.80	c Time for Opt-base     : 0 s
3600.03/3609.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: 63968 MiB (62742 MiB free)
  memory of node 1: 64473 MiB (62666 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4435199-1721113391/watcher-4435199-1721113391 -o /tmp/evaluation-result-4435199-1721113391/solver-4435199-1721113391 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721105363-836179 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4435199-1721113391.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=842223, runsolver pid=842220

[startup+0.100089 s]*
/proc/loadavg: 4.07 4.11 4.09 5/262 842228
/proc/meminfo: memFree=128412916/131524600 swapFree=131071996/131071996
[pid=842223] ppid=842220 vsize=9932 memory=2728 CPUtime=0 cores=4,6
/proc/842223/stat : 842223 (naps-1.02b5.sh) S 842220 842223 836168 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 163505805 10170368 682 134679101440 94705071378432 94705072457752 140729880476000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94705074556208 94705074603396 94705080455168 140729880482784 140729880482911 140729880482911 140729880489926 0
/proc/842223/statm: 2483 682 604 264 0 134 0
[pid=842228] ppid=842223 vsize=14124 memory=7964 CPUtime=0.09 cores=4,6
/proc/842228/stat : 842228 (naps-1.02b5) R 842223 842223 836168 0 -1 4194304 1660 0 0 0 9 0 0 0 20 0 1 0 163505805 14462976 1991 134679101440 4194304 5746509 140732396598736 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32522240 140732396602351 140732396602465 140732396602465 140732396609481 0
/proc/842228/statm: 3531 1991 405 379 0 3065 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 24056 KiB
Current children cumulated memory: 10692 KiB

[startup+0.205787 s]*
/proc/loadavg: 4.07 4.11 4.09 5/262 842228
/proc/meminfo: memFree=128408424/131524600 swapFree=131071996/131071996
[pid=842223] ppid=842220 vsize=9932 memory=2728 CPUtime=0 cores=4,6
/proc/842223/stat : 842223 (naps-1.02b5.sh) S 842220 842223 836168 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 163505805 10170368 682 134679101440 94705071378432 94705072457752 140729880476000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94705074556208 94705074603396 94705080455168 140729880482784 140729880482911 140729880482911 140729880489926 0
/proc/842223/statm: 2483 682 604 264 0 134 0
[pid=842228] ppid=842223 vsize=17656 memory=11360 CPUtime=0.2 cores=4,6
/proc/842228/stat : 842228 (naps-1.02b5) R 842223 842223 836168 0 -1 4194304 2669 0 0 0 20 0 0 0 20 0 1 0 163505805 18079744 2840 134679101440 4194304 5746509 140732396598736 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32522240 140732396602351 140732396602465 140732396602465 140732396609481 0
/proc/842228/statm: 4414 2840 421 379 0 3948 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 27588 KiB
Current children cumulated memory: 14088 KiB

[startup+0.305745 s]*
/proc/loadavg: 4.07 4.11 4.09 5/262 842228
/proc/meminfo: memFree=128406928/131524600 swapFree=131071996/131071996
[pid=842223] ppid=842220 vsize=9932 memory=2728 CPUtime=0 cores=4,6
/proc/842223/stat : 842223 (naps-1.02b5.sh) S 842220 842223 836168 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 163505805 10170368 682 134679101440 94705071378432 94705072457752 140729880476000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94705074556208 94705074603396 94705080455168 140729880482784 140729880482911 140729880482911 140729880489926 0
/proc/842223/statm: 2483 682 604 264 0 134 0
[pid=842228] ppid=842223 vsize=19376 memory=13032 CPUtime=0.3 cores=4,6
/proc/842228/stat : 842228 (naps-1.02b5) R 842223 842223 836168 0 -1 4194304 3229 0 0 0 30 0 0 0 20 0 1 0 163505805 19841024 3258 134679101440 4194304 5746509 140732396598736 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32522240 140732396602351 140732396602465 140732396602465 140732396609481 0
/proc/842228/statm: 4844 3258 421 379 0 4378 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 29308 KiB
Current children cumulated memory: 15760 KiB

[startup+0.700279 s]
/proc/loadavg: 4.07 4.11 4.09 5/262 842228
/proc/meminfo: memFree=128403848/131524600 swapFree=131071996/131071996
[pid=842223] ppid=842220 vsize=9932 memory=2728 CPUtime=0 cores=4,6
/proc/842223/stat : 842223 (naps-1.02b5.sh) S 842220 842223 836168 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 163505805 10170368 682 134679101440 94705071378432 94705072457752 140729880476000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94705074556208 94705074603396 94705080455168 140729880482784 140729880482911 140729880482911 140729880489926 0
/proc/842223/statm: 2483 682 604 264 0 134 0
[pid=842228] ppid=842223 vsize=24776 memory=17684 CPUtime=0.68 cores=4,6
/proc/842228/stat : 842228 (naps-1.02b5) R 842223 842223 836168 0 -1 4194304 4254 0 0 0 68 0 0 0 20 0 1 0 163505805 25370624 4421 134679101440 4194304 5746509 140732396598736 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32522240 140732396602351 140732396602465 140732396602465 140732396609481 0
/proc/842228/statm: 6194 4421 421 379 0 5728 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 34708 KiB
Current children cumulated memory: 20412 KiB

[startup+1.50023 s]
/proc/loadavg: 4.07 4.11 4.09 5/262 842228
/proc/meminfo: memFree=128394444/131524600 swapFree=131071996/131071996
[pid=842223] ppid=842220 vsize=9932 memory=2728 CPUtime=0 cores=4,6
/proc/842223/stat : 842223 (naps-1.02b5.sh) S 842220 842223 836168 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 163505805 10170368 682 134679101440 94705071378432 94705072457752 140729880476000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94705074556208 94705074603396 94705080455168 140729880482784 140729880482911 140729880482911 140729880489926 0
/proc/842223/statm: 2483 682 604 264 0 134 0
[pid=842228] ppid=842223 vsize=40344 memory=32524 CPUtime=1.48 cores=4,6
/proc/842228/stat : 842228 (naps-1.02b5) R 842223 842223 836168 0 -1 4194304 7391 0 0 0 147 1 0 0 20 0 1 0 163505805 41312256 8131 134679101440 4194304 5746509 140732396598736 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32522240 140732396602351 140732396602465 140732396602465 140732396609481 0
/proc/842228/statm: 10086 8131 421 379 0 9620 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 50276 KiB
Current children cumulated memory: 35252 KiB

[startup+3.10572 s]
/proc/loadavg: 4.07 4.11 4.09 5/262 842278
/proc/meminfo: memFree=128238312/131524600 swapFree=131071996/131071996
[pid=842223] ppid=842220 vsize=9932 memory=2728 CPUtime=0 cores=4,6
/proc/842223/stat : 842223 (naps-1.02b5.sh) S 842220 842223 836168 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 163505805 10170368 682 134679101440 94705071378432 94705072457752 140729880476000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94705074556208 94705074603396 94705080455168 140729880482784 140729880482911 140729880482911 140729880489926 0
/proc/842223/statm: 2483 682 604 264 0 134 0
[pid=842228] ppid=842223 vsize=301240 memory=271572 CPUtime=3.09 cores=4,6
/proc/842228/stat : 842228 (naps-1.02b5) R 842223 842223 836168 0 -1 4194304 43648 0 0 0 300 9 0 0 20 0 1 0 163505805 308469760 67893 134679101440 4194304 5746509 140732396598736 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32522240 140732396602351 140732396602465 140732396602465 140732396609481 0
/proc/842228/statm: 75310 67893 421 379 0 74844 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 311172 KiB
Current children cumulated memory: 274300 KiB

[startup+6.30027 s]
/proc/loadavg: 4.15 4.12 4.09 5/262 842278
/proc/meminfo: memFree=128166900/131524600 swapFree=131071996/131071996
[pid=842223] ppid=842220 vsize=9932 memory=2728 CPUtime=0 cores=4,6
/proc/842223/stat : 842223 (naps-1.02b5.sh) S 842220 842223 836168 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 163505805 10170368 682 134679101440 94705071378432 94705072457752 140729880476000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94705074556208 94705074603396 94705080455168 140729880482784 140729880482911 140729880482911 140729880489926 0
/proc/842223/statm: 2483 682 604 264 0 134 0
[pid=842228] ppid=842223 vsize=343860 memory=323764 CPUtime=6.27 cores=4,6
/proc/842228/stat : 842228 (naps-1.02b5) R 842223 842223 836168 0 -1 4194304 53045 0 0 0 614 13 0 0 20 0 1 0 163505805 352112640 80941 134679101440 4194304 5746509 140732396598736 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32522240 140732396602351 140732396602465 140732396602465 140732396609481 0
/proc/842228/statm: 85965 80941 421 379 0 85499 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 353792 KiB
Current children cumulated memory: 326492 KiB

[startup+12.7003 s]
/proc/loadavg: 4.13 4.12 4.09 5/262 842280
/proc/meminfo: memFree=128236512/131524600 swapFree=131071996/131071996
[pid=842223] ppid=842220 vsize=9932 memory=2728 CPUtime=0 cores=4,6
/proc/842223/stat : 842223 (naps-1.02b5.sh) S 842220 842223 836168 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 163505805 10170368 682 134679101440 94705071378432 94705072457752 140729880476000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94705074556208 94705074603396 94705080455168 140729880482784 140729880482911 140729880482911 140729880489926 0
/proc/842223/statm: 2483 682 604 264 0 134 0
[pid=842228] ppid=842223 vsize=367700 memory=334820 CPUtime=12.66 cores=4,6
/proc/842228/stat : 842228 (naps-1.02b5) R 842223 842223 836168 0 -1 4194304 54862 0 0 0 1252 14 0 0 20 0 1 0 163505805 376524800 83705 134679101440 4194304 5746509 140732396598736 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32522240 140732396602351 140732396602465 140732396602465 140732396609481 0
/proc/842228/statm: 91925 83705 421 379 0 91459 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 377632 KiB
Current children cumulated memory: 337548 KiB

[startup+25.5003 s]
/proc/loadavg: 4.10 4.11 4.09 5/262 842281
/proc/meminfo: memFree=128172964/131524600 swapFree=131071996/131071996
[pid=842223] ppid=842220 vsize=9932 memory=2728 CPUtime=0 cores=4,6
/proc/842223/stat : 842223 (naps-1.02b5.sh) S 842220 842223 836168 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 163505805 10170368 682 134679101440 94705071378432 94705072457752 140729880476000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94705074556208 94705074603396 94705080455168 140729880482784 140729880482911 140729880482911 140729880489926 0
/proc/842223/statm: 2483 682 604 264 0 134 0
[pid=842228] ppid=842223 vsize=369444 memory=336720 CPUtime=25.42 cores=4,6
/proc/842228/stat : 842228 (naps-1.02b5) R 842223 842223 836168 0 -1 4194304 55946 0 0 0 2527 15 0 0 20 0 1 0 163505805 378310656 84180 134679101440 4194304 5746509 140732396598736 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32522240 140732396602351 140732396602465 140732396602465 140732396609481 0
/proc/842228/statm: 92361 84180 421 379 0 91895 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 379376 KiB
Current children cumulated memory: 339448 KiB

[startup+51.1057 s]
/proc/loadavg: 4.07 4.10 4.09 5/260 842288
/proc/meminfo: memFree=128134700/131524600 swapFree=131071996/131071996
[pid=842223] ppid=842220 vsize=9932 memory=2728 CPUtime=0 cores=4,6
/proc/842223/stat : 842223 (naps-1.02b5.sh) S 842220 842223 836168 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 163505805 10170368 682 134679101440 94705071378432 94705072457752 140729880476000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94705074556208 94705074603396 94705080455168 140729880482784 140729880482911 140729880482911 140729880489926 0
/proc/842223/statm: 2483 682 604 264 0 134 0
[pid=842228] ppid=842223 vsize=373820 memory=342588 CPUtime=50.95 cores=4,6
/proc/842228/stat : 842228 (naps-1.02b5) R 842223 842223 836168 0 -1 4194304 57602 0 0 0 5078 17 0 0 20 0 1 0 163505805 382791680 85647 134679101440 4194304 5746509 140732396598736 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32522240 140732396602351 140732396602465 140732396602465 140732396609481 0
/proc/842228/statm: 93455 85647 421 379 0 92989 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 383752 KiB
Current children cumulated memory: 345316 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.10 4.09 5/260 842296
/proc/meminfo: memFree=128080120/131524600 swapFree=131071996/131071996
[pid=842223] ppid=842220 vsize=9932 memory=2728 CPUtime=0 cores=4,6
/proc/842223/stat : 842223 (naps-1.02b5.sh) S 842220 842223 836168 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 163505805 10170368 682 134679101440 94705071378432 94705072457752 140729880476000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94705074556208 94705074603396 94705080455168 140729880482784 140729880482911 140729880482911 140729880489926 0
/proc/842223/statm: 2483 682 604 264 0 134 0
[pid=842228] ppid=842223 vsize=378308 memory=345316 CPUtime=102 cores=4,6
/proc/842228/stat : 842228 (naps-1.02b5) R 842223 842223 836168 0 -1 4194304 60114 0 0 0 10179 21 0 0 20 0 1 0 163505805 387387392 86329 134679101440 4194304 5746509 140732396598736 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32522240 140732396602351 140732396602465 140732396602465 140732396609481 0
/proc/842228/statm: 94577 86329 421 379 0 94111 0
Current children cumulated CPU time: 102 s
Current children cumulated vsize: 388240 KiB
Current children cumulated memory: 348044 KiB

[startup+162.3 s]
/proc/loadavg: 4.37 4.16 4.11 5/259 842306
/proc/meminfo: memFree=128086872/131524600 swapFree=131071996/131071996
[pid=842223] ppid=842220 vsize=9932 memory=2728 CPUtime=0 cores=4,6
/proc/842223/stat : 842223 (naps-1.02b5.sh) S 842220 842223 836168 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 163505805 10170368 682 134679101440 94705071378432 94705072457752 140729880476000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94705074556208 94705074603396 94705080455168 140729880482784 140729880482911 140729880482911 140729880489926 0
/proc/842223/statm: 2483 682 604 264 0 134 0
[pid=842228] ppid=842223 vsize=384080 memory=365756 CPUtime=161.82 cores=4,6
/proc/842228/stat : 842228 (naps-1.02b5) R 842223 842223 836168 0 -1 4194304 61885 0 0 0 16159 23 0 0 20 0 1 0 163505805 393297920 91439 134679101440 4194304 5746509 140732396598736 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32522240 140732396602351 140732396602465 140732396602465 140732396609481 0
/proc/842228/statm: 96020 91439 421 379 0 95554 0
Current children cumulated CPU time: 161.82 s
Current children cumulated vsize: 394012 KiB
Current children cumulated memory: 368484 KiB

[startup+222.3 s]
/proc/loadavg: 4.32 4.19 4.12 5/258 842316
/proc/meminfo: memFree=128029572/131524600 swapFree=131071996/131071996
[pid=842223] ppid=842220 vsize=9932 memory=2728 CPUtime=0 cores=4,6
/proc/842223/stat : 842223 (naps-1.02b5.sh) S 842220 842223 836168 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 163505805 10170368 682 134679101440 94705071378432 94705072457752 140729880476000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94705074556208 94705074603396 94705080455168 140729880482784 140729880482911 140729880482911 140729880489926 0
/proc/842223/statm: 2483 682 604 264 0 134 0
[pid=842228] ppid=842223 vsize=387296 memory=360096 CPUtime=221.63 cores=4,6
/proc/842228/stat : 842228 (naps-1.02b5) R 842223 842223 836168 0 -1 4194304 64254 0 0 0 22137 26 0 0 20 0 1 0 163505805 396591104 90024 134679101440 4194304 5746509 140732396598736 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32522240 140732396602351 140732396602465 140732396602465 140732396609481 0
/proc/842228/statm: 96824 90024 421 379 0 96358 0
Current children cumulated CPU time: 221.63 s

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

/proc/loadavg: 3.16 3.68 3.93 4/253 843474
/proc/meminfo: memFree=128367796/131524600 swapFree=131071996/131071996
[pid=842223] ppid=842220 vsize=9932 memory=2728 CPUtime=0 cores=4,6
/proc/842223/stat : 842223 (naps-1.02b5.sh) S 842220 842223 836168 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 163505805 10170368 682 134679101440 94705071378432 94705072457752 140729880476000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94705074556208 94705074603396 94705080455168 140729880482784 140729880482911 140729880482911 140729880489926 0
/proc/842223/statm: 2483 682 604 264 0 134 0
[pid=842228] ppid=842223 vsize=555652 memory=504120 CPUtime=3034.01 cores=4,6
/proc/842228/stat : 842228 (naps-1.02b5) R 842223 842223 836168 0 -1 4194304 126603 0 0 0 303288 113 0 0 20 0 1 0 163505805 568987648 126030 134679101440 4194304 5746509 140732396598736 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32522240 140732396602351 140732396602465 140732396602465 140732396609481 0
/proc/842228/statm: 138913 126030 421 379 0 138447 0
Current children cumulated CPU time: 3034.01 s
Current children cumulated vsize: 565584 KiB
Current children cumulated memory: 506848 KiB

[startup+3102.3 s]
/proc/loadavg: 3.10 3.57 3.87 4/253 843866
/proc/meminfo: memFree=128431064/131524600 swapFree=131071996/131071996
[pid=842223] ppid=842220 vsize=9932 memory=2728 CPUtime=0 cores=4,6
/proc/842223/stat : 842223 (naps-1.02b5.sh) S 842220 842223 836168 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 163505805 10170368 682 134679101440 94705071378432 94705072457752 140729880476000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94705074556208 94705074603396 94705080455168 140729880482784 140729880482911 140729880482911 140729880489926 0
/proc/842223/statm: 2483 682 604 264 0 134 0
[pid=842228] ppid=842223 vsize=556220 memory=537360 CPUtime=3093.83 cores=4,6
/proc/842228/stat : 842228 (naps-1.02b5) R 842223 842223 836168 0 -1 4194304 126879 0 0 0 309269 114 0 0 20 0 1 0 163505805 569569280 134340 134679101440 4194304 5746509 140732396598736 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32522240 140732396602351 140732396602465 140732396602465 140732396609481 0
/proc/842228/statm: 139055 134340 421 379 0 138589 0
Current children cumulated CPU time: 3093.83 s
Current children cumulated vsize: 566152 KiB
Current children cumulated memory: 540088 KiB

[startup+3162.3 s]
/proc/loadavg: 3.09 3.48 3.82 4/251 843876
/proc/meminfo: memFree=128320000/131524600 swapFree=131071996/131071996
[pid=842223] ppid=842220 vsize=9932 memory=2728 CPUtime=0 cores=4,6
/proc/842223/stat : 842223 (naps-1.02b5.sh) S 842220 842223 836168 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 163505805 10170368 682 134679101440 94705071378432 94705072457752 140729880476000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94705074556208 94705074603396 94705080455168 140729880482784 140729880482911 140729880482911 140729880489926 0
/proc/842223/statm: 2483 682 604 264 0 134 0
[pid=842228] ppid=842223 vsize=638352 memory=567372 CPUtime=3153.65 cores=4,6
/proc/842228/stat : 842228 (naps-1.02b5) R 842223 842223 836168 0 -1 4194304 127911 0 0 0 315250 115 0 0 20 0 1 0 163505805 653672448 141843 134679101440 4194304 5746509 140732396598736 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32522240 140732396602351 140732396602465 140732396602465 140732396609481 0
/proc/842228/statm: 159588 141843 421 379 0 159122 0
Current children cumulated CPU time: 3153.65 s
Current children cumulated vsize: 648284 KiB
Current children cumulated memory: 570100 KiB

[startup+3222.3 s]
/proc/loadavg: 2.55 3.27 3.72 3/243 843916
/proc/meminfo: memFree=128787304/131524600 swapFree=131071996/131071996
[pid=842223] ppid=842220 vsize=9932 memory=2728 CPUtime=0 cores=4,6
/proc/842223/stat : 842223 (naps-1.02b5.sh) S 842220 842223 836168 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 163505805 10170368 682 134679101440 94705071378432 94705072457752 140729880476000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94705074556208 94705074603396 94705080455168 140729880482784 140729880482911 140729880482911 140729880489926 0
/proc/842223/statm: 2483 682 604 264 0 134 0
[pid=842228] ppid=842223 vsize=558140 memory=498072 CPUtime=3213.5 cores=4,6
/proc/842228/stat : 842228 (naps-1.02b5) R 842223 842223 836168 0 -1 4194304 129422 0 0 0 321233 117 0 0 20 0 1 0 163505805 571535360 124518 134679101440 4194304 5746509 140732396598736 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32522240 140732396602351 140732396602465 140732396602465 140732396609481 0
/proc/842228/statm: 139535 124518 421 379 0 139069 0
Current children cumulated CPU time: 3213.5 s
Current children cumulated vsize: 568072 KiB
Current children cumulated memory: 500800 KiB

[startup+3282.3 s]
/proc/loadavg: 2.31 3.06 3.62 3/243 843927
/proc/meminfo: memFree=128717708/131524600 swapFree=131071996/131071996
[pid=842223] ppid=842220 vsize=9932 memory=2728 CPUtime=0 cores=4,6
/proc/842223/stat : 842223 (naps-1.02b5.sh) S 842220 842223 836168 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 163505805 10170368 682 134679101440 94705071378432 94705072457752 140729880476000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94705074556208 94705074603396 94705080455168 140729880482784 140729880482911 140729880482911 140729880489926 0
/proc/842223/statm: 2483 682 604 264 0 134 0
[pid=842228] ppid=842223 vsize=558580 memory=541532 CPUtime=3273.36 cores=4,6
/proc/842228/stat : 842228 (naps-1.02b5) R 842223 842223 836168 0 -1 4194304 129693 0 0 0 327218 118 0 0 20 0 1 0 163505805 571985920 135383 134679101440 4194304 5746509 140732396598736 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32522240 140732396602351 140732396602465 140732396602465 140732396609481 0
/proc/842228/statm: 139645 135383 421 379 0 139179 0
Current children cumulated CPU time: 3273.36 s
Current children cumulated vsize: 568512 KiB
Current children cumulated memory: 544260 KiB

[startup+3342.3 s]
/proc/loadavg: 2.11 2.87 3.52 3/244 844106
/proc/meminfo: memFree=128658144/131524600 swapFree=131071996/131071996
[pid=842223] ppid=842220 vsize=9932 memory=2728 CPUtime=0 cores=4,6
/proc/842223/stat : 842223 (naps-1.02b5.sh) S 842220 842223 836168 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 163505805 10170368 682 134679101440 94705071378432 94705072457752 140729880476000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94705074556208 94705074603396 94705080455168 140729880482784 140729880482911 140729880482911 140729880489926 0
/proc/842223/statm: 2483 682 604 264 0 134 0
[pid=842228] ppid=842223 vsize=641060 memory=577960 CPUtime=3333.21 cores=4,6
/proc/842228/stat : 842228 (naps-1.02b5) R 842223 842223 836168 0 -1 4194304 130801 0 0 0 333202 119 0 0 20 0 1 0 163505805 656445440 144490 134679101440 4194304 5746509 140732396598736 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32522240 140732396602351 140732396602465 140732396602465 140732396609481 0
/proc/842228/statm: 160265 144490 421 379 0 159799 0
Current children cumulated CPU time: 3333.21 s
Current children cumulated vsize: 650992 KiB
Current children cumulated memory: 580688 KiB

[startup+3402.3 s]
/proc/loadavg: 2.16 2.74 3.43 3/244 844116
/proc/meminfo: memFree=128786836/131524600 swapFree=131071996/131071996
[pid=842223] ppid=842220 vsize=9932 memory=2728 CPUtime=0 cores=4,6
/proc/842223/stat : 842223 (naps-1.02b5.sh) S 842220 842223 836168 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 163505805 10170368 682 134679101440 94705071378432 94705072457752 140729880476000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94705074556208 94705074603396 94705080455168 140729880482784 140729880482911 140729880482911 140729880489926 0
/proc/842223/statm: 2483 682 604 264 0 134 0
[pid=842228] ppid=842223 vsize=561476 memory=501720 CPUtime=3393.07 cores=4,6
/proc/842228/stat : 842228 (naps-1.02b5) R 842223 842223 836168 0 -1 4194304 132508 0 0 0 339186 121 0 0 20 0 1 0 163505805 574951424 125430 134679101440 4194304 5746509 140732396598736 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32522240 140732396602351 140732396602465 140732396602465 140732396609481 0
/proc/842228/statm: 140369 125430 421 379 0 139903 0
Current children cumulated CPU time: 3393.07 s
Current children cumulated vsize: 571408 KiB
Current children cumulated memory: 504448 KiB

[startup+3462.3 s]
/proc/loadavg: 2.12 2.62 3.34 3/246 844142
/proc/meminfo: memFree=128717812/131524600 swapFree=131071996/131071996
[pid=842223] ppid=842220 vsize=9932 memory=2728 CPUtime=0 cores=4,6
/proc/842223/stat : 842223 (naps-1.02b5.sh) S 842220 842223 836168 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 163505805 10170368 682 134679101440 94705071378432 94705072457752 140729880476000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94705074556208 94705074603396 94705080455168 140729880482784 140729880482911 140729880482911 140729880489926 0
/proc/842223/statm: 2483 682 604 264 0 134 0
[pid=842228] ppid=842223 vsize=561476 memory=544888 CPUtime=3452.92 cores=4,6
/proc/842228/stat : 842228 (naps-1.02b5) R 842223 842223 836168 0 -1 4194304 132714 0 0 0 345170 122 0 0 20 0 1 0 163505805 574951424 136222 134679101440 4194304 5746509 140732396598736 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32522240 140732396602351 140732396602465 140732396602465 140732396609481 0
/proc/842228/statm: 140369 136222 421 379 0 139903 0
Current children cumulated CPU time: 3452.92 s
Current children cumulated vsize: 571408 KiB
Current children cumulated memory: 547616 KiB

[startup+3522.3 s]
/proc/loadavg: 2.09 2.52 3.26 3/246 844152
/proc/meminfo: memFree=128653188/131524600 swapFree=131071996/131071996
[pid=842223] ppid=842220 vsize=9932 memory=2728 CPUtime=0 cores=4,6
/proc/842223/stat : 842223 (naps-1.02b5.sh) S 842220 842223 836168 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 163505805 10170368 682 134679101440 94705071378432 94705072457752 140729880476000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94705074556208 94705074603396 94705080455168 140729880482784 140729880482911 140729880482911 140729880489926 0
/proc/842223/statm: 2483 682 604 264 0 134 0
[pid=842228] ppid=842223 vsize=645688 memory=586784 CPUtime=3512.77 cores=4,6
/proc/842228/stat : 842228 (naps-1.02b5) R 842223 842223 836168 0 -1 4194304 134160 0 0 0 351154 123 0 0 20 0 1 0 163505805 661184512 146696 134679101440 4194304 5746509 140732396598736 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32522240 140732396602351 140732396602465 140732396602465 140732396609481 0
/proc/842228/statm: 161422 146696 421 379 0 160956 0
Current children cumulated CPU time: 3512.77 s
Current children cumulated vsize: 655620 KiB
Current children cumulated memory: 589512 KiB

[startup+3582.3 s]
/proc/loadavg: 2.10 2.44 3.18 3/246 844162
/proc/meminfo: memFree=128674408/131524600 swapFree=131071996/131071996
[pid=842223] ppid=842220 vsize=9932 memory=2728 CPUtime=0 cores=4,6
/proc/842223/stat : 842223 (naps-1.02b5.sh) S 842220 842223 836168 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 163505805 10170368 682 134679101440 94705071378432 94705072457752 140729880476000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94705074556208 94705074603396 94705080455168 140729880482784 140729880482911 140729880482911 140729880489926 0
/proc/842223/statm: 2483 682 604 264 0 134 0
[pid=842228] ppid=842223 vsize=651032 memory=628336 CPUtime=3572.61 cores=4,6
/proc/842228/stat : 842228 (naps-1.02b5) R 842223 842223 836168 0 -1 4194304 135660 0 0 0 357137 124 0 0 20 0 1 0 163505805 666656768 157084 134679101440 4194304 5746509 140732396598736 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32522240 140732396602351 140732396602465 140732396602465 140732396609481 0
/proc/842228/statm: 162758 157084 421 379 0 162292 0
Current children cumulated CPU time: 3572.61 s
Current children cumulated vsize: 660964 KiB
Current children cumulated memory: 631064 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 2.06 2.40 3.15 3/246 844168
/proc/meminfo: memFree=128795600/131524600 swapFree=131071996/131071996
[pid=842223] ppid=842220 vsize=9932 memory=2728 CPUtime=0 cores=4,6
/proc/842223/stat : 842223 (naps-1.02b5.sh) S 842220 842223 836168 0 -1 4194304 219 239 0 0 0 0 0 0 20 0 1 0 163505805 10170368 682 134679101440 94705071378432 94705072457752 140729880476000 0 0 0 65536 4 65538 0 0 0 17 6 0 0 0 0 0 94705074556208 94705074603396 94705080455168 140729880482784 140729880482911 140729880482911 140729880489926 0
/proc/842223/statm: 2483 682 604 264 0 134 0
[pid=842228] ppid=842223 vsize=521380 memory=493088 CPUtime=3600.03 cores=4,6
/proc/842228/stat : 842228 (naps-1.02b5) R 842223 842223 836168 0 -1 4194304 136726 0 0 0 359877 126 0 0 20 0 1 0 163505805 533893120 123272 134679101440 4194304 5746509 140732396598736 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 6059216 6091920 32522240 140732396602351 140732396602465 140732396602465 140732396609481 0
/proc/842228/statm: 130345 123272 421 379 0 129879 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 531312 KiB
Current children cumulated memory: 495816 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.78 s, system=1.2635 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): 3609.8
CPU time (s): 3600.04
CPU user time (s): 3598.78
CPU system time (s): 1.2635
CPU usage (%): 99.7296
Max. virtual memory (cumulated for all children) (KiB): 875188
Max. memory (cumulated for all children) (KiB): 671784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.78
system time used= 1.2635
maximum resident set size= 697876
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137199
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= 148
involuntary context switches= 4200


# summary of solver processes directly reported to runsolver:
#   pid: 842223
#   total CPU time (s): 3600.04
#   total CPU user time (s): 3598.78
#   total CPU system time (s): 1.2635

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.91506 second user time and 17.6009 second system time

The end

Launcher Data

Begin job on nodeC027 at 2024-07-16 09:03:24
IDJOB=4435199
IDBENCH=148775
IDSOLVER=3065
FILE ID=nodeC027/4435199-1721113391
RUNJOBID= nodeC027-1721105363-836179
SLURM_JOB_ID= 7505631
Free space on /tmp= 890068 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx75.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4435199-1721113391/watcher-4435199-1721113391 -o /tmp/evaluation-result-4435199-1721113391/solver-4435199-1721113391 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1721105363-836179 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4435199-1721113391.opb

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

MD5SUM BENCH= a11c5c9a015f48f3bddc22713bc48593
RANDOM SEED=1288975304

nodeC027.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128419756 kB
MemAvailable:   128675372 kB
Buffers:          393712 kB
Cached:           705476 kB
SwapCached:            0 kB
Active:           659680 kB
Inactive:        1868148 kB
Active(anon):       1576 kB
Inactive(anon):  1464760 kB
Active(file):     658104 kB
Inactive(file):   403388 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              8576 kB
Writeback:             0 kB
AnonPages:       1426724 kB
Mapped:           109052 kB
Shmem:             37720 kB
KReclaimable:      67896 kB
Slab:             170112 kB
SReclaimable:      67896 kB
SUnreclaim:       102216 kB
KernelStack:        4208 kB
PageTables:        12188 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1920220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61024 kB
HardwareCorrupted:     0 kB
AnonHugePages:    856064 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:      189140 kB
DirectMap2M:    13215744 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC027 at 2024-07-16 10:03:34