Trace number 4463747

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.03a2? (TO) 3600.05 3609.61

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/
graphs/normalized-graph11reduc_wcsp.wbo
MD5SUM4f9f31b2d576e76fab744cedabc86032
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark1810
Best CPU time to get the best result obtained on this benchmark3128.81
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables5855
Total number of constraints283196
Number of soft constraints282856
Number of constraints which are clauses282856
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 constraint1
Maximum length of a constraint44
Top cost 3080
Min constraint cost 1
Max constraint cost 3080
Sum of constraints costs 64455868
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.03a2.
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-4463747-1722355408.wbo
0.00/0.00	c Initial goal by soft: 3079
2.88/2.95	c single stage optimization mode
3.18/3.27	c Found but not a solution: 99923
3600.03/3609.60	c 
3600.03/3609.60	c *** TERMINATED *** by signal 15
3600.03/3609.60	s UNKNOWN
3600.03/3609.60	c _____________________________________________________________________________
3600.03/3609.60	c std/band forms        : 227,0
3600.03/3609.60	c 2cl/3cl ITE-codings   : 0,0
3600.03/3609.60	c BDD/srt/adr Max costs : 0,694,1451460
3600.03/3609.60	c BDDraw/bin/mul/srt/adr: 0,0,0,226,1
3600.03/3609.60	c BDD nodes             : 0
3600.03/3609.60	c Es1/CC detections     : 0,0
3600.03/3609.60	c CC sort               : 226
3600.03/3609.60	c SAT/UNSAT calls       : 1,0
3600.03/3609.60	c regenrated variables  : 0
3600.03/3609.60	c eliminated fixed lits : 0
3600.03/3609.60	c goal lit flips        : 0
3600.03/3609.60	c goal stages           : 1
3600.03/3609.60	c goal shrink           : 0
3600.03/3609.60	c goal coeff separations: 8468
3600.03/3609.60	c restarts              : 1
3600.03/3609.60	c conflicts             : 26             (0 /sec)
3600.03/3609.60	c decisions             : 622795         (173 /sec)
3600.03/3609.60	c propagations          : 653709         (182 /sec)
3600.03/3609.60	c inspects              : 0              (0 /sec)
3600.03/3609.60	c CPU time (solving tm) : 3597 s        (3588 s, SAT 0.1434 s, UNSAT 0 s)
3600.03/3609.60	c Time for Opt-base     : 0.005194 s
3600.03/3609.60	c Steps for Opt-base    : 0
3600.03/3609.60	c Time for BDD coding   : 0 s
3600.03/3609.60	c Time for srt coding   : 0.008303 s
3600.03/3609.60	c _____________________________________________________________________________

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (62549 MiB free)
  memory of node 1: 64473 MiB (63578 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4463747-1722355408/watcher-4463747-1722355408 -o /tmp/evaluation-result-4463747-1722355408/solver-4463747-1722355408 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1722351798-12745 --watchdog 3760 HOME/naps-1.03.sh -GM HOME/instance-4463747-1722355408.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100814 s]*
/proc/loadavg: 4.14 4.10 4.09 4/254 14762
/proc/meminfo: memFree=129152556/131524600 swapFree=131071996/131071996
[pid=14740] ppid=14737 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/14740/stat : 14740 (naps-1.03.sh) S 14737 14740 12734 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 1928987 10170368 671 134679101440 94092731535360 94092732614680 140735745874528 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94092734713136 94092734760324 94092765175808 140735745876959 140735745877088 140735745877088 140735745884104 0
/proc/14740/statm: 2483 671 592 264 0 134 0
[pid=14745] ppid=14740 vsize=16860 memory=10260 CPUtime=0.09 cores=4,6
/proc/14745/stat : 14745 (naps-1.03a2) R 14740 14740 12734 0 -1 4194304 2251 0 0 0 9 0 0 0 20 0 1 0 1928988 17264640 2565 134679101440 4194304 6891597 140728769205248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34742272 140728769213418 140728769213536 140728769213536 140728769220553 0
/proc/14745/statm: 4215 2565 436 659 0 3419 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 26792 KiB
Current children cumulated memory: 12944 KiB

