Trace number 4449258

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? 2204.37 2209.94

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/
hw512/normalized-hw512-vm90p-dec.opb.negationfix.opb
MD5SUMf94999381e02cae36541ecafb635807a
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 benchmark6.53012
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2429952
Total number of constraints10516
Number of constraints which are clauses4745
Number of constraints which are cardinality constraints (but not clauses)4745
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint4745
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 1782678
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4250098
Number of bits of the biggest sum of numbers23
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-4449258-1721358505.opb
2203.92/2209.56	c malloc failed in xmalloc
2203.92/2209.56	c 
2203.92/2209.56	c *** TERMINATED *** by signal 15
2203.92/2209.56	s UNKNOWN
2203.92/2209.56	c _____________________________________________________________________________
2203.92/2209.56	c std/band forms        : 214,0
2203.92/2209.56	c 2cl/3cl ITE-codings   : 0,0
2203.92/2209.56	c BDD/srt/adr Max costs : 4347911,1971598,0
2203.92/2209.56	c BDDraw/bin/mul/srt/adr: 38,0,0,175,0
2203.92/2209.56	c BDD nodes             : 161455356
2203.92/2209.56	c Es1/CC detections     : 0,0
2203.92/2209.56	c CC sort               : 0
2203.92/2209.56	c SAT/UNSAT calls       : 0,0
2203.92/2209.56	c regenrated variables  : 0
2203.92/2209.56	c eliminated fixed lits : 6997
2203.92/2209.56	c goal lit flips        : 0
2203.92/2209.56	c goal stages           : 0
2203.92/2209.56	c goal shrink           : 0
2203.92/2209.56	c goal coeff separations: 0
2203.92/2209.56	c restarts              : 0
2203.92/2209.56	c conflicts             : 0              (0 /sec)
2203.92/2209.56	c decisions             : 0              (0 /sec)
2203.92/2209.56	c propagations          : 0              (0 /sec)
2203.92/2209.56	c inspects              : 0              (0 /sec)
2203.92/2209.56	c CPU time (solving tm) : 2195 s        (0 s, SAT 0 s, UNSAT 0 s)
2203.92/2209.56	c Time for Opt-base     : 109 s
2203.92/2209.56	c Steps for Opt-base    : 514641397
2203.92/2209.56	c Time for BDD coding   : 1575 s
2203.92/2209.56	c Time for srt coding   : 421.3 s
2203.92/2209.56	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: 64096 MiB (52675 MiB free)
  memory of node 1: 64473 MiB (49451 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449258-1721358505/watcher-4449258-1721358505 -o /tmp/evaluation-result-4449258-1721358505/solver-4449258-1721358505 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721350695-980335 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4449258-1721358505.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100849 s]*
/proc/loadavg: 4.15 4.14 4.18 6/246 984935
/proc/meminfo: memFree=104561624/131655788 swapFree=131071996/131071996
[pid=984930] ppid=984927 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/984930/stat : 984930 (naps-1.03.sh) S 984927 984930 980324 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 188006549 10170368 671 134679101440 94274799362048 94274800441368 140728860293408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94274802539824 94274802587012 94274814791680 140728860300255 140728860300384 140728860300384 140728860307400 0
/proc/984930/statm: 2483 671 592 264 0 134 0
[pid=984935] ppid=984930 vsize=21968 memory=14828 CPUtime=0.08 cores=4,6
/proc/984935/stat : 984935 (naps-1.03) R 984930 984930 980324 0 -1 4194304 3366 0 0 0 8 0 0 0 20 0 1 0 188006550 22495232 3707 134679101440 4194304 6891213 140721943737648 0 0 0 0 0 17922 0 0 0 17 6 0 0 0 0 0 7398840 7447120 27508736 140721943745520 140721943745636 140721943745636 140721943752651 0
/proc/984935/statm: 5492 3707 436 659 0 4696 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 31900 KiB
Current children cumulated memory: 17512 KiB

