Trace number 4454171

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.08 3610.3

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/
equalities/diag_spec/normalized-15diag_spec_greater.opb
MD5SUM4a5e1d83e2dadedc898f0365dfa20016
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.134427
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables750
Total number of constraints932
Number of constraints which are clauses675
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints257
Minimum length of a constraint2
Maximum length of a constraint255
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 536870912
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 2147483647
Number of bits of the biggest sum of numbers31
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-4454171-1721492619.opb
3600.07/3610.30	c 
3600.07/3610.30	c *** TERMINATED *** by signal 15
3600.07/3610.30	s UNKNOWN
3600.07/3610.30	c _____________________________________________________________________________
3600.07/3610.30	c 
3600.07/3610.30	c std/band forms        : 2,211
3600.07/3610.30	c 2cl/3cl ITE-codings   : 0,4351
3600.07/3610.30	c BDD/srt/adr Max costs : 3810,233,0
3600.07/3610.30	c BDDraw/bin/mul/srt/adr: 211,0,1,1,0
3600.07/3610.30	c BDD nodes             : 17143
3600.07/3610.30	c Es1/CC detections     : 0,0
3600.07/3610.30	c SAT/UNSAT calls       : 0,0
3600.07/3610.30	c regenrated variables  : 0
3600.07/3610.30	c restarts              : 0
3600.07/3610.30	c conflicts             : 0              (0 /sec)
3600.07/3610.30	c decisions             : 0              (0 /sec)
3600.07/3610.30	c propagations          : 0              (0 /sec)
3600.07/3610.30	c inspects              : 0              (0 /sec)
3600.07/3610.30	c CPU time (solving tm) : 3599 s        (3599 s)
3600.07/3610.30	c Time for Opt-base     : 0.694 s
3600.07/3610.30	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (61203 MiB free)
  memory of node 1: 64510 MiB (61589 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4454171-1721492619/watcher-4454171-1721492619 -o /tmp/evaluation-result-4454171-1721492619/solver-4454171-1721492619 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721492631-1076939 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4454171-1721492619.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=1076999, runsolver pid=1076984

[startup+0.100084 s]*
/proc/loadavg: 3.85 4.06 4.07 8/264 1077016
/proc/meminfo: memFree=125718628/131524600 swapFree=130799640/131071996
[pid=1076999] ppid=1076984 vsize=9932 memory=2772 CPUtime=0 cores=1,3
/proc/1076999/stat : 1076999 (naps-1.02b5.sh) S 1076984 1076999 1076927 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 201421053 10170368 693 134679101440 94360904876032 94360905955352 140731041556768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94360908053808 94360908100996 94360939565056 140731041563614 140731041563741 140731041563741 140731041570758 0
/proc/1076999/statm: 2483 693 615 264 0 134 0
[pid=1077016] ppid=1076999 vsize=10276 memory=5524 CPUtime=0.09 cores=1,3
/proc/1077016/stat : 1077016 (naps-1.02b5) R 1076999 1076999 1076927 0 -1 4194304 1024 0 0 0 9 0 0 0 20 0 1 0 201421053 10522624 1381 134679101440 4194304 5746509 140727213453840 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 7942144 140727213462509 140727213462623 140727213462623 140727213469641 0
/proc/1077016/statm: 2569 1381 421 379 0 2103 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 20208 KiB
Current children cumulated memory: 8296 KiB

[startup+0.205487 s]*
/proc/loadavg: 3.85 4.06 4.07 8/264 1077016
/proc/meminfo: memFree=125711288/131524600 swapFree=130799640/131071996
[pid=1076999] ppid=1076984 vsize=9932 memory=2772 CPUtime=0 cores=1,3
/proc/1076999/stat : 1076999 (naps-1.02b5.sh) S 1076984 1076999 1076927 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 201421053 10170368 693 134679101440 94360904876032 94360905955352 140731041556768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94360908053808 94360908100996 94360939565056 140731041563614 140731041563741 140731041563741 140731041570758 0
/proc/1076999/statm: 2483 693 615 264 0 134 0
[pid=1077016] ppid=1076999 vsize=10276 memory=5524 CPUtime=0.2 cores=1,3
/proc/1077016/stat : 1077016 (naps-1.02b5) R 1076999 1076999 1076927 0 -1 4194304 1024 0 0 0 20 0 0 0 20 0 1 0 201421053 10522624 1381 134679101440 4194304 5746509 140727213453840 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 7942144 140727213462509 140727213462623 140727213462623 140727213469641 0
/proc/1077016/statm: 2569 1381 421 379 0 2103 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 20208 KiB
Current children cumulated memory: 8296 KiB

[startup+0.305526 s]*
/proc/loadavg: 3.85 4.06 4.07 9/264 1077016
/proc/meminfo: memFree=125708480/131524600 swapFree=130799640/131071996
[pid=1076999] ppid=1076984 vsize=9932 memory=2772 CPUtime=0 cores=1,3
/proc/1076999/stat : 1076999 (naps-1.02b5.sh) S 1076984 1076999 1076927 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 201421053 10170368 693 134679101440 94360904876032 94360905955352 140731041556768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94360908053808 94360908100996 94360939565056 140731041563614 140731041563741 140731041563741 140731041570758 0
/proc/1076999/statm: 2483 693 615 264 0 134 0
[pid=1077016] ppid=1076999 vsize=10276 memory=5524 CPUtime=0.3 cores=1,3
/proc/1077016/stat : 1077016 (naps-1.02b5) R 1076999 1076999 1076927 0 -1 4194304 1024 0 0 0 30 0 0 0 20 0 1 0 201421053 10522624 1381 134679101440 4194304 5746509 140727213453840 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 7942144 140727213462509 140727213462623 140727213462623 140727213469641 0
/proc/1077016/statm: 2569 1381 421 379 0 2103 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 20208 KiB
Current children cumulated memory: 8296 KiB

[startup+0.700182 s]
/proc/loadavg: 3.85 4.06 4.07 9/264 1077016
/proc/meminfo: memFree=125704820/131524600 swapFree=130799640/131071996
[pid=1076999] ppid=1076984 vsize=9932 memory=2772 CPUtime=0 cores=1,3
/proc/1076999/stat : 1076999 (naps-1.02b5.sh) S 1076984 1076999 1076927 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 201421053 10170368 693 134679101440 94360904876032 94360905955352 140731041556768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94360908053808 94360908100996 94360939565056 140731041563614 140731041563741 140731041563741 140731041570758 0
/proc/1076999/statm: 2483 693 615 264 0 134 0
[pid=1077016] ppid=1076999 vsize=10276 memory=5524 CPUtime=0.69 cores=1,3
/proc/1077016/stat : 1077016 (naps-1.02b5) R 1076999 1076999 1076927 0 -1 4194304 1024 0 0 0 69 0 0 0 20 0 1 0 201421053 10522624 1381 134679101440 4194304 5746509 140727213453840 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 7942144 140727213462509 140727213462623 140727213462623 140727213469641 0
/proc/1077016/statm: 2569 1381 421 379 0 2103 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 20208 KiB
Current children cumulated memory: 8296 KiB

[startup+1.50019 s]
/proc/loadavg: 3.85 4.06 4.07 9/264 1077016
/proc/meminfo: memFree=125692064/131524600 swapFree=130799640/131071996
[pid=1076999] ppid=1076984 vsize=9932 memory=2772 CPUtime=0 cores=1,3
/proc/1076999/stat : 1076999 (naps-1.02b5.sh) S 1076984 1076999 1076927 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 201421053 10170368 693 134679101440 94360904876032 94360905955352 140731041556768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94360908053808 94360908100996 94360939565056 140731041563614 140731041563741 140731041563741 140731041570758 0
/proc/1076999/statm: 2483 693 615 264 0 134 0
[pid=1077016] ppid=1076999 vsize=12900 memory=11744 CPUtime=1.48 cores=1,3
/proc/1077016/stat : 1077016 (naps-1.02b5) R 1076999 1076999 1076927 0 -1 4194304 2631 0 0 0 148 0 0 0 20 0 1 0 201421053 13209600 2936 134679101440 4194304 5746509 140727213453840 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 7942144 140727213462509 140727213462623 140727213462623 140727213469641 0
/proc/1077016/statm: 3225 2936 421 379 0 2759 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 22832 KiB
Current children cumulated memory: 14516 KiB

[startup+3.10551 s]
/proc/loadavg: 3.86 4.06 4.07 9/264 1077018
/proc/meminfo: memFree=125674208/131524600 swapFree=130799640/131071996
[pid=1076999] ppid=1076984 vsize=9932 memory=2772 CPUtime=0 cores=1,3
/proc/1076999/stat : 1076999 (naps-1.02b5.sh) S 1076984 1076999 1076927 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 201421053 10170368 693 134679101440 94360904876032 94360905955352 140731041556768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94360908053808 94360908100996 94360939565056 140731041563614 140731041563741 140731041563741 140731041570758 0
/proc/1076999/statm: 2483 693 615 264 0 134 0
[pid=1077016] ppid=1076999 vsize=15668 memory=14196 CPUtime=3.09 cores=1,3
/proc/1077016/stat : 1077016 (naps-1.02b5) R 1076999 1076999 1076927 0 -1 4194304 4184 0 0 0 308 1 0 0 20 0 1 0 201421053 16044032 3549 134679101440 4194304 5746509 140727213453840 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 7942144 140727213462509 140727213462623 140727213462623 140727213469641 0
/proc/1077016/statm: 3917 3549 421 379 0 3451 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 25600 KiB
Current children cumulated memory: 16968 KiB

[startup+6.3002 s]
/proc/loadavg: 3.86 4.06 4.07 9/264 1077018
/proc/meminfo: memFree=125657228/131524600 swapFree=130799640/131071996
[pid=1076999] ppid=1076984 vsize=9932 memory=2772 CPUtime=0 cores=1,3
/proc/1076999/stat : 1076999 (naps-1.02b5.sh) S 1076984 1076999 1076927 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 201421053 10170368 693 134679101440 94360904876032 94360905955352 140731041556768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94360908053808 94360908100996 94360939565056 140731041563614 140731041563741 140731041563741 140731041570758 0
/proc/1076999/statm: 2483 693 615 264 0 134 0
[pid=1077016] ppid=1076999 vsize=22864 memory=21972 CPUtime=6.27 cores=1,3
/proc/1077016/stat : 1077016 (naps-1.02b5) R 1076999 1076999 1076927 0 -1 4194304 4803 0 0 0 626 1 0 0 20 0 1 0 201421053 23412736 5493 134679101440 4194304 5746509 140727213453840 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 7942144 140727213462509 140727213462623 140727213462623 140727213469641 0
/proc/1077016/statm: 5716 5493 421 379 0 5250 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 32796 KiB
Current children cumulated memory: 24744 KiB

[startup+12.7002 s]
/proc/loadavg: 3.87 4.05 4.07 8/263 1077018
/proc/meminfo: memFree=125618736/131524600 swapFree=130799640/131071996
[pid=1076999] ppid=1076984 vsize=9932 memory=2772 CPUtime=0 cores=1,3
/proc/1076999/stat : 1076999 (naps-1.02b5.sh) S 1076984 1076999 1076927 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 201421053 10170368 693 134679101440 94360904876032 94360905955352 140731041556768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94360908053808 94360908100996 94360939565056 140731041563614 140731041563741 140731041563741 140731041570758 0
/proc/1076999/statm: 2483 693 615 264 0 134 0
[pid=1077016] ppid=1076999 vsize=22864 memory=22116 CPUtime=12.65 cores=1,3
/proc/1077016/stat : 1077016 (naps-1.02b5) R 1076999 1076999 1076927 0 -1 4194304 5096 0 0 0 1264 1 0 0 20 0 1 0 201421053 23412736 5529 134679101440 4194304 5746509 140727213453840 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 7942144 140727213462509 140727213462623 140727213462623 140727213469641 0
/proc/1077016/statm: 5716 5529 421 379 0 5250 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 32796 KiB
Current children cumulated memory: 24888 KiB

[startup+25.5002 s]
/proc/loadavg: 3.97 4.07 4.08 9/263 1077022
/proc/meminfo: memFree=125586128/131524600 swapFree=130799640/131071996
[pid=1076999] ppid=1076984 vsize=9932 memory=2772 CPUtime=0 cores=1,3
/proc/1076999/stat : 1076999 (naps-1.02b5.sh) S 1076984 1076999 1076927 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 201421053 10170368 693 134679101440 94360904876032 94360905955352 140731041556768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94360908053808 94360908100996 94360939565056 140731041563614 140731041563741 140731041563741 140731041570758 0
/proc/1076999/statm: 2483 693 615 264 0 134 0
[pid=1077016] ppid=1076999 vsize=42148 memory=38500 CPUtime=25.42 cores=1,3
/proc/1077016/stat : 1077016 (naps-1.02b5) R 1076999 1076999 1076927 0 -1 4194304 6177 0 0 0 2540 2 0 0 20 0 1 0 201421053 43159552 9625 134679101440 4194304 5746509 140727213453840 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 7942144 140727213462509 140727213462623 140727213462623 140727213469641 0
/proc/1077016/statm: 10537 9625 421 379 0 10071 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 52080 KiB
Current children cumulated memory: 41272 KiB

[startup+51.1055 s]
/proc/loadavg: 4.06 4.08 4.08 9/263 1077027
/proc/meminfo: memFree=125537216/131524600 swapFree=130799640/131071996
[pid=1076999] ppid=1076984 vsize=9932 memory=2772 CPUtime=0 cores=1,3
/proc/1076999/stat : 1076999 (naps-1.02b5.sh) S 1076984 1076999 1076927 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 201421053 10170368 693 134679101440 94360904876032 94360905955352 140731041556768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94360908053808 94360908100996 94360939565056 140731041563614 140731041563741 140731041563741 140731041570758 0
/proc/1076999/statm: 2483 693 615 264 0 134 0
[pid=1077016] ppid=1076999 vsize=42148 memory=40548 CPUtime=50.96 cores=1,3
/proc/1077016/stat : 1077016 (naps-1.02b5) R 1076999 1076999 1076927 0 -1 4194304 6197 0 0 0 5094 2 0 0 20 0 1 0 201421053 43159552 10137 134679101440 4194304 5746509 140727213453840 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 7942144 140727213462509 140727213462623 140727213462623 140727213469641 0
/proc/1077016/statm: 10537 10137 421 379 0 10071 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 52080 KiB
Current children cumulated memory: 43320 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.08 4.08 9/263 1077418
/proc/meminfo: memFree=125447120/131524600 swapFree=130799640/131071996
[pid=1076999] ppid=1076984 vsize=9932 memory=2772 CPUtime=0 cores=1,3
/proc/1076999/stat : 1076999 (naps-1.02b5.sh) S 1076984 1076999 1076927 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 201421053 10170368 693 134679101440 94360904876032 94360905955352 140731041556768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94360908053808 94360908100996 94360939565056 140731041563614 140731041563741 140731041563741 140731041570758 0
/proc/1076999/statm: 2483 693 615 264 0 134 0
[pid=1077016] ppid=1076999 vsize=72496 memory=65528 CPUtime=102.03 cores=1,3
/proc/1077016/stat : 1077016 (naps-1.02b5) R 1076999 1076999 1076927 0 -1 4194304 7307 0 0 0 10199 4 0 0 20 0 1 0 201421053 74235904 16382 134679101440 4194304 5746509 140727213453840 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 7942144 140727213462509 140727213462623 140727213462623 140727213469641 0
/proc/1077016/statm: 18124 16382 421 379 0 17658 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 82428 KiB
Current children cumulated memory: 68300 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.08 4.08 9/261 1077430
/proc/meminfo: memFree=125385516/131524600 swapFree=130799640/131071996
[pid=1076999] ppid=1076984 vsize=9932 memory=2772 CPUtime=0 cores=1,3
/proc/1076999/stat : 1076999 (naps-1.02b5.sh) S 1076984 1076999 1076927 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 201421053 10170368 693 134679101440 94360904876032 94360905955352 140731041556768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94360908053808 94360908100996 94360939565056 140731041563614 140731041563741 140731041563741 140731041570758 0
/proc/1076999/statm: 2483 693 615 264 0 134 0
[pid=1077016] ppid=1076999 vsize=72496 memory=69800 CPUtime=161.86 cores=1,3
/proc/1077016/stat : 1077016 (naps-1.02b5) R 1076999 1076999 1076927 0 -1 4194304 7354 0 0 0 16182 4 0 0 20 0 1 0 201421053 74235904 17450 134679101440 4194304 5746509 140727213453840 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 7942144 140727213462509 140727213462623 140727213462623 140727213469641 0
/proc/1077016/statm: 18124 17450 421 379 0 17658 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 82428 KiB
Current children cumulated memory: 72572 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.08 4.08 9/261 1077440
/proc/meminfo: memFree=125364956/131524600 swapFree=130799640/131071996
[pid=1076999] ppid=1076984 vsize=9932 memory=2772 CPUtime=0 cores=1,3
/proc/1076999/stat : 1076999 (naps-1.02b5.sh) S 1076984 1076999 1076927 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 201421053 10170368 693 134679101440 94360904876032 94360905955352 140731041556768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94360908053808 94360908100996 94360939565056 140731041563614 140731041563741 140731041563741 140731041570758 0
/proc/1076999/statm: 2483 693 615 264 0 134 0
[pid=1077016] ppid=1076999 vsize=84956 memory=83932 CPUtime=221.68 cores=1,3
/proc/1077016/stat : 1077016 (naps-1.02b5) R 1076999 1076999 1076927 0 -1 4194304 7847 0 0 0 22164 4 0 0 20 0 1 0 201421053 86994944 20983 134679101440 4194304 5746509 140727213453840 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 7942144 140727213462509 140727213462623 140727213462623 140727213469641 0
/proc/1077016/statm: 21239 20983 421 379 0 20773 0
Current children cumulated CPU time: 221.68 s

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

/proc/loadavg: 4.08 4.13 4.14 8/263 1078780
/proc/meminfo: memFree=125092704/131524600 swapFree=130799640/131071996
[pid=1076999] ppid=1076984 vsize=9932 memory=2772 CPUtime=0 cores=1,3
/proc/1076999/stat : 1076999 (naps-1.02b5.sh) S 1076984 1076999 1076927 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 201421053 10170368 693 134679101440 94360904876032 94360905955352 140731041556768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94360908053808 94360908100996 94360939565056 140731041563614 140731041563741 140731041563741 140731041570758 0
/proc/1076999/statm: 2483 693 615 264 0 134 0
[pid=1077016] ppid=1076999 vsize=195872 memory=183016 CPUtime=3093.55 cores=1,3
/proc/1077016/stat : 1077016 (naps-1.02b5) R 1076999 1076999 1076927 0 -1 4194304 15166 0 0 0 309303 52 0 0 20 0 1 0 201421053 200572928 45754 134679101440 4194304 5746509 140727213453840 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 7942144 140727213462509 140727213462623 140727213462623 140727213469641 0
/proc/1077016/statm: 48968 45754 421 379 0 48502 0
Current children cumulated CPU time: 3093.55 s
Current children cumulated vsize: 205804 KiB
Current children cumulated memory: 185788 KiB

[startup+3162.3 s]
/proc/loadavg: 4.07 4.11 4.14 9/260 1078791
/proc/meminfo: memFree=125083940/131524600 swapFree=130799640/131071996
[pid=1076999] ppid=1076984 vsize=9932 memory=2772 CPUtime=0 cores=1,3
/proc/1076999/stat : 1076999 (naps-1.02b5.sh) S 1076984 1076999 1076927 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 201421053 10170368 693 134679101440 94360904876032 94360905955352 140731041556768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94360908053808 94360908100996 94360939565056 140731041563614 140731041563741 140731041563741 140731041570758 0
/proc/1076999/statm: 2483 693 615 264 0 134 0
[pid=1077016] ppid=1076999 vsize=165052 memory=149980 CPUtime=3153.37 cores=1,3
/proc/1077016/stat : 1077016 (naps-1.02b5) R 1076999 1076999 1076927 0 -1 4194304 15263 0 0 0 315284 53 0 0 20 0 1 0 201421053 169013248 37495 134679101440 4194304 5746509 140727213453840 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 7942144 140727213462509 140727213462623 140727213462623 140727213469641 0
/proc/1077016/statm: 41263 37495 421 379 0 40797 0
Current children cumulated CPU time: 3153.37 s
Current children cumulated vsize: 174984 KiB
Current children cumulated memory: 152752 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.11 4.13 9/260 1078802
/proc/meminfo: memFree=125100164/131524600 swapFree=130799640/131071996
[pid=1076999] ppid=1076984 vsize=9932 memory=2772 CPUtime=0 cores=1,3
/proc/1076999/stat : 1076999 (naps-1.02b5.sh) S 1076984 1076999 1076927 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 201421053 10170368 693 134679101440 94360904876032 94360905955352 140731041556768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94360908053808 94360908100996 94360939565056 140731041563614 140731041563741 140731041563741 140731041570758 0
/proc/1076999/statm: 2483 693 615 264 0 134 0
[pid=1077016] ppid=1076999 vsize=195872 memory=174824 CPUtime=3213.19 cores=1,3
/proc/1077016/stat : 1077016 (naps-1.02b5) R 1076999 1076999 1076927 0 -1 4194304 15380 0 0 0 321266 53 0 0 20 0 1 0 201421053 200572928 43706 134679101440 4194304 5746509 140727213453840 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 7942144 140727213462509 140727213462623 140727213462623 140727213469641 0
/proc/1077016/statm: 48968 43706 421 379 0 48502 0
Current children cumulated CPU time: 3213.19 s
Current children cumulated vsize: 205804 KiB
Current children cumulated memory: 177596 KiB

[startup+3282.3 s]
/proc/loadavg: 4.07 4.10 4.12 8/259 1078812
/proc/meminfo: memFree=125071432/131524600 swapFree=130799640/131071996
[pid=1076999] ppid=1076984 vsize=9932 memory=2772 CPUtime=0 cores=1,3
/proc/1076999/stat : 1076999 (naps-1.02b5.sh) S 1076984 1076999 1076927 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 201421053 10170368 693 134679101440 94360904876032 94360905955352 140731041556768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94360908053808 94360908100996 94360939565056 140731041563614 140731041563741 140731041563741 140731041570758 0
/proc/1076999/statm: 2483 693 615 264 0 134 0
[pid=1077016] ppid=1076999 vsize=245960 memory=195256 CPUtime=3273.03 cores=1,3
/proc/1077016/stat : 1077016 (naps-1.02b5) R 1076999 1076999 1076927 0 -1 4194304 15997 0 0 0 327248 55 0 0 20 0 1 0 201421053 251863040 48814 134679101440 4194304 5746509 140727213453840 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 7942144 140727213462509 140727213462623 140727213462623 140727213469641 0
/proc/1077016/statm: 61490 48814 421 379 0 61024 0
Current children cumulated CPU time: 3273.03 s
Current children cumulated vsize: 255892 KiB
Current children cumulated memory: 198028 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.12 4.13 9/259 1078823
/proc/meminfo: memFree=125072200/131524600 swapFree=130799640/131071996
[pid=1076999] ppid=1076984 vsize=9932 memory=2772 CPUtime=0 cores=1,3
/proc/1076999/stat : 1076999 (naps-1.02b5.sh) S 1076984 1076999 1076927 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 201421053 10170368 693 134679101440 94360904876032 94360905955352 140731041556768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94360908053808 94360908100996 94360939565056 140731041563614 140731041563741 140731041563741 140731041570758 0
/proc/1076999/statm: 2483 693 615 264 0 134 0
[pid=1077016] ppid=1076999 vsize=195872 memory=166480 CPUtime=3332.85 cores=1,3
/proc/1077016/stat : 1077016 (naps-1.02b5) R 1076999 1076999 1076927 0 -1 4194304 16432 0 0 0 333229 56 0 0 20 0 1 0 201421053 200572928 41620 134679101440 4194304 5746509 140727213453840 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 7942144 140727213462509 140727213462623 140727213462623 140727213469641 0
/proc/1077016/statm: 48968 41620 421 379 0 48502 0
Current children cumulated CPU time: 3332.85 s
Current children cumulated vsize: 205804 KiB
Current children cumulated memory: 169252 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.12 4.12 9/262 1078838
/proc/meminfo: memFree=125055304/131524600 swapFree=130799640/131071996
[pid=1076999] ppid=1076984 vsize=9932 memory=2772 CPUtime=0 cores=1,3
/proc/1076999/stat : 1076999 (naps-1.02b5.sh) S 1076984 1076999 1076927 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 201421053 10170368 693 134679101440 94360904876032 94360905955352 140731041556768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94360908053808 94360908100996 94360939565056 140731041563614 140731041563741 140731041563741 140731041570758 0
/proc/1076999/statm: 2483 693 615 264 0 134 0
[pid=1077016] ppid=1076999 vsize=195872 memory=187112 CPUtime=3392.68 cores=1,3
/proc/1077016/stat : 1077016 (naps-1.02b5) R 1076999 1076999 1076927 0 -1 4194304 16487 0 0 0 339212 56 0 0 20 0 1 0 201421053 200572928 46778 134679101440 4194304 5746509 140727213453840 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 7942144 140727213462509 140727213462623 140727213462623 140727213469641 0
/proc/1077016/statm: 48968 46778 421 379 0 48502 0
Current children cumulated CPU time: 3392.68 s
Current children cumulated vsize: 205804 KiB
Current children cumulated memory: 189884 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.12 4.12 9/262 1078849
/proc/meminfo: memFree=125013412/131524600 swapFree=130799640/131071996
[pid=1076999] ppid=1076984 vsize=9932 memory=2772 CPUtime=0 cores=1,3
/proc/1076999/stat : 1076999 (naps-1.02b5.sh) S 1076984 1076999 1076927 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 201421053 10170368 693 134679101440 94360904876032 94360905955352 140731041556768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94360908053808 94360908100996 94360939565056 140731041563614 140731041563741 140731041563741 140731041570758 0
/proc/1076999/statm: 2483 693 615 264 0 134 0
[pid=1077016] ppid=1076999 vsize=245960 memory=198480 CPUtime=3452.51 cores=1,3
/proc/1077016/stat : 1077016 (naps-1.02b5) R 1076999 1076999 1076927 0 -1 4194304 17341 0 0 0 345193 58 0 0 20 0 1 0 201421053 251863040 49620 134679101440 4194304 5746509 140727213453840 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 7942144 140727213462509 140727213462623 140727213462623 140727213469641 0
/proc/1077016/statm: 61490 49620 421 379 0 61024 0
Current children cumulated CPU time: 3452.51 s
Current children cumulated vsize: 255892 KiB
Current children cumulated memory: 201252 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.11 4.12 8/263 1078860
/proc/meminfo: memFree=125091256/131524600 swapFree=130799640/131071996
[pid=1076999] ppid=1076984 vsize=9932 memory=2772 CPUtime=0 cores=1,3
/proc/1076999/stat : 1076999 (naps-1.02b5.sh) S 1076984 1076999 1076927 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 201421053 10170368 693 134679101440 94360904876032 94360905955352 140731041556768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94360908053808 94360908100996 94360939565056 140731041563614 140731041563741 140731041563741 140731041570758 0
/proc/1076999/statm: 2483 693 615 264 0 134 0
[pid=1077016] ppid=1076999 vsize=165052 memory=160220 CPUtime=3512.32 cores=1,3
/proc/1077016/stat : 1077016 (naps-1.02b5) R 1076999 1076999 1076927 0 -1 4194304 17445 0 0 0 351174 58 0 0 20 0 1 0 201421053 169013248 40055 134679101440 4194304 5746509 140727213453840 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 7942144 140727213462509 140727213462623 140727213462623 140727213469641 0
/proc/1077016/statm: 41263 40055 421 379 0 40797 0
Current children cumulated CPU time: 3512.32 s
Current children cumulated vsize: 174984 KiB
Current children cumulated memory: 162992 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.11 4.11 9/263 1078870
/proc/meminfo: memFree=125108680/131524600 swapFree=130799640/131071996
[pid=1076999] ppid=1076984 vsize=9932 memory=2772 CPUtime=0 cores=1,3
/proc/1076999/stat : 1076999 (naps-1.02b5.sh) S 1076984 1076999 1076927 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 201421053 10170368 693 134679101440 94360904876032 94360905955352 140731041556768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94360908053808 94360908100996 94360939565056 140731041563614 140731041563741 140731041563741 140731041570758 0
/proc/1076999/statm: 2483 693 615 264 0 134 0
[pid=1077016] ppid=1076999 vsize=195872 memory=174824 CPUtime=3572.15 cores=1,3
/proc/1077016/stat : 1077016 (naps-1.02b5) R 1076999 1076999 1076927 0 -1 4194304 17558 0 0 0 357156 59 0 0 20 0 1 0 201421053 200572928 43706 134679101440 4194304 5746509 140727213453840 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 7942144 140727213462509 140727213462623 140727213462623 140727213469641 0
/proc/1077016/statm: 48968 43706 421 379 0 48502 0
Current children cumulated CPU time: 3572.15 s
Current children cumulated vsize: 205804 KiB
Current children cumulated memory: 177596 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.3 s]
/proc/loadavg: 4.05 4.10 4.11 6/255 1078907
/proc/meminfo: memFree=125161868/131524600 swapFree=130799640/131071996
[pid=1076999] ppid=1076984 vsize=9932 memory=2772 CPUtime=0 cores=1,3
/proc/1076999/stat : 1076999 (naps-1.02b5.sh) S 1076984 1076999 1076927 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 201421053 10170368 693 134679101440 94360904876032 94360905955352 140731041556768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94360908053808 94360908100996 94360939565056 140731041563614 140731041563741 140731041563741 140731041570758 0
/proc/1076999/statm: 2483 693 615 264 0 134 0
[pid=1077016] ppid=1076999 vsize=195872 memory=178920 CPUtime=3600.07 cores=1,3
/proc/1077016/stat : 1077016 (naps-1.02b5) R 1076999 1076999 1076927 0 -1 4194304 17561 0 0 0 359948 59 0 0 20 0 1 0 201421053 200572928 44730 134679101440 4194304 5746509 140727213453840 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 7942144 140727213462509 140727213462623 140727213462623 140727213469641 0
/proc/1077016/statm: 48968 44730 421 379 0 48502 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 205804 KiB
Current children cumulated memory: 181692 KiB