[startup+0.205686 s]*
/proc/loadavg: 4.14 4.10 4.09 5/256 14766
/proc/meminfo: memFree=129119552/131524600 swapFree=131071996/131071996
[pid=14740] ppid=14737 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/14740/stat : 14740 (naps-1.03.sh) S 14737 14740 12734 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 1928987 10170368 671 134679101440 94092731535360 94092732614680 140735745874528 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94092734713136 94092734760324 94092765175808 140735745876959 140735745877088 140735745877088 140735745884104 0
/proc/14740/statm: 2483 671 592 264 0 134 0
[pid=14745] ppid=14740 vsize=24280 memory=17472 CPUtime=0.2 cores=4,6
/proc/14745/stat : 14745 (naps-1.03a2) R 14740 14740 12734 0 -1 4194304 4181 0 0 0 19 1 0 0 20 0 1 0 1928988 24862720 4368 134679101440 4194304 6891597 140728769205248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34742272 140728769213418 140728769213536 140728769213536 140728769220553 0
/proc/14745/statm: 6070 4368 436 659 0 5274 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 34212 KiB
Current children cumulated memory: 20156 KiB

[startup+0.305634 s]*
/proc/loadavg: 4.14 4.10 4.09 5/256 14766
/proc/meminfo: memFree=129080880/131524600 swapFree=131071996/131071996
[pid=14740] ppid=14737 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/14740/stat : 14740 (naps-1.03.sh) S 14737 14740 12734 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 1928987 10170368 671 134679101440 94092731535360 94092732614680 140735745874528 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94092734713136 94092734760324 94092765175808 140735745876959 140735745877088 140735745877088 140735745884104 0
/proc/14740/statm: 2483 671 592 264 0 134 0
[pid=14745] ppid=14740 vsize=32508 memory=26928 CPUtime=0.29 cores=4,6
/proc/14745/stat : 14745 (naps-1.03a2) R 14740 14740 12734 0 -1 4194304 6205 0 0 0 28 1 0 0 20 0 1 0 1928988 33288192 6732 134679101440 4194304 6891597 140728769205248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34742272 140728769213418 140728769213536 140728769213536 140728769220553 0
/proc/14745/statm: 8127 6732 436 659 0 7331 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 42440 KiB
Current children cumulated memory: 29612 KiB

[startup+0.700264 s]
/proc/loadavg: 4.14 4.10 4.09 5/254 14766
/proc/meminfo: memFree=129028024/131524600 swapFree=131071996/131071996
[pid=14740] ppid=14737 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/14740/stat : 14740 (naps-1.03.sh) S 14737 14740 12734 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 1928987 10170368 671 134679101440 94092731535360 94092732614680 140735745874528 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94092734713136 94092734760324 94092765175808 140735745876959 140735745877088 140735745877088 140735745884104 0
/proc/14740/statm: 2483 671 592 264 0 134 0
[pid=14745] ppid=14740 vsize=59588 memory=52952 CPUtime=0.68 cores=4,6
/proc/14745/stat : 14745 (naps-1.03a2) R 14740 14740 12734 0 -1 4194304 13067 0 0 0 65 3 0 0 20 0 1 0 1928988 61018112 13238 134679101440 4194304 6891597 140728769205248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34742272 140728769213418 140728769213536 140728769213536 140728769220553 0
/proc/14745/statm: 14897 13238 436 659 0 14101 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 69520 KiB
Current children cumulated memory: 55636 KiB

[startup+1.50027 s]
/proc/loadavg: 4.14 4.10 4.09 5/261 14781
/proc/meminfo: memFree=128957920/131524600 swapFree=131071996/131071996
[pid=14740] ppid=14737 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/14740/stat : 14740 (naps-1.03.sh) S 14737 14740 12734 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 1928987 10170368 671 134679101440 94092731535360 94092732614680 140735745874528 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94092734713136 94092734760324 94092765175808 140735745876959 140735745877088 140735745877088 140735745884104 0
/proc/14740/statm: 2483 671 592 264 0 134 0
[pid=14745] ppid=14740 vsize=120760 memory=109772 CPUtime=1.48 cores=4,6
/proc/14745/stat : 14745 (naps-1.03a2) R 14740 14740 12734 0 -1 4194304 25973 0 0 0 142 6 0 0 20 0 1 0 1928988 123658240 27443 134679101440 4194304 6891597 140728769205248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34742272 140728769213418 140728769213536 140728769213536 140728769220553 0
/proc/14745/statm: 30190 27443 436 659 0 29394 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 130692 KiB
Current children cumulated memory: 112456 KiB

