Trace number 4449349

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 1.03? 631.542 633.219

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm75p-dec.opb.negationfix.opb
MD5SUM8e33a6540182d2687f15b6bd9bbee190
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark5.39568
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2066432
Total number of constraints9096
Number of constraints which are clauses4035
Number of constraints which are cardinality constraints (but not clauses)4035
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint4035
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 1481565
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 3948985
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.03.
0.00/0.00	c Input file name: HOME/instance-4449349-1721356290.opb
630.91/632.68	c malloc failed in xmalloc
630.91/632.68	c 
630.91/632.68	c *** TERMINATED *** by signal 15
630.91/632.68	s UNKNOWN
630.91/632.68	c _____________________________________________________________________________
630.91/632.68	c std/band forms        : 209,0
630.91/632.68	c 2cl/3cl ITE-codings   : 0,0
630.91/632.68	c BDD/srt/adr Max costs : 3663366,1657924,0
630.91/632.68	c BDDraw/bin/mul/srt/adr: 4,0,0,205,0
630.91/632.68	c BDD nodes             : 7993214
630.91/632.68	c Es1/CC detections     : 0,0
630.91/632.68	c CC sort               : 0
630.91/632.68	c SAT/UNSAT calls       : 0,0
630.91/632.68	c regenrated variables  : 0
630.91/632.68	c eliminated fixed lits : 5684
630.91/632.68	c goal lit flips        : 0
630.91/632.68	c goal stages           : 0
630.91/632.68	c goal shrink           : 0
630.91/632.68	c goal coeff separations: 0
630.91/632.68	c restarts              : 0
630.91/632.68	c conflicts             : 0              (0 /sec)
630.91/632.68	c decisions             : 0              (0 /sec)
630.91/632.68	c propagations          : 0              (0 /sec)
630.91/632.68	c inspects              : 0              (0 /sec)
630.91/632.68	c CPU time (solving tm) : 623 s        (0 s, SAT 0 s, UNSAT 0 s)
630.91/632.68	c Time for Opt-base     : 91.21 s
630.91/632.68	c Steps for Opt-base    : 516509564
630.91/632.68	c Time for BDD coding   : 40.1 s
630.91/632.68	c Time for srt coding   : 467.1 s
630.91/632.68	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 (32497 MiB free)
  memory of node 1: 64510 MiB (42813 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449349-1721356290/watcher-4449349-1721356290 -o /tmp/evaluation-result-4449349-1721356290/solver-4449349-1721356290 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721353399-1006333 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4449349-1721356290.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=1010552, runsolver pid=1010549

[startup+0.10009 s]*
/proc/loadavg: 4.64 4.22 4.09 5/265 1010557
/proc/meminfo: memFree=77103076/131524600 swapFree=131071996/131071996
[pid=1010552] ppid=1010549 vsize=9932 memory=2792 CPUtime=0 cores=1,3
/proc/1010552/stat : 1010552 (naps-1.03.sh) S 1010549 1010552 1006321 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 187797358 10170368 698 134679101440 94888659009536 94888660088856 140726379364144 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94888662187312 94888662234500 94888694292480 140726379369442 140726379369567 140726379369567 140726379376584 0
/proc/1010552/statm: 2483 698 620 264 0 134 0
[pid=1010557] ppid=1010552 vsize=14516 memory=12560 CPUtime=0.09 cores=1,3
/proc/1010557/stat : 1010557 (naps-1.03) R 1010552 1010552 1006321 0 -1 4194304 2783 0 0 0 9 0 0 0 20 0 1 0 187797358 14864384 3140 134679101440 4194304 6891213 140734223098624 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14606336 140734223107059 140734223107171 140734223107171 140734223114187 0
/proc/1010557/statm: 3629 3140 468 659 0 2833 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 24448 KiB
Current children cumulated memory: 15352 KiB

[startup+0.205896 s]*
/proc/loadavg: 4.64 4.22 4.09 5/265 1010557
/proc/meminfo: memFree=77089120/131524600 swapFree=131071996/131071996
[pid=1010552] ppid=1010549 vsize=9932 memory=2792 CPUtime=0 cores=1,3
/proc/1010552/stat : 1010552 (naps-1.03.sh) S 1010549 1010552 1006321 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 187797358 10170368 698 134679101440 94888659009536 94888660088856 140726379364144 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94888662187312 94888662234500 94888694292480 140726379369442 140726379369567 140726379369567 140726379376584 0
/proc/1010552/statm: 2483 698 620 264 0 134 0
[pid=1010557] ppid=1010552 vsize=24532 memory=21080 CPUtime=0.2 cores=1,3
/proc/1010557/stat : 1010557 (naps-1.03) R 1010552 1010552 1006321 0 -1 4194304 4902 0 0 0 20 0 0 0 20 0 1 0 187797358 25120768 5270 134679101440 4194304 6891213 140734223098624 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14606336 140734223107059 140734223107171 140734223107171 140734223114187 0
/proc/1010557/statm: 6133 5270 468 659 0 5337 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 34464 KiB
Current children cumulated memory: 23872 KiB

[startup+0.305849 s]*
/proc/loadavg: 4.64 4.22 4.09 5/265 1010557
/proc/meminfo: memFree=77071492/131524600 swapFree=131071996/131071996
[pid=1010552] ppid=1010549 vsize=9932 memory=2792 CPUtime=0 cores=1,3
/proc/1010552/stat : 1010552 (naps-1.03.sh) S 1010549 1010552 1006321 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 187797358 10170368 698 134679101440 94888659009536 94888660088856 140726379364144 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94888662187312 94888662234500 94888694292480 140726379369442 140726379369567 140726379369567 140726379376584 0
/proc/1010552/statm: 2483 698 620 264 0 134 0
[pid=1010557] ppid=1010552 vsize=34252 memory=30604 CPUtime=0.3 cores=1,3
/proc/1010557/stat : 1010557 (naps-1.03) R 1010552 1010552 1006321 0 -1 4194304 7584 0 0 0 29 1 0 0 20 0 1 0 187797358 35074048 7651 134679101440 4194304 6891213 140734223098624 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14606336 140734223107059 140734223107171 140734223107171 140734223114187 0
/proc/1010557/statm: 8563 7651 468 659 0 7767 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 44184 KiB
Current children cumulated memory: 33396 KiB

[startup+0.700239 s]
/proc/loadavg: 4.64 4.22 4.09 5/265 1010557
/proc/meminfo: memFree=77041788/131524600 swapFree=131071996/131071996
[pid=1010552] ppid=1010549 vsize=9932 memory=2792 CPUtime=0 cores=1,3
/proc/1010552/stat : 1010552 (naps-1.03.sh) S 1010549 1010552 1006321 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 187797358 10170368 698 134679101440 94888659009536 94888660088856 140726379364144 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94888662187312 94888662234500 94888694292480 140726379369442 140726379369567 140726379369567 140726379376584 0
/proc/1010552/statm: 2483 698 620 264 0 134 0
[pid=1010557] ppid=1010552 vsize=69460 memory=65228 CPUtime=0.69 cores=1,3
/proc/1010557/stat : 1010557 (naps-1.03) R 1010552 1010552 1006321 0 -1 4194304 16379 0 0 0 66 3 0 0 20 0 1 0 187797358 71127040 16307 134679101440 4194304 6891213 140734223098624 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14606336 140734223107059 140734223107171 140734223107171 140734223114187 0
/proc/1010557/statm: 17365 16307 468 659 0 16569 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 79392 KiB
Current children cumulated memory: 68020 KiB

[startup+1.50025 s]
/proc/loadavg: 4.64 4.22 4.09 5/265 1010557
/proc/meminfo: memFree=76975652/131524600 swapFree=131071996/131071996
[pid=1010552] ppid=1010549 vsize=9932 memory=2792 CPUtime=0 cores=1,3
/proc/1010552/stat : 1010552 (naps-1.03.sh) S 1010549 1010552 1006321 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 187797358 10170368 698 134679101440 94888659009536 94888660088856 140726379364144 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94888662187312 94888662234500 94888694292480 140726379369442 140726379369567 140726379369567 140726379376584 0
/proc/1010552/statm: 2483 698 620 264 0 134 0
[pid=1010557] ppid=1010552 vsize=143136 memory=136952 CPUtime=1.48 cores=1,3
/proc/1010557/stat : 1010557 (naps-1.03) R 1010552 1010552 1006321 0 -1 4194304 33593 0 0 0 142 6 0 0 20 0 1 0 187797358 146571264 34238 134679101440 4194304 6891213 140734223098624 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14606336 140734223107059 140734223107171 140734223107171 140734223114187 0
/proc/1010557/statm: 35784 34238 468 659 0 34988 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 153068 KiB
Current children cumulated memory: 139744 KiB

[startup+3.10593 s]
/proc/loadavg: 4.59 4.22 4.09 5/265 1010557
/proc/meminfo: memFree=76707920/131524600 swapFree=131071996/131071996
[pid=1010552] ppid=1010549 vsize=9932 memory=2792 CPUtime=0 cores=1,3
/proc/1010552/stat : 1010552 (naps-1.03.sh) S 1010549 1010552 1006321 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 187797358 10170368 698 134679101440 94888659009536 94888660088856 140726379364144 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94888662187312 94888662234500 94888694292480 140726379369442 140726379369567 140726379369567 140726379376584 0
/proc/1010552/statm: 2483 698 620 264 0 134 0
[pid=1010557] ppid=1010552 vsize=307844 memory=294576 CPUtime=3.09 cores=1,3
/proc/1010557/stat : 1010557 (naps-1.03) R 1010552 1010552 1006321 0 -1 4194304 67979 0 0 0 296 13 0 0 20 0 1 0 187797358 315232256 73644 134679101440 4194304 6891213 140734223098624 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14606336 140734223107059 140734223107171 140734223107171 140734223114187 0
/proc/1010557/statm: 76961 73644 484 659 0 76165 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 317776 KiB
Current children cumulated memory: 297368 KiB

[startup+6.30033 s]
/proc/loadavg: 4.59 4.22 4.09 5/265 1010559
/proc/meminfo: memFree=76217760/131524600 swapFree=131071996/131071996
[pid=1010552] ppid=1010549 vsize=9932 memory=2792 CPUtime=0 cores=1,3
/proc/1010552/stat : 1010552 (naps-1.03.sh) S 1010549 1010552 1006321 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 187797358 10170368 698 134679101440 94888659009536 94888660088856 140726379364144 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94888662187312 94888662234500 94888694292480 140726379369442 140726379369567 140726379369567 140726379376584 0
/proc/1010552/statm: 2483 698 620 264 0 134 0
[pid=1010557] ppid=1010552 vsize=577032 memory=567952 CPUtime=6.28 cores=1,3
/proc/1010557/stat : 1010557 (naps-1.03) R 1010552 1010552 1006321 0 -1 4194304 126782 0 0 0 604 24 0 0 20 0 1 0 187797358 590880768 141988 134679101440 4194304 6891213 140734223098624 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14606336 140734223107059 140734223107171 140734223107171 140734223114187 0
/proc/1010557/statm: 144258 141988 484 659 0 143462 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 586964 KiB
Current children cumulated memory: 570744 KiB

[startup+12.7002 s]
/proc/loadavg: 4.50 4.21 4.09 5/265 1010559
/proc/meminfo: memFree=75665972/131524600 swapFree=131071996/131071996
[pid=1010552] ppid=1010549 vsize=9932 memory=2792 CPUtime=0 cores=1,3
/proc/1010552/stat : 1010552 (naps-1.03.sh) S 1010549 1010552 1006321 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 187797358 10170368 698 134679101440 94888659009536 94888660088856 140726379364144 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94888662187312 94888662234500 94888694292480 140726379369442 140726379369567 140726379369567 140726379376584 0
/proc/1010552/statm: 2483 698 620 264 0 134 0
[pid=1010557] ppid=1010552 vsize=955152 memory=905916 CPUtime=12.66 cores=1,3
/proc/1010557/stat : 1010557 (naps-1.03) R 1010552 1010552 1006321 0 -1 4194304 206455 0 0 0 1227 39 0 0 20 0 1 0 187797358 978075648 226479 134679101440 4194304 6891213 140734223098624 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14606336 140734223107059 140734223107171 140734223107171 140734223114187 0
/proc/1010557/statm: 238788 226479 500 659 0 237992 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 965084 KiB
Current children cumulated memory: 908708 KiB

[startup+25.5002 s]
/proc/loadavg: 4.42 4.20 4.09 5/265 1010561
/proc/meminfo: memFree=74652328/131524600 swapFree=131071996/131071996
[pid=1010552] ppid=1010549 vsize=9932 memory=2792 CPUtime=0 cores=1,3
/proc/1010552/stat : 1010552 (naps-1.03.sh) S 1010549 1010552 1006321 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 187797358 10170368 698 134679101440 94888659009536 94888660088856 140726379364144 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94888662187312 94888662234500 94888694292480 140726379369442 140726379369567 140726379369567 140726379376584 0
/proc/1010552/statm: 2483 698 620 264 0 134 0
[pid=1010557] ppid=1010552 vsize=1619660 memory=1420672 CPUtime=25.43 cores=1,3
/proc/1010557/stat : 1010557 (naps-1.03) R 1010552 1010552 1006321 0 -1 4194304 334434 0 0 0 2476 67 0 0 20 0 1 0 187797358 1658531840 355168 134679101440 4194304 6891213 140734223098624 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14606336 140734223107059 140734223107171 140734223107171 140734223114187 0
/proc/1010557/statm: 404915 355168 532 659 0 404119 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 1629592 KiB
Current children cumulated memory: 1423464 KiB

[startup+51.1057 s]
/proc/loadavg: 4.35 4.20 4.09 5/264 1010565
/proc/meminfo: memFree=71859432/131524600 swapFree=131071996/131071996
[pid=1010552] ppid=1010549 vsize=9932 memory=2792 CPUtime=0 cores=1,3
/proc/1010552/stat : 1010552 (naps-1.03.sh) S 1010549 1010552 1006321 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 187797358 10170368 698 134679101440 94888659009536 94888660088856 140726379364144 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94888662187312 94888662234500 94888694292480 140726379369442 140726379369567 140726379369567 140726379376584 0
/proc/1010552/statm: 2483 698 620 264 0 134 0
[pid=1010557] ppid=1010552 vsize=3370196 memory=3111060 CPUtime=50.98 cores=1,3
/proc/1010557/stat : 1010557 (naps-1.03) R 1010552 1010552 1006321 0 -1 4194304 493354 0 0 0 4974 124 0 0 20 0 1 0 187797358 3451080704 777765 134679101440 4194304 6891213 140734223098624 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14606336 140734223107059 140734223107171 140734223107171 140734223114187 0
/proc/1010557/statm: 842549 777765 532 659 0 841753 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 3380128 KiB
Current children cumulated memory: 3113852 KiB

[startup+102.3 s]
/proc/loadavg: 4.20 4.18 4.09 5/264 1010575
/proc/meminfo: memFree=66575572/131524600 swapFree=131071996/131071996
[pid=1010552] ppid=1010549 vsize=9932 memory=2792 CPUtime=0 cores=1,3
/proc/1010552/stat : 1010552 (naps-1.03.sh) S 1010549 1010552 1006321 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 187797358 10170368 698 134679101440 94888659009536 94888660088856 140726379364144 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94888662187312 94888662234500 94888694292480 140726379369442 140726379369567 140726379369567 140726379376584 0
/proc/1010552/statm: 2483 698 620 264 0 134 0
[pid=1010557] ppid=1010552 vsize=5856008 memory=5601464 CPUtime=102.06 cores=1,3
/proc/1010557/stat : 1010557 (naps-1.03) R 1010552 1010552 1006321 0 -1 4194304 801502 0 0 0 9993 213 0 0 20 0 1 0 187797358 5996552192 1400366 134679101440 4194304 6891213 140734223098624 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14606336 140734223107059 140734223107171 140734223107171 140734223114187 0
/proc/1010557/statm: 1464002 1400366 532 659 0 1463206 0
Current children cumulated CPU time: 102.06 s
Current children cumulated vsize: 5865940 KiB
Current children cumulated memory: 5604256 KiB

[startup+162.3 s]
/proc/loadavg: 4.07 4.15 4.08 5/264 1010886
/proc/meminfo: memFree=81868176/131524600 swapFree=131071996/131071996
[pid=1010552] ppid=1010549 vsize=9932 memory=2792 CPUtime=0 cores=1,3
/proc/1010552/stat : 1010552 (naps-1.03.sh) S 1010549 1010552 1006321 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 187797358 10170368 698 134679101440 94888659009536 94888660088856 140726379364144 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94888662187312 94888662234500 94888694292480 140726379369442 140726379369567 140726379369567 140726379376584 0
/proc/1010552/statm: 2483 698 620 264 0 134 0
[pid=1010557] ppid=1010552 vsize=8628132 memory=8276584 CPUtime=161.92 cores=1,3
/proc/1010557/stat : 1010557 (naps-1.03) R 1010552 1010552 1006321 0 -1 4194304 1027551 0 0 0 15877 315 0 0 20 0 1 0 187797358 8835207168 2069146 134679101440 4194304 6891213 140734223098624 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14606336 140734223107059 140734223107171 140734223107171 140734223114187 0
/proc/1010557/statm: 2157033 2069146 532 659 0 2156237 0
Current children cumulated CPU time: 161.92 s
Current children cumulated vsize: 8638064 KiB
Current children cumulated memory: 8279376 KiB

[startup+222.3 s]
/proc/loadavg: 3.90 4.10 4.07 4/255 1011026
/proc/meminfo: memFree=98015692/131524600 swapFree=131071996/131071996
[pid=1010552] ppid=1010549 vsize=9932 memory=2792 CPUtime=0 cores=1,3
/proc/1010552/stat : 1010552 (naps-1.03.sh) S 1010549 1010552 1006321 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 187797358 10170368 698 134679101440 94888659009536 94888660088856 140726379364144 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94888662187312 94888662234500 94888694292480 140726379369442 140726379369567 140726379369567 140726379376584 0
/proc/1010552/statm: 2483 698 620 264 0 134 0
[pid=1010557] ppid=1010552 vsize=10360812 memory=9669784 CPUtime=221.78 cores=1,3
/proc/1010557/stat : 1010557 (naps-1.03) R 1010552 1010552 1006321 0 -1 4194304 1264568 0 0 0 21804 374 0 0 20 0 1 0 187797358 10609471488 2417446 134679101440 4194304 6891213 140734223098624 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14606336 140734223107059 140734223107171 140734223107171 140734223114187 0
/proc/1010557/statm: 2590203 2417446 532 659 0 2589407 0
Current children cumulated CPU time: 221.78 s

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

/proc/loadavg: 3.29 3.71 3.92 4/251 1011058
/proc/meminfo: memFree=91372708/131524600 swapFree=131071996/131071996
[pid=1010552] ppid=1010549 vsize=9932 memory=2792 CPUtime=0 cores=1,3
/proc/1010552/stat : 1010552 (naps-1.03.sh) S 1010549 1010552 1006321 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 187797358 10170368 698 134679101440 94888659009536 94888660088856 140726379364144 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94888662187312 94888662234500 94888694292480 140726379369442 140726379369567 140726379369567 140726379376584 0
/proc/1010552/statm: 2483 698 620 264 0 134 0
[pid=1010557] ppid=1010552 vsize=16043892 memory=15028976 CPUtime=401.27 cores=1,3
/proc/1010557/stat : 1010557 (naps-1.03) R 1010552 1010552 1006321 0 -1 4194304 1727744 0 0 0 39529 598 0 0 20 0 1 0 187797358 16428945408 3757244 134679101440 4194304 6891213 140734223098624 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14606336 140734223107059 140734223107171 140734223107171 140734223114187 0
/proc/1010557/statm: 4010973 3757244 532 659 0 4010177 0
Current children cumulated CPU time: 401.27 s
Current children cumulated vsize: 16053824 KiB
Current children cumulated memory: 15031768 KiB

[startup+462.3 s]
/proc/loadavg: 3.16 3.60 3.87 4/252 1011069
/proc/meminfo: memFree=90125540/131524600 swapFree=131071996/131071996
[pid=1010552] ppid=1010549 vsize=9932 memory=2792 CPUtime=0 cores=1,3
/proc/1010552/stat : 1010552 (naps-1.03.sh) S 1010549 1010552 1006321 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 187797358 10170368 698 134679101440 94888659009536 94888660088856 140726379364144 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94888662187312 94888662234500 94888694292480 140726379369442 140726379369567 140726379369567 140726379376584 0
/proc/1010552/statm: 2483 698 620 264 0 134 0
[pid=1010557] ppid=1010552 vsize=16626420 memory=15896276 CPUtime=461.1 cores=1,3
/proc/1010557/stat : 1010557 (naps-1.03) R 1010552 1010552 1006321 0 -1 4194304 1878202 0 0 0 45466 644 0 0 20 0 1 0 187797358 17025454080 3974069 134679101440 4194304 6891213 140734223098624 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14606336 140734223107059 140734223107171 140734223107171 140734223114187 0
/proc/1010557/statm: 4156605 3974069 532 659 0 4155809 0
Current children cumulated CPU time: 461.1 s
Current children cumulated vsize: 16636352 KiB
Current children cumulated memory: 15899068 KiB

[startup+522.3 s]
/proc/loadavg: 3.17 3.52 3.82 4/255 1011084
/proc/meminfo: memFree=88644840/131524600 swapFree=131071996/131071996
[pid=1010552] ppid=1010549 vsize=9932 memory=2792 CPUtime=0 cores=1,3
/proc/1010552/stat : 1010552 (naps-1.03.sh) S 1010549 1010552 1006321 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 187797358 10170368 698 134679101440 94888659009536 94888660088856 140726379364144 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94888662187312 94888662234500 94888694292480 140726379369442 140726379369567 140726379369567 140726379376584 0
/proc/1010552/statm: 2483 698 620 264 0 134 0
[pid=1010557] ppid=1010552 vsize=17455356 memory=17130604 CPUtime=520.93 cores=1,3
/proc/1010557/stat : 1010557 (naps-1.03) R 1010552 1010552 1006321 0 -1 4194304 2090941 0 0 0 51398 695 0 0 20 0 1 0 187797358 17874284544 4282651 134679101440 4194304 6891213 140734223098624 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14606336 140734223107059 140734223107171 140734223107171 140734223114187 0
/proc/1010557/statm: 4363839 4282651 532 659 0 4363043 0
Current children cumulated CPU time: 520.93 s
Current children cumulated vsize: 17465288 KiB
Current children cumulated memory: 17133396 KiB

[startup+582.3 s]
/proc/loadavg: 3.06 3.42 3.77 4/255 1011096
/proc/meminfo: memFree=86605404/131524600 swapFree=131071996/131071996
[pid=1010552] ppid=1010549 vsize=9932 memory=2792 CPUtime=0 cores=1,3
/proc/1010552/stat : 1010552 (naps-1.03.sh) S 1010549 1010552 1006321 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 187797358 10170368 698 134679101440 94888659009536 94888660088856 140726379364144 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94888662187312 94888662234500 94888694292480 140726379369442 140726379369567 140726379369567 140726379376584 0
/proc/1010552/statm: 2483 698 620 264 0 134 0
[pid=1010557] ppid=1010552 vsize=20659280 memory=18854128 CPUtime=580.76 cores=1,3
/proc/1010557/stat : 1010557 (naps-1.03) R 1010552 1010552 1006321 0 -1 4194304 2448955 0 0 0 57307 769 0 0 20 0 1 0 187797358 21155102720 4713532 134679101440 4194304 6891213 140734223098624 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14606336 140734223107059 140734223107171 140734223107171 140734223114187 0
/proc/1010557/statm: 5164820 4713532 532 659 0 5164024 0
Current children cumulated CPU time: 580.76 s
Current children cumulated vsize: 20669212 KiB
Current children cumulated memory: 18856920 KiB

[startup+633.219 s]
# the end of solver process 1010552 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=622.967 s, system=8.57456 s

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

[startup+588.8 s]
/proc/loadavg: 3.05 3.41 3.76 4/255 1011097
/proc/meminfo: memFree=86487924/131524600 swapFree=131071996/131071996
[pid=1010552] ppid=1010549 vsize=9932 memory=2792 CPUtime=0 cores=1,3
/proc/1010552/stat : 1010552 (naps-1.03.sh) S 1010549 1010552 1006321 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 187797358 10170368 698 134679101440 94888659009536 94888660088856 140726379364144 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94888662187312 94888662234500 94888694292480 140726379369442 140726379369567 140726379369567 140726379376584 0
/proc/1010552/statm: 2483 698 620 264 0 134 0
[pid=1010557] ppid=1010552 vsize=20718416 memory=18931600 CPUtime=587.24 cores=1,3
/proc/1010557/stat : 1010557 (naps-1.03) R 1010552 1010552 1006321 0 -1 4194304 2464199 0 0 0 57949 775 0 0 20 0 1 0 187797358 21215657984 4732900 134679101440 4194304 6891213 140734223098624 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14606336 140734223107059 140734223107171 140734223107171 140734223114187 0
/proc/1010557/statm: 5179604 4732900 532 659 0 5178808 0
Current children cumulated CPU time: 587.24 s
Current children cumulated vsize: 20728348 KiB
Current children cumulated memory: 18934392 KiB

[startup+614.4 s]
/proc/loadavg: 3.10 3.39 3.74 4/255 1011101
/proc/meminfo: memFree=85762856/131524600 swapFree=131071996/131071996
[pid=1010552] ppid=1010549 vsize=9932 memory=2792 CPUtime=0 cores=1,3
/proc/1010552/stat : 1010552 (naps-1.03.sh) S 1010549 1010552 1006321 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 187797358 10170368 698 134679101440 94888659009536 94888660088856 140726379364144 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94888662187312 94888662234500 94888694292480 140726379369442 140726379369567 140726379369567 140726379376584 0
/proc/1010552/statm: 2483 698 620 264 0 134 0
[pid=1010557] ppid=1010552 vsize=21179360 memory=19523800 CPUtime=612.77 cores=1,3
/proc/1010557/stat : 1010557 (naps-1.03) R 1010552 1010552 1006321 0 -1 4194304 2582616 0 0 0 60478 799 0 0 20 0 1 0 187797358 21687664640 4880950 134679101440 4194304 6891213 140734223098624 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14606336 140734223107059 140734223107171 140734223107171 140734223114187 0
/proc/1010557/statm: 5294840 4880950 532 659 0 5294044 0
Current children cumulated CPU time: 612.77 s
Current children cumulated vsize: 21189292 KiB
Current children cumulated memory: 19526592 KiB

[startup+620.8 s]
/proc/loadavg: 3.09 3.38 3.74 4/255 1011102
/proc/meminfo: memFree=85621832/131524600 swapFree=131071996/131071996
[pid=1010552] ppid=1010549 vsize=9932 memory=2792 CPUtime=0 cores=1,3
/proc/1010552/stat : 1010552 (naps-1.03.sh) S 1010549 1010552 1006321 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 187797358 10170368 698 134679101440 94888659009536 94888660088856 140726379364144 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94888662187312 94888662234500 94888694292480 140726379369442 140726379369567 140726379369567 140726379376584 0
/proc/1010552/statm: 2483 698 620 264 0 134 0
[pid=1010557] ppid=1010552 vsize=21179360 memory=19564760 CPUtime=619.14 cores=1,3
/proc/1010557/stat : 1010557 (naps-1.03) R 1010552 1010552 1006321 0 -1 4194304 2583294 0 0 0 61112 802 0 0 20 0 1 0 187797358 21687664640 4891190 134679101440 4194304 6891213 140734223098624 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14606336 140734223107059 140734223107171 140734223107171 140734223114187 0
/proc/1010557/statm: 5294840 4891190 532 659 0 5294044 0
Current children cumulated CPU time: 619.14 s
Current children cumulated vsize: 21189292 KiB
Current children cumulated memory: 19567552 KiB

[startup+627.2 s]
/proc/loadavg: 3.08 3.38 3.74 4/255 1011105
/proc/meminfo: memFree=85573308/131524600 swapFree=131071996/131071996
[pid=1010552] ppid=1010549 vsize=9932 memory=2792 CPUtime=0 cores=1,3
/proc/1010552/stat : 1010552 (naps-1.03.sh) S 1010549 1010552 1006321 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 187797358 10170368 698 134679101440 94888659009536 94888660088856 140726379364144 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94888662187312 94888662234500 94888694292480 140726379369442 140726379369567 140726379369567 140726379376584 0
/proc/1010552/statm: 2483 698 620 264 0 134 0
[pid=1010557] ppid=1010552 vsize=21179360 memory=19605720 CPUtime=625.53 cores=1,3
/proc/1010557/stat : 1010557 (naps-1.03) R 1010552 1010552 1006321 0 -1 4194304 2584332 0 0 0 61750 803 0 0 20 0 1 0 187797358 21687664640 4901430 134679101440 4194304 6891213 140734223098624 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14606336 140734223107059 140734223107171 140734223107171 140734223114187 0
/proc/1010557/statm: 5294840 4901430 532 659 0 5294044 0
Current children cumulated CPU time: 625.53 s
Current children cumulated vsize: 21189292 KiB
Current children cumulated memory: 19608512 KiB

[startup+630.4 s]
/proc/loadavg: 3.07 3.37 3.73 4/255 1011105
/proc/meminfo: memFree=85546060/131524600 swapFree=131071996/131071996
[pid=1010552] ppid=1010549 vsize=9932 memory=2792 CPUtime=0 cores=1,3
/proc/1010552/stat : 1010552 (naps-1.03.sh) S 1010549 1010552 1006321 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 187797358 10170368 698 134679101440 94888659009536 94888660088856 140726379364144 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94888662187312 94888662234500 94888694292480 140726379369442 140726379369567 140726379369567 140726379376584 0
/proc/1010552/statm: 2483 698 620 264 0 134 0
[pid=1010557] ppid=1010552 vsize=21179360 memory=19630296 CPUtime=628.72 cores=1,3
/proc/1010557/stat : 1010557 (naps-1.03) R 1010552 1010552 1006321 0 -1 4194304 2584754 0 0 0 62068 804 0 0 20 0 1 0 187797358 21687664640 4907574 134679101440 4194304 6891213 140734223098624 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14606336 140734223107059 140734223107171 140734223107171 140734223114187 0
/proc/1010557/statm: 5294840 4907574 532 659 0 5294044 0
Current children cumulated CPU time: 628.72 s
Current children cumulated vsize: 21189292 KiB
Current children cumulated memory: 19633088 KiB

[startup+632 s]*
/proc/loadavg: 3.07 3.37 3.73 4/255 1011105
/proc/meminfo: memFree=85516492/131524600 swapFree=131071996/131071996
[pid=1010552] ppid=1010549 vsize=9932 memory=2792 CPUtime=0 cores=1,3
/proc/1010552/stat : 1010552 (naps-1.03.sh) S 1010549 1010552 1006321 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 187797358 10170368 698 134679101440 94888659009536 94888660088856 140726379364144 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94888662187312 94888662234500 94888694292480 140726379369442 140726379369567 140726379369567 140726379376584 0
/proc/1010552/statm: 2483 698 620 264 0 134 0
[pid=1010557] ppid=1010552 vsize=21179360 memory=19640536 CPUtime=630.32 cores=1,3
/proc/1010557/stat : 1010557 (naps-1.03) R 1010552 1010552 1006321 0 -1 4194304 2585015 0 0 0 62228 804 0 0 20 0 1 0 187797358 21687664640 4910134 134679101440 4194304 6891213 140734223098624 0 0 0 0 0 17922 0 0 0 17 1 0 0 0 0 0 7398840 7447120 14606336 140734223107059 140734223107171 140734223107171 140734223114187 0
/proc/1010557/statm: 5294840 4910134 532 659 0 5294044 0
Current children cumulated CPU time: 630.32 s
Current children cumulated vsize: 21189292 KiB
Current children cumulated memory: 19643328 KiB

[startup+632.8 s]
/proc/loadavg: 3.07 3.37 3.73 4/255 1011105
/proc/meminfo: memFree=85516492/131524600 swapFree=131071996/131071996
[pid=1010552] ppid=1010549 vsize=9932 memory=2792 CPUtime=0 cores=1,3
/proc/1010552/stat : 1010552 (naps-1.03.sh) S 1010549 1010552 1006321 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 187797358 10170368 698 134679101440 94888659009536 94888660088856 140726379364144 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94888662187312 94888662234500 94888694292480 140726379369442 140726379369567 140726379369567 140726379376584 0
/proc/1010552/statm: 2483 698 620 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2792 KiB

[startup+633.2 s]
/proc/loadavg: 3.07 3.36 3.73 4/255 1011106
/proc/meminfo: memFree=92129920/131524600 swapFree=131071996/131071996
[pid=1010552] ppid=1010549 vsize=9932 memory=2792 CPUtime=0 cores=1,3
/proc/1010552/stat : 1010552 (naps-1.03.sh) S 1010549 1010552 1006321 0 -1 4194304 220 240 0 0 0 0 0 0 20 0 1 0 187797358 10170368 698 134679101440 94888659009536 94888660088856 140726379364144 0 0 0 65536 4 65538 0 0 0 17 3 0 0 0 0 0 94888662187312 94888662234500 94888694292480 140726379369442 140726379369567 140726379369567 140726379376584 0
/proc/1010552/statm: 2483 698 620 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2792 KiB

Child status: 10

Real time (s): 633.219
CPU time (s): 631.542
CPU user time (s): 622.967
CPU system time (s): 8.57456
CPU usage (%): 99.7352
Max. virtual memory (cumulated for all children) (KiB): 21189292
Max. memory (cumulated for all children) (KiB): 19645376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 622.967
system time used= 8.57456
maximum resident set size= 19644632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2585620
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= 12
involuntary context switches= 816


# summary of solver processes directly reported to runsolver:
#   pid: 1010552
#   total CPU time (s): 631.542
#   total CPU user time (s): 622.967
#   total CPU system time (s): 8.57456

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.34421 second user time and 2.92914 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-19 04:31:44
IDJOB=4449349
IDBENCH=160496
IDSOLVER=3063
FILE ID=nodeC031/4449349-1721356290
RUNJOBID= nodeC031-1721353399-1006333
SLURM_JOB_ID= 7542768
Free space on /tmp= 889756 MiB

SOLVER NAME= NaPS 1.03
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm75p-dec.opb.negationfix.opb
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449349-1721356290/watcher-4449349-1721356290 -o /tmp/evaluation-result-4449349-1721356290/solver-4449349-1721356290 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721353399-1006333 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4449349-1721356290.opb

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

MD5SUM BENCH= 8e33a6540182d2687f15b6bd9bbee190
RANDOM SEED=306963550

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        77119244 kB
MemAvailable:   83796868 kB
Buffers:          495376 kB
Cached:          6939280 kB
SwapCached:            0 kB
Active:          1190612 kB
Inactive:       52336968 kB
Active(anon):       1560 kB
Inactive(anon): 46129080 kB
Active(file):    1189052 kB
Inactive(file):  6207888 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            105756 kB
Writeback:             0 kB
AnonPages:      46091152 kB
Mapped:           112968 kB
Shmem:             37720 kB
KReclaimable:     240664 kB
Slab:             369212 kB
SReclaimable:     240664 kB
SUnreclaim:       128548 kB
KernelStack:        4256 kB
PageTables:       100148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   48980756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            70560 kB
HardwareCorrupted:     0 kB
AnonHugePages:  18575360 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:      254676 kB
DirectMap2M:    39364608 kB
DirectMap1G:    96468992 kB

Free space on /tmp at the end= 889936 MiB
End job on nodeC031 at 2024-07-19 04:42:17