Sending SIGTERM to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.48 s, system=0.594388 s

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

[startup+3610.3 s]
/proc/loadavg: 4.05 4.10 4.11 6/255 1078907
/proc/meminfo: memFree=125161868/131524600 swapFree=130799640/131071996
[pid=1076999] ppid=1076984 vsize=9932 memory=2772 CPUtime=0 cores=1,3
/proc/1076999/stat : 1076999 (naps-1.02b5.sh) S 1076984 1076999 1076927 0 -1 4194304 220 238 0 0 0 0 0 0 20 0 1 0 201421053 10170368 693 134679101440 94360904876032 94360905955352 140731041556768 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94360908053808 94360908100996 94360939565056 140731041563614 140731041563741 140731041563741 140731041570758 0
/proc/1076999/statm: 2483 693 615 264 0 134 0
[pid=1077016] ppid=1076999 vsize=195872 memory=178920 CPUtime=3600.07 cores=1,3
/proc/1077016/stat : 1077016 (naps-1.02b5) R 1076999 1076999 1076927 0 -1 4194304 17561 0 0 0 359948 59 0 0 20 0 1 0 201421053 200572928 44730 134679101440 4194304 5746509 140727213453840 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 6059216 6091920 7942144 140727213462509 140727213462623 140727213462623 140727213469641 0
/proc/1077016/statm: 48968 44730 421 379 0 48502 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 205804 KiB
Current children cumulated memory: 181692 KiB