[startup+3.10548 s]
/proc/loadavg: 4.14 4.10 4.09 4/257 14847
/proc/meminfo: memFree=129455128/131524600 swapFree=131071996/131071996
[pid=14740] ppid=14737 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/14740/stat : 14740 (naps-1.03.sh) S 14737 14740 12734 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 1928987 10170368 671 134679101440 94092731535360 94092732614680 140735745874528 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94092734713136 94092734760324 94092765175808 140735745876959 140735745877088 140735745877088 140735745884104 0
/proc/14740/statm: 2483 671 592 264 0 134 0
[pid=14745] ppid=14740 vsize=243688 memory=228124 CPUtime=3.08 cores=4,6
/proc/14745/stat : 14745 (naps-1.03a2) R 14740 14740 12734 0 -1 4194304 54903 0 0 0 297 11 0 0 20 0 1 0 1928988 249536512 57031 134679101440 4194304 6891597 140728769205248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34742272 140728769213418 140728769213536 140728769213536 140728769220553 0
/proc/14745/statm: 60922 57031 468 659 0 60126 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 253620 KiB
Current children cumulated memory: 230808 KiB

[startup+6.30026 s]
/proc/loadavg: 4.21 4.11 4.10 5/261 14883
/proc/meminfo: memFree=128157200/131524600 swapFree=131071996/131071996
[pid=14740] ppid=14737 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/14740/stat : 14740 (naps-1.03.sh) S 14737 14740 12734 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 1928987 10170368 671 134679101440 94092731535360 94092732614680 140735745874528 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94092734713136 94092734760324 94092765175808 140735745876959 140735745877088 140735745877088 140735745884104 0
/proc/14740/statm: 2483 671 592 264 0 134 0
[pid=14745] ppid=14740 vsize=988532 memory=945844 CPUtime=6.27 cores=4,6
/proc/14745/stat : 14745 (naps-1.03a2) R 14740 14740 12734 0 -1 4194304 145137 0 0 0 595 32 0 0 20 0 1 0 1928988 1012256768 236461 134679101440 4194304 6891597 140728769205248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34742272 140728769213418 140728769213536 140728769213536 140728769220553 0
/proc/14745/statm: 247133 236461 468 659 0 246337 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 998464 KiB
Current children cumulated memory: 948528 KiB

[startup+12.7003 s]
/proc/loadavg: 4.19 4.11 4.10 5/261 14884
/proc/meminfo: memFree=125725004/131524600 swapFree=131071996/131071996
[pid=14740] ppid=14737 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/14740/stat : 14740 (naps-1.03.sh) S 14737 14740 12734 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 1928987 10170368 671 134679101440 94092731535360 94092732614680 140735745874528 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94092734713136 94092734760324 94092765175808 140735745876959 140735745877088 140735745877088 140735745884104 0
/proc/14740/statm: 2483 671 592 264 0 134 0
[pid=14745] ppid=14740 vsize=1982064 memory=1904352 CPUtime=12.66 cores=4,6
/proc/14745/stat : 14745 (naps-1.03a2) R 14740 14740 12734 0 -1 4194304 261206 0 0 0 1208 58 0 0 20 0 1 0 1928988 2029633536 476088 134679101440 4194304 6891597 140728769205248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34742272 140728769213418 140728769213536 140728769213536 140728769220553 0
/proc/14745/statm: 495516 476088 468 659 0 494720 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 1991996 KiB
Current children cumulated memory: 1907036 KiB

