Trace number 4463568

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
NaPS 1.03a2? (MO) 427.071 428.234

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/scens/
normalized-scen06-16reduc_wcsp.wbo
MD5SUMb650e80a3f64e6bae4fbc25304197493
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables1921
Total number of constraints124511
Number of soft constraints124429
Number of constraints which are clauses124429
Number of constraints which are cardinality constraints (but not clauses)82
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint28
Top cost 3389
Min constraint cost 1
Max constraint cost 2436
Sum of constraints costs 44162576
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
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 Input file name: HOME/instance-4463568-1722352607.wbo
0.00/0.00	c Initial goal by soft: 3388
1.18/1.24	c single stage optimization mode
56.16/56.35	c Found but not a solution: 165296
185.33/185.80	c Found but not a solution: 63959
426.72/427.90	c 
426.72/427.90	c *** TERMINATED *** by signal 15
426.72/427.90	s UNKNOWN
426.72/427.90	c _____________________________________________________________________________
426.72/427.90	c std/band forms        : 84,0
426.72/427.90	c 2cl/3cl ITE-codings   : 0,0
426.72/427.90	c BDD/srt/adr Max costs : 0,42270864,0
426.72/427.90	c BDDraw/bin/mul/srt/adr: 0,0,0,84,0
426.72/427.90	c BDD nodes             : 0
426.72/427.90	c Es1/CC detections     : 0,0
426.72/427.90	c CC sort               : 82
426.72/427.90	c SAT/UNSAT calls       : 2,0
426.72/427.90	c regenrated variables  : 0
426.72/427.90	c eliminated fixed lits : 0
426.72/427.90	c goal lit flips        : 124131
426.72/427.90	c goal stages           : 1
426.72/427.90	c goal shrink           : 0
426.72/427.90	c goal coeff separations: 7741
426.72/427.90	c restarts              : 48
426.72/427.90	c conflicts             : 349            (1 /sec)
426.72/427.90	c decisions             : 1493004        (3596 /sec)
426.72/427.90	c propagations          : 353281044      (850980 /sec)
426.72/427.90	c inspects              : 0              (0 /sec)
426.72/427.90	c CPU time (solving tm) : 415.1 s        (329.1 s, SAT 125.1 s, UNSAT 0 s)
426.72/427.90	c Time for Opt-base     : 6.112 s
426.72/427.90	c Steps for Opt-base    : 36955413
426.72/427.90	c Time for BDD coding   : 0 s
426.72/427.90	c Time for srt coding   : 32.58 s
426.72/427.90	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 (59391 MiB free)
  memory of node 1: 64473 MiB (60664 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4463568-1722352607/watcher-4463568-1722352607 -o /tmp/evaluation-result-4463568-1722352607/solver-4463568-1722352607 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1722352470-14083 --watchdog 3760 HOME/naps-1.03.sh HOME/instance-4463568-1722352607.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
Current StackSize limit: 8192 KiB

solver pid=14676, runsolver pid=14673

[startup+0.100098 s]*
/proc/loadavg: 3.78 2.26 2.21 5/262 14681
/proc/meminfo: memFree=122926112/131524600 swapFree=131071996/131071996
[pid=14676] ppid=14673 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/14676/stat : 14676 (naps-1.03.sh) S 14673 14676 14070 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 1860628 10170368 671 134679101440 94871663321088 94871664400408 140724551580784 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94871666498864 94871666546052 94871681716224 140724551582691 140724551582816 140724551582816 140724551589832 0
/proc/14676/statm: 2483 671 592 264 0 134 0
[pid=14681] ppid=14676 vsize=15004 memory=13260 CPUtime=0.09 cores=5,7
/proc/14681/stat : 14681 (naps-1.03a2) R 14676 14676 14070 0 -1 4194304 3236 0 0 0 9 0 0 0 20 0 1 0 1860628 15364096 3315 134679101440 4194304 6891597 140722550819840 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21381120 140722550821870 140722550821984 140722550821984 140722550829001 0
/proc/14681/statm: 3751 3315 580 659 0 2955 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 24936 KiB
Current children cumulated memory: 15944 KiB

[startup+0.205759 s]*
/proc/loadavg: 3.78 2.26 2.21 5/262 14681
/proc/meminfo: memFree=122915192/131524600 swapFree=131071996/131071996
[pid=14676] ppid=14673 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/14676/stat : 14676 (naps-1.03.sh) S 14673 14676 14070 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 1860628 10170368 671 134679101440 94871663321088 94871664400408 140724551580784 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94871666498864 94871666546052 94871681716224 140724551582691 140724551582816 140724551582816 140724551589832 0
/proc/14676/statm: 2483 671 592 264 0 134 0
[pid=14681] ppid=14676 vsize=26256 memory=24028 CPUtime=0.2 cores=5,7
/proc/14681/stat : 14681 (naps-1.03a2) R 14676 14676 14070 0 -1 4194304 6451 0 0 0 19 1 0 0 20 0 1 0 1860628 26886144 6007 134679101440 4194304 6891597 140722550819840 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21381120 140722550821870 140722550821984 140722550821984 140722550829001 0
/proc/14681/statm: 6564 6007 580 659 0 5768 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 36188 KiB
Current children cumulated memory: 26712 KiB

[startup+0.305672 s]*
/proc/loadavg: 3.78 2.26 2.21 5/262 14681
/proc/meminfo: memFree=122909004/131524600 swapFree=131071996/131071996
[pid=14676] ppid=14673 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/14676/stat : 14676 (naps-1.03.sh) S 14673 14676 14070 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 1860628 10170368 671 134679101440 94871663321088 94871664400408 140724551580784 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94871666498864 94871666546052 94871681716224 140724551582691 140724551582816 140724551582816 140724551589832 0
/proc/14676/statm: 2483 671 592 264 0 134 0
[pid=14681] ppid=14676 vsize=31780 memory=30100 CPUtime=0.29 cores=5,7
/proc/14681/stat : 14681 (naps-1.03a2) R 14676 14676 14070 0 -1 4194304 7970 0 0 0 28 1 0 0 20 0 1 0 1860628 32542720 7525 134679101440 4194304 6891597 140722550819840 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21381120 140722550821870 140722550821984 140722550821984 140722550829001 0
/proc/14681/statm: 7945 7525 580 659 0 7149 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 41712 KiB
Current children cumulated memory: 32784 KiB

[startup+0.700267 s]
/proc/loadavg: 3.78 2.26 2.21 5/262 14681
/proc/meminfo: memFree=122886528/131524600 swapFree=131071996/131071996
[pid=14676] ppid=14673 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/14676/stat : 14676 (naps-1.03.sh) S 14673 14676 14070 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 1860628 10170368 671 134679101440 94871663321088 94871664400408 140724551580784 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94871666498864 94871666546052 94871681716224 140724551582691 140724551582816 140724551582816 140724551589832 0
/proc/14676/statm: 2483 671 592 264 0 134 0
[pid=14681] ppid=14676 vsize=76948 memory=75000 CPUtime=0.68 cores=5,7
/proc/14681/stat : 14681 (naps-1.03a2) R 14676 14676 14070 0 -1 4194304 18679 0 0 0 65 3 0 0 20 0 1 0 1860628 78794752 18750 134679101440 4194304 6891597 140722550819840 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21381120 140722550821870 140722550821984 140722550821984 140722550829001 0
/proc/14681/statm: 19237 18750 580 659 0 18441 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 86880 KiB
Current children cumulated memory: 77684 KiB

[startup+1.50027 s]
/proc/loadavg: 3.78 2.26 2.21 5/262 14681
/proc/meminfo: memFree=122831280/131524600 swapFree=131071996/131071996
[pid=14676] ppid=14673 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/14676/stat : 14676 (naps-1.03.sh) S 14673 14676 14070 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 1860628 10170368 671 134679101440 94871663321088 94871664400408 140724551580784 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94871666498864 94871666546052 94871681716224 140724551582691 140724551582816 140724551582816 140724551589832 0
/proc/14676/statm: 2483 671 592 264 0 134 0
[pid=14681] ppid=14676 vsize=136512 memory=132660 CPUtime=1.48 cores=5,7
/proc/14681/stat : 14681 (naps-1.03a2) R 14676 14676 14070 0 -1 4194304 31520 0 0 0 143 5 0 0 20 0 1 0 1860628 139788288 33165 134679101440 4194304 6891597 140722550819840 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21381120 140722550821870 140722550821984 140722550821984 140722550829001 0
/proc/14681/statm: 34128 33165 612 659 0 33332 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 146444 KiB
Current children cumulated memory: 135344 KiB

[startup+3.10549 s]
/proc/loadavg: 3.87 2.31 2.22 5/262 14681
/proc/meminfo: memFree=122805908/131524600 swapFree=131071996/131071996
[pid=14676] ppid=14673 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/14676/stat : 14676 (naps-1.03.sh) S 14673 14676 14070 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 1860628 10170368 671 134679101440 94871663321088 94871664400408 140724551580784 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94871666498864 94871666546052 94871681716224 140724551582691 140724551582816 140724551582816 140724551589832 0
/proc/14676/statm: 2483 671 592 264 0 134 0
[pid=14681] ppid=14676 vsize=136512 memory=132660 CPUtime=3.08 cores=5,7
/proc/14681/stat : 14681 (naps-1.03a2) R 14676 14676 14070 0 -1 4194304 31523 0 0 0 303 5 0 0 20 0 1 0 1860628 139788288 33165 134679101440 4194304 6891597 140722550819840 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21381120 140722550821870 140722550821984 140722550821984 140722550829001 0
/proc/14681/statm: 34128 33165 612 659 0 33332 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 146444 KiB
Current children cumulated memory: 135344 KiB

[startup+6.30025 s]
/proc/loadavg: 3.87 2.31 2.22 5/262 14683
/proc/meminfo: memFree=122867304/131524600 swapFree=131071996/131071996
[pid=14676] ppid=14673 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/14676/stat : 14676 (naps-1.03.sh) S 14673 14676 14070 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 1860628 10170368 671 134679101440 94871663321088 94871664400408 140724551580784 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94871666498864 94871666546052 94871681716224 140724551582691 140724551582816 140724551582816 140724551589832 0
/proc/14676/statm: 2483 671 592 264 0 134 0
[pid=14681] ppid=14676 vsize=136512 memory=132660 CPUtime=6.27 cores=5,7
/proc/14681/stat : 14681 (naps-1.03a2) R 14676 14676 14070 0 -1 4194304 31526 0 0 0 622 5 0 0 20 0 1 0 1860628 139788288 33165 134679101440 4194304 6891597 140722550819840 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21381120 140722550821870 140722550821984 140722550821984 140722550829001 0
/proc/14681/statm: 34128 33165 612 659 0 33332 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 146444 KiB
Current children cumulated memory: 135344 KiB

[startup+12.7003 s]
/proc/loadavg: 3.96 2.35 2.24 5/262 14683
/proc/meminfo: memFree=122867280/131524600 swapFree=131071996/131071996
[pid=14676] ppid=14673 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/14676/stat : 14676 (naps-1.03.sh) S 14673 14676 14070 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 1860628 10170368 671 134679101440 94871663321088 94871664400408 140724551580784 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94871666498864 94871666546052 94871681716224 140724551582691 140724551582816 140724551582816 140724551589832 0
/proc/14676/statm: 2483 671 592 264 0 134 0
[pid=14681] ppid=14676 vsize=136512 memory=132660 CPUtime=12.65 cores=5,7
/proc/14681/stat : 14681 (naps-1.03a2) R 14676 14676 14070 0 -1 4194304 31532 0 0 0 1260 5 0 0 20 0 1 0 1860628 139788288 33165 134679101440 4194304 6891597 140722550819840 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21381120 140722550821870 140722550821984 140722550821984 140722550829001 0
/proc/14681/statm: 34128 33165 612 659 0 33332 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 146444 KiB
Current children cumulated memory: 135344 KiB

[startup+25.5003 s]
/proc/loadavg: 3.97 2.43 2.27 5/262 14686
/proc/meminfo: memFree=122043328/131524600 swapFree=131071996/131071996
[pid=14676] ppid=14673 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/14676/stat : 14676 (naps-1.03.sh) S 14673 14676 14070 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 1860628 10170368 671 134679101440 94871663321088 94871664400408 140724551580784 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94871666498864 94871666546052 94871681716224 140724551582691 140724551582816 140724551582816 140724551589832 0
/proc/14676/statm: 2483 671 592 264 0 134 0
[pid=14681] ppid=14676 vsize=136512 memory=132660 CPUtime=25.43 cores=5,7
/proc/14681/stat : 14681 (naps-1.03a2) R 14676 14676 14070 0 -1 4194304 31538 0 0 0 2538 5 0 0 20 0 1 0 1860628 139788288 33165 134679101440 4194304 6891597 140722550819840 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21381120 140722550821870 140722550821984 140722550821984 140722550829001 0
/proc/14681/statm: 34128 33165 612 659 0 33332 0
Current children cumulated CPU time: 25.43 s
Current children cumulated vsize: 146444 KiB
Current children cumulated memory: 135344 KiB

[startup+51.1055 s]
/proc/loadavg: 4.12 2.59 2.33 5/262 14691
/proc/meminfo: memFree=121830720/131524600 swapFree=131071996/131071996
[pid=14676] ppid=14673 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/14676/stat : 14676 (naps-1.03.sh) S 14673 14676 14070 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 1860628 10170368 671 134679101440 94871663321088 94871664400408 140724551580784 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94871666498864 94871666546052 94871681716224 140724551582691 140724551582816 140724551582816 140724551589832 0
/proc/14676/statm: 2483 671 592 264 0 134 0
[pid=14681] ppid=14676 vsize=136512 memory=132660 CPUtime=50.98 cores=5,7
/proc/14681/stat : 14681 (naps-1.03a2) R 14676 14676 14070 0 -1 4194304 31546 0 0 0 5093 5 0 0 20 0 1 0 1860628 139788288 33165 134679101440 4194304 6891597 140722550819840 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21381120 140722550821870 140722550821984 140722550821984 140722550829001 0
/proc/14681/statm: 34128 33165 612 659 0 33332 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 146444 KiB
Current children cumulated memory: 135344 KiB

[startup+102.3 s]
/proc/loadavg: 4.31 2.88 2.44 5/262 14702
/proc/meminfo: memFree=98919816/131524600 swapFree=131071996/131071996
[pid=14676] ppid=14673 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/14676/stat : 14676 (naps-1.03.sh) S 14673 14676 14070 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 1860628 10170368 671 134679101440 94871663321088 94871664400408 140724551580784 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94871666498864 94871666546052 94871681716224 140724551582691 140724551582816 140724551582816 140724551589832 0
/proc/14676/statm: 2483 671 592 264 0 134 0
[pid=14681] ppid=14676 vsize=13721940 memory=13085804 CPUtime=102.06 cores=5,7
/proc/14681/stat : 14681 (naps-1.03a2) R 14676 14676 14070 0 -1 4194304 1353965 0 0 0 9737 469 0 0 20 0 1 0 1860628 14051266560 3271451 134679101440 4194304 6891597 140722550819840 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21381120 140722550821870 140722550821984 140722550821984 140722550829001 0
/proc/14681/statm: 3430485 3271451 612 659 0 3429689 0
Current children cumulated CPU time: 102.06 s
Current children cumulated vsize: 13731872 KiB
Current children cumulated memory: 13088488 KiB

[startup+162.3 s]
/proc/loadavg: 4.17 3.10 2.54 5/262 14714
/proc/meminfo: memFree=89080192/131524600 swapFree=131071996/131071996
[pid=14676] ppid=14673 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/14676/stat : 14676 (naps-1.03.sh) S 14673 14676 14070 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 1860628 10170368 671 134679101440 94871663321088 94871664400408 140724551580784 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94871666498864 94871666546052 94871681716224 140724551582691 140724551582816 140724551582816 140724551589832 0
/proc/14676/statm: 2483 671 592 264 0 134 0
[pid=14681] ppid=14676 vsize=21805308 memory=20504676 CPUtime=161.89 cores=5,7
/proc/14681/stat : 14681 (naps-1.03a2) R 14676 14676 14070 0 -1 4194304 1848836 0 0 0 15413 776 0 0 20 0 1 0 1860628 22328635392 5126169 134679101440 4194304 6891597 140722550819840 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21381120 140722550821870 140722550821984 140722550821984 140722550829001 0
/proc/14681/statm: 5451327 5126169 644 659 0 5450531 0
Current children cumulated CPU time: 161.89 s
Current children cumulated vsize: 21815240 KiB
Current children cumulated memory: 20507360 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 3.30 2.65 5/264 14729
/proc/meminfo: memFree=84046924/131524600 swapFree=131071996/131071996
[pid=14676] ppid=14673 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/14676/stat : 14676 (naps-1.03.sh) S 14673 14676 14070 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 1860628 10170368 671 134679101440 94871663321088 94871664400408 140724551580784 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94871666498864 94871666546052 94871681716224 140724551582691 140724551582816 140724551582816 140724551589832 0
/proc/14676/statm: 2483 671 592 264 0 134 0
[pid=14681] ppid=14676 vsize=26035564 memory=24933548 CPUtime=221.73 cores=5,7
/proc/14681/stat : 14681 (naps-1.03a2) R 14676 14676 14070 0 -1 4194304 2487116 0 0 0 21229 944 0 0 20 0 1 0 1860628 26660417536 6233387 134679101440 4194304 6891597 140722550819840 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21381120 140722550821870 140722550821984 140722550821984 140722550829001 0
/proc/14681/statm: 6508891 6233387 644 659 0 6508095 0
Current children cumulated CPU time: 221.73 s
Current children cumulated vsize: 26045496 KiB
Current children cumulated memory: 24936232 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 3.44 2.74 5/264 14740
/proc/meminfo: memFree=78129892/131524600 swapFree=131071996/131071996
[pid=14676] ppid=14673 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/14676/stat : 14676 (naps-1.03.sh) S 14673 14676 14070 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 1860628 10170368 671 134679101440 94871663321088 94871664400408 140724551580784 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94871666498864 94871666546052 94871681716224 140724551582691 140724551582816 140724551582816 140724551589832 0
/proc/14676/statm: 2483 671 592 264 0 134 0
[pid=14681] ppid=14676 vsize=26174716 memory=25072628 CPUtime=281.55 cores=5,7
/proc/14681/stat : 14681 (naps-1.03a2) R 14676 14676 14070 0 -1 4194304 2521927 0 0 0 27200 955 0 0 20 0 1 0 1860628 26802909184 6268157 134679101440 4194304 6891597 140722550819840 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21381120 140722550821870 140722550821984 140722550821984 140722550829001 0
/proc/14681/statm: 6543679 6268157 644 659 0 6542883 0
Current children cumulated CPU time: 281.55 s
Current children cumulated vsize: 26184648 KiB
Current children cumulated memory: 25075312 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 3.56 2.83 5/264 14751
/proc/meminfo: memFree=76733236/131524600 swapFree=131071996/131071996
[pid=14676] ppid=14673 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/14676/stat : 14676 (naps-1.03.sh) S 14673 14676 14070 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 1860628 10170368 671 134679101440 94871663321088 94871664400408 140724551580784 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94871666498864 94871666546052 94871681716224 140724551582691 140724551582816 140724551582816 140724551589832 0
/proc/14676/statm: 2483 671 592 264 0 134 0
[pid=14681] ppid=14676 vsize=26184360 memory=25082392 CPUtime=341.39 cores=5,7
/proc/14681/stat : 14681 (naps-1.03a2) R 14676 14676 14070 0 -1 4194304 2524331 0 0 0 33183 956 0 0 20 0 1 0 1860628 26812784640 6270598 134679101440 4194304 6891597 140722550819840 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21381120 140722550821870 140722550821984 140722550821984 140722550829001 0
/proc/14681/statm: 6546090 6270598 644 659 0 6545294 0
Current children cumulated CPU time: 341.39 s
Current children cumulated vsize: 26194292 KiB
Current children cumulated memory: 25085076 KiB

[startup+402.3 s]
/proc/loadavg: 4.07 3.66 2.91 5/264 14762
/proc/meminfo: memFree=77577724/131524600 swapFree=131071996/131071996
[pid=14676] ppid=14673 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/14676/stat : 14676 (naps-1.03.sh) S 14673 14676 14070 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 1860628 10170368 671 134679101440 94871663321088 94871664400408 140724551580784 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94871666498864 94871666546052 94871681716224 140724551582691 140724551582816 140724551582816 140724551589832 0
/proc/14676/statm: 2483 671 592 264 0 134 0
[pid=14681] ppid=14676 vsize=26192684 memory=25090564 CPUtime=401.2 cores=5,7
/proc/14681/stat : 14681 (naps-1.03a2) R 14676 14676 14070 0 -1 4194304 2526399 0 0 0 39164 956 0 0 20 0 1 0 1860628 26821308416 6272641 134679101440 4194304 6891597 140722550819840 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21381120 140722550821870 140722550821984 140722550821984 140722550829001 0
/proc/14681/statm: 6548171 6272641 644 659 0 6547375 0
Current children cumulated CPU time: 401.2 s
Current children cumulated vsize: 26202616 KiB
Current children cumulated memory: 25093248 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+427.9 s]
/proc/loadavg: 4.45 3.78 2.97 5/263 14768
/proc/meminfo: memFree=76845584/131524600 swapFree=131071996/131071996
[pid=14676] ppid=14673 vsize=9932 memory=2684 CPUtime=0 cores=5,7
/proc/14676/stat : 14676 (naps-1.03.sh) S 14673 14676 14070 0 -1 4194304 221 243 0 0 0 0 0 0 20 0 1 0 1860628 10170368 671 134679101440 94871663321088 94871664400408 140724551580784 0 0 0 65536 4 65538 0 0 0 17 7 0 0 0 0 0 94871666498864 94871666546052 94871681716224 140724551582691 140724551582816 140724551582816 140724551589832 0
/proc/14676/statm: 2483 671 592 264 0 134 0
[pid=14681] ppid=14676 vsize=31763260 memory=27547556 CPUtime=426.72 cores=5,7
/proc/14681/stat : 14681 (naps-1.03a2) R 14676 14676 14070 0 -1 4194304 2540147 0 0 0 41514 1158 0 0 20 0 1 0 1860628 32525578240 6886889 134679101440 4194304 6891597 140722550819840 0 0 0 0 0 17922 0 0 0 17 5 0 0 0 0 0 7398840 7447120 21381120 140722550821870 140722550821984 140722550821984 140722550829001 0
/proc/14681/statm: 7940815 6886889 644 659 0 7940019 0
Current children cumulated CPU time: 426.72 s
Current children cumulated vsize: 31773192 KiB
Current children cumulated memory: 27550240 KiB

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

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