Child status: 0

Real time (s): 3610.3
CPU time (s): 3600.08
CPU user time (s): 3599.48
CPU system time (s): 0.594388
CPU usage (%): 99.7168
Max. virtual memory (cumulated for all children) (KiB): 255892
Max. memory (cumulated for all children) (KiB): 207272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.48
system time used= 0.594388
maximum resident set size= 204500
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18034
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= 31
involuntary context switches= 2410


# summary of solver processes directly reported to runsolver:
#   pid: 1076999
#   total CPU time (s): 3600.08
#   total CPU user time (s): 3599.48
#   total CPU system time (s): 0.594388

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.67753 second user time and 16.429 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-20 18:23:52
IDJOB=4454171
IDBENCH=176068
IDSOLVER=3065
FILE ID=nodeC014/4454171-1721492619
RUNJOBID= nodeC014-1721492631-1076939
SLURM_JOB_ID= 7545795
Free space on /tmp= 890032 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB24/DEC-LIN/devriendt/bitvector_multiplication_selection/equalities/diag_spec/normalized-15diag_spec_greater.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4454171-1721492619/watcher-4454171-1721492619 -o /tmp/evaluation-result-4454171-1721492619/solver-4454171-1721492619 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721492631-1076939 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4454171-1721492619.opb

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

MD5SUM BENCH= 4a5e1d83e2dadedc898f0365dfa20016
RANDOM SEED=1578527685

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125742156 kB
MemAvailable:   129976080 kB
Buffers:          526784 kB
Cached:          4501696 kB
SwapCached:        12768 kB
Active:          1558616 kB
Inactive:        3592968 kB
Active(anon):       9100 kB
Inactive(anon):   143484 kB
Active(file):    1549516 kB
Inactive(file):  3449484 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130799640 kB
Dirty:             15844 kB
Writeback:             0 kB
AnonPages:        114416 kB
Mapped:            51640 kB
Shmem:             29804 kB
KReclaimable:     149140 kB
Slab:             252712 kB
SReclaimable:     149140 kB
SUnreclaim:       103572 kB
KernelStack:        3936 kB
PageTables:         9720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     781064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37792 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 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:      303828 kB
DirectMap2M:    38266880 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890024 MiB
End job on nodeC014 at 2024-07-20 19:24:02