[startup+25.5003 s]
/proc/loadavg: 4.22 4.12 4.10 5/262 14887
/proc/meminfo: memFree=121458924/131524600 swapFree=131071996/131071996
[pid=14740] ppid=14737 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/14740/stat : 14740 (naps-1.03.sh) S 14737 14740 12734 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 1928987 10170368 671 134679101440 94092731535360 94092732614680 140735745874528 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94092734713136 94092734760324 94092765175808 140735745876959 140735745877088 140735745877088 140735745884104 0
/proc/14740/statm: 2483 671 592 264 0 134 0
[pid=14745] ppid=14740 vsize=1998548 memory=1915984 CPUtime=25.42 cores=4,6
/proc/14745/stat : 14745 (naps-1.03a2) R 14740 14740 12734 0 -1 4194304 263166 0 0 0 2484 58 0 0 20 0 1 0 1928988 2046513152 478996 134679101440 4194304 6891597 140728769205248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34742272 140728769213418 140728769213536 140728769213536 140728769220553 0
/proc/14745/statm: 499637 478996 468 659 0 498841 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 2008480 KiB
Current children cumulated memory: 1918668 KiB

[startup+51.1057 s]
/proc/loadavg: 4.22 4.13 4.10 5/261 14892
/proc/meminfo: memFree=107909016/131524600 swapFree=131071996/131071996
[pid=14740] ppid=14737 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/14740/stat : 14740 (naps-1.03.sh) S 14737 14740 12734 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 1928987 10170368 671 134679101440 94092731535360 94092732614680 140735745874528 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94092734713136 94092734760324 94092765175808 140735745876959 140735745877088 140735745877088 140735745884104 0
/proc/14740/statm: 2483 671 592 264 0 134 0
[pid=14745] ppid=14740 vsize=1998548 memory=1916568 CPUtime=50.97 cores=4,6
/proc/14745/stat : 14745 (naps-1.03a2) R 14740 14740 12734 0 -1 4194304 263679 0 0 0 5038 59 0 0 20 0 1 0 1928988 2046513152 479142 134679101440 4194304 6891597 140728769205248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34742272 140728769213418 140728769213536 140728769213536 140728769220553 0
/proc/14745/statm: 499637 479142 468 659 0 498841 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 2008480 KiB
Current children cumulated memory: 1919252 KiB

[startup+102.3 s]
/proc/loadavg: 4.17 4.12 4.10 5/261 14902
/proc/meminfo: memFree=93473164/131524600 swapFree=131071996/131071996
[pid=14740] ppid=14737 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/14740/stat : 14740 (naps-1.03.sh) S 14737 14740 12734 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 1928987 10170368 671 134679101440 94092731535360 94092732614680 140735745874528 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94092734713136 94092734760324 94092765175808 140735745876959 140735745877088 140735745877088 140735745884104 0
/proc/14740/statm: 2483 671 592 264 0 134 0
[pid=14745] ppid=14740 vsize=1998548 memory=1919228 CPUtime=102.03 cores=4,6
/proc/14745/stat : 14745 (naps-1.03a2) R 14740 14740 12734 0 -1 4194304 264222 0 0 0 10143 60 0 0 20 0 1 0 1928988 2046513152 479807 134679101440 4194304 6891597 140728769205248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34742272 140728769213418 140728769213536 140728769213536 140728769220553 0
/proc/14745/statm: 499637 479807 468 659 0 498841 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 2008480 KiB
Current children cumulated memory: 1921912 KiB

[startup+162.3 s]
/proc/loadavg: 4.29 4.17 4.11 5/260 14913
/proc/meminfo: memFree=93426092/131524600 swapFree=131071996/131071996
[pid=14740] ppid=14737 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/14740/stat : 14740 (naps-1.03.sh) S 14737 14740 12734 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 1928987 10170368 671 134679101440 94092731535360 94092732614680 140735745874528 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94092734713136 94092734760324 94092765175808 140735745876959 140735745877088 140735745877088 140735745884104 0
/proc/14740/statm: 2483 671 592 264 0 134 0
[pid=14745] ppid=14740 vsize=2001396 memory=1931688 CPUtime=161.88 cores=4,6
/proc/14745/stat : 14745 (naps-1.03a2) R 14740 14740 12734 0 -1 4194304 265753 0 0 0 16126 62 0 0 20 0 1 0 1928988 2049429504 482922 134679101440 4194304 6891597 140728769205248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34742272 140728769213418 140728769213536 140728769213536 140728769220553 0
/proc/14745/statm: 500349 482922 468 659 0 499553 0
Current children cumulated CPU time: 161.88 s
Current children cumulated vsize: 2011328 KiB
Current children cumulated memory: 1934372 KiB

