Trace number 4449318

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-GM 1.03? 2522.77 2531.15

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm25p-dec.opb.negationfix.opb
MD5SUMd2e7222ae223744ca0eedd4691347876
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 benchmark1.73609
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables733696
Total number of constraints3890
Number of constraints which are clauses1432
Number of constraints which are cardinality constraints (but not clauses)1432
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint1433
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 511855
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 2979275
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 We set -no-flip-min because your selected sat solver does not support it.
0.00/0.00	c Input file name: HOME/instance-4449318-1721359306.opb
2522.41/2530.82	c malloc failed in xmalloc
2522.41/2530.82	c 
2522.41/2530.82	c *** TERMINATED *** by signal 15
2522.41/2530.82	s UNKNOWN
2522.41/2530.82	c _____________________________________________________________________________
2522.41/2530.82	c std/band forms        : 879,0
2522.41/2530.82	c 2cl/3cl ITE-codings   : 0,0
2522.41/2530.82	c BDD/srt/adr Max costs : 1293327,632517,0
2522.41/2530.82	c BDDraw/bin/mul/srt/adr: 156,0,0,723,0
2522.41/2530.82	c BDD nodes             : 194713523
2522.41/2530.82	c Es1/CC detections     : 0,0
2522.41/2530.82	c CC sort               : 0
2522.41/2530.82	c SAT/UNSAT calls       : 0,0
2522.41/2530.82	c regenrated variables  : 0
2522.41/2530.82	c eliminated fixed lits : 2446
2522.41/2530.82	c goal lit flips        : 0
2522.41/2530.82	c goal stages           : 0
2522.41/2530.82	c goal shrink           : 0
2522.41/2530.82	c goal coeff separations: 0
2522.41/2530.82	c restarts              : 0
2522.41/2530.82	c conflicts             : 0              (0 /sec)
2522.41/2530.82	c decisions             : 0              (0 /sec)
2522.41/2530.82	c propagations          : 0              (0 /sec)
2522.41/2530.82	c inspects              : 0              (0 /sec)
2522.41/2530.82	c CPU time (solving tm) : 2514 s        (0 s, SAT 0 s, UNSAT 0 s)
2522.41/2530.82	c Time for Opt-base     : 150.7 s
2522.41/2530.82	c Steps for Opt-base    : 776689656
2522.41/2530.82	c Time for BDD coding   : 1748 s
2522.41/2530.82	c Time for srt coding   : 450.8 s
2522.41/2530.82	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 (48892 MiB free)
  memory of node 1: 64473 MiB (34613 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449318-1721359306/watcher-4449318-1721359306 -o /tmp/evaluation-result-4449318-1721359306/solver-4449318-1721359306 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721351295-991220 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4449318-1721359306.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=998202, runsolver pid=998199

[startup+0.100089 s]*
/proc/loadavg: 4.45 4.22 4.16 5/261 998207
/proc/meminfo: memFree=85495652/131524596 swapFree=131071996/131071996
[pid=998202] ppid=998199 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/998202/stat : 998202 (naps-1.03.sh) S 998199 998202 991210 0 -1 4194304 221 246 0 0 0 0 0 0 20 0 1 0 188101140 10170368 672 134679101440 94671033761792 94671034841112 140736765917984 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94671036939568 94671036986756 94671052775424 140736765924319 140736765924448 140736765924448 140736765931464 0
/proc/998202/statm: 2483 672 595 264 0 134 0
[pid=998207] ppid=998202 vsize=23552 memory=15840 CPUtime=0.09 cores=0,2
/proc/998207/stat : 998207 (naps-1.03) R 998202 998202 991210 0 -1 4194304 3775 0 0 0 9 0 0 0 20 0 1 0 188101140 24117248 3960 134679101440 4194304 6891213 140728212287232 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 22196224 140728212288496 140728212288612 140728212288612 140728212295627 0
/proc/998207/statm: 5888 3960 436 659 0 5092 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 33484 KiB
Current children cumulated memory: 18528 KiB

[startup+0.206001 s]*
/proc/loadavg: 4.45 4.22 4.16 5/261 998207
/proc/meminfo: memFree=85481372/131524596 swapFree=131071996/131071996
[pid=998202] ppid=998199 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/998202/stat : 998202 (naps-1.03.sh) S 998199 998202 991210 0 -1 4194304 221 246 0 0 0 0 0 0 20 0 1 0 188101140 10170368 672 134679101440 94671033761792 94671034841112 140736765917984 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94671036939568 94671036986756 94671052775424 140736765924319 140736765924448 140736765924448 140736765931464 0
/proc/998202/statm: 2483 672 595 264 0 134 0
[pid=998207] ppid=998202 vsize=37716 memory=29276 CPUtime=0.2 cores=0,2
/proc/998207/stat : 998207 (naps-1.03) R 998202 998202 991210 0 -1 4194304 7315 0 0 0 19 1 0 0 20 0 1 0 188101140 38621184 7319 134679101440 4194304 6891213 140728212287232 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 22196224 140728212288496 140728212288612 140728212288612 140728212295627 0
/proc/998207/statm: 9429 7319 436 659 0 8633 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 47648 KiB
Current children cumulated memory: 31964 KiB

[startup+0.305983 s]*
/proc/loadavg: 4.45 4.22 4.16 5/261 998207
/proc/meminfo: memFree=85469416/131524596 swapFree=131071996/131071996
[pid=998202] ppid=998199 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/998202/stat : 998202 (naps-1.03.sh) S 998199 998202 991210 0 -1 4194304 221 246 0 0 0 0 0 0 20 0 1 0 188101140 10170368 672 134679101440 94671033761792 94671034841112 140736765917984 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94671036939568 94671036986756 94671052775424 140736765924319 140736765924448 140736765924448 140736765931464 0
/proc/998202/statm: 2483 672 595 264 0 134 0
[pid=998207] ppid=998202 vsize=52612 memory=41168 CPUtime=0.3 cores=0,2
/proc/998207/stat : 998207 (naps-1.03) R 998202 998202 991210 0 -1 4194304 10604 0 0 0 29 1 0 0 20 0 1 0 188101140 53874688 10292 134679101440 4194304 6891213 140728212287232 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 22196224 140728212288496 140728212288612 140728212288612 140728212295627 0
/proc/998207/statm: 13153 10292 436 659 0 12357 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 62544 KiB
Current children cumulated memory: 43856 KiB

[startup+0.70026 s]
/proc/loadavg: 4.45 4.22 4.16 5/261 998207
/proc/meminfo: memFree=85447408/131524596 swapFree=131071996/131071996
[pid=998202] ppid=998199 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/998202/stat : 998202 (naps-1.03.sh) S 998199 998202 991210 0 -1 4194304 221 246 0 0 0 0 0 0 20 0 1 0 188101140 10170368 672 134679101440 94671033761792 94671034841112 140736765917984 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94671036939568 94671036986756 94671052775424 140736765924319 140736765924448 140736765924448 140736765931464 0
/proc/998202/statm: 2483 672 595 264 0 134 0
[pid=998207] ppid=998202 vsize=106940 memory=83616 CPUtime=0.69 cores=0,2
/proc/998207/stat : 998207 (naps-1.03) R 998202 998202 991210 0 -1 4194304 20448 0 0 0 66 3 0 0 20 0 1 0 188101140 109506560 20904 134679101440 4194304 6891213 140728212287232 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 22196224 140728212288496 140728212288612 140728212288612 140728212295627 0
/proc/998207/statm: 26735 20904 436 659 0 25939 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 116872 KiB
Current children cumulated memory: 86304 KiB

[startup+1.50023 s]
/proc/loadavg: 4.45 4.22 4.16 5/261 998207
/proc/meminfo: memFree=85392236/131524596 swapFree=131071996/131071996
[pid=998202] ppid=998199 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/998202/stat : 998202 (naps-1.03.sh) S 998199 998202 991210 0 -1 4194304 221 246 0 0 0 0 0 0 20 0 1 0 188101140 10170368 672 134679101440 94671033761792 94671034841112 140736765917984 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94671036939568 94671036986756 94671052775424 140736765924319 140736765924448 140736765924448 140736765931464 0
/proc/998202/statm: 2483 672 595 264 0 134 0
[pid=998207] ppid=998202 vsize=222808 memory=169896 CPUtime=1.49 cores=0,2
/proc/998207/stat : 998207 (naps-1.03) R 998202 998202 991210 0 -1 4194304 39474 0 0 0 143 6 0 0 20 0 1 0 188101140 228155392 42474 134679101440 4194304 6891213 140728212287232 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 22196224 140728212288496 140728212288612 140728212288612 140728212295627 0
/proc/998207/statm: 55702 42474 436 659 0 54906 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 232740 KiB
Current children cumulated memory: 172584 KiB

[startup+3.10593 s]
/proc/loadavg: 4.45 4.22 4.16 5/261 998208
/proc/meminfo: memFree=85239156/131524596 swapFree=131071996/131071996
[pid=998202] ppid=998199 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/998202/stat : 998202 (naps-1.03.sh) S 998199 998202 991210 0 -1 4194304 221 246 0 0 0 0 0 0 20 0 1 0 188101140 10170368 672 134679101440 94671033761792 94671034841112 140736765917984 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94671036939568 94671036986756 94671052775424 140736765924319 140736765924448 140736765924448 140736765931464 0
/proc/998202/statm: 2483 672 595 264 0 134 0
[pid=998207] ppid=998202 vsize=379444 memory=267296 CPUtime=3.09 cores=0,2
/proc/998207/stat : 998207 (naps-1.03) R 998202 998202 991210 0 -1 4194304 59001 0 0 0 299 10 0 0 20 0 1 0 188101140 388550656 66824 134679101440 4194304 6891213 140728212287232 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 22196224 140728212288496 140728212288612 140728212288612 140728212295627 0
/proc/998207/statm: 94861 66824 436 659 0 94065 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 389376 KiB
Current children cumulated memory: 269984 KiB

[startup+6.30024 s]
/proc/loadavg: 4.42 4.22 4.16 5/261 998208
/proc/meminfo: memFree=85126020/131524596 swapFree=131071996/131071996
[pid=998202] ppid=998199 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/998202/stat : 998202 (naps-1.03.sh) S 998199 998202 991210 0 -1 4194304 221 246 0 0 0 0 0 0 20 0 1 0 188101140 10170368 672 134679101440 94671033761792 94671034841112 140736765917984 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94671036939568 94671036986756 94671052775424 140736765924319 140736765924448 140736765924448 140736765931464 0
/proc/998202/statm: 2483 672 595 264 0 134 0
[pid=998207] ppid=998202 vsize=514460 memory=346380 CPUtime=6.27 cores=0,2
/proc/998207/stat : 998207 (naps-1.03) R 998202 998202 991210 0 -1 4194304 78272 0 0 0 613 14 0 0 20 0 1 0 188101140 526807040 86595 134679101440 4194304 6891213 140728212287232 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 22196224 140728212288496 140728212288612 140728212288612 140728212295627 0
/proc/998207/statm: 128615 86595 436 659 0 127819 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 524392 KiB
Current children cumulated memory: 349068 KiB

[startup+12.7003 s]
/proc/loadavg: 4.38 4.21 4.16 5/261 998208
/proc/meminfo: memFree=84806108/131524596 swapFree=131071996/131071996
[pid=998202] ppid=998199 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/998202/stat : 998202 (naps-1.03.sh) S 998199 998202 991210 0 -1 4194304 221 246 0 0 0 0 0 0 20 0 1 0 188101140 10170368 672 134679101440 94671033761792 94671034841112 140736765917984 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94671036939568 94671036986756 94671052775424 140736765924319 140736765924448 140736765924448 140736765931464 0
/proc/998202/statm: 2483 672 595 264 0 134 0
[pid=998207] ppid=998202 vsize=848000 memory=658368 CPUtime=12.65 cores=0,2
/proc/998207/stat : 998207 (naps-1.03) R 998202 998202 991210 0 -1 4194304 143561 0 0 0 1241 24 0 0 20 0 1 0 188101140 868352000 164592 134679101440 4194304 6891213 140728212287232 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 22196224 140728212288496 140728212288612 140728212288612 140728212295627 0
/proc/998207/statm: 212000 164592 468 659 0 211204 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 857932 KiB
Current children cumulated memory: 661056 KiB

[startup+25.5003 s]
/proc/loadavg: 4.30 4.20 4.15 5/261 998212
/proc/meminfo: memFree=84291684/131524596 swapFree=131071996/131071996
[pid=998202] ppid=998199 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/998202/stat : 998202 (naps-1.03.sh) S 998199 998202 991210 0 -1 4194304 221 246 0 0 0 0 0 0 20 0 1 0 188101140 10170368 672 134679101440 94671033761792 94671034841112 140736765917984 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94671036939568 94671036986756 94671052775424 140736765924319 140736765924448 140736765924448 140736765931464 0
/proc/998202/statm: 2483 672 595 264 0 134 0
[pid=998207] ppid=998202 vsize=1241996 memory=1035000 CPUtime=25.4 cores=0,2
/proc/998207/stat : 998207 (naps-1.03) R 998202 998202 991210 0 -1 4194304 203408 0 0 0 2502 38 0 0 20 0 1 0 188101140 1271803904 258750 134679101440 4194304 6891213 140728212287232 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 22196224 140728212288496 140728212288612 140728212288612 140728212295627 0
/proc/998207/statm: 310499 258750 468 659 0 309703 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 1251928 KiB
Current children cumulated memory: 1037688 KiB

[startup+51.1059 s]
/proc/loadavg: 4.25 4.20 4.15 5/261 998215
/proc/meminfo: memFree=83586924/131524596 swapFree=131071996/131071996
[pid=998202] ppid=998199 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/998202/stat : 998202 (naps-1.03.sh) S 998199 998202 991210 0 -1 4194304 221 246 0 0 0 0 0 0 20 0 1 0 188101140 10170368 672 134679101440 94671033761792 94671034841112 140736765917984 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94671036939568 94671036986756 94671052775424 140736765924319 140736765924448 140736765924448 140736765931464 0
/proc/998202/statm: 2483 672 595 264 0 134 0
[pid=998207] ppid=998202 vsize=1520772 memory=1292928 CPUtime=50.94 cores=0,2
/proc/998207/stat : 998207 (naps-1.03) R 998202 998202 991210 0 -1 4194304 234422 0 0 0 5046 48 0 0 20 0 1 0 188101140 1557270528 323232 134679101440 4194304 6891213 140728212287232 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 22196224 140728212288496 140728212288612 140728212288612 140728212295627 0
/proc/998207/statm: 380193 323232 468 659 0 379397 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 1530704 KiB
Current children cumulated memory: 1295616 KiB

[startup+102.3 s]
/proc/loadavg: 4.16 4.18 4.15 5/262 998225
/proc/meminfo: memFree=79757620/131524596 swapFree=131071996/131071996
[pid=998202] ppid=998199 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/998202/stat : 998202 (naps-1.03.sh) S 998199 998202 991210 0 -1 4194304 221 246 0 0 0 0 0 0 20 0 1 0 188101140 10170368 672 134679101440 94671033761792 94671034841112 140736765917984 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94671036939568 94671036986756 94671052775424 140736765924319 140736765924448 140736765924448 140736765931464 0
/proc/998202/statm: 2483 672 595 264 0 134 0
[pid=998207] ppid=998202 vsize=2085244 memory=1817532 CPUtime=101.96 cores=0,2
/proc/998207/stat : 998207 (naps-1.03) R 998202 998202 991210 0 -1 4194304 291069 0 0 0 10131 65 0 0 20 0 1 0 188101140 2135289856 454383 134679101440 4194304 6891213 140728212287232 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 22196224 140728212288496 140728212288612 140728212288612 140728212295627 0
/proc/998207/statm: 521311 454383 468 659 0 520515 0
Current children cumulated CPU time: 101.96 s
Current children cumulated vsize: 2095176 KiB
Current children cumulated memory: 1820220 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.16 4.14 5/262 998286
/proc/meminfo: memFree=94681612/131524596 swapFree=131071996/131071996
[pid=998202] ppid=998199 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/998202/stat : 998202 (naps-1.03.sh) S 998199 998202 991210 0 -1 4194304 221 246 0 0 0 0 0 0 20 0 1 0 188101140 10170368 672 134679101440 94671033761792 94671034841112 140736765917984 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94671036939568 94671036986756 94671052775424 140736765924319 140736765924448 140736765924448 140736765931464 0
/proc/998202/statm: 2483 672 595 264 0 134 0
[pid=998207] ppid=998202 vsize=2848576 memory=2525680 CPUtime=161.77 cores=0,2
/proc/998207/stat : 998207 (naps-1.03) R 998202 998202 991210 0 -1 4194304 359669 0 0 0 16084 93 0 0 20 0 1 0 188101140 2916941824 631420 134679101440 4194304 6891213 140728212287232 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 22196224 140728212288496 140728212288612 140728212288612 140728212295627 0
/proc/998207/statm: 712144 631420 468 659 0 711348 0
Current children cumulated CPU time: 161.77 s
Current children cumulated vsize: 2858508 KiB
Current children cumulated memory: 2528368 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.14 4.14 5/264 998683
/proc/meminfo: memFree=92911972/131524596 swapFree=131071996/131071996
[pid=998202] ppid=998199 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/998202/stat : 998202 (naps-1.03.sh) S 998199 998202 991210 0 -1 4194304 221 246 0 0 0 0 0 0 20 0 1 0 188101140 10170368 672 134679101440 94671033761792 94671034841112 140736765917984 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94671036939568 94671036986756 94671052775424 140736765924319 140736765924448 140736765924448 140736765931464 0
/proc/998202/statm: 2483 672 595 264 0 134 0
[pid=998207] ppid=998202 vsize=3102940 memory=2903012 CPUtime=221.58 cores=0,2
/proc/998207/stat : 998207 (naps-1.03) R 998202 998202 991210 0 -1 4194304 423976 0 0 0 22051 107 0 0 20 0 1 0 188101140 3177410560 725753 134679101440 4194304 6891213 140728212287232 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 22196224 140728212288496 140728212288612 140728212288612 140728212295627 0
/proc/998207/statm: 775735 725753 468 659 0 774939 0
Current children cumulated CPU time: 221.58 s

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

/proc/loadavg: 2.14 2.43 3.08 3/246 999916
/proc/meminfo: memFree=86709904/131524596 swapFree=131071996/131071996
[pid=998202] ppid=998199 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/998202/stat : 998202 (naps-1.03.sh) S 998199 998202 991210 0 -1 4194304 221 246 0 0 0 0 0 0 20 0 1 0 188101140 10170368 672 134679101440 94671033761792 94671034841112 140736765917984 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94671036939568 94671036986756 94671052775424 140736765924319 140736765924448 140736765924448 140736765931464 0
/proc/998202/statm: 2483 672 595 264 0 134 0
[pid=998207] ppid=998202 vsize=19373540 memory=17674836 CPUtime=2314.62 cores=0,2
/proc/998207/stat : 998207 (naps-1.03) R 998202 998202 991210 0 -1 4194304 2221596 0 0 0 230655 807 0 0 20 0 1 0 188101140 19838504960 4418709 134679101440 4194304 6891213 140728212287232 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 22196224 140728212288496 140728212288612 140728212288612 140728212295627 0
/proc/998207/statm: 4843385 4418709 468 659 0 4842589 0
Current children cumulated CPU time: 2314.62 s
Current children cumulated vsize: 19383472 KiB
Current children cumulated memory: 17677524 KiB

[startup+2382.3 s]
/proc/loadavg: 2.05 2.35 3.01 3/246 999939
/proc/meminfo: memFree=86226968/131524596 swapFree=131071996/131071996
[pid=998202] ppid=998199 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/998202/stat : 998202 (naps-1.03.sh) S 998199 998202 991210 0 -1 4194304 221 246 0 0 0 0 0 0 20 0 1 0 188101140 10170368 672 134679101440 94671033761792 94671034841112 140736765917984 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94671036939568 94671036986756 94671052775424 140736765924319 140736765924448 140736765924448 140736765931464 0
/proc/998202/statm: 2483 672 595 264 0 134 0
[pid=998207] ppid=998202 vsize=19534672 memory=17913820 CPUtime=2374.41 cores=0,2
/proc/998207/stat : 998207 (naps-1.03) R 998202 998202 991210 0 -1 4194304 2267839 0 0 0 236618 823 0 0 20 0 1 0 188101140 20003504128 4478455 134679101440 4194304 6891213 140728212287232 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 22196224 140728212288496 140728212288612 140728212288612 140728212295627 0
/proc/998207/statm: 4883668 4478455 468 659 0 4882872 0
Current children cumulated CPU time: 2374.41 s
Current children cumulated vsize: 19544604 KiB
Current children cumulated memory: 17916508 KiB

[startup+2442.3 s]
/proc/loadavg: 2.13 2.32 2.96 3/246 999950
/proc/meminfo: memFree=85756116/131524596 swapFree=131071996/131071996
[pid=998202] ppid=998199 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/998202/stat : 998202 (naps-1.03.sh) S 998199 998202 991210 0 -1 4194304 221 246 0 0 0 0 0 0 20 0 1 0 188101140 10170368 672 134679101440 94671033761792 94671034841112 140736765917984 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94671036939568 94671036986756 94671052775424 140736765924319 140736765924448 140736765924448 140736765931464 0
/proc/998202/statm: 2483 672 595 264 0 134 0
[pid=998207] ppid=998202 vsize=19731204 memory=18208520 CPUtime=2434.22 cores=0,2
/proc/998207/stat : 998207 (naps-1.03) R 998202 998202 991210 0 -1 4194304 2323268 0 0 0 242577 845 0 0 20 0 1 0 188101140 20204752896 4552130 134679101440 4194304 6891213 140728212287232 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 22196224 140728212288496 140728212288612 140728212288612 140728212295627 0
/proc/998207/statm: 4932801 4552130 468 659 0 4932005 0
Current children cumulated CPU time: 2434.22 s
Current children cumulated vsize: 19741136 KiB
Current children cumulated memory: 18211208 KiB

[startup+2502.3 s]
/proc/loadavg: 1.96 2.24 2.89 2/238 999991
/proc/meminfo: memFree=105345028/131524596 swapFree=131071996/131071996
[pid=998202] ppid=998199 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/998202/stat : 998202 (naps-1.03.sh) S 998199 998202 991210 0 -1 4194304 221 246 0 0 0 0 0 0 20 0 1 0 188101140 10170368 672 134679101440 94671033761792 94671034841112 140736765917984 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94671036939568 94671036986756 94671052775424 140736765924319 140736765924448 140736765924448 140736765931464 0
/proc/998202/statm: 2483 672 595 264 0 134 0
[pid=998207] ppid=998202 vsize=19907204 memory=18470580 CPUtime=2494 cores=0,2
/proc/998207/stat : 998207 (naps-1.03) R 998202 998202 991210 0 -1 4194304 2374368 0 0 0 248536 864 0 0 20 0 1 0 188101140 20384976896 4617645 134679101440 4194304 6891213 140728212287232 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 22196224 140728212288496 140728212288612 140728212288612 140728212295627 0
/proc/998207/statm: 4976801 4617645 468 659 0 4976005 0
Current children cumulated CPU time: 2494 s
Current children cumulated vsize: 19917136 KiB
Current children cumulated memory: 18473268 KiB

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

# cumulated CPU time of all completed processes:  user=2513.69 s, system=9.08556 s

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

[startup+2508.8 s]
/proc/loadavg: 1.88 2.22 2.88 2/238 999992
/proc/meminfo: memFree=105319192/131524596 swapFree=131071996/131071996
[pid=998202] ppid=998199 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/998202/stat : 998202 (naps-1.03.sh) S 998199 998202 991210 0 -1 4194304 221 246 0 0 0 0 0 0 20 0 1 0 188101140 10170368 672 134679101440 94671033761792 94671034841112 140736765917984 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94671036939568 94671036986756 94671052775424 140736765924319 140736765924448 140736765924448 140736765931464 0
/proc/998202/statm: 2483 672 595 264 0 134 0
[pid=998207] ppid=998202 vsize=19932700 memory=18508332 CPUtime=2500.48 cores=0,2
/proc/998207/stat : 998207 (naps-1.03) R 998202 998202 991210 0 -1 4194304 2381742 0 0 0 249182 866 0 0 20 0 1 0 188101140 20411084800 4627083 134679101440 4194304 6891213 140728212287232 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 22196224 140728212288496 140728212288612 140728212288612 140728212295627 0
/proc/998207/statm: 4983175 4627083 468 659 0 4982379 0
Current children cumulated CPU time: 2500.48 s
Current children cumulated vsize: 19942632 KiB
Current children cumulated memory: 18511020 KiB

[startup+2521.6 s]
/proc/loadavg: 1.68 2.16 2.85 2/238 999994
/proc/meminfo: memFree=105256092/131524596 swapFree=131071996/131071996
[pid=998202] ppid=998199 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/998202/stat : 998202 (naps-1.03.sh) S 998199 998202 991210 0 -1 4194304 221 246 0 0 0 0 0 0 20 0 1 0 188101140 10170368 672 134679101440 94671033761792 94671034841112 140736765917984 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94671036939568 94671036986756 94671052775424 140736765924319 140736765924448 140736765924448 140736765931464 0
/proc/998202/statm: 2483 672 595 264 0 134 0
[pid=998207] ppid=998202 vsize=19971392 memory=18565456 CPUtime=2513.24 cores=0,2
/proc/998207/stat : 998207 (naps-1.03) R 998202 998202 991210 0 -1 4194304 2392503 0 0 0 250454 870 0 0 20 0 1 0 188101140 20450705408 4641364 134679101440 4194304 6891213 140728212287232 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 22196224 140728212288496 140728212288612 140728212288612 140728212295627 0
/proc/998207/statm: 4992848 4641364 468 659 0 4992052 0
Current children cumulated CPU time: 2513.24 s
Current children cumulated vsize: 19981324 KiB
Current children cumulated memory: 18568144 KiB

[startup+2528 s]*
/proc/loadavg: 1.63 2.14 2.84 2/238 999996
/proc/meminfo: memFree=105168100/131524596 swapFree=131071996/131071996
[pid=998202] ppid=998199 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/998202/stat : 998202 (naps-1.03.sh) S 998199 998202 991210 0 -1 4194304 221 246 0 0 0 0 0 0 20 0 1 0 188101140 10170368 672 134679101440 94671033761792 94671034841112 140736765917984 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94671036939568 94671036986756 94671052775424 140736765924319 140736765924448 140736765924448 140736765931464 0
/proc/998202/statm: 2483 672 595 264 0 134 0
[pid=998207] ppid=998202 vsize=20026604 memory=18647284 CPUtime=2519.62 cores=0,2
/proc/998207/stat : 998207 (naps-1.03) R 998202 998202 991210 0 -1 4194304 2407209 0 0 0 251088 874 0 0 20 0 1 0 188101140 20507242496 4661821 134679101440 4194304 6891213 140728212287232 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 22196224 140728212288496 140728212288612 140728212288612 140728212295627 0
/proc/998207/statm: 5006651 4661821 468 659 0 5005855 0
Current children cumulated CPU time: 2519.62 s
Current children cumulated vsize: 20036536 KiB
Current children cumulated memory: 18649972 KiB

[startup+2529.6 s]
/proc/loadavg: 1.63 2.14 2.84 2/238 999996
/proc/meminfo: memFree=105155744/131524596 swapFree=131071996/131071996
[pid=998202] ppid=998199 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/998202/stat : 998202 (naps-1.03.sh) S 998199 998202 991210 0 -1 4194304 221 246 0 0 0 0 0 0 20 0 1 0 188101140 10170368 672 134679101440 94671033761792 94671034841112 140736765917984 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94671036939568 94671036986756 94671052775424 140736765924319 140736765924448 140736765924448 140736765931464 0
/proc/998202/statm: 2483 672 595 264 0 134 0
[pid=998207] ppid=998202 vsize=20040996 memory=18669748 CPUtime=2521.22 cores=0,2
/proc/998207/stat : 998207 (naps-1.03) R 998202 998202 991210 0 -1 4194304 2411078 0 0 0 251247 875 0 0 20 0 1 0 188101140 20521979904 4667437 134679101440 4194304 6891213 140728212287232 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 22196224 140728212288496 140728212288612 140728212288612 140728212295627 0
/proc/998207/statm: 5010249 4667437 468 659 0 5009453 0
Current children cumulated CPU time: 2521.22 s
Current children cumulated vsize: 20050928 KiB
Current children cumulated memory: 18672436 KiB

[startup+2530.4 s]
/proc/loadavg: 1.63 2.14 2.84 2/238 999996
/proc/meminfo: memFree=105143752/131524596 swapFree=131071996/131071996
[pid=998202] ppid=998199 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/998202/stat : 998202 (naps-1.03.sh) S 998199 998202 991210 0 -1 4194304 221 246 0 0 0 0 0 0 20 0 1 0 188101140 10170368 672 134679101440 94671033761792 94671034841112 140736765917984 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94671036939568 94671036986756 94671052775424 140736765924319 140736765924448 140736765924448 140736765931464 0
/proc/998202/statm: 2483 672 595 264 0 134 0
[pid=998207] ppid=998202 vsize=20046676 memory=18677616 CPUtime=2522.01 cores=0,2
/proc/998207/stat : 998207 (naps-1.03) R 998202 998202 991210 0 -1 4194304 2412604 0 0 0 251326 875 0 0 20 0 1 0 188101140 20527796224 4669404 134679101440 4194304 6891213 140728212287232 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 22196224 140728212288496 140728212288612 140728212288612 140728212295627 0
/proc/998207/statm: 5011669 4669404 468 659 0 5010873 0
Current children cumulated CPU time: 2522.01 s
Current children cumulated vsize: 20056608 KiB
Current children cumulated memory: 18680304 KiB

[startup+2530.8 s]
/proc/loadavg: 1.63 2.14 2.84 2/238 999996
/proc/meminfo: memFree=105143752/131524596 swapFree=131071996/131071996
[pid=998202] ppid=998199 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/998202/stat : 998202 (naps-1.03.sh) S 998199 998202 991210 0 -1 4194304 221 246 0 0 0 0 0 0 20 0 1 0 188101140 10170368 672 134679101440 94671033761792 94671034841112 140736765917984 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94671036939568 94671036986756 94671052775424 140736765924319 140736765924448 140736765924448 140736765931464 0
/proc/998202/statm: 2483 672 595 264 0 134 0
[pid=998207] ppid=998202 vsize=20051164 memory=18684148 CPUtime=2522.41 cores=0,2
/proc/998207/stat : 998207 (naps-1.03) R 998202 998202 991210 0 -1 4194304 2413723 0 0 0 251365 876 0 0 20 0 1 0 188101140 20532391936 4671037 134679101440 4194304 6891213 140728212287232 0 0 0 0 0 17922 0 0 0 17 0 0 0 0 0 0 7398840 7447120 22196224 140728212288496 140728212288612 140728212288612 140728212295627 0
/proc/998207/statm: 5012791 4671037 468 659 0 5011995 0
Current children cumulated CPU time: 2522.41 s
Current children cumulated vsize: 20061096 KiB
Current children cumulated memory: 18686836 KiB

[startup+2531 s]*
/proc/loadavg: 1.66 2.14 2.83 2/238 999996
/proc/meminfo: memFree=112061224/131524596 swapFree=131071996/131071996
[pid=998202] ppid=998199 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/998202/stat : 998202 (naps-1.03.sh) S 998199 998202 991210 0 -1 4194304 221 246 0 0 0 0 0 0 20 0 1 0 188101140 10170368 672 134679101440 94671033761792 94671034841112 140736765917984 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94671036939568 94671036986756 94671052775424 140736765924319 140736765924448 140736765924448 140736765931464 0
/proc/998202/statm: 2483 672 595 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2688 KiB

[startup+2531.11 s]
/proc/loadavg: 1.66 2.14 2.83 2/238 999996
/proc/meminfo: memFree=112061224/131524596 swapFree=131071996/131071996
[pid=998202] ppid=998199 vsize=9932 memory=2688 CPUtime=0 cores=0,2
/proc/998202/stat : 998202 (naps-1.03.sh) S 998199 998202 991210 0 -1 4194304 221 246 0 0 0 0 0 0 20 0 1 0 188101140 10170368 672 134679101440 94671033761792 94671034841112 140736765917984 0 0 0 65536 4 65538 0 0 0 17 2 0 0 0 0 0 94671036939568 94671036986756 94671052775424 140736765924319 140736765924448 140736765924448 140736765931464 0
/proc/998202/statm: 2483 672 595 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2688 KiB

Child status: 10

Real time (s): 2531.15
CPU time (s): 2522.77
CPU user time (s): 2513.69
CPU system time (s): 9.08556
CPU usage (%): 99.6691
Max. virtual memory (cumulated for all children) (KiB): 20061096
Max. memory (cumulated for all children) (KiB): 18686836

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.69
system time used= 9.08556
maximum resident set size= 18684492
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2414287
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= 280
involuntary context switches= 17383


# summary of solver processes directly reported to runsolver:
#   pid: 998202
#   total CPU time (s): 2522.77
#   total CPU user time (s): 2513.69
#   total CPU system time (s): 9.08556

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.4344 second user time and 12.5047 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-19 05:21:58
IDJOB=4449318
IDBENCH=160495
IDSOLVER=3062
FILE ID=nodeC034/4449318-1721359306
RUNJOBID= nodeC034-1721351295-991220
SLURM_JOB_ID= 7542752
Free space on /tmp= 889804 MiB

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

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

MD5SUM BENCH= d2e7222ae223744ca0eedd4691347876
RANDOM SEED=1544353817

nodeC034.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.038
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.99
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		: 3688.501
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.58
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		: 3639.580
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.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.299
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.58
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		: 3673.644
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.99
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		: 3688.509
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.58
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		: 3602.079
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.99
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.274
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524596 kB
MemFree:        85509916 kB
MemAvailable:   91608512 kB
Buffers:          506812 kB
Cached:          6355540 kB
SwapCached:            0 kB
Active:          1237512 kB
Inactive:       43924832 kB
Active(anon):       1516 kB
Inactive(anon): 38336192 kB
Active(file):    1235996 kB
Inactive(file):  5588640 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             39264 kB
Writeback:             0 kB
AnonPages:      38300044 kB
Mapped:           112004 kB
Shmem:             37720 kB
KReclaimable:     227568 kB
Slab:             356844 kB
SReclaimable:     227568 kB
SUnreclaim:       129276 kB
KernelStack:        4128 kB
PageTables:        86288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834292 kB
Committed_AS:   42165112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            71360 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15724544 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:      320212 kB
DirectMap2M:    44541952 kB
DirectMap1G:    91226112 kB

Free space on /tmp at the end= 890044 MiB
End job on nodeC034 at 2024-07-19 06:04:10