[startup+0.211845 s]*
/proc/loadavg: 4.15 4.14 4.18 5/246 984935
/proc/meminfo: memFree=104548596/131655788 swapFree=131071996/131071996
[pid=984930] ppid=984927 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/984930/stat : 984930 (naps-1.03.sh) S 984927 984930 980324 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 188006549 10170368 671 134679101440 94274799362048 94274800441368 140728860293408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94274802539824 94274802587012 94274814791680 140728860300255 140728860300384 140728860300384 140728860307400 0
/proc/984930/statm: 2483 671 592 264 0 134 0
[pid=984935] ppid=984930 vsize=36068 memory=27384 CPUtime=0.19 cores=4,6
/proc/984935/stat : 984935 (naps-1.03) R 984930 984930 980324 0 -1 4194304 6695 0 0 0 19 0 0 0 20 0 1 0 188006550 36933632 6846 134679101440 4194304 6891213 140721943737648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 27508736 140721943745520 140721943745636 140721943745636 140721943752651 0
/proc/984935/statm: 9017 6846 436 659 0 8221 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 46000 KiB
Current children cumulated memory: 30068 KiB

[startup+0.305583 s]*
/proc/loadavg: 4.15 4.14 4.18 5/246 984935
/proc/meminfo: memFree=104543608/131655788 swapFree=131071996/131071996
[pid=984930] ppid=984927 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/984930/stat : 984930 (naps-1.03.sh) S 984927 984930 980324 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 188006549 10170368 671 134679101440 94274799362048 94274800441368 140728860293408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94274802539824 94274802587012 94274814791680 140728860300255 140728860300384 140728860300384 140728860307400 0
/proc/984930/statm: 2483 671 592 264 0 134 0
[pid=984935] ppid=984930 vsize=38332 memory=30552 CPUtime=0.29 cores=4,6
/proc/984935/stat : 984935 (naps-1.03) R 984930 984930 980324 0 -1 4194304 7468 0 0 0 28 1 0 0 20 0 1 0 188006550 39251968 7638 134679101440 4194304 6891213 140721943737648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 27508736 140721943745520 140721943745636 140721943745636 140721943752651 0
/proc/984935/statm: 9583 7638 436 659 0 8787 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 48264 KiB
Current children cumulated memory: 33236 KiB

[startup+0.700281 s]
/proc/loadavg: 4.14 4.14 4.17 5/246 984935
/proc/meminfo: memFree=104529564/131655788 swapFree=131071996/131071996
[pid=984930] ppid=984927 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/984930/stat : 984930 (naps-1.03.sh) S 984927 984930 980324 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 188006549 10170368 671 134679101440 94274799362048 94274800441368 140728860293408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94274802539824 94274802587012 94274814791680 140728860300255 140728860300384 140728860300384 140728860307400 0
/proc/984930/statm: 2483 671 592 264 0 134 0
[pid=984935] ppid=984930 vsize=55572 memory=47956 CPUtime=0.67 cores=4,6
/proc/984935/stat : 984935 (naps-1.03) R 984930 984930 980324 0 -1 4194304 12148 0 0 0 65 2 0 0 20 0 1 0 188006550 56905728 11989 134679101440 4194304 6891213 140721943737648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 27508736 140721943745520 140721943745636 140721943745636 140721943752651 0
/proc/984935/statm: 13893 11989 436 659 0 13097 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 65504 KiB
Current children cumulated memory: 50640 KiB

[startup+1.50042 s]
/proc/loadavg: 4.14 4.14 4.17 5/246 984935
/proc/meminfo: memFree=104463236/131655788 swapFree=131071996/131071996
[pid=984930] ppid=984927 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/984930/stat : 984930 (naps-1.03.sh) S 984927 984930 980324 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 188006549 10170368 671 134679101440 94274799362048 94274800441368 140728860293408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94274802539824 94274802587012 94274814791680 140728860300255 140728860300384 140728860300384 140728860307400 0
/proc/984930/statm: 2483 671 592 264 0 134 0
[pid=984935] ppid=984930 vsize=111420 memory=101108 CPUtime=1.47 cores=4,6
/proc/984935/stat : 984935 (naps-1.03) R 984930 984930 980324 0 -1 4194304 24548 0 0 0 143 4 0 0 20 0 1 0 188006550 114094080 25277 134679101440 4194304 6891213 140721943737648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 27508736 140721943745520 140721943745636 140721943745636 140721943752651 0
/proc/984935/statm: 27855 25277 436 659 0 27059 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 121352 KiB
Current children cumulated memory: 103792 KiB