[startup+222.3 s]
/proc/loadavg: 4.22 4.17 4.11 5/260 14923
/proc/meminfo: memFree=93357864/131524600 swapFree=131071996/131071996
[pid=14740] ppid=14737 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/14740/stat : 14740 (naps-1.03.sh) S 14737 14740 12734 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 1928987 10170368 671 134679101440 94092731535360 94092732614680 140735745874528 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94092734713136 94092734760324 94092765175808 140735745876959 140735745877088 140735745877088 140735745884104 0
/proc/14740/statm: 2483 671 592 264 0 134 0
[pid=14745] ppid=14740 vsize=2224764 memory=1997208 CPUtime=221.72 cores=4,6
/proc/14745/stat : 14745 (naps-1.03a2) R 14740 14740 12734 0 -1 4194304 268778 0 0 0 22107 65 0 0 20 0 1 0 1928988 2278158336 499302 134679101440 4194304 6891597 140728769205248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34742272 140728769213418 140728769213536 140728769213536 140728769220553 0
/proc/14745/statm: 556191 499302 468 659 0 555395 0
Current children cumulated CPU time: 221.72 s
Current children cumulated vsize: 2234696 KiB

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

/proc/14745/statm: 582931 534624 468 659 0 582135 0
Current children cumulated CPU time: 3034.24 s
Current children cumulated vsize: 2341656 KiB
Current children cumulated memory: 2141180 KiB

[startup+3102.3 s]
/proc/loadavg: 4.07 4.10 4.09 5/262 16081
/proc/meminfo: memFree=92590648/131524600 swapFree=131071996/131071996
[pid=14740] ppid=14737 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/14740/stat : 14740 (naps-1.03.sh) S 14737 14740 12734 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 1928987 10170368 671 134679101440 94092731535360 94092732614680 140735745874528 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94092734713136 94092734760324 94092765175808 140735745876959 140735745877088 140735745877088 140735745884104 0
/proc/14740/statm: 2483 671 592 264 0 134 0
[pid=14745] ppid=14740 vsize=2332676 memory=2172136 CPUtime=3094.08 cores=4,6
/proc/14745/stat : 14745 (naps-1.03a2) R 14740 14740 12734 0 -1 4194304 349672 0 0 0 309112 296 0 0 20 0 1 0 1928988 2388660224 543034 134679101440 4194304 6891597 140728769205248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34742272 140728769213418 140728769213536 140728769213536 140728769220553 0
/proc/14745/statm: 583169 543034 468 659 0 582373 0
Current children cumulated CPU time: 3094.08 s
Current children cumulated vsize: 2342608 KiB
Current children cumulated memory: 2174820 KiB

[startup+3162.3 s]
/proc/loadavg: 4.17 4.13 4.09 5/260 16477
/proc/meminfo: memFree=92611760/131524600 swapFree=131071996/131071996
[pid=14740] ppid=14737 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/14740/stat : 14740 (naps-1.03.sh) S 14737 14740 12734 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 1928987 10170368 671 134679101440 94092731535360 94092732614680 140735745874528 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94092734713136 94092734760324 94092765175808 140735745876959 140735745877088 140735745877088 140735745884104 0
/proc/14740/statm: 2483 671 592 264 0 134 0
[pid=14745] ppid=14740 vsize=2333376 memory=2209676 CPUtime=3153.92 cores=4,6
/proc/14745/stat : 14745 (naps-1.03a2) R 14740 14740 12734 0 -1 4194304 350822 0 0 0 315095 297 0 0 20 0 1 0 1928988 2389377024 552419 134679101440 4194304 6891597 140728769205248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34742272 140728769213418 140728769213536 140728769213536 140728769220553 0
/proc/14745/statm: 583344 552419 468 659 0 582548 0
Current children cumulated CPU time: 3153.92 s
Current children cumulated vsize: 2343308 KiB
Current children cumulated memory: 2212360 KiB