# cumulated CPU time of all completed processes:  user=0.003185 s, system=0 s

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

# cumulated CPU time of all completed processes:  user=415.149 s, system=11.9213 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

[startup+428.005 s]*
/proc/loadavg: 4.50 3.80 2.98 5/262 14768
/proc/meminfo: memFree=77622768/131524600 swapFree=131071996/131071996
Current cumulated CPU time of completed processes: 0.003185 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+428.2 s]
/proc/loadavg: 4.50 3.80 2.98 5/262 14768
/proc/meminfo: memFree=77622768/131524600 swapFree=131071996/131071996
Current cumulated CPU time of completed processes: 0.003185 s
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 10

Real time (s): 428.234
CPU time (s): 427.071
CPU user time (s): 415.149
CPU system time (s): 11.9213
CPU usage (%): 99.7282
Max. virtual memory (cumulated for all children) (KiB): 31773192
Max. memory (cumulated for all children) (KiB): 27550240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 415.149
system time used= 11.9213
maximum resident set size= 27549700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2540612
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= 490


# summary of solver processes directly reported to runsolver:
#   pid: 14676,14681
#   total CPU time (s): 427.071
#   total CPU user time (s): 415.149
#   total CPU system time (s): 11.9213

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.866913 second user time and 2.13324 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-30 17:16:47
IDJOB=4463568
IDBENCH=143864
IDSOLVER=3090
FILE ID=nodeC025/4463568-1722352607
RUNJOBID= nodeC025-1722352470-14083
SLURM_JOB_ID= 8249029
Free space on /tmp= 890060 MiB

