Trace number 4520551

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 NameAnswerobjective functionCPU timeWall clock time
ExactPR-S 2025-06-01? (TO) 3602.09 3614.11

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/dominating_set/
hexgrid_nrowsdiv30add5/normalized-domset_opt_hexgrid_nrowsdiv30add5_ncols_550.opb
MD5SUMd7ece7e3292f38d08ee869a6ef2ad2c1
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3165
Best CPU time to get the best result obtained on this benchmark3585.69
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12650
Total number of constraints12650
Number of constraints which are clauses12650
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint4
Maximum length of a constraint4
Number of terms in the objective function 12650
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 12650
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 12650
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.16	c 12650 constraints
0.08/0.16	c after presolve  12650
0.08/0.16	c Finish cloning data from SAT to LS
0.08/0.16	c intsize: 14
996.78/1000.23	c Using SCIP solver, version 8.1.0, https://www.scipopt.org
1056.77/1060.44	c Use LS-small
1056.77/1060.44	o 3242
1056.77/1060.44	c SAT by LS-small
1056.77/1060.44	o 3242

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: 63665 MiB (35529 MiB free)
  memory of node 1: 64507 MiB (46235 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4520551-1751555044/watcher-4520551-1751555044 -o /tmp/evaluation-result-4520551-1751555044/solver-4520551-1751555044 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751550189-85840 --watchdog 3760 ./ExactPR-S --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4520551-1751555044.opb 

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=87512, runsolver pid=87509

[startup+0.10007 s]*
/proc/loadavg: 4.18 4.11 4.09 5/266 87513
/proc/meminfo: memFree=83719156/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=81744 memory=38956 CPUtime=0.08 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 9134 0 0 0 7 1 0 0 20 0 1 0 71182329 83705856 9739 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 20436 9739 1824 2271 0 15074 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 81744 KiB
Current children cumulated memory: 38956 KiB

[startup+0.205781 s]*
/proc/loadavg: 4.18 4.11 4.09 5/266 87513
/proc/meminfo: memFree=83719156/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=131544 memory=89004 CPUtime=0.19 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 20384 0 0 0 16 3 0 0 20 0 1 0 71182329 134701056 22251 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 32886 22251 3200 2271 0 27524 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 131544 KiB
Current children cumulated memory: 89004 KiB

[startup+0.305702 s]*
/proc/loadavg: 4.18 4.11 4.09 5/266 87513
/proc/meminfo: memFree=83719156/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=152788 memory=108588 CPUtime=0.29 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 25225 0 0 0 25 4 0 0 20 0 1 0 71182329 156454912 27147 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 38197 27147 3296 2271 0 32835 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 152788 KiB
Current children cumulated memory: 108588 KiB

[startup+0.700185 s]
/proc/loadavg: 4.18 4.11 4.09 5/266 87513
/proc/meminfo: memFree=83695216/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=280068 memory=191924 CPUtime=0.68 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 45816 0 0 0 60 8 0 0 20 0 1 0 71182329 286789632 47981 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 70017 47981 3328 2271 0 64655 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 280068 KiB
Current children cumulated memory: 191924 KiB

[startup+1.50018 s]
/proc/loadavg: 4.18 4.11 4.09 5/266 87513
/proc/meminfo: memFree=83687152/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=283432 memory=195124 CPUtime=1.48 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 46640 0 0 0 140 8 0 0 20 0 1 0 71182329 290234368 48781 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 70858 48781 3328 2271 0 65496 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 283432 KiB
Current children cumulated memory: 195124 KiB

[startup+3.10558 s]
/proc/loadavg: 4.18 4.11 4.09 5/265 87513
/proc/meminfo: memFree=83687152/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=285996 memory=197556 CPUtime=3.08 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 47222 0 0 0 300 8 0 0 20 0 1 0 71182329 292859904 49389 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 71499 49389 3328 2271 0 66137 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 285996 KiB
Current children cumulated memory: 197556 KiB

[startup+6.30017 s]
/proc/loadavg: 4.16 4.10 4.09 5/265 87513
/proc/meminfo: memFree=83682364/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=290708 memory=202420 CPUtime=6.27 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 48451 0 0 0 618 9 0 0 20 0 1 0 71182329 297684992 50605 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 72677 50605 3328 2271 0 67315 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 290708 KiB
Current children cumulated memory: 202420 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.10 4.09 5/265 87513
/proc/meminfo: memFree=83661948/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=292008 memory=202664 CPUtime=12.64 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 49727 0 0 0 1255 9 0 0 20 0 1 0 71182329 299016192 50666 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 73002 50666 3328 2271 0 67640 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 292008 KiB
Current children cumulated memory: 202664 KiB

[startup+25.5002 s]
/proc/loadavg: 4.19 4.11 4.10 5/265 87513
/proc/meminfo: memFree=83654092/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=292008 memory=202664 CPUtime=25.4 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 49727 0 0 0 2531 9 0 0 20 0 1 0 71182329 299016192 50666 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 73002 50666 3328 2271 0 67640 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 292008 KiB
Current children cumulated memory: 202664 KiB

[startup+51.1056 s]
/proc/loadavg: 4.13 4.10 4.09 5/265 87514
/proc/meminfo: memFree=83636808/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=292008 memory=202664 CPUtime=50.92 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 49727 0 0 0 5083 9 0 0 20 0 1 0 71182329 299016192 50666 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 73002 50666 3328 2271 0 67640 0
Current children cumulated CPU time: 50.92 s
Current children cumulated vsize: 292008 KiB
Current children cumulated memory: 202664 KiB

[startup+102.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/265 87515
/proc/meminfo: memFree=83619780/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=292192 memory=203304 CPUtime=101.95 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 49875 0 0 0 10186 9 0 0 20 0 1 0 71182329 299204608 50826 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 73048 50826 3328 2271 0 67686 0
Current children cumulated CPU time: 101.95 s
Current children cumulated vsize: 292192 KiB
Current children cumulated memory: 203304 KiB

[startup+162.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/265 87517
/proc/meminfo: memFree=83594572/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=292192 memory=203560 CPUtime=161.76 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 49939 0 0 0 16167 9 0 0 20 0 1 0 71182329 299204608 50890 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 73048 50890 3328 2271 0 67686 0
Current children cumulated CPU time: 161.76 s
Current children cumulated vsize: 292192 KiB
Current children cumulated memory: 203560 KiB

[startup+222.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 87519
/proc/meminfo: memFree=83559324/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=292404 memory=203944 CPUtime=221.57 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 50036 0 0 0 22147 10 0 0 20 0 1 0 71182329 299421696 50986 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 73101 50986 3328 2271 0 67739 0
Current children cumulated CPU time: 221.57 s
Current children cumulated vsize: 292404 KiB
Current children cumulated memory: 203944 KiB

[startup+282.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/263 87522
/proc/meminfo: memFree=83526604/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=294060 memory=204840 CPUtime=281.37 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 50258 0 0 0 28127 10 0 0 20 0 1 0 71182329 301117440 51210 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 73515 51210 3328 2271 0 68153 0
Current children cumulated CPU time: 281.37 s
Current children cumulated vsize: 294060 KiB
Current children cumulated memory: 204840 KiB

[startup+342.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/263 87524
/proc/meminfo: memFree=83522876/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=297240 memory=205624 CPUtime=341.17 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 50758 0 0 0 34107 10 0 0 20 0 1 0 71182329 304373760 51406 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 74310 51406 3328 2271 0 68948 0
Current children cumulated CPU time: 341.17 s
Current children cumulated vsize: 297240 KiB
Current children cumulated memory: 205624 KiB

[startup+402.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/263 87526
/proc/meminfo: memFree=83495688/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=297240 memory=205624 CPUtime=401 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 50760 0 0 0 40089 11 0 0 20 0 1 0 71182329 304373760 51406 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 74310 51406 3328 2271 0 68948 0
Current children cumulated CPU time: 401 s
Current children cumulated vsize: 297240 KiB
Current children cumulated memory: 205624 KiB

[startup+462.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/264 87531
/proc/meminfo: memFree=83481724/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=297240 memory=205624 CPUtime=460.81 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 50764 0 0 0 46070 11 0 0 20 0 1 0 71182329 304373760 51406 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 74310 51406 3328 2271 0 68948 0
Current children cumulated CPU time: 460.81 s

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

[startup+3102.3 s]
/proc/loadavg: 4.06 4.07 4.08 5/265 88158
/proc/meminfo: memFree=114422960/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=1663152 memory=1479416 CPUtime=3091.74 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 250120 0 0 0 307191 1983 0 0 20 0 1 0 71182329 1703067648 369854 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 415788 369854 3328 2271 0 410426 0
Current children cumulated CPU time: 3091.74 s
Current children cumulated vsize: 1663152 KiB
Current children cumulated memory: 1479416 KiB

[startup+3162.3 s]
/proc/loadavg: 4.06 4.07 4.08 5/265 88160
/proc/meminfo: memFree=114441848/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=1663152 memory=1479416 CPUtime=3151.59 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 250160 0 0 0 313169 1990 0 0 20 0 1 0 71182329 1703067648 369854 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 415788 369854 3328 2271 0 410426 0
Current children cumulated CPU time: 3151.59 s
Current children cumulated vsize: 1663152 KiB
Current children cumulated memory: 1479416 KiB

[startup+3222.3 s]
/proc/loadavg: 4.08 4.07 4.08 5/265 88163
/proc/meminfo: memFree=114434588/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=1663152 memory=1479416 CPUtime=3211.43 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 250182 0 0 0 319146 1997 0 0 20 0 1 0 71182329 1703067648 369854 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 415788 369854 3328 2271 0 410426 0
Current children cumulated CPU time: 3211.43 s
Current children cumulated vsize: 1663152 KiB
Current children cumulated memory: 1479416 KiB

[startup+3282.3 s]
/proc/loadavg: 4.08 4.07 4.08 5/264 88165
/proc/meminfo: memFree=114434648/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=1663152 memory=1479416 CPUtime=3271.26 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 250182 0 0 0 325122 2004 0 0 20 0 1 0 71182329 1703067648 369854 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 415788 369854 3328 2271 0 410426 0
Current children cumulated CPU time: 3271.26 s
Current children cumulated vsize: 1663152 KiB
Current children cumulated memory: 1479416 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.09 4.09 5/263 88167
/proc/meminfo: memFree=114434348/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=1663524 memory=1479928 CPUtime=3331.1 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 250345 0 0 0 331099 2011 0 0 20 0 1 0 71182329 1703448576 369982 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 415881 369982 3328 2271 0 410519 0
Current children cumulated CPU time: 3331.1 s
Current children cumulated vsize: 1663524 KiB
Current children cumulated memory: 1479928 KiB

[startup+3402.3 s]
/proc/loadavg: 4.05 4.07 4.08 5/263 88169
/proc/meminfo: memFree=114360992/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=1663524 memory=1479928 CPUtime=3390.95 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 250404 0 0 0 337073 2022 0 0 20 0 1 0 71182329 1703448576 369982 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 415881 369982 3328 2271 0 410519 0
Current children cumulated CPU time: 3390.95 s
Current children cumulated vsize: 1663524 KiB
Current children cumulated memory: 1479928 KiB

[startup+3462.3 s]
/proc/loadavg: 4.06 4.07 4.08 5/263 88182
/proc/meminfo: memFree=114330728/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=1663524 memory=1479928 CPUtime=3450.77 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 250415 0 0 0 343043 2034 0 0 20 0 1 0 71182329 1703448576 369982 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 415881 369982 3328 2271 0 410519 0
Current children cumulated CPU time: 3450.77 s
Current children cumulated vsize: 1663524 KiB
Current children cumulated memory: 1479928 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.09 4.09 5/263 88185
/proc/meminfo: memFree=114323996/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=1663524 memory=1479928 CPUtime=3510.58 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 250418 0 0 0 349009 2049 0 0 20 0 1 0 71182329 1703448576 369982 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 415881 369982 3328 2271 0 410519 0
Current children cumulated CPU time: 3510.58 s
Current children cumulated vsize: 1663524 KiB
Current children cumulated memory: 1479928 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.08 4.09 5/263 88189
/proc/meminfo: memFree=114320544/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=1663524 memory=1479928 CPUtime=3570.38 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 250497 0 0 0 354970 2068 0 0 20 0 1 0 71182329 1703448576 369982 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 415881 369982 3328 2271 0 410519 0
Current children cumulated CPU time: 3570.38 s
Current children cumulated vsize: 1663524 KiB
Current children cumulated memory: 1479928 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.11 s]
/proc/loadavg: 4.06 4.08 4.09 5/264 88196
/proc/meminfo: memFree=114326500/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=1663524 memory=1479928 CPUtime=3600.08 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 250523 0 0 0 357933 2075 0 0 20 0 1 0 71182329 1703448576 369982 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 415881 369982 3328 2271 0 410519 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 1663524 KiB
Current children cumulated memory: 1479928 KiB

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

Sending SIGKILL to process tree (bottom up)

[startup+3614.11 s]
# the end of solver process 87512 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3581.33 s, system=20.7652 s

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

[startup+3612.8 s]
/proc/loadavg: 4.06 4.08 4.09 5/264 88196
/proc/meminfo: memFree=114326500/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=1663524 memory=1479928 CPUtime=3600.77 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 250523 0 0 0 358002 2075 0 0 20 0 1 0 71182329 1703448576 369982 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 415881 369982 3328 2271 0 410519 0
Current children cumulated CPU time: 3600.77 s
Current children cumulated vsize: 1663524 KiB
Current children cumulated memory: 1479928 KiB

[startup+3613.6 s]
/proc/loadavg: 4.06 4.08 4.09 5/264 88196
/proc/meminfo: memFree=114326500/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=1663524 memory=1479928 CPUtime=3601.57 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 250523 0 0 0 358082 2075 0 0 20 0 1 0 71182329 1703448576 369982 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 415881 369982 3328 2271 0 410519 0
Current children cumulated CPU time: 3601.57 s
Current children cumulated vsize: 1663524 KiB
Current children cumulated memory: 1479928 KiB

[startup+3614 s]*
/proc/loadavg: 4.06 4.08 4.09 5/264 88196
/proc/meminfo: memFree=114326500/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=1663524 memory=1479928 CPUtime=3601.98 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 250523 0 0 0 358122 2076 0 0 20 0 1 0 71182329 1703448576 369982 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 415881 369982 3328 2271 0 410519 0
Current children cumulated CPU time: 3601.98 s
Current children cumulated vsize: 1663524 KiB
Current children cumulated memory: 1479928 KiB

[startup+3614.11 s]
/proc/loadavg: 4.06 4.08 4.09 5/264 88196
/proc/meminfo: memFree=114326500/131249996 swapFree=33010684/33010684
[pid=87512] ppid=87509 vsize=1663524 memory=1479928 CPUtime=3602.08 cores=4,6
/proc/87512/stat : 87512 (ExactPR-S) R 87509 87512 85806 0 -1 4194304 250523 0 0 0 358132 2076 0 0 20 0 1 0 71182329 1703448576 369982 18446744073709551615 93849042894848 93849052194885 140731723422720 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 93849053980992 93849054020072 93849077465088 140731723426177 140731723426314 140731723426314 140731723431916 0
/proc/87512/statm: 415881 369982 3328 2271 0 410519 0
Current children cumulated CPU time: 3602.08 s
Current children cumulated vsize: 1663524 KiB
Current children cumulated memory: 1479928 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3614.11
CPU time (s): 3602.09
CPU user time (s): 3581.33
CPU system time (s): 20.7652
CPU usage (%): 99.6675
Max. virtual memory (cumulated for all children) (KiB): 1663524
Max. memory (cumulated for all children) (KiB): 1479928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3581.33
system time used= 20.7652
maximum resident set size= 1479928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 250523
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= 171
involuntary context switches= 2135


# summary of solver processes directly reported to runsolver:
#   pid: 87512
#   total CPU time (s): 3602.09
#   total CPU user time (s): 3581.33
#   total CPU system time (s): 20.7652

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.19038 second user time and 16.0043 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-03 17:04:04
IDJOB=4520551
IDBENCH=178105
IDSOLVER=3326
FILE ID=nodeC024/4520551-1751555044
RUNJOBID= nodeC024-1751550189-85840
SLURM_JOB_ID= 9598728
Free space on /tmp= 432252 MiB

SOLVER NAME= ExactPR-S 2025-06-01
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/dominating_set/hexgrid_nrowsdiv30add5/normalized-domset_opt_hexgrid_nrowsdiv30add5_ncols_550.opb
COMMAND LINE= ./ExactPR-S --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4520551-1751555044/watcher-4520551-1751555044 -o /tmp/evaluation-result-4520551-1751555044/solver-4520551-1751555044 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751550189-85840 --watchdog 3760  ./ExactPR-S --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4520551-1751555044.opb

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

MD5SUM BENCH= d7ece7e3292f38d08ee869a6ef2ad2c1
RANDOM SEED=1713075808

nodeC024 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3599.758
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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		: 3600.392
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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		: 3601.096
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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		: 3700.000
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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		: 3645.822
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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		: 3599.675
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
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		: 3599.673
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.002
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 pti ibrs ibpb stibp tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        83727216 kB
MemAvailable:   91993920 kB
Buffers:            2144 kB
Cached:          9034076 kB
SwapCached:            0 kB
Active:         38161684 kB
Inactive:        8500404 kB
Active(anon):   37641848 kB
Inactive(anon):     2084 kB
Active(file):     519836 kB
Inactive(file):  8498320 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             12592 kB
Writeback:            16 kB
AnonPages:      37623332 kB
Mapped:           121040 kB
Shmem:             18064 kB
KReclaimable:     175176 kB
Slab:             266832 kB
SReclaimable:     175176 kB
SUnreclaim:        91656 kB
KernelStack:        4296 kB
PageTables:        77604 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   42919116 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150568 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17475584 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432284 MiB
End job on nodeC024 at 2025-07-03 18:04:18