Trace number 4427162

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS-PB16 1.02b5? 453.949 455.048

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/graphs/
normalized-graph11_wcsp.wbo
MD5SUM877f3997f9257d793d2a0e209c393814
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark35209
Best CPU time to get the best result obtained on this benchmark3484.54
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables12820
Total number of constraints1878918
Number of soft constraints1878578
Number of constraints which are clauses1878578
Number of constraints which are cardinality constraints (but not clauses)340
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint44
Top cost 824749
Min constraint cost 1
Max constraint cost 1000
Sum of constraints costs 470565953
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 45
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b5.
0.00/0.00	c Input file name: HOME/instance-4427162-1720909347.wbo
453.58/454.70	c malloc failed in xmalloc
453.58/454.70	c 
453.58/454.70	c *** TERMINATED *** by signal 15
453.58/454.70	s UNKNOWN
453.58/454.70	c _____________________________________________________________________________
453.58/454.70	c 
453.58/454.70	c std/band forms        : 340,0
453.58/454.70	c 2cl/3cl ITE-codings   : 12140,0
453.58/454.70	c BDD/srt/adr Max costs : 85,0,0
453.58/454.70	c BDDraw/bin/mul/srt/adr: 340,0,0,0,0
453.58/454.70	c BDD nodes             : 24960
453.58/454.70	c Es1/CC detections     : 0,0
453.58/454.70	c SAT/UNSAT calls       : 0,0
453.58/454.70	c regenrated variables  : 0
453.58/454.70	c restarts              : 0
453.58/454.70	c conflicts             : 0              (0 /sec)
453.58/454.70	c decisions             : 0              (0 /sec)
453.58/454.70	c propagations          : 0              (0 /sec)
453.58/454.70	c inspects              : 0              (0 /sec)
453.58/454.70	c CPU time (solving tm) : 446.1 s        (0 s)
453.58/454.70	c Time for Opt-base     : 69.26 s
453.58/454.70	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: 64059 MiB (61382 MiB free)
  memory of node 1: 64510 MiB (62871 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4427162-1720909347/watcher-4427162-1720909347 -o /tmp/evaluation-result-4427162-1720909347/solver-4427162-1720909347 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1720905418-715661 --watchdog 3760 HOME/naps-1.02b5.sh HOME/instance-4427162-1720909347.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=719565, runsolver pid=719562
Current StackSize limit: 8192 KiB


[startup+0.100641 s]*
/proc/loadavg: 4.13 4.16 4.15 5/248 719570
/proc/meminfo: memFree=127228732/131655788 swapFree=131071996/131071996
[pid=719565] ppid=719562 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/719565/stat : 719565 (naps-1.02b5.sh) S 719562 719565 713411 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 143094437 10170368 674 134679101440 93934491774976 93934492854296 140731618454144 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93934494952752 93934494999940 93934495715328 140731618456492 140731618456619 140731618456619 140731618463686 0
/proc/719565/statm: 2483 674 596 264 0 134 0
[pid=719570] ppid=719565 vsize=12816 memory=7392 CPUtime=0.09 cores=5,7
/proc/719570/stat : 719570 (naps-1.02b5) R 719565 719565 713411 0 -1 4194304 1586 0 0 0 9 0 0 0 20 0 1 0 143094438 13123584 1848 134679101440 4194304 5746509 140734481485424 0 0 0 0 0 17922 0 0 0 17 7 0 0 0 0 0 6059216 6091920 37236736 140734481486779 140734481486893 140734481486893 140734481493961 0
/proc/719570/statm: 3204 1848 405 379 0 2738 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 22748 KiB
Current children cumulated memory: 10088 KiB

[startup+0.209651 s]*
/proc/loadavg: 4.13 4.16 4.15 5/248 719570
/proc/meminfo: memFree=127224680/131655788 swapFree=131071996/131071996
[pid=719565] ppid=719562 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/719565/stat : 719565 (naps-1.02b5.sh) S 719562 719565 713411 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 143094437 10170368 674 134679101440 93934491774976 93934492854296 140731618454144 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93934494952752 93934494999940 93934495715328 140731618456492 140731618456619 140731618456619 140731618463686 0
/proc/719565/statm: 2483 674 596 264 0 134 0
[pid=719570] ppid=719565 vsize=16516 memory=11328 CPUtime=0.19 cores=5,7
/proc/719570/stat : 719570 (naps-1.02b5) R 719565 719565 713411 0 -1 4194304 2632 0 0 0 19 0 0 0 20 0 1 0 143094438 16912384 2832 134679101440 4194304 5746509 140734481485424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37236736 140734481486779 140734481486893 140734481486893 140734481493961 0
/proc/719570/statm: 4129 2832 405 379 0 3663 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 26448 KiB
Current children cumulated memory: 14024 KiB

[startup+0.309181 s]*
/proc/loadavg: 4.13 4.16 4.15 5/248 719570
/proc/meminfo: memFree=127222256/131655788 swapFree=131071996/131071996
[pid=719565] ppid=719562 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/719565/stat : 719565 (naps-1.02b5.sh) S 719562 719565 713411 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 143094437 10170368 674 134679101440 93934491774976 93934492854296 140731618454144 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93934494952752 93934494999940 93934495715328 140731618456492 140731618456619 140731618456619 140731618463686 0
/proc/719565/statm: 2483 674 596 264 0 134 0
[pid=719570] ppid=719565 vsize=19548 memory=13668 CPUtime=0.29 cores=5,7
/proc/719570/stat : 719570 (naps-1.02b5) R 719565 719565 713411 0 -1 4194304 3211 0 0 0 29 0 0 0 20 0 1 0 143094438 20017152 3417 134679101440 4194304 5746509 140734481485424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37236736 140734481486779 140734481486893 140734481486893 140734481493961 0
/proc/719570/statm: 4887 3417 405 379 0 4421 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 29480 KiB
Current children cumulated memory: 16364 KiB

[startup+0.70031 s]
/proc/loadavg: 4.13 4.16 4.15 5/248 719570
/proc/meminfo: memFree=127217420/131655788 swapFree=131071996/131071996
[pid=719565] ppid=719562 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/719565/stat : 719565 (naps-1.02b5.sh) S 719562 719565 713411 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 143094437 10170368 674 134679101440 93934491774976 93934492854296 140731618454144 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93934494952752 93934494999940 93934495715328 140731618456492 140731618456619 140731618456619 140731618463686 0
/proc/719565/statm: 2483 674 596 264 0 134 0
[pid=719570] ppid=719565 vsize=28140 memory=22384 CPUtime=0.67 cores=5,7
/proc/719570/stat : 719570 (naps-1.02b5) R 719565 719565 713411 0 -1 4194304 5566 0 0 0 66 1 0 0 20 0 1 0 143094438 28815360 5596 134679101440 4194304 5746509 140734481485424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37236736 140734481486779 140734481486893 140734481486893 140734481493961 0
/proc/719570/statm: 7035 5596 405 379 0 6569 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 38072 KiB
Current children cumulated memory: 25080 KiB

[startup+1.50044 s]
/proc/loadavg: 4.13 4.16 4.15 5/248 719570
/proc/meminfo: memFree=127202996/131655788 swapFree=131071996/131071996
[pid=719565] ppid=719562 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/719565/stat : 719565 (naps-1.02b5.sh) S 719562 719565 713411 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 143094437 10170368 674 134679101440 93934491774976 93934492854296 140731618454144 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93934494952752 93934494999940 93934495715328 140731618456492 140731618456619 140731618456619 140731618463686 0
/proc/719565/statm: 2483 674 596 264 0 134 0
[pid=719570] ppid=719565 vsize=54348 memory=49088 CPUtime=1.47 cores=5,7
/proc/719570/stat : 719570 (naps-1.02b5) R 719565 719565 713411 0 -1 4194304 11625 0 0 0 145 2 0 0 20 0 1 0 143094438 55652352 12272 134679101440 4194304 5746509 140734481485424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37236736 140734481486779 140734481486893 140734481486893 140734481493961 0
/proc/719570/statm: 13587 12272 405 379 0 13121 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 64280 KiB
Current children cumulated memory: 51784 KiB

[startup+3.11349 s]
/proc/loadavg: 4.12 4.16 4.15 5/248 719570
/proc/meminfo: memFree=127093552/131655788 swapFree=131071996/131071996
[pid=719565] ppid=719562 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/719565/stat : 719565 (naps-1.02b5.sh) S 719562 719565 713411 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 143094437 10170368 674 134679101440 93934491774976 93934492854296 140731618454144 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93934494952752 93934494999940 93934495715328 140731618456492 140731618456619 140731618456619 140731618463686 0
/proc/719565/statm: 2483 674 596 264 0 134 0
[pid=719570] ppid=719565 vsize=163776 memory=147684 CPUtime=3.07 cores=5,7
/proc/719570/stat : 719570 (naps-1.02b5) R 719565 719565 713411 0 -1 4194304 33835 0 0 0 301 6 0 0 20 0 1 0 143094438 167706624 36921 134679101440 4194304 5746509 140734481485424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37236736 140734481486779 140734481486893 140734481486893 140734481493961 0
/proc/719570/statm: 40977 36921 405 379 0 40511 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 173708 KiB
Current children cumulated memory: 150380 KiB

[startup+6.30039 s]
/proc/loadavg: 4.12 4.16 4.15 5/248 719570
/proc/meminfo: memFree=126882724/131655788 swapFree=131071996/131071996
[pid=719565] ppid=719562 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/719565/stat : 719565 (naps-1.02b5.sh) S 719562 719565 713411 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 143094437 10170368 674 134679101440 93934491774976 93934492854296 140731618454144 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93934494952752 93934494999940 93934495715328 140731618456492 140731618456619 140731618456619 140731618463686 0
/proc/719565/statm: 2483 674 596 264 0 134 0
[pid=719570] ppid=719565 vsize=385688 memory=364624 CPUtime=6.26 cores=5,7
/proc/719570/stat : 719570 (naps-1.02b5) R 719565 719565 713411 0 -1 4194304 70909 0 0 0 611 15 0 0 20 0 1 0 143094438 394944512 91156 134679101440 4194304 5746509 140734481485424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37236736 140734481486779 140734481486893 140734481486893 140734481493961 0
/proc/719570/statm: 96422 91156 405 379 0 95956 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 395620 KiB
Current children cumulated memory: 367320 KiB

[startup+12.7004 s]
/proc/loadavg: 4.10 4.15 4.15 5/248 719572
/proc/meminfo: memFree=126469840/131655788 swapFree=131071996/131071996
[pid=719565] ppid=719562 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/719565/stat : 719565 (naps-1.02b5.sh) S 719562 719565 713411 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 143094437 10170368 674 134679101440 93934491774976 93934492854296 140731618454144 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93934494952752 93934494999940 93934495715328 140731618456492 140731618456619 140731618456619 140731618463686 0
/proc/719565/statm: 2483 674 596 264 0 134 0
[pid=719570] ppid=719565 vsize=862236 memory=784000 CPUtime=12.64 cores=5,7
/proc/719570/stat : 719570 (naps-1.02b5) R 719565 719565 713411 0 -1 4194304 127008 0 0 0 1236 28 0 0 20 0 1 0 143094438 882929664 196000 134679101440 4194304 5746509 140734481485424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37236736 140734481486779 140734481486893 140734481486893 140734481493961 0
/proc/719570/statm: 215559 196000 405 379 0 215093 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 872168 KiB
Current children cumulated memory: 786696 KiB

[startup+25.5004 s]
/proc/loadavg: 4.09 4.15 4.14 5/248 719573
/proc/meminfo: memFree=125369924/131655788 swapFree=131071996/131071996
[pid=719565] ppid=719562 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/719565/stat : 719565 (naps-1.02b5.sh) S 719562 719565 713411 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 143094437 10170368 674 134679101440 93934491774976 93934492854296 140731618454144 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93934494952752 93934494999940 93934495715328 140731618456492 140731618456619 140731618456619 140731618463686 0
/proc/719565/statm: 2483 674 596 264 0 134 0
[pid=719570] ppid=719565 vsize=1941892 memory=1869024 CPUtime=25.41 cores=5,7
/proc/719570/stat : 719570 (naps-1.02b5) R 719565 719565 713411 0 -1 4194304 360763 0 0 0 2476 65 0 0 20 0 1 0 143094438 1988497408 467256 134679101440 4194304 5746509 140734481485424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37236736 140734481486779 140734481486893 140734481486893 140734481493961 0
/proc/719570/statm: 485473 467256 421 379 0 485007 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 1951824 KiB
Current children cumulated memory: 1871720 KiB

[startup+51.1135 s]
/proc/loadavg: 4.13 4.15 4.14 5/248 719578
/proc/meminfo: memFree=125353208/131655788 swapFree=131071996/131071996
[pid=719565] ppid=719562 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/719565/stat : 719565 (naps-1.02b5.sh) S 719562 719565 713411 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 143094437 10170368 674 134679101440 93934491774976 93934492854296 140731618454144 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93934494952752 93934494999940 93934495715328 140731618456492 140731618456619 140731618456619 140731618463686 0
/proc/719565/statm: 2483 674 596 264 0 134 0
[pid=719570] ppid=719565 vsize=1941892 memory=1869024 CPUtime=50.96 cores=5,7
/proc/719570/stat : 719570 (naps-1.02b5) R 719565 719565 713411 0 -1 4194304 360796 0 0 0 5031 65 0 0 20 0 1 0 143094438 1988497408 467256 134679101440 4194304 5746509 140734481485424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37236736 140734481486779 140734481486893 140734481486893 140734481493961 0
/proc/719570/statm: 485473 467256 421 379 0 485007 0
Current children cumulated CPU time: 50.96 s
Current children cumulated vsize: 1951824 KiB
Current children cumulated memory: 1871720 KiB

[startup+102.3 s]
/proc/loadavg: 4.11 4.14 4.14 5/248 719587
/proc/meminfo: memFree=123931228/131655788 swapFree=131071996/131071996
[pid=719565] ppid=719562 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/719565/stat : 719565 (naps-1.02b5.sh) S 719562 719565 713411 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 143094437 10170368 674 134679101440 93934491774976 93934492854296 140731618454144 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93934494952752 93934494999940 93934495715328 140731618456492 140731618456619 140731618456619 140731618463686 0
/proc/719565/statm: 2483 674 596 264 0 134 0
[pid=719570] ppid=719565 vsize=3536360 memory=3328588 CPUtime=102.04 cores=5,7
/proc/719570/stat : 719570 (naps-1.02b5) R 719565 719565 713411 0 -1 4194304 477898 0 0 0 10087 117 0 0 20 0 1 0 143094438 3621232640 832147 134679101440 4194304 5746509 140734481485424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37236736 140734481486779 140734481486893 140734481486893 140734481493961 0
/proc/719570/statm: 884090 832147 421 379 0 883624 0
Current children cumulated CPU time: 102.04 s
Current children cumulated vsize: 3546292 KiB
Current children cumulated memory: 3331284 KiB

[startup+162.3 s]
/proc/loadavg: 4.09 4.13 4.13 5/248 719597
/proc/meminfo: memFree=119008220/131655788 swapFree=131071996/131071996
[pid=719565] ppid=719562 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/719565/stat : 719565 (naps-1.02b5.sh) S 719562 719565 713411 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 143094437 10170368 674 134679101440 93934491774976 93934492854296 140731618454144 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93934494952752 93934494999940 93934495715328 140731618456492 140731618456619 140731618456619 140731618463686 0
/proc/719565/statm: 2483 674 596 264 0 134 0
[pid=719570] ppid=719565 vsize=8667428 memory=8217680 CPUtime=161.89 cores=5,7
/proc/719570/stat : 719570 (naps-1.02b5) R 719565 719565 713411 0 -1 4194304 967114 0 0 0 15898 291 0 0 20 0 1 0 143094438 8875446272 2054420 134679101440 4194304 5746509 140734481485424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37236736 140734481486779 140734481486893 140734481486893 140734481493961 0
/proc/719570/statm: 2166857 2054420 421 379 0 2166391 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 8677360 KiB
Current children cumulated memory: 8220376 KiB

[startup+222.3 s]
/proc/loadavg: 4.07 4.12 4.13 5/248 719992
/proc/meminfo: memFree=111056860/131655788 swapFree=131071996/131071996
[pid=719565] ppid=719562 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/719565/stat : 719565 (naps-1.02b5.sh) S 719562 719565 713411 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 143094437 10170368 674 134679101440 93934491774976 93934492854296 140731618454144 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93934494952752 93934494999940 93934495715328 140731618456492 140731618456619 140731618456619 140731618463686 0
/proc/719565/statm: 2483 674 596 264 0 134 0
[pid=719570] ppid=719565 vsize=16509024 memory=16065768 CPUtime=221.75 cores=5,7
/proc/719570/stat : 719570 (naps-1.02b5) R 719565 719565 713411 0 -1 4194304 1383715 0 0 0 21690 485 0 0 20 0 1 0 143094438 16905240576 4016442 134679101440 4194304 5746509 140734481485424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37236736 140734481486779 140734481486893 140734481486893 140734481493961 0
/proc/719570/statm: 4127256 4016442 421 379 0 4126790 0
Current children cumulated CPU time: 221.75 s
Current children cumulated vsize: 16518956 KiB
Current children cumulated memory: 16068464 KiB

[startup+282.3 s]
/proc/loadavg: 4.11 4.12 4.13 5/248 720002
/proc/meminfo: memFree=112494768/131655788 swapFree=131071996/131071996
[pid=719565] ppid=719562 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/719565/stat : 719565 (naps-1.02b5.sh) S 719562 719565 713411 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 143094437 10170368 674 134679101440 93934491774976 93934492854296 140731618454144 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93934494952752 93934494999940 93934495715328 140731618456492 140731618456619 140731618456619 140731618463686 0
/proc/719565/statm: 2483 674 596 264 0 134 0
[pid=719570] ppid=719565 vsize=15916180 memory=14670372 CPUtime=281.6 cores=5,7
/proc/719570/stat : 719570 (naps-1.02b5) R 719565 719565 713411 0 -1 4194304 1611347 0 0 0 27623 537 0 0 20 0 1 0 143094438 16298168320 3667593 134679101440 4194304 5746509 140734481485424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37236736 140734481486779 140734481486893 140734481486893 140734481493961 0
/proc/719570/statm: 3979045 3667593 421 379 0 3978579 0
Current children cumulated CPU time: 281.6 s
Current children cumulated vsize: 15926112 KiB
Current children cumulated memory: 14673068 KiB

[startup+342.3 s]
/proc/loadavg: 4.08 4.11 4.12 5/247 720012
/proc/meminfo: memFree=110870880/131655788 swapFree=131071996/131071996
[pid=719565] ppid=719562 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/719565/stat : 719565 (naps-1.02b5.sh) S 719562 719565 713411 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 143094437 10170368 674 134679101440 93934491774976 93934492854296 140731618454144 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93934494952752 93934494999940 93934495715328 140731618456492 140731618456619 140731618456619 140731618463686 0
/proc/719565/statm: 2483 674 596 264 0 134 0
[pid=719570] ppid=719565 vsize=16997372 memory=16280056 CPUtime=341.46 cores=5,7
/proc/719570/stat : 719570 (naps-1.02b5) R 719565 719565 713411 0 -1 4194304 1886896 0 0 0 33537 609 0 0 20 0 1 0 143094438 17405308928 4070014 134679101440 4194304 5746509 140734481485424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37236736 140734481486779 140734481486893 140734481486893 140734481493961 0
/proc/719570/statm: 4249343 4070014 421 379 0 4248877 0
Current children cumulated CPU time: 341.46 s
Current children cumulated vsize: 17007304 KiB
Current children cumulated memory: 16282752 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.12 4.12 5/249 720193
/proc/meminfo: memFree=108646852/131655788 swapFree=131071996/131071996
[pid=719565] ppid=719562 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/719565/stat : 719565 (naps-1.02b5.sh) S 719562 719565 713411 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 143094437 10170368 674 134679101440 93934491774976 93934492854296 140731618454144 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93934494952752 93934494999940 93934495715328 140731618456492 140731618456619 140731618456619 140731618463686 0
/proc/719565/statm: 2483 674 596 264 0 134 0
[pid=719570] ppid=719565 vsize=20301956 memory=18515304 CPUtime=401.31 cores=5,7
/proc/719570/stat : 719570 (naps-1.02b5) R 719565 719565 713411 0 -1 4194304 2268925 0 0 0 39433 698 0 0 20 0 1 0 143094438 20789202944 4628826 134679101440 4194304 5746509 140734481485424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37236736 140734481486779 140734481486893 140734481486893 140734481493961 0
/proc/719570/statm: 5075489 4628826 421 379 0 5075023 0
Current children cumulated CPU time: 401.31 s
Current children cumulated vsize: 20311888 KiB
Current children cumulated memory: 18518000 KiB

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

# cumulated CPU time of all completed processes:  user=446.064 s, system=7.88548 s

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

[startup+409.6 s]
/proc/loadavg: 4.12 4.12 4.12 5/249 720195
/proc/meminfo: memFree=108449788/131655788 swapFree=131071996/131071996
[pid=719565] ppid=719562 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/719565/stat : 719565 (naps-1.02b5.sh) S 719562 719565 713411 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 143094437 10170368 674 134679101440 93934491774976 93934492854296 140731618454144 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93934494952752 93934494999940 93934495715328 140731618456492 140731618456619 140731618456619 140731618463686 0
/proc/719565/statm: 2483 674 596 264 0 134 0
[pid=719570] ppid=719565 vsize=20435004 memory=18713976 CPUtime=408.6 cores=5,7
/proc/719570/stat : 719570 (naps-1.02b5) R 719565 719565 713411 0 -1 4194304 2302228 0 0 0 40152 708 0 0 20 0 1 0 143094438 20925444096 4678494 134679101440 4194304 5746509 140734481485424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37236736 140734481486779 140734481486893 140734481486893 140734481493961 0
/proc/719570/statm: 5108751 4678494 421 379 0 5108285 0
Current children cumulated CPU time: 408.6 s
Current children cumulated vsize: 20444936 KiB
Current children cumulated memory: 18716672 KiB

[startup+435.2 s]
/proc/loadavg: 4.08 4.11 4.12 5/249 720199
/proc/meminfo: memFree=107899076/131655788 swapFree=131071996/131071996
[pid=719565] ppid=719562 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/719565/stat : 719565 (naps-1.02b5.sh) S 719562 719565 713411 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 143094437 10170368 674 134679101440 93934491774976 93934492854296 140731618454144 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93934494952752 93934494999940 93934495715328 140731618456492 140731618456619 140731618456619 140731618463686 0
/proc/719565/statm: 2483 674 596 264 0 134 0
[pid=719570] ppid=719565 vsize=20785324 memory=19229584 CPUtime=434.13 cores=5,7
/proc/719570/stat : 719570 (naps-1.02b5) R 719565 719565 713411 0 -1 4194304 2390878 0 0 0 42679 734 0 0 20 0 1 0 143094438 21284171776 4807396 134679101440 4194304 5746509 140734481485424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37236736 140734481486779 140734481486893 140734481486893 140734481493961 0
/proc/719570/statm: 5196331 4807396 421 379 0 5195865 0
Current children cumulated CPU time: 434.13 s
Current children cumulated vsize: 20795256 KiB
Current children cumulated memory: 19232280 KiB

[startup+448 s]*
/proc/loadavg: 4.21 4.13 4.13 5/249 720202
/proc/meminfo: memFree=107579316/131655788 swapFree=131071996/131071996
[pid=719565] ppid=719562 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/719565/stat : 719565 (naps-1.02b5.sh) S 719562 719565 713411 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 143094437 10170368 674 134679101440 93934491774976 93934492854296 140731618454144 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93934494952752 93934494999940 93934495715328 140731618456492 140731618456619 140731618456619 140731618463686 0
/proc/719565/statm: 2483 674 596 264 0 134 0
[pid=719570] ppid=719565 vsize=20965108 memory=19497372 CPUtime=446.91 cores=5,7
/proc/719570/stat : 719570 (naps-1.02b5) R 719565 719565 713411 0 -1 4194304 2437023 0 0 0 43944 747 0 0 20 0 1 0 143094438 21468270592 4874343 134679101440 4194304 5746509 140734481485424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37236736 140734481486779 140734481486893 140734481486893 140734481493961 0
/proc/719570/statm: 5241277 4874343 421 379 0 5240811 0
Current children cumulated CPU time: 446.91 s
Current children cumulated vsize: 20975040 KiB
Current children cumulated memory: 19500068 KiB

[startup+451.2 s]
/proc/loadavg: 4.21 4.13 4.13 5/249 720202
/proc/meminfo: memFree=107510832/131655788 swapFree=131071996/131071996
[pid=719565] ppid=719562 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/719565/stat : 719565 (naps-1.02b5.sh) S 719562 719565 713411 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 143094437 10170368 674 134679101440 93934491774976 93934492854296 140731618454144 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93934494952752 93934494999940 93934495715328 140731618456492 140731618456619 140731618456619 140731618463686 0
/proc/719565/statm: 2483 674 596 264 0 134 0
[pid=719570] ppid=719565 vsize=21014080 memory=19571068 CPUtime=450.09 cores=5,7
/proc/719570/stat : 719570 (naps-1.02b5) R 719565 719565 713411 0 -1 4194304 2449795 0 0 0 44258 751 0 0 20 0 1 0 143094438 21518417920 4892767 134679101440 4194304 5746509 140734481485424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37236736 140734481486779 140734481486893 140734481486893 140734481493961 0
/proc/719570/statm: 5253520 4892767 421 379 0 5253054 0
Current children cumulated CPU time: 450.09 s
Current children cumulated vsize: 21024012 KiB
Current children cumulated memory: 19573764 KiB

[startup+452.8 s]
/proc/loadavg: 4.27 4.15 4.13 5/249 720202
/proc/meminfo: memFree=107488080/131655788 swapFree=131071996/131071996
[pid=719565] ppid=719562 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/719565/stat : 719565 (naps-1.02b5.sh) S 719562 719565 713411 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 143094437 10170368 674 134679101440 93934491774976 93934492854296 140731618454144 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93934494952752 93934494999940 93934495715328 140731618456492 140731618456619 140731618456619 140731618463686 0
/proc/719565/statm: 2483 674 596 264 0 134 0
[pid=719570] ppid=719565 vsize=21037840 memory=19605080 CPUtime=451.69 cores=5,7
/proc/719570/stat : 719570 (naps-1.02b5) R 719565 719565 713411 0 -1 4194304 2456008 0 0 0 44417 752 0 0 20 0 1 0 143094438 21542748160 4901270 134679101440 4194304 5746509 140734481485424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37236736 140734481486779 140734481486893 140734481486893 140734481493961 0
/proc/719570/statm: 5259460 4901270 421 379 0 5258994 0
Current children cumulated CPU time: 451.69 s
Current children cumulated vsize: 21047772 KiB
Current children cumulated memory: 19607776 KiB

[startup+454.4 s]
/proc/loadavg: 4.27 4.15 4.13 5/249 720202
/proc/meminfo: memFree=107438176/131655788 swapFree=131071996/131071996
[pid=719565] ppid=719562 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/719565/stat : 719565 (naps-1.02b5.sh) S 719562 719565 713411 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 143094437 10170368 674 134679101440 93934491774976 93934492854296 140731618454144 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93934494952752 93934494999940 93934495715328 140731618456492 140731618456619 140731618456619 140731618463686 0
/proc/719565/statm: 2483 674 596 264 0 134 0
[pid=719570] ppid=719565 vsize=21062920 memory=19642456 CPUtime=453.29 cores=5,7
/proc/719570/stat : 719570 (naps-1.02b5) R 719565 719565 713411 0 -1 4194304 2462552 0 0 0 44575 754 0 0 20 0 1 0 143094438 21568430080 4910614 134679101440 4194304 5746509 140734481485424 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 6059216 6091920 37236736 140734481486779 140734481486893 140734481486893 140734481493961 0
/proc/719570/statm: 5265730 4910614 421 379 0 5265264 0
Current children cumulated CPU time: 453.29 s
Current children cumulated vsize: 21072852 KiB
Current children cumulated memory: 19645152 KiB

[startup+454.8 s]
/proc/loadavg: 4.27 4.15 4.13 5/249 720202
/proc/meminfo: memFree=107438176/131655788 swapFree=131071996/131071996
[pid=719565] ppid=719562 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/719565/stat : 719565 (naps-1.02b5.sh) S 719562 719565 713411 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 143094437 10170368 674 134679101440 93934491774976 93934492854296 140731618454144 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93934494952752 93934494999940 93934495715328 140731618456492 140731618456619 140731618456619 140731618463686 0
/proc/719565/statm: 2483 674 596 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2696 KiB

[startup+455 s]*
/proc/loadavg: 4.27 4.15 4.13 5/249 720202
/proc/meminfo: memFree=123077520/131655788 swapFree=131071996/131071996
[pid=719565] ppid=719562 vsize=9932 memory=2696 CPUtime=0 cores=5,7
/proc/719565/stat : 719565 (naps-1.02b5.sh) S 719562 719565 713411 0 -1 4194304 223 241 0 0 0 0 0 0 20 0 1 0 143094437 10170368 674 134679101440 93934491774976 93934492854296 140731618454144 0 0 0 65536 4 65538 0 0 0 17 5 0 0 0 0 0 93934494952752 93934494999940 93934495715328 140731618456492 140731618456619 140731618456619 140731618463686 0
/proc/719565/statm: 2483 674 596 264 0 134 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 9932 KiB
Current children cumulated memory: 2696 KiB

Child status: 0

Real time (s): 455.048
CPU time (s): 453.949
CPU user time (s): 446.064
CPU system time (s): 7.88548
CPU usage (%): 99.7585
Max. virtual memory (cumulated for all children) (KiB): 21077736
Max. memory (cumulated for all children) (KiB): 19652228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 446.064
system time used= 7.88548
maximum resident set size= 19649688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2464409
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 12
involuntary context switches= 506


# summary of solver processes directly reported to runsolver:
#   pid: 719565
#   total CPU time (s): 453.949
#   total CPU user time (s): 446.064
#   total CPU system time (s): 7.88548

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.5429 second user time and 4.71982 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-14 00:22:40
IDJOB=4427162
IDBENCH=144143
IDSOLVER=3045
FILE ID=nodeC009/4427162-1720909347
RUNJOBID= nodeC009-1720905418-715661
SLURM_JOB_ID= 7486075
Free space on /tmp= 723712 MiB

SOLVER NAME= NaPS-PB16 1.02b5
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/graphs/normalized-graph11_wcsp.wbo
COMMAND LINE= HOME/naps-1.02b5.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4427162-1720909347/watcher-4427162-1720909347 -o /tmp/evaluation-result-4427162-1720909347/solver-4427162-1720909347 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1720905418-715661 --watchdog 3760  HOME/naps-1.02b5.sh HOME/instance-4427162-1720909347.wbo

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

MD5SUM BENCH= 877f3997f9257d793d2a0e209c393814
RANDOM SEED=1234717307

nodeC009.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		: 3516.739
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.34
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		: 3542.665
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.27
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.419
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.34
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.387
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.27
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		: 3493.131
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.34
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		: 1624.970
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.27
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		: 1197.387
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.34
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		: 1374.820
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.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        127235652 kB
MemAvailable:   128453272 kB
Buffers:          335648 kB
Cached:          1713132 kB
SwapCached:            0 kB
Active:           506796 kB
Inactive:        3373312 kB
Active(anon):       1484 kB
Inactive(anon):  1867584 kB
Active(file):     505312 kB
Inactive(file):  1505728 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             62572 kB
Writeback:             0 kB
AnonPages:       1831128 kB
Mapped:           107028 kB
Shmem:             37700 kB
KReclaimable:      93220 kB
Slab:             186936 kB
SReclaimable:      93220 kB
SUnreclaim:        93716 kB
KernelStack:        4000 kB
PageTables:        13124 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2258764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            46816 kB
HardwareCorrupted:     0 kB
AnonHugePages:    946176 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:      168776 kB
DirectMap2M:    12318720 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 723708 MiB
End job on nodeC009 at 2024-07-14 00:30:16