[startup+3222.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/261 16489
/proc/meminfo: memFree=92687372/131524600 swapFree=131071996/131071996
[pid=14740] ppid=14737 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/14740/stat : 14740 (naps-1.03.sh) S 14737 14740 12734 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 1928987 10170368 671 134679101440 94092731535360 94092732614680 140735745874528 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94092734713136 94092734760324 94092765175808 140735745876959 140735745877088 140735745877088 140735745884104 0
/proc/14740/statm: 2483 671 592 264 0 134 0
[pid=14745] ppid=14740 vsize=2334056 memory=2089468 CPUtime=3213.76 cores=4,6
/proc/14745/stat : 14745 (naps-1.03a2) R 14740 14740 12734 0 -1 4194304 352649 0 0 0 321071 305 0 0 20 0 1 0 1928988 2390073344 522367 134679101440 4194304 6891597 140728769205248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34742272 140728769213418 140728769213536 140728769213536 140728769220553 0
/proc/14745/statm: 583514 522367 468 659 0 582718 0
Current children cumulated CPU time: 3213.76 s
Current children cumulated vsize: 2343988 KiB
Current children cumulated memory: 2092152 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/261 16501
/proc/meminfo: memFree=93076884/131524600 swapFree=131071996/131071996
[pid=14740] ppid=14737 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/14740/stat : 14740 (naps-1.03.sh) S 14737 14740 12734 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 1928987 10170368 671 134679101440 94092731535360 94092732614680 140735745874528 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94092734713136 94092734760324 94092765175808 140735745876959 140735745877088 140735745877088 140735745884104 0
/proc/14740/statm: 2483 671 592 264 0 134 0
[pid=14745] ppid=14740 vsize=2334328 memory=2132748 CPUtime=3273.6 cores=4,6
/proc/14745/stat : 14745 (naps-1.03a2) R 14740 14740 12734 0 -1 4194304 353444 0 0 0 327054 306 0 0 20 0 1 0 1928988 2390351872 533187 134679101440 4194304 6891597 140728769205248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34742272 140728769213418 140728769213536 140728769213536 140728769220553 0
/proc/14745/statm: 583582 533187 468 659 0 582786 0
Current children cumulated CPU time: 3273.6 s
Current children cumulated vsize: 2344260 KiB
Current children cumulated memory: 2135432 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/263 16682
/proc/meminfo: memFree=92996612/131524600 swapFree=131071996/131071996
[pid=14740] ppid=14737 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/14740/stat : 14740 (naps-1.03.sh) S 14737 14740 12734 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 1928987 10170368 671 134679101440 94092731535360 94092732614680 140735745874528 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94092734713136 94092734760324 94092765175808 140735745876959 140735745877088 140735745877088 140735745884104 0
/proc/14740/statm: 2483 671 592 264 0 134 0
[pid=14745] ppid=14740 vsize=2334864 memory=2178272 CPUtime=3333.44 cores=4,6
/proc/14745/stat : 14745 (naps-1.03a2) R 14740 14740 12734 0 -1 4194304 354371 0 0 0 333037 307 0 0 20 0 1 0 1928988 2390900736 544568 134679101440 4194304 6891597 140728769205248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34742272 140728769213418 140728769213536 140728769213536 140728769220553 0
/proc/14745/statm: 583716 544568 468 659 0 582920 0
Current children cumulated CPU time: 3333.44 s
Current children cumulated vsize: 2344796 KiB
Current children cumulated memory: 2180956 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/263 16693
/proc/meminfo: memFree=92907696/131524600 swapFree=131071996/131071996
[pid=14740] ppid=14737 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/14740/stat : 14740 (naps-1.03.sh) S 14737 14740 12734 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 1928987 10170368 671 134679101440 94092731535360 94092732614680 140735745874528 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94092734713136 94092734760324 94092765175808 140735745876959 140735745877088 140735745877088 140735745884104 0
/proc/14740/statm: 2483 671 592 264 0 134 0
[pid=14745] ppid=14740 vsize=2336852 memory=2219140 CPUtime=3393.28 cores=4,6
/proc/14745/stat : 14745 (naps-1.03a2) R 14740 14740 12734 0 -1 4194304 355807 0 0 0 339020 308 0 0 20 0 1 0 1928988 2392936448 554785 134679101440 4194304 6891597 140728769205248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34742272 140728769213418 140728769213536 140728769213536 140728769220553 0
/proc/14745/statm: 584213 554785 468 659 0 583417 0
Current children cumulated CPU time: 3393.28 s
Current children cumulated vsize: 2346784 KiB
Current children cumulated memory: 2221824 KiB

[startup+3462.3 s]
/proc/loadavg: 4.42 4.19 4.12 5/263 16718
/proc/meminfo: memFree=92965260/131524600 swapFree=131071996/131071996
[pid=14740] ppid=14737 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/14740/stat : 14740 (naps-1.03.sh) S 14737 14740 12734 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 1928987 10170368 671 134679101440 94092731535360 94092732614680 140735745874528 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94092734713136 94092734760324 94092765175808 140735745876959 140735745877088 140735745877088 140735745884104 0
/proc/14740/statm: 2483 671 592 264 0 134 0
[pid=14745] ppid=14740 vsize=2339672 memory=2099484 CPUtime=3453.11 cores=4,6
/proc/14745/stat : 14745 (naps-1.03a2) R 14740 14740 12734 0 -1 4194304 358237 0 0 0 344993 318 0 0 20 0 1 0 1928988 2395824128 524871 134679101440 4194304 6891597 140728769205248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34742272 140728769213418 140728769213536 140728769213536 140728769220553 0
/proc/14745/statm: 584918 524871 468 659 0 584122 0
Current children cumulated CPU time: 3453.11 s
Current children cumulated vsize: 2349604 KiB
Current children cumulated memory: 2102168 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.17 4.11 5/262 16728
/proc/meminfo: memFree=92881160/131524600 swapFree=131071996/131071996
[pid=14740] ppid=14737 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/14740/stat : 14740 (naps-1.03.sh) S 14737 14740 12734 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 1928987 10170368 671 134679101440 94092731535360 94092732614680 140735745874528 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94092734713136 94092734760324 94092765175808 140735745876959 140735745877088 140735745877088 140735745884104 0
/proc/14740/statm: 2483 671 592 264 0 134 0
[pid=14745] ppid=14740 vsize=2339940 memory=2136672 CPUtime=3512.96 cores=4,6
/proc/14745/stat : 14745 (naps-1.03a2) R 14740 14740 12734 0 -1 4194304 359164 0 0 0 350976 320 0 0 20 0 1 0 1928988 2396098560 534168 134679101440 4194304 6891597 140728769205248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34742272 140728769213418 140728769213536 140728769213536 140728769220553 0
/proc/14745/statm: 584985 534168 468 659 0 584189 0
Current children cumulated CPU time: 3512.96 s
Current children cumulated vsize: 2349872 KiB
Current children cumulated memory: 2139356 KiB

[startup+3582.3 s]
/proc/loadavg: 4.19 4.17 4.11 5/262 16740
/proc/meminfo: memFree=92775980/131524600 swapFree=131071996/131071996
[pid=14740] ppid=14737 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/14740/stat : 14740 (naps-1.03.sh) S 14737 14740 12734 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 1928987 10170368 671 134679101440 94092731535360 94092732614680 140735745874528 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94092734713136 94092734760324 94092765175808 140735745876959 140735745877088 140735745877088 140735745884104 0
/proc/14740/statm: 2483 671 592 264 0 134 0
[pid=14745] ppid=14740 vsize=2340748 memory=2176356 CPUtime=3572.8 cores=4,6
/proc/14745/stat : 14745 (naps-1.03a2) R 14740 14740 12734 0 -1 4194304 360170 0 0 0 356959 321 0 0 20 0 1 0 1928988 2396925952 544089 134679101440 4194304 6891597 140728769205248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34742272 140728769213418 140728769213536 140728769213536 140728769220553 0
/proc/14745/statm: 585187 544089 468 659 0 584391 0
Current children cumulated CPU time: 3572.8 s
Current children cumulated vsize: 2350680 KiB
Current children cumulated memory: 2179040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.6 s]
/proc/loadavg: 4.13 4.15 4.11 5/262 16744
/proc/meminfo: memFree=92731660/131524600 swapFree=131071996/131071996
[pid=14740] ppid=14737 vsize=9932 memory=2684 CPUtime=0 cores=4,6
/proc/14740/stat : 14740 (naps-1.03.sh) S 14737 14740 12734 0 -1 4194304 223 238 0 0 0 0 0 0 20 0 1 0 1928987 10170368 671 134679101440 94092731535360 94092732614680 140735745874528 0 0 0 65536 4 65538 0 0 0 17 4 0 0 0 0 0 94092734713136 94092734760324 94092765175808 140735745876959 140735745877088 140735745877088 140735745884104 0
/proc/14740/statm: 2483 671 592 264 0 134 0
[pid=14745] ppid=14740 vsize=2341940 memory=2193932 CPUtime=3600.03 cores=4,6
/proc/14745/stat : 14745 (naps-1.03a2) R 14740 14740 12734 0 -1 4194304 360933 0 0 0 359681 322 0 0 20 0 1 0 1928988 2398146560 548483 134679101440 4194304 6891597 140728769205248 0 0 0 0 0 17922 0 0 0 17 4 0 0 0 0 0 7398840 7447120 34742272 140728769213418 140728769213536 140728769213536 140728769220553 0
/proc/14745/statm: 585485 548483 468 659 0 584689 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 2351872 KiB
Current children cumulated memory: 2196616 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.002491 s, system=0.000359 s

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

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

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