[startup+3.11298 s]
/proc/loadavg: 4.14 4.14 4.17 5/246 984936
/proc/meminfo: memFree=104258296/131655788 swapFree=131071996/131071996
[pid=984930] ppid=984927 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/984930/stat : 984930 (naps-1.03.sh) S 984927 984930 980324 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 188006549 10170368 671 134679101440 94274799362048 94274800441368 140728860293408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94274802539824 94274802587012 94274814791680 140728860300255 140728860300384 140728860300384 140728860307400 0
/proc/984930/statm: 2483 671 592 264 0 134 0
[pid=984935] ppid=984930 vsize=319024 memory=267184 CPUtime=3.08 cores=4,6
/proc/984935/stat : 984935 (naps-1.03) R 984930 984930 980324 0 -1 4194304 59196 0 0 0 297 11 0 0 20 0 1 0 188006550 326680576 66796 134679101440 4194304 6891213 140721943737648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 27508736 140721943745520 140721943745636 140721943745636 140721943752651 0
/proc/984935/statm: 79756 66796 436 659 0 78960 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 328956 KiB
Current children cumulated memory: 269868 KiB

[startup+6.30039 s]
/proc/loadavg: 4.13 4.14 4.17 5/246 984936
/proc/meminfo: memFree=103873160/131655788 swapFree=131071996/131071996
[pid=984930] ppid=984927 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/984930/stat : 984930 (naps-1.03.sh) S 984927 984930 980324 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 188006549 10170368 671 134679101440 94274799362048 94274800441368 140728860293408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94274802539824 94274802587012 94274814791680 140728860300255 140728860300384 140728860300384 140728860307400 0
/proc/984930/statm: 2483 671 592 264 0 134 0
[pid=984935] ppid=984930 vsize=735968 memory=664540 CPUtime=6.26 cores=4,6
/proc/984935/stat : 984935 (naps-1.03) R 984930 984930 980324 0 -1 4194304 125206 0 0 0 601 25 0 0 20 0 1 0 188006550 753631232 166135 134679101440 4194304 6891213 140721943737648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 27508736 140721943745520 140721943745636 140721943745636 140721943752651 0
/proc/984935/statm: 183992 166135 436 659 0 183196 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 745900 KiB
Current children cumulated memory: 667224 KiB

[startup+12.7004 s]
/proc/loadavg: 4.12 4.13 4.17 5/246 984938
/proc/meminfo: memFree=100691764/131655788 swapFree=131071996/131071996
[pid=984930] ppid=984927 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/984930/stat : 984930 (naps-1.03.sh) S 984927 984930 980324 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 188006549 10170368 671 134679101440 94274799362048 94274800441368 140728860293408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94274802539824 94274802587012 94274814791680 140728860300255 140728860300384 140728860300384 140728860307400 0
/proc/984930/statm: 2483 671 592 264 0 134 0
[pid=984935] ppid=984930 vsize=1256492 memory=1134444 CPUtime=12.65 cores=4,6
/proc/984935/stat : 984935 (naps-1.03) R 984930 984930 980324 0 -1 4194304 221600 0 0 0 1223 42 0 0 20 0 1 0 188006550 1286647808 283611 134679101440 4194304 6891213 140721943737648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 27508736 140721943745520 140721943745636 140721943745636 140721943752651 0
/proc/984935/statm: 314123 283611 436 659 0 313327 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 1266424 KiB
Current children cumulated memory: 1137128 KiB

[startup+25.5004 s]
/proc/loadavg: 4.10 4.13 4.17 5/246 984939
/proc/meminfo: memFree=101478528/131655788 swapFree=131071996/131071996
[pid=984930] ppid=984927 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/984930/stat : 984930 (naps-1.03.sh) S 984927 984930 980324 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 188006549 10170368 671 134679101440 94274799362048 94274800441368 140728860293408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94274802539824 94274802587012 94274814791680 140728860300255 140728860300384 140728860300384 140728860307400 0
/proc/984930/statm: 2483 671 592 264 0 134 0
[pid=984935] ppid=984930 vsize=1756208 memory=1492480 CPUtime=25.42 cores=4,6
/proc/984935/stat : 984935 (naps-1.03) R 984930 984930 980324 0 -1 4194304 309624 0 0 0 2480 62 0 0 20 0 1 0 188006550 1798356992 373120 134679101440 4194304 6891213 140721943737648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 27508736 140721943745520 140721943745636 140721943745636 140721943752651 0
/proc/984935/statm: 439052 373120 436 659 0 438256 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 1766140 KiB
Current children cumulated memory: 1495164 KiB

