Trace number 4449111

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.16 3610.52

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/
normalized-hw256-vm100p-dec.opb.negationfix.opb
MD5SUM7aedd7c3672972b6263e08c161e73d18
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables693504
Total number of constraints5930
Number of constraints which are clauses2708
Number of constraints which are cardinality constraints (but not clauses)2708
Number of constraints which are nor clauses,nor cardinality constraints514
Minimum length of a constraint256
Maximum length of a constraint2709
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 975035
Number of bits of the biggest number in a constraint 20
Biggest sum of numbers in a constraint 2190070
Number of bits of the biggest sum of numbers22
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-4449111-1721367349.opb
3600.04/3610.40	c 
3600.04/3610.40	c *** TERMINATED *** by signal 15
3600.04/3610.40	s UNKNOWN
3600.04/3610.40	c _____________________________________________________________________________
3600.04/3610.40	c 
3600.04/3610.40	c std/band forms        : 255,0
3600.04/3610.40	c 2cl/3cl ITE-codings   : 0,0
3600.04/3610.40	c BDD/srt/adr Max costs : 0,993663,0
3600.04/3610.40	c BDDraw/bin/mul/srt/adr: 127,0,0,127,0
3600.04/3610.40	c BDD nodes             : 311917718
3600.04/3610.40	c Es1/CC detections     : 0,0
3600.04/3610.40	c SAT/UNSAT calls       : 0,0
3600.04/3610.40	c regenrated variables  : 0
3600.04/3610.40	c restarts              : 0
3600.04/3610.40	c conflicts             : 0              (0 /sec)
3600.04/3610.40	c decisions             : 0              (0 /sec)
3600.04/3610.40	c propagations          : 0              (0 /sec)
3600.04/3610.40	c inspects              : 0              (0 /sec)
3600.04/3610.40	c CPU time (solving tm) : 3595 s        (0 s)
3600.04/3610.40	c Time for Opt-base     : 107.6 s
3600.04/3610.40	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 (62529 MiB free)
  memory of node 1: 64473 MiB (62066 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449111-1721367349/watcher-4449111-1721367349 -o /tmp/evaluation-result-4449111-1721367349/solver-4449111-1721367349 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721367361-998009 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4449111-1721367349.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=998056, runsolver pid=998050

[startup+0.100087 s]*
/proc/loadavg: 1.11 1.33 2.08 5/259 998085
/proc/meminfo: memFree=127534652/131524600 swapFree=131070704/131071996
[pid=998056] ppid=998050 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/998056/stat : 998056 (naps-1.02b5.sh) S 998050 998056 997996 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 188899885 10170368 672 134679101440 94027336421376 94027337500696 140727586837616 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94027339599152 94027339646340 94027368923136 140727586845663 140727586845790 140727586845790 140727586852806 0
/proc/998056/statm: 2483 672 595 264 0 134 0
[pid=998064] ppid=998056 vsize=22176 memory=16284 CPUtime=0.09 cores=5,7
/proc/998064/stat : 998064 (naps-1.02b5) R 998056 998056 997996 0 -1 4194304 3743 0 0 0 9 0 0 0 20 0 1 0 188899885 22708224 4071 134679101440 4194304 5746509 140733799337360 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26832896 140733799343086 140733799343200 140733799343200 140733799350217 0
/proc/998064/statm: 5544 4071 405 379 0 5078 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 32108 KiB
Current children cumulated memory: 18972 KiB

[startup+0.205676 s]*
/proc/loadavg: 1.11 1.33 2.08 5/259 998085
/proc/meminfo: memFree=127481736/131524600 swapFree=131070704/131071996
[pid=998056] ppid=998050 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/998056/stat : 998056 (naps-1.02b5.sh) S 998050 998056 997996 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 188899885 10170368 672 134679101440 94027336421376 94027337500696 140727586837616 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94027339599152 94027339646340 94027368923136 140727586845663 140727586845790 140727586845790 140727586852806 0
/proc/998056/statm: 2483 672 595 264 0 134 0
[pid=998064] ppid=998056 vsize=36476 memory=29572 CPUtime=0.2 cores=5,7
/proc/998064/stat : 998064 (naps-1.02b5) R 998056 998056 997996 0 -1 4194304 7226 0 0 0 19 1 0 0 20 0 1 0 188899885 37351424 7393 134679101440 4194304 5746509 140733799337360 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26832896 140733799343086 140733799343200 140733799343200 140733799350217 0
/proc/998064/statm: 9119 7393 405 379 0 8653 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 46408 KiB
Current children cumulated memory: 32260 KiB

[startup+0.305676 s]*
/proc/loadavg: 1.11 1.33 2.08 5/259 998085
/proc/meminfo: memFree=127430776/131524600 swapFree=131070704/131071996
[pid=998056] ppid=998050 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/998056/stat : 998056 (naps-1.02b5.sh) S 998050 998056 997996 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 188899885 10170368 672 134679101440 94027336421376 94027337500696 140727586837616 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94027339599152 94027339646340 94027368923136 140727586845663 140727586845790 140727586845790 140727586852806 0
/proc/998056/statm: 2483 672 595 264 0 134 0
[pid=998064] ppid=998056 vsize=51156 memory=42940 CPUtime=0.3 cores=5,7
/proc/998064/stat : 998064 (naps-1.02b5) R 998056 998056 997996 0 -1 4194304 10891 0 0 0 29 1 0 0 20 0 1 0 188899885 52383744 10735 134679101440 4194304 5746509 140733799337360 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26832896 140733799343086 140733799343200 140733799343200 140733799350217 0
/proc/998064/statm: 12789 10735 405 379 0 12323 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 61088 KiB
Current children cumulated memory: 45628 KiB

[startup+0.700259 s]
/proc/loadavg: 1.11 1.33 2.08 5/259 998085
/proc/meminfo: memFree=127336332/131524600 swapFree=131070704/131071996
[pid=998056] ppid=998050 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/998056/stat : 998056 (naps-1.02b5.sh) S 998050 998056 997996 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 188899885 10170368 672 134679101440 94027336421376 94027337500696 140727586837616 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94027339599152 94027339646340 94027368923136 140727586845663 140727586845790 140727586845790 140727586852806 0
/proc/998056/statm: 2483 672 595 264 0 134 0
[pid=998064] ppid=998056 vsize=105296 memory=85600 CPUtime=0.68 cores=5,7
/proc/998064/stat : 998064 (naps-1.02b5) R 998056 998056 997996 0 -1 4194304 21333 0 0 0 65 3 0 0 20 0 1 0 188899885 107823104 21400 134679101440 4194304 5746509 140733799337360 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26832896 140733799343086 140733799343200 140733799343200 140733799350217 0
/proc/998064/statm: 26324 21400 405 379 0 25858 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 115228 KiB
Current children cumulated memory: 88288 KiB

[startup+1.50026 s]
/proc/loadavg: 1.11 1.33 2.08 5/259 998085
/proc/meminfo: memFree=127106188/131524600 swapFree=131070704/131071996
[pid=998056] ppid=998050 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/998056/stat : 998056 (naps-1.02b5.sh) S 998050 998056 997996 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 188899885 10170368 672 134679101440 94027336421376 94027337500696 140727586837616 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94027339599152 94027339646340 94027368923136 140727586845663 140727586845790 140727586845790 140727586852806 0
/proc/998056/statm: 2483 672 595 264 0 134 0
[pid=998064] ppid=998056 vsize=220596 memory=174120 CPUtime=1.48 cores=5,7
/proc/998064/stat : 998064 (naps-1.02b5) R 998056 998056 997996 0 -1 4194304 41413 0 0 0 141 7 0 0 20 0 1 0 188899885 225890304 43530 134679101440 4194304 5746509 140733799337360 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26832896 140733799343086 140733799343200 140733799343200 140733799350217 0
/proc/998064/statm: 55149 43530 405 379 0 54683 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 230528 KiB
Current children cumulated memory: 176808 KiB

[startup+3.10548 s]
/proc/loadavg: 1.11 1.33 2.08 5/259 998085
/proc/meminfo: memFree=126451476/131524600 swapFree=131070704/131071996
[pid=998056] ppid=998050 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/998056/stat : 998056 (naps-1.02b5.sh) S 998050 998056 997996 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 188899885 10170368 672 134679101440 94027336421376 94027337500696 140727586837616 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94027339599152 94027339646340 94027368923136 140727586845663 140727586845790 140727586845790 140727586852806 0
/proc/998056/statm: 2483 672 595 264 0 134 0
[pid=998064] ppid=998056 vsize=351436 memory=304588 CPUtime=3.08 cores=5,7
/proc/998064/stat : 998064 (naps-1.02b5) R 998056 998056 997996 0 -1 4194304 69723 0 0 0 296 12 0 0 20 0 1 0 188899885 359870464 76147 134679101440 4194304 5746509 140733799337360 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26832896 140733799343086 140733799343200 140733799343200 140733799350217 0
/proc/998064/statm: 87859 76147 405 379 0 87393 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 361368 KiB
Current children cumulated memory: 307276 KiB

[startup+6.30022 s]
/proc/loadavg: 1.34 1.37 2.09 5/259 998087
/proc/meminfo: memFree=126033316/131524600 swapFree=131070704/131071996
[pid=998056] ppid=998050 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/998056/stat : 998056 (naps-1.02b5.sh) S 998050 998056 997996 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 188899885 10170368 672 134679101440 94027336421376 94027337500696 140727586837616 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94027339599152 94027339646340 94027368923136 140727586845663 140727586845790 140727586845790 140727586852806 0
/proc/998056/statm: 2483 672 595 264 0 134 0
[pid=998064] ppid=998056 vsize=489556 memory=412984 CPUtime=6.28 cores=5,7
/proc/998064/stat : 998064 (naps-1.02b5) R 998056 998056 997996 0 -1 4194304 96334 0 0 0 610 18 0 0 20 0 1 0 188899885 501305344 103246 134679101440 4194304 5746509 140733799337360 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26832896 140733799343086 140733799343200 140733799343200 140733799350217 0
/proc/998064/statm: 122389 103246 405 379 0 121923 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 499488 KiB
Current children cumulated memory: 415672 KiB

[startup+12.7003 s]
/proc/loadavg: 1.56 1.41 2.10 5/259 998087
/proc/meminfo: memFree=124266284/131524600 swapFree=131070704/131071996
[pid=998056] ppid=998050 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/998056/stat : 998056 (naps-1.02b5.sh) S 998050 998056 997996 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 188899885 10170368 672 134679101440 94027336421376 94027337500696 140727586837616 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94027339599152 94027339646340 94027368923136 140727586845663 140727586845790 140727586845790 140727586852806 0
/proc/998056/statm: 2483 672 595 264 0 134 0
[pid=998064] ppid=998056 vsize=1088032 memory=999376 CPUtime=12.66 cores=5,7
/proc/998064/stat : 998064 (naps-1.02b5) R 998056 998056 997996 0 -1 4194304 229919 0 0 0 1226 40 0 0 20 0 1 0 188899885 1114144768 249844 134679101440 4194304 5746509 140733799337360 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26832896 140733799343086 140733799343200 140733799343200 140733799350217 0
/proc/998064/statm: 272008 249844 421 379 0 271542 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1097964 KiB
Current children cumulated memory: 1002064 KiB

[startup+25.5003 s]
/proc/loadavg: 2.10 1.54 2.13 5/259 998090
/proc/meminfo: memFree=120914344/131524600 swapFree=131070704/131071996
[pid=998056] ppid=998050 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/998056/stat : 998056 (naps-1.02b5.sh) S 998050 998056 997996 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 188899885 10170368 672 134679101440 94027336421376 94027337500696 140727586837616 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94027339599152 94027339646340 94027368923136 140727586845663 140727586845790 140727586845790 140727586852806 0
/proc/998056/statm: 2483 672 595 264 0 134 0
[pid=998064] ppid=998056 vsize=1897608 memory=1798336 CPUtime=25.42 cores=5,7
/proc/998064/stat : 998064 (naps-1.02b5) R 998056 998056 997996 0 -1 4194304 408757 0 0 0 2473 69 0 0 20 0 1 0 188899885 1943150592 449584 134679101440 4194304 5746509 140733799337360 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26832896 140733799343086 140733799343200 140733799343200 140733799350217 0
/proc/998064/statm: 474402 449584 421 379 0 473936 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1907540 KiB
Current children cumulated memory: 1801024 KiB

[startup+51.1057 s]
/proc/loadavg: 2.81 1.76 2.19 5/259 998093
/proc/meminfo: memFree=120578948/131524600 swapFree=131070704/131071996
[pid=998056] ppid=998050 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/998056/stat : 998056 (naps-1.02b5.sh) S 998050 998056 997996 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 188899885 10170368 672 134679101440 94027336421376 94027337500696 140727586837616 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94027339599152 94027339646340 94027368923136 140727586845663 140727586845790 140727586845790 140727586852806 0
/proc/998056/statm: 2483 672 595 264 0 134 0
[pid=998064] ppid=998056 vsize=1963552 memory=1874572 CPUtime=50.96 cores=5,7
/proc/998064/stat : 998064 (naps-1.02b5) R 998056 998056 997996 0 -1 4194304 414962 0 0 0 5022 74 0 0 20 0 1 0 188899885 2010677248 468643 134679101440 4194304 5746509 140733799337360 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26832896 140733799343086 140733799343200 140733799343200 140733799350217 0
/proc/998064/statm: 490888 468643 421 379 0 490422 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 1973484 KiB
Current children cumulated memory: 1877260 KiB

[startup+102.3 s]
/proc/loadavg: 3.53 2.12 2.29 5/259 998104
/proc/meminfo: memFree=119812896/131524600 swapFree=131070704/131071996
[pid=998056] ppid=998050 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/998056/stat : 998056 (naps-1.02b5.sh) S 998050 998056 997996 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 188899885 10170368 672 134679101440 94027336421376 94027337500696 140727586837616 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94027339599152 94027339646340 94027368923136 140727586845663 140727586845790 140727586845790 140727586852806 0
/proc/998056/statm: 2483 672 595 264 0 134 0
[pid=998064] ppid=998056 vsize=2171100 memory=2064836 CPUtime=102.02 cores=5,7
/proc/998064/stat : 998064 (naps-1.02b5) R 998056 998056 997996 0 -1 4194304 434221 0 0 0 10120 82 0 0 20 0 1 0 188899885 2223206400 516209 134679101440 4194304 5746509 140733799337360 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26832896 140733799343086 140733799343200 140733799343200 140733799350217 0
/proc/998064/statm: 542775 516209 421 379 0 542309 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 2181032 KiB
Current children cumulated memory: 2067524 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 2.54 2.43 5/259 998114
/proc/meminfo: memFree=119380676/131524600 swapFree=131070704/131071996
[pid=998056] ppid=998050 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/998056/stat : 998056 (naps-1.02b5.sh) S 998050 998056 997996 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 188899885 10170368 672 134679101440 94027336421376 94027337500696 140727586837616 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94027339599152 94027339646340 94027368923136 140727586845663 140727586845790 140727586845790 140727586852806 0
/proc/998056/statm: 2483 672 595 264 0 134 0
[pid=998064] ppid=998056 vsize=2288964 memory=2172892 CPUtime=161.86 cores=5,7
/proc/998064/stat : 998064 (naps-1.02b5) R 998056 998056 997996 0 -1 4194304 452754 0 0 0 16100 86 0 0 20 0 1 0 188899885 2343899136 543223 134679101440 4194304 5746509 140733799337360 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26832896 140733799343086 140733799343200 140733799343200 140733799350217 0
/proc/998064/statm: 572241 543223 421 379 0 571775 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 2298896 KiB
Current children cumulated memory: 2175580 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 2.82 2.53 5/258 998124
/proc/meminfo: memFree=118326864/131524600 swapFree=131070704/131071996
[pid=998056] ppid=998050 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/998056/stat : 998056 (naps-1.02b5.sh) S 998050 998056 997996 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 188899885 10170368 672 134679101440 94027336421376 94027337500696 140727586837616 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94027339599152 94027339646340 94027368923136 140727586845663 140727586845790 140727586845790 140727586852806 0
/proc/998056/statm: 2483 672 595 264 0 134 0
[pid=998064] ppid=998056 vsize=2503888 memory=2414656 CPUtime=221.69 cores=5,7
/proc/998064/stat : 998064 (naps-1.02b5) R 998056 998056 997996 0 -1 4194304 465058 0 0 0 22073 96 0 0 20 0 1 0 188899885 2563981312 603664 134679101440 4194304 5746509 140733799337360 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26832896 140733799343086 140733799343200 140733799343200 140733799350217 0
/proc/998064/statm: 625972 603664 421 379 0 625506 0
Current children cumulated CPU time: 221.69 s

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

[pid=998056] ppid=998050 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/998056/stat : 998056 (naps-1.02b5.sh) S 998050 998056 997996 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 188899885 10170368 672 134679101440 94027336421376 94027337500696 140727586837616 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94027339599152 94027339646340 94027368923136 140727586845663 140727586845790 140727586845790 140727586852806 0
/proc/998056/statm: 2483 672 595 264 0 134 0
[pid=998064] ppid=998056 vsize=8680376 memory=8364396 CPUtime=3093.57 cores=5,7
/proc/998064/stat : 998064 (naps-1.02b5) R 998056 998056 997996 0 -1 4194304 1136747 0 0 0 308919 438 0 0 20 0 1 0 188899885 8888705024 2091099 134679101440 4194304 5746509 140733799337360 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26832896 140733799343086 140733799343200 140733799343200 140733799350217 0
/proc/998064/statm: 2170094 2091099 421 379 0 2169628 0
Current children cumulated CPU time: 3093.57 s
Current children cumulated vsize: 8690308 KiB
Current children cumulated memory: 8367084 KiB

[startup+3162.3 s]
/proc/loadavg: 4.06 4.08 4.04 5/263 999780
/proc/meminfo: memFree=93982752/131524600 swapFree=131070704/131071996
[pid=998056] ppid=998050 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/998056/stat : 998056 (naps-1.02b5.sh) S 998050 998056 997996 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 188899885 10170368 672 134679101440 94027336421376 94027337500696 140727586837616 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94027339599152 94027339646340 94027368923136 140727586845663 140727586845790 140727586845790 140727586852806 0
/proc/998056/statm: 2483 672 595 264 0 134 0
[pid=998064] ppid=998056 vsize=8728952 memory=8437556 CPUtime=3153.37 cores=5,7
/proc/998064/stat : 998064 (naps-1.02b5) R 998056 998056 997996 0 -1 4194304 1151949 0 0 0 314894 443 0 0 20 0 1 0 188899885 8938446848 2109389 134679101440 4194304 5746509 140733799337360 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26832896 140733799343086 140733799343200 140733799343200 140733799350217 0
/proc/998064/statm: 2182238 2109389 421 379 0 2181772 0
Current children cumulated CPU time: 3153.37 s
Current children cumulated vsize: 8738884 KiB
Current children cumulated memory: 8440244 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.09 4.04 5/263 999790
/proc/meminfo: memFree=93696488/131524600 swapFree=131070704/131071996
[pid=998056] ppid=998050 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/998056/stat : 998056 (naps-1.02b5.sh) S 998050 998056 997996 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 188899885 10170368 672 134679101440 94027336421376 94027337500696 140727586837616 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94027339599152 94027339646340 94027368923136 140727586845663 140727586845790 140727586845790 140727586852806 0
/proc/998056/statm: 2483 672 595 264 0 134 0
[pid=998064] ppid=998056 vsize=8775152 memory=8506352 CPUtime=3213.18 cores=5,7
/proc/998064/stat : 998064 (naps-1.02b5) R 998056 998056 997996 0 -1 4194304 1166761 0 0 0 320869 449 0 0 20 0 1 0 188899885 8985755648 2126588 134679101440 4194304 5746509 140733799337360 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26832896 140733799343086 140733799343200 140733799343200 140733799350217 0
/proc/998064/statm: 2193788 2126588 421 379 0 2193322 0
Current children cumulated CPU time: 3213.18 s
Current children cumulated vsize: 8785084 KiB
Current children cumulated memory: 8509040 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.09 4.04 5/261 999856
/proc/meminfo: memFree=93438488/131524600 swapFree=131070704/131071996
[pid=998056] ppid=998050 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/998056/stat : 998056 (naps-1.02b5.sh) S 998050 998056 997996 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 188899885 10170368 672 134679101440 94027336421376 94027337500696 140727586837616 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94027339599152 94027339646340 94027368923136 140727586845663 140727586845790 140727586845790 140727586852806 0
/proc/998056/statm: 2483 672 595 264 0 134 0
[pid=998064] ppid=998056 vsize=8822672 memory=8576328 CPUtime=3272.99 cores=5,7
/proc/998064/stat : 998064 (naps-1.02b5) R 998056 998056 997996 0 -1 4194304 1181743 0 0 0 326846 453 0 0 20 0 1 0 188899885 9034416128 2144082 134679101440 4194304 5746509 140733799337360 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26832896 140733799343086 140733799343200 140733799343200 140733799350217 0
/proc/998064/statm: 2205668 2144082 421 379 0 2205202 0
Current children cumulated CPU time: 3272.99 s
Current children cumulated vsize: 8832604 KiB
Current children cumulated memory: 8579016 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.09 4.04 5/261 999867
/proc/meminfo: memFree=93149660/131524600 swapFree=131070704/131071996
[pid=998056] ppid=998050 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/998056/stat : 998056 (naps-1.02b5.sh) S 998050 998056 997996 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 188899885 10170368 672 134679101440 94027336421376 94027337500696 140727586837616 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94027339599152 94027339646340 94027368923136 140727586845663 140727586845790 140727586845790 140727586852806 0
/proc/998056/statm: 2483 672 595 264 0 134 0
[pid=998064] ppid=998056 vsize=8871248 memory=8649484 CPUtime=3332.8 cores=5,7
/proc/998064/stat : 998064 (naps-1.02b5) R 998056 998056 997996 0 -1 4194304 1197094 0 0 0 332822 458 0 0 20 0 1 0 188899885 9084157952 2162371 134679101440 4194304 5746509 140733799337360 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26832896 140733799343086 140733799343200 140733799343200 140733799350217 0
/proc/998064/statm: 2217812 2162371 421 379 0 2217346 0
Current children cumulated CPU time: 3332.8 s
Current children cumulated vsize: 8881180 KiB
Current children cumulated memory: 8652172 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.09 4.04 5/261 999877
/proc/meminfo: memFree=92867360/131524600 swapFree=131070704/131071996
[pid=998056] ppid=998050 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/998056/stat : 998056 (naps-1.02b5.sh) S 998050 998056 997996 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 188899885 10170368 672 134679101440 94027336421376 94027337500696 140727586837616 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94027339599152 94027339646340 94027368923136 140727586845663 140727586845790 140727586845790 140727586852806 0
/proc/998056/statm: 2483 672 595 264 0 134 0
[pid=998064] ppid=998056 vsize=8917580 memory=8718296 CPUtime=3392.6 cores=5,7
/proc/998064/stat : 998064 (naps-1.02b5) R 998056 998056 997996 0 -1 4194304 1212564 0 0 0 338797 463 0 0 20 0 1 0 188899885 9131601920 2179574 134679101440 4194304 5746509 140733799337360 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26832896 140733799343086 140733799343200 140733799343200 140733799350217 0
/proc/998064/statm: 2229395 2179574 421 379 0 2228929 0
Current children cumulated CPU time: 3392.6 s
Current children cumulated vsize: 8927512 KiB
Current children cumulated memory: 8720984 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.08 4.04 5/260 999888
/proc/meminfo: memFree=92622416/131524600 swapFree=131070704/131071996
[pid=998056] ppid=998050 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/998056/stat : 998056 (naps-1.02b5.sh) S 998050 998056 997996 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 188899885 10170368 672 134679101440 94027336421376 94027337500696 140727586837616 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94027339599152 94027339646340 94027368923136 140727586845663 140727586845790 140727586845790 140727586852806 0
/proc/998056/statm: 2483 672 595 264 0 134 0
[pid=998064] ppid=998056 vsize=8964968 memory=8790320 CPUtime=3452.41 cores=5,7
/proc/998064/stat : 998064 (naps-1.02b5) R 998056 998056 997996 0 -1 4194304 1227709 0 0 0 344773 468 0 0 20 0 1 0 188899885 9180127232 2197580 134679101440 4194304 5746509 140733799337360 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26832896 140733799343086 140733799343200 140733799343200 140733799350217 0
/proc/998064/statm: 2241242 2197580 421 379 0 2240776 0
Current children cumulated CPU time: 3452.41 s
Current children cumulated vsize: 8974900 KiB
Current children cumulated memory: 8793008 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.08 4.04 5/260 999899
/proc/meminfo: memFree=92318400/131524600 swapFree=131070704/131071996
[pid=998056] ppid=998050 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/998056/stat : 998056 (naps-1.02b5.sh) S 998050 998056 997996 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 188899885 10170368 672 134679101440 94027336421376 94027337500696 140727586837616 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94027339599152 94027339646340 94027368923136 140727586845663 140727586845790 140727586845790 140727586852806 0
/proc/998056/statm: 2483 672 595 264 0 134 0
[pid=998064] ppid=998056 vsize=9012356 memory=8860292 CPUtime=3512.22 cores=5,7
/proc/998064/stat : 998064 (naps-1.02b5) R 998056 998056 997996 0 -1 4194304 1242928 0 0 0 350749 473 0 0 20 0 1 0 188899885 9228652544 2215073 134679101440 4194304 5746509 140733799337360 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26832896 140733799343086 140733799343200 140733799343200 140733799350217 0
/proc/998064/statm: 2253089 2215073 421 379 0 2252623 0
Current children cumulated CPU time: 3512.22 s
Current children cumulated vsize: 9022288 KiB
Current children cumulated memory: 8862980 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.08 4.04 5/258 999909
/proc/meminfo: memFree=92033288/131524600 swapFree=131070704/131071996
[pid=998056] ppid=998050 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/998056/stat : 998056 (naps-1.02b5.sh) S 998050 998056 997996 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 188899885 10170368 672 134679101440 94027336421376 94027337500696 140727586837616 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94027339599152 94027339646340 94027368923136 140727586845663 140727586845790 140727586845790 140727586852806 0
/proc/998056/statm: 2483 672 595 264 0 134 0
[pid=998064] ppid=998056 vsize=9059876 memory=8932304 CPUtime=3572.03 cores=5,7
/proc/998064/stat : 998064 (naps-1.02b5) R 998056 998056 997996 0 -1 4194304 1258465 0 0 0 356726 477 0 0 20 0 1 0 188899885 9277313024 2233076 134679101440 4194304 5746509 140733799337360 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26832896 140733799343086 140733799343200 140733799343200 140733799350217 0
/proc/998064/statm: 2264969 2233076 421 379 0 2264503 0
Current children cumulated CPU time: 3572.03 s
Current children cumulated vsize: 9069808 KiB
Current children cumulated memory: 8934992 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.4 s]
/proc/loadavg: 4.10 4.09 4.05 5/258 999966
/proc/meminfo: memFree=108652696/131524600 swapFree=131070704/131071996
[pid=998056] ppid=998050 vsize=9932 memory=2688 CPUtime=0 cores=5,7
/proc/998056/stat : 998056 (naps-1.02b5.sh) S 998050 998056 997996 0 -1 4194304 220 241 0 0 0 0 0 0 20 0 1 0 188899885 10170368 672 134679101440 94027336421376 94027337500696 140727586837616 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94027339599152 94027339646340 94027368923136 140727586845663 140727586845790 140727586845790 140727586852806 0
/proc/998056/statm: 2483 672 595 264 0 134 0
[pid=998064] ppid=998056 vsize=9084956 memory=8967624 CPUtime=3600.04 cores=5,7
/proc/998064/stat : 998064 (naps-1.02b5) R 998056 998056 997996 0 -1 4194304 1266314 0 0 0 359525 479 0 0 20 0 1 0 188899885 9302994944 2241906 134679101440 4194304 5746509 140733799337360 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 26832896 140733799343086 140733799343200 140733799343200 140733799350217 0
/proc/998064/statm: 2271239 2241906 421 379 0 2270773 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 9094888 KiB
Current children cumulated memory: 8970312 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3610.41 s]
# the end of solver process 998056 was just reported to runsolver
# Child ended because it received signal 15 (SIGTERM)