Child status: 10

Real time (s): 3609.61
CPU time (s): 3600.05
CPU user time (s): 3596.82
CPU system time (s): 3.23238
CPU usage (%): 99.7352
Max. virtual memory (cumulated for all children) (KiB): 2907732
Max. memory (cumulated for all children) (KiB): 2611276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.82
system time used= 3.23238
maximum resident set size= 2608592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 361394
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= 245
involuntary context switches= 8129


# summary of solver processes directly reported to runsolver:
#   pid: 14740,14745
#   total CPU time (s): 3600.05
#   total CPU user time (s): 3596.82
#   total CPU system time (s): 3.23238

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.70615 second user time and 17.812 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-30 18:03:28
IDJOB=4463747
IDBENCH=144141
IDSOLVER=3091
FILE ID=nodeC015/4463747-1722355408
RUNJOBID= nodeC015-1722351798-12745
SLURM_JOB_ID= 8249017
Free space on /tmp= 890060 MiB

SOLVER NAME= NaPS-GM 1.03a2
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/graphs/normalized-graph11reduc_wcsp.wbo
COMMAND LINE= HOME/naps-1.03.sh -GM BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4463747-1722355408/watcher-4463747-1722355408 -o /tmp/evaluation-result-4463747-1722355408/solver-4463747-1722355408 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1722351798-12745 --watchdog 3760  HOME/naps-1.03.sh -GM HOME/instance-4463747-1722355408.wbo

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

MD5SUM BENCH= 4f9f31b2d576e76fab744cedabc86032
RANDOM SEED=849456920

nodeC015.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3641.207
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3688.042
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.783
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3601.013
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3612.887
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3673.348
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3656.888
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3657.460
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.03
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129156068 kB
MemAvailable:   128934616 kB
Buffers:           68392 kB
Cached:           549632 kB
SwapCached:            0 kB
Active:           187192 kB
Inactive:        1713840 kB
Active(anon):       1560 kB
Inactive(anon):  1304828 kB
Active(file):     185632 kB
Inactive(file):   409012 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             13892 kB
Writeback:             0 kB
AnonPages:       1282832 kB
Mapped:            92248 kB
Shmem:             23384 kB
KReclaimable:      47456 kB
Slab:             126924 kB
SReclaimable:      47456 kB
SUnreclaim:        79468 kB
KernelStack:        4128 kB
PageTables:        11592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1836420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             8864 kB
HardwareCorrupted:     0 kB
AnonHugePages:    720896 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:      158420 kB
DirectMap2M:    12197888 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 889880 MiB
End job on nodeC015 at 2024-07-30 19:03:38