[startup+51.1131 s]
/proc/loadavg: 4.12 4.13 4.17 5/245 984943
/proc/meminfo: memFree=99326904/131655788 swapFree=131071996/131071996
[pid=984930] ppid=984927 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/984930/stat : 984930 (naps-1.03.sh) S 984927 984930 980324 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 188006549 10170368 671 134679101440 94274799362048 94274800441368 140728860293408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94274802539824 94274802587012 94274814791680 140728860300255 140728860300384 140728860300384 140728860307400 0
/proc/984930/statm: 2483 671 592 264 0 134 0
[pid=984935] ppid=984930 vsize=3572700 memory=3273024 CPUtime=50.98 cores=4,6
/proc/984935/stat : 984935 (naps-1.03) R 984930 984930 980324 0 -1 4194304 725229 0 0 0 4957 141 0 0 20 0 1 0 188006550 3658444800 818256 134679101440 4194304 6891213 140721943737648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 27508736 140721943745520 140721943745636 140721943745636 140721943752651 0
/proc/984935/statm: 893175 818256 468 659 0 892379 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 3582632 KiB
Current children cumulated memory: 3275708 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.12 4.17 5/247 984957
/proc/meminfo: memFree=97994700/131655788 swapFree=131071996/131071996
[pid=984930] ppid=984927 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/984930/stat : 984930 (naps-1.03.sh) S 984927 984930 980324 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 188006549 10170368 671 134679101440 94274799362048 94274800441368 140728860293408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94274802539824 94274802587012 94274814791680 140728860300255 140728860300384 140728860300384 140728860307400 0
/proc/984930/statm: 2483 671 592 264 0 134 0
[pid=984935] ppid=984930 vsize=4288264 memory=3989216 CPUtime=102.05 cores=4,6
/proc/984935/stat : 984935 (naps-1.03) R 984930 984930 980324 0 -1 4194304 834881 0 0 0 10040 165 0 0 20 0 1 0 188006550 4391182336 997304 134679101440 4194304 6891213 140721943737648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 27508736 140721943745520 140721943745636 140721943745636 140721943752651 0
/proc/984935/statm: 1072066 997304 468 659 0 1071270 0
Current children cumulated CPU time: 102.05 s
Current children cumulated vsize: 4298196 KiB
Current children cumulated memory: 3991900 KiB

[startup+162.3 s]
/proc/loadavg: 4.08 4.11 4.16 5/247 984967
/proc/meminfo: memFree=96025476/131655788 swapFree=131071996/131071996
[pid=984930] ppid=984927 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/984930/stat : 984930 (naps-1.03.sh) S 984927 984930 980324 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 188006549 10170368 671 134679101440 94274799362048 94274800441368 140728860293408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94274802539824 94274802587012 94274814791680 140728860300255 140728860300384 140728860300384 140728860307400 0
/proc/984930/statm: 2483 671 592 264 0 134 0
[pid=984935] ppid=984930 vsize=5358268 memory=5009180 CPUtime=161.91 cores=4,6
/proc/984935/stat : 984935 (naps-1.03) R 984930 984930 980324 0 -1 4194304 955442 0 0 0 15988 203 0 0 20 0 1 0 188006550 5486866432 1252295 134679101440 4194304 6891213 140721943737648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 27508736 140721943745520 140721943745636 140721943745636 140721943752651 0
/proc/984935/statm: 1339567 1252295 468 659 0 1338771 0
Current children cumulated CPU time: 161.91 s
Current children cumulated vsize: 5368200 KiB
Current children cumulated memory: 5011864 KiB