# cumulated CPU time of all completed processes:  user=0.001574 s, system=0.001312 s

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

# cumulated CPU time of all completed processes:  user=3595.25 s, system=4.90891 s
# this solver process was not waited by its parent and was adopted by runsolver

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

[startup+3610.5 s]*
/proc/loadavg: 4.10 4.09 4.05 5/253 1000001
/proc/meminfo: memFree=117397088/131524600 swapFree=131070704/131071996
Current cumulated CPU time of completed processes: 0.002886 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0

Real time (s): 3610.52
CPU time (s): 3600.16
CPU user time (s): 3595.25
CPU system time (s): 4.90891
CPU usage (%): 99.7133
Max. virtual memory (cumulated for all children) (KiB): 9094888
Max. memory (cumulated for all children) (KiB): 8970312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.25
system time used= 4.90891
maximum resident set size= 8967624
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1266776
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= 712
involuntary context switches= 2730


# summary of solver processes directly reported to runsolver:
#   pid: 998056,998064
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3595.25
#   total CPU system time (s): 4.90891

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.40556 second user time and 17.8824 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-19 07:36:02
IDJOB=4449111
IDBENCH=160481
IDSOLVER=3065
FILE ID=nodeC023/4449111-1721367349
RUNJOBID= nodeC023-1721367361-998009
SLURM_JOB_ID= 7542809
Free space on /tmp= 889964 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw256/normalized-hw256-vm100p-dec.opb.negationfix.opb
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449111-1721367349/watcher-4449111-1721367349 -o /tmp/evaluation-result-4449111-1721367349/solver-4449111-1721367349 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721367361-998009 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4449111-1721367349.opb

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