SOLVER NAME= NaPS 1.03a2
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/scens/normalized-scen06-16reduc_wcsp.wbo
COMMAND LINE= HOME/naps-1.03.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4463568-1722352607/watcher-4463568-1722352607 -o /tmp/evaluation-result-4463568-1722352607/solver-4463568-1722352607 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1722352470-14083 --watchdog 3760  HOME/naps-1.03.sh HOME/instance-4463568-1722352607.wbo

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

MD5SUM BENCH= b650e80a3f64e6bae4fbc25304197493
RANDOM SEED=143378482

nodeC025.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		: 3667.520
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	: 7000.10
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		: 3675.845
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.96
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		: 3600.432
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	: 7000.10
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		: 3604.526
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.96
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		: 3667.537
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	: 7000.10
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		: 3668.818
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.96
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		: 3600.399
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	: 7000.10
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		: 3664.176
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        122938032 kB
MemAvailable:   126312588 kB
Buffers:           59308 kB
Cached:          4126468 kB
SwapCached:            0 kB
Active:           195920 kB
Inactive:        7864516 kB
Active(anon):       1592 kB
Inactive(anon):  3894448 kB
Active(file):     194328 kB
Inactive(file):  3970068 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             14300 kB
Writeback:             0 kB
AnonPages:       3870216 kB
Mapped:            96140 kB
Shmem:             21336 kB
KReclaimable:      99964 kB
Slab:             179632 kB
SReclaimable:      99964 kB
SUnreclaim:        79668 kB
KernelStack:        4208 kB
PageTables:        16728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    4349836 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:             8928 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2361344 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:      230100 kB
DirectMap2M:    10029056 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 890052 MiB
End job on nodeC025 at 2024-07-30 17:23:56