[startup+222.3 s]
/proc/loadavg: 4.06 4.10 4.16 5/247 984977
/proc/meminfo: memFree=94261684/131655788 swapFree=131071996/131071996
[pid=984930] ppid=984927 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/984930/stat : 984930 (naps-1.03.sh) S 984927 984930 980324 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 188006549 10170368 671 134679101440 94274799362048 94274800441368 140728860293408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94274802539824 94274802587012 94274814791680 140728860300255 140728860300384 140728860300384 140728860307400 0
/proc/984930/statm: 2483 671 592 264 0 134 0
[pid=984935] ppid=984930 vsize=6363776 memory=5923572 CPUtime=221.76 cores=4,6
/proc/984935/stat : 984935 (naps-1.03) R 984930 984930 980324 0 -1 4194304 981997 0 0 0 21939 237 0 0 20 0 1 0 188006550 6516506624 1480893 134679101440 4194304 6891213 140721943737648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 27508736 140721943745520 140721943745636 140721943745636 140721943752651 0
/proc/984935/statm: 1590944 1480893 468 659 0 1590148 0
Current children cumulated CPU time: 221.76 s

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

Current children cumulated memory: 19218988 KiB

[startup+1902.3 s]
/proc/loadavg: 2.40 3.14 3.69 3/233 986366
/proc/meminfo: memFree=103935940/131655788 swapFree=131071996/131071996
[pid=984930] ppid=984927 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/984930/stat : 984930 (naps-1.03.sh) S 984927 984930 980324 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 188006549 10170368 671 134679101440 94274799362048 94274800441368 140728860293408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94274802539824 94274802587012 94274814791680 140728860300255 140728860300384 140728860300384 140728860307400 0
/proc/984930/statm: 2483 671 592 264 0 134 0
[pid=984935] ppid=984930 vsize=21354872 memory=19297900 CPUtime=1897.48 cores=4,6
/proc/984935/stat : 984935 (naps-1.03) R 984930 984930 980324 0 -1 4194304 2687769 0 0 0 188928 820 0 0 20 0 1 0 188006550 21867388928 4824475 134679101440 4194304 6891213 140721943737648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 27508736 140721943745520 140721943745636 140721943745636 140721943752651 0
/proc/984935/statm: 5338718 4824475 468 659 0 5337922 0
Current children cumulated CPU time: 1897.48 s
Current children cumulated vsize: 21364804 KiB
Current children cumulated memory: 19300584 KiB

[startup+1962.3 s]
/proc/loadavg: 2.20 2.94 3.59 3/233 986376
/proc/meminfo: memFree=103656884/131655788 swapFree=131071996/131071996
[pid=984930] ppid=984927 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/984930/stat : 984930 (naps-1.03.sh) S 984927 984930 980324 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 188006549 10170368 671 134679101440 94274799362048 94274800441368 140728860293408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94274802539824 94274802587012 94274814791680 140728860300255 140728860300384 140728860300384 140728860307400 0
/proc/984930/statm: 2483 671 592 264 0 134 0
[pid=984935] ppid=984930 vsize=21541916 memory=19576300 CPUtime=1957.34 cores=4,6
/proc/984935/stat : 984935 (naps-1.03) R 984930 984930 980324 0 -1 4194304 2742016 0 0 0 194899 835 0 0 20 0 1 0 188006550 22058921984 4894075 134679101440 4194304 6891213 140721943737648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 27508736 140721943745520 140721943745636 140721943745636 140721943752651 0
/proc/984935/statm: 5385479 4894075 468 659 0 5384683 0
Current children cumulated CPU time: 1957.34 s
Current children cumulated vsize: 21551848 KiB
Current children cumulated memory: 19578984 KiB

[startup+2022.3 s]
/proc/loadavg: 2.17 2.80 3.49 3/233 986386
/proc/meminfo: memFree=103407620/131655788 swapFree=131071996/131071996
[pid=984930] ppid=984927 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/984930/stat : 984930 (naps-1.03.sh) S 984927 984930 980324 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 188006549 10170368 671 134679101440 94274799362048 94274800441368 140728860293408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94274802539824 94274802587012 94274814791680 140728860300255 140728860300384 140728860300384 140728860307400 0
/proc/984930/statm: 2483 671 592 264 0 134 0
[pid=984935] ppid=984930 vsize=21728960 memory=19824708 CPUtime=2017.18 cores=4,6
/proc/984935/stat : 984935 (naps-1.03) R 984930 984930 980324 0 -1 4194304 2796923 0 0 0 200870 848 0 0 20 0 1 0 188006550 22250455040 4956177 134679101440 4194304 6891213 140721943737648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 27508736 140721943745520 140721943745636 140721943745636 140721943752651 0
/proc/984935/statm: 5432240 4956177 468 659 0 5431444 0
Current children cumulated CPU time: 2017.18 s
Current children cumulated vsize: 21738892 KiB
Current children cumulated memory: 19827392 KiB