MD5SUM BENCH= 7aedd7c3672972b6263e08c161e73d18
RANDOM SEED=25058654

nodeC023.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		: 3600.246
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.61
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		: 3600.649
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.48
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		: 3657.987
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.61
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		: 3678.901
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.48
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		: 3654.084
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.61
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		: 3680.880
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.48
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		: 3659.397
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.61
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		: 3667.221
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127598088 kB
MemAvailable:   129758216 kB
Buffers:          545068 kB
Cached:          2443276 kB
SwapCached:           80 kB
Active:          1129280 kB
Inactive:        2230472 kB
Active(anon):       1496 kB
Inactive(anon):   407200 kB
Active(file):    1127784 kB
Inactive(file):  1823272 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:            125360 kB
Writeback:             0 kB
AnonPages:        371132 kB
Mapped:           106900 kB
Shmem:             37536 kB
KReclaimable:      97792 kB
Slab:             191000 kB
SReclaimable:      97792 kB
SUnreclaim:        93208 kB
KernelStack:        3856 kB
PageTables:        10140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     614580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            33760 kB
HardwareCorrupted:     0 kB
AnonHugePages:    256000 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:      316116 kB
DirectMap2M:    38254592 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 889964 MiB
End job on nodeC023 at 2024-07-19 08:36:13