[startup+2082.3 s]
/proc/loadavg: 2.11 2.67 3.40 3/233 986397
/proc/meminfo: memFree=103176684/131655788 swapFree=131071996/131071996
[pid=984930] ppid=984927 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/984930/stat : 984930 (naps-1.03.sh) S 984927 984930 980324 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 188006549 10170368 671 134679101440 94274799362048 94274800441368 140728860293408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94274802539824 94274802587012 94274814791680 140728860300255 140728860300384 140728860300384 140728860307400 0
/proc/984930/statm: 2483 671 592 264 0 134 0
[pid=984935] ppid=984930 vsize=21868484 memory=20090712 CPUtime=2077.04 cores=4,6
/proc/984935/stat : 984935 (naps-1.03) R 984930 984930 980324 0 -1 4194304 2837996 0 0 0 206840 864 0 0 20 0 1 0 188006550 22393327616 5022678 134679101440 4194304 6891213 140721943737648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 27508736 140721943745520 140721943745636 140721943745636 140721943752651 0
/proc/984935/statm: 5467121 5022678 468 659 0 5466325 0
Current children cumulated CPU time: 2077.04 s
Current children cumulated vsize: 21878416 KiB
Current children cumulated memory: 20093396 KiB

[startup+2142.3 s]
/proc/loadavg: 2.08 2.56 3.32 3/233 986408
/proc/meminfo: memFree=102843328/131655788 swapFree=131071996/131071996
[pid=984930] ppid=984927 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/984930/stat : 984930 (naps-1.03.sh) S 984927 984930 980324 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 188006549 10170368 671 134679101440 94274799362048 94274800441368 140728860293408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94274802539824 94274802587012 94274814791680 140728860300255 140728860300384 140728860300384 140728860307400 0
/proc/984930/statm: 2483 671 592 264 0 134 0
[pid=984935] ppid=984930 vsize=22074404 memory=20402924 CPUtime=2136.88 cores=4,6
/proc/984935/stat : 984935 (naps-1.03) R 984930 984930 980324 0 -1 4194304 2895870 0 0 0 212805 883 0 0 20 0 1 0 188006550 22604189696 5100731 134679101440 4194304 6891213 140721943737648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 27508736 140721943745520 140721943745636 140721943745636 140721943752651 0
/proc/984935/statm: 5518601 5100731 468 659 0 5517805 0
Current children cumulated CPU time: 2136.88 s
Current children cumulated vsize: 22084336 KiB
Current children cumulated memory: 20405608 KiB

[startup+2202.3 s]
/proc/loadavg: 2.12 2.48 3.24 3/230 986419
/proc/meminfo: memFree=102563416/131655788 swapFree=131071996/131071996
[pid=984930] ppid=984927 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/984930/stat : 984930 (naps-1.03.sh) S 984927 984930 980324 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 188006549 10170368 671 134679101440 94274799362048 94274800441368 140728860293408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94274802539824 94274802587012 94274814791680 140728860300255 140728860300384 140728860300384 140728860307400 0
/proc/984930/statm: 2483 671 592 264 0 134 0
[pid=984935] ppid=984930 vsize=22288904 memory=20662344 CPUtime=2196.73 cores=4,6
/proc/984935/stat : 984935 (naps-1.03) R 984930 984930 980324 0 -1 4194304 2956786 0 0 0 218775 898 0 0 20 0 1 0 188006550 22823837696 5165586 134679101440 4194304 6891213 140721943737648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 27508736 140721943745520 140721943745636 140721943745636 140721943752651 0
/proc/984935/statm: 5572226 5165586 468 659 0 5571430 0
Current children cumulated CPU time: 2196.73 s
Current children cumulated vsize: 22298836 KiB
Current children cumulated memory: 20665028 KiB

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

# cumulated CPU time of all completed processes:  user=2194.96 s, system=9.41197 s

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

[startup+2204.8 s]
/proc/loadavg: 2.12 2.48 3.24 3/230 986419
/proc/meminfo: memFree=102559300/131655788 swapFree=131071996/131071996
[pid=984930] ppid=984927 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/984930/stat : 984930 (naps-1.03.sh) S 984927 984930 980324 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 188006549 10170368 671 134679101440 94274799362048 94274800441368 140728860293408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94274802539824 94274802587012 94274814791680 140728860300255 140728860300384 140728860300384 140728860307400 0
/proc/984930/statm: 2483 671 592 264 0 134 0
[pid=984935] ppid=984930 vsize=22288904 memory=20666440 CPUtime=2199.23 cores=4,6
/proc/984935/stat : 984935 (naps-1.03) R 984930 984930 980324 0 -1 4194304 2957069 0 0 0 219024 899 0 0 20 0 1 0 188006550 22823837696 5166610 134679101440 4194304 6891213 140721943737648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 27508736 140721943745520 140721943745636 140721943745636 140721943752651 0
/proc/984935/statm: 5572226 5166610 468 659 0 5571430 0
Current children cumulated CPU time: 2199.23 s
Current children cumulated vsize: 22298836 KiB
Current children cumulated memory: 20669124 KiB

[startup+2208 s]*
/proc/loadavg: 2.11 2.48 3.24 3/230 986419
/proc/meminfo: memFree=102547020/131655788 swapFree=131071996/131071996
[pid=984930] ppid=984927 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/984930/stat : 984930 (naps-1.03.sh) S 984927 984930 980324 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 188006549 10170368 671 134679101440 94274799362048 94274800441368 140728860293408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94274802539824 94274802587012 94274814791680 140728860300255 140728860300384 140728860300384 140728860307400 0
/proc/984930/statm: 2483 671 592 264 0 134 0
[pid=984935] ppid=984930 vsize=22288904 memory=20672584 CPUtime=2202.44 cores=4,6
/proc/984935/stat : 984935 (naps-1.03) R 984930 984930 980324 0 -1 4194304 2957494 0 0 0 219344 900 0 0 20 0 1 0 188006550 22823837696 5168146 134679101440 4194304 6891213 140721943737648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 27508736 140721943745520 140721943745636 140721943745636 140721943752651 0
/proc/984935/statm: 5572226 5168146 468 659 0 5571430 0
Current children cumulated CPU time: 2202.44 s
Current children cumulated vsize: 22298836 KiB
Current children cumulated memory: 20675268 KiB

[startup+2208.8 s]
/proc/loadavg: 2.11 2.48 3.24 3/230 986419
/proc/meminfo: memFree=102547020/131655788 swapFree=131071996/131071996
[pid=984930] ppid=984927 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/984930/stat : 984930 (naps-1.03.sh) S 984927 984930 980324 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 188006549 10170368 671 134679101440 94274799362048 94274800441368 140728860293408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94274802539824 94274802587012 94274814791680 140728860300255 140728860300384 140728860300384 140728860307400 0
/proc/984930/statm: 2483 671 592 264 0 134 0
[pid=984935] ppid=984930 vsize=22308572 memory=20694152 CPUtime=2203.22 cores=4,6
/proc/984935/stat : 984935 (naps-1.03) R 984930 984930 980324 0 -1 4194304 2962501 0 0 0 219421 901 0 0 20 0 1 0 188006550 22843977728 5173538 134679101440 4194304 6891213 140721943737648 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 27508736 140721943745520 140721943745636 140721943745636 140721943752651 0
/proc/984935/statm: 5577143 5173538 468 659 0 5576347 0
Current children cumulated CPU time: 2203.22 s
Current children cumulated vsize: 22318504 KiB
Current children cumulated memory: 20696836 KiB

[startup+2209.6 s]
/proc/loadavg: 2.11 2.48 3.24 3/230 986419
/proc/meminfo: memFree=102513052/131655788 swapFree=131071996/131071996
[pid=984930] ppid=984927 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/984930/stat : 984930 (naps-1.03.sh) S 984927 984930 980324 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 188006549 10170368 671 134679101440 94274799362048 94274800441368 140728860293408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94274802539824 94274802587012 94274814791680 140728860300255 140728860300384 140728860300384 140728860307400 0
/proc/984930/statm: 2483 671 592 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2684 KiB

[startup+2209.8 s]
/proc/loadavg: 2.11 2.48 3.24 3/230 986419
/proc/meminfo: memFree=102513052/131655788 swapFree=131071996/131071996
[pid=984930] ppid=984927 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/984930/stat : 984930 (naps-1.03.sh) S 984927 984930 980324 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 188006549 10170368 671 134679101440 94274799362048 94274800441368 140728860293408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94274802539824 94274802587012 94274814791680 140728860300255 140728860300384 140728860300384 140728860307400 0
/proc/984930/statm: 2483 671 592 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2684 KiB

[startup+2209.9 s]
/proc/loadavg: 2.11 2.48 3.24 3/230 986419
/proc/meminfo: memFree=102513052/131655788 swapFree=131071996/131071996
[pid=984930] ppid=984927 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/984930/stat : 984930 (naps-1.03.sh) S 984927 984930 980324 0 -1 4194304 218 242 0 0 0 0 0 0 20 0 1 0 188006549 10170368 671 134679101440 94274799362048 94274800441368 140728860293408 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94274802539824 94274802587012 94274814791680 140728860300255 140728860300384 140728860300384 140728860307400 0
/proc/984930/statm: 2483 671 592 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2684 KiB

Child status: 10

Real time (s): 2209.94
CPU time (s): 2204.37
CPU user time (s): 2194.96
CPU system time (s): 9.41197
CPU usage (%): 99.7482
Max. virtual memory (cumulated for all children) (KiB): 22366948
Max. memory (cumulated for all children) (KiB): 20747432

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2194.96
system time used= 9.41197
maximum resident set size= 20750264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2976474
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= 35
involuntary context switches= 2405


# summary of solver processes directly reported to runsolver:
#   pid: 984930
#   total CPU time (s): 2204.37
#   total CPU user time (s): 2194.96
#   total CPU system time (s): 9.41197

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.823 second user time and 23.2834 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-19 05:08:39
IDJOB=4449258
IDBENCH=160493
IDSOLVER=3062
FILE ID=nodeC004/4449258-1721358505
RUNJOBID= nodeC004-1721350695-980335
SLURM_JOB_ID= 7542749
Free space on /tmp= 723580 MiB

SOLVER NAME= NaPS-GM 1.03
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/pbfvmc-formulae/hw512/normalized-hw512-vm90p-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-4449258-1721358505/watcher-4449258-1721358505 -o /tmp/evaluation-result-4449258-1721358505/solver-4449258-1721358505 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1721350695-980335 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4449258-1721358505.opb

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

MD5SUM BENCH= f94999381e02cae36541ecafb635807a
RANDOM SEED=274639033

nodeC004.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	: 0xb00001f
cpu MHz		: 3492.149
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.29
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	: 0xb00001f
cpu MHz		: 3679.024
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
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	: 0xb00001f
cpu MHz		: 1197.567
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.29
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	: 0xb00001f
cpu MHz		: 1197.770
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
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	: 0xb00001f
cpu MHz		: 1197.764
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.29
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	: 0xb00001f
cpu MHz		: 3618.536
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
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	: 0xb00001f
cpu MHz		: 3093.571
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6984.29
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	: 0xb00001f
cpu MHz		: 1198.537
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        104577584 kB
MemAvailable:   109739812 kB
Buffers:          532036 kB
Cached:          5410400 kB
SwapCached:            0 kB
Active:          1144236 kB
Inactive:       25214700 kB
Active(anon):       3384 kB
Inactive(anon): 20450848 kB
Active(file):    1140852 kB
Inactive(file):  4763852 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            123444 kB
Writeback:             0 kB
AnonPages:      20416064 kB
Mapped:           112208 kB
Shmem:             37700 kB
KReclaimable:     195444 kB
Slab:             309468 kB
SReclaimable:     195444 kB
SUnreclaim:       114024 kB
KernelStack:        3968 kB
PageTables:        49816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   21806216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59104 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9775104 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:      242504 kB
DirectMap2M:    29022208 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 723656 MiB
End job on nodeC004 at 2024-07-19 05:45:30