Trace number 4523861

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 2025-06-01? (MO) 3602.11 3616.13

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/sakai/dobutsu-shogi-master-PB25-20250424/
normalized-dobutsu-shogi-master-noopt.opb
MD5SUMc9e2c34ab166c037a70ac98b2c310360
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark110850
Best CPU time to get the best result obtained on this benchmark621.116
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1269148
Total number of constraints918926
Number of constraints which are clauses731477
Number of constraints which are cardinality constraints (but not clauses)4
Number of constraints which are nor clauses,nor cardinality constraints187445
Minimum length of a constraint1
Maximum length of a constraint30
Number of terms in the objective function 618925
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 618925
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 29
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 618925
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

9.46/9.58	c 900458 constraints
9.46/9.58	c after presolve  1992223
10.75/10.88	c Finish cloning data from SAT to LS
10.75/10.88	c intsize: 20
2344.70/2354.99	c Use LS-small
2344.70/2354.99	o 135411
2356.26/2366.60	o 135410
2358.56/2368.83	o 135409
2360.16/2370.40	o 135408
2362.15/2372.42	o 135407
2364.04/2374.33	o 135406
2365.94/2376.25	o 135405
2367.53/2377.84	o 135404
2369.52/2379.80	o 135403
2371.62/2381.90	o 135402
2373.42/2383.79	o 135401
2375.41/2385.76	o 135400
2377.30/2387.68	o 135399
2379.00/2389.31	o 135398
2380.89/2391.24	o 135397
2382.78/2393.18	o 135396
2384.98/2395.38	o 135395
2387.26/2397.61	o 135394
2389.36/2399.76	o 135393
2391.35/2401.72	o 135392
2393.84/2404.22	o 135391
2436.71/2447.22	o 135390
2549.05/2559.99	o 135389
2925.34/2937.40	o 135382
3470.71/3484.47	o 135381

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: 63708 MiB (61806 MiB free)
  memory of node 1: 64465 MiB (62467 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4523861-1751592853/watcher-4523861-1751592853 -o /tmp/evaluation-result-4523861-1751592853/solver-4523861-1751592853 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751583916-94774 --watchdog 3760 ./ExactPR --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4523861-1751592853.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=96545, runsolver pid=96542

[startup+0.100069 s]*
/proc/loadavg: 4.10 4.17 4.13 5/267 96546
/proc/meminfo: memFree=127015696/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=326844 memory=258412 CPUtime=0.08 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 9089 0 0 0 3 5 0 0 20 0 1 0 74964158 334688256 64603 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 81711 64603 1536 2271 0 76349 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 326844 KiB
Current children cumulated memory: 258412 KiB

[startup+0.205618 s]*
/proc/loadavg: 4.10 4.17 4.13 5/267 96546
/proc/meminfo: memFree=126814992/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=725020 memory=471836 CPUtime=0.19 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 10834 0 0 0 10 9 0 0 20 0 1 0 74964158 742420480 117959 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 181255 117959 1536 2271 0 175893 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 725020 KiB
Current children cumulated memory: 471836 KiB

[startup+0.305511 s]*
/proc/loadavg: 4.10 4.17 4.13 5/267 96546
/proc/meminfo: memFree=126577552/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=954552 memory=691128 CPUtime=0.3 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 11491 0 0 0 16 14 0 0 20 0 1 0 74964158 977461248 172782 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 238638 172782 1536 2271 0 233276 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 954552 KiB
Current children cumulated memory: 691128 KiB

[startup+0.700176 s]
/proc/loadavg: 4.10 4.17 4.13 5/267 96546
/proc/meminfo: memFree=126231476/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=1211992 memory=1124816 CPUtime=0.68 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 29539 0 0 0 42 26 0 0 20 0 1 0 74964158 1241079808 281204 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 302998 281204 1568 2271 0 297636 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 1211992 KiB
Current children cumulated memory: 1124816 KiB

[startup+1.50017 s]
/proc/loadavg: 4.10 4.17 4.13 5/267 96546
/proc/meminfo: memFree=125934444/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=1445404 memory=1377872 CPUtime=1.48 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 61735 0 0 0 113 35 0 0 20 0 1 0 74964158 1480093696 344468 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 361351 344468 1600 2271 0 355989 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 1445404 KiB
Current children cumulated memory: 1377872 KiB

[startup+3.10521 s]
/proc/loadavg: 4.10 4.17 4.13 5/267 96546
/proc/meminfo: memFree=125628136/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=1711340 memory=1634656 CPUtime=3.08 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 116481 0 0 0 262 46 0 0 20 0 1 0 74964158 1752412160 408664 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 427835 408664 1600 2271 0 422473 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 1711340 KiB
Current children cumulated memory: 1634656 KiB

[startup+6.30019 s]
/proc/loadavg: 4.17 4.18 4.14 5/267 96546
/proc/meminfo: memFree=125271776/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=2042480 memory=1942988 CPUtime=6.27 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 172219 0 0 0 565 62 0 0 20 0 1 0 74964158 2091499520 485747 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 510620 485747 1632 2271 0 505258 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 2042480 KiB
Current children cumulated memory: 1942988 KiB

[startup+12.7002 s]
/proc/loadavg: 4.16 4.18 4.14 5/267 96546
/proc/meminfo: memFree=123631448/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=3982876 memory=3638180 CPUtime=12.65 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 329365 0 0 0 1151 114 0 0 20 0 1 0 74964158 4078465024 909545 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 995719 909545 1824 2271 0 990357 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 3982876 KiB
Current children cumulated memory: 3638180 KiB

[startup+25.5002 s]
/proc/loadavg: 4.12 4.17 4.13 5/267 96546
/proc/meminfo: memFree=123627360/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=3982876 memory=3640348 CPUtime=25.4 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 329472 0 0 0 2424 116 0 0 20 0 1 0 74964158 4078465024 910087 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 995719 910087 1824 2271 0 990357 0
Current children cumulated CPU time: 25.4 s
Current children cumulated vsize: 3982876 KiB
Current children cumulated memory: 3640348 KiB

[startup+51.1056 s]
/proc/loadavg: 4.16 4.17 4.13 7/266 96548
/proc/meminfo: memFree=123627376/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=3982876 memory=3640348 CPUtime=50.9 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 329684 0 0 0 4969 121 0 0 20 0 1 0 74964158 4078465024 910087 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 995719 910087 1824 2271 0 990357 0
Current children cumulated CPU time: 50.9 s
Current children cumulated vsize: 3982876 KiB
Current children cumulated memory: 3640348 KiB

[startup+102.3 s]
/proc/loadavg: 4.19 4.18 4.14 5/264 96550
/proc/meminfo: memFree=123619340/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=3988492 memory=3645384 CPUtime=101.9 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 331104 0 0 0 10065 125 0 0 20 0 1 0 74964158 4084215808 911346 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 997123 911346 1824 2271 0 991761 0
Current children cumulated CPU time: 101.9 s
Current children cumulated vsize: 3988492 KiB
Current children cumulated memory: 3645384 KiB

[startup+162.3 s]
/proc/loadavg: 4.13 4.16 4.13 5/264 96552
/proc/meminfo: memFree=123619316/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=3988492 memory=3645384 CPUtime=161.67 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 331397 0 0 0 16042 125 0 0 20 0 1 0 74964158 4084215808 911346 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 997123 911346 1824 2271 0 991761 0
Current children cumulated CPU time: 161.67 s
Current children cumulated vsize: 3988492 KiB
Current children cumulated memory: 3645384 KiB

[startup+222.3 s]
/proc/loadavg: 4.17 4.16 4.13 5/265 96558
/proc/meminfo: memFree=123612344/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=3988492 memory=3645384 CPUtime=221.45 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 331691 0 0 0 22019 126 0 0 20 0 1 0 74964158 4084215808 911346 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 997123 911346 1824 2271 0 991761 0
Current children cumulated CPU time: 221.45 s
Current children cumulated vsize: 3988492 KiB
Current children cumulated memory: 3645384 KiB

[startup+282.3 s]
/proc/loadavg: 4.12 4.14 4.12 5/265 96560
/proc/meminfo: memFree=123611804/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=3988492 memory=3645384 CPUtime=281.25 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 331968 0 0 0 27998 127 0 0 20 0 1 0 74964158 4084215808 911346 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 997123 911346 1824 2271 0 991761 0
Current children cumulated CPU time: 281.25 s
Current children cumulated vsize: 3988492 KiB
Current children cumulated memory: 3645384 KiB

[startup+342.3 s]
/proc/loadavg: 4.09 4.13 4.12 5/265 96562
/proc/meminfo: memFree=123611500/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=3988492 memory=3645384 CPUtime=341.05 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 332250 0 0 0 33978 127 0 0 20 0 1 0 74964158 4084215808 911346 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 997123 911346 1824 2271 0 991761 0
Current children cumulated CPU time: 341.05 s
Current children cumulated vsize: 3988492 KiB
Current children cumulated memory: 3645384 KiB

[startup+402.3 s]
/proc/loadavg: 4.15 4.14 4.12 5/265 96564
/proc/meminfo: memFree=123587500/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=3988492 memory=3645384 CPUtime=400.85 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 332311 0 0 0 39957 128 0 0 20 0 1 0 74964158 4084215808 911346 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 997123 911346 1824 2271 0 991761 0
Current children cumulated CPU time: 400.85 s
Current children cumulated vsize: 3988492 KiB
Current children cumulated memory: 3645384 KiB

[startup+462.3 s]
/proc/loadavg: 4.11 4.12 4.11 5/265 96570
/proc/meminfo: memFree=123587248/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=3988492 memory=3645384 CPUtime=460.66 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 332539 0 0 0 45938 128 0 0 20 0 1 0 74964158 4084215808 911346 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 997123 911346 1824 2271 0 991761 0
Current children cumulated CPU time: 460.66 s

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

[startup+3102.3 s]
/proc/loadavg: 3.42 3.18 3.23 4/259 96826
/proc/meminfo: memFree=87577076/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=16526796 memory=15502428 CPUtime=3089.72 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 1372995 0 0 0 308312 660 0 0 20 0 1 0 74964158 16923439104 3875607 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 4131699 3875607 1824 2271 0 4126337 0
Current children cumulated CPU time: 3089.72 s
Current children cumulated vsize: 16526796 KiB
Current children cumulated memory: 15502428 KiB

[startup+3162.3 s]
/proc/loadavg: 3.25 3.17 3.23 4/259 96828
/proc/meminfo: memFree=84127504/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=25750056 memory=18728696 CPUtime=3149.51 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 1976918 0 0 0 314030 921 0 0 20 0 1 0 74964158 26368057344 4682174 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 6437514 4682174 1824 2271 0 6432152 0
Current children cumulated CPU time: 3149.51 s
Current children cumulated vsize: 25750056 KiB
Current children cumulated memory: 18728696 KiB

[startup+3222.3 s]
/proc/loadavg: 2.86 3.09 3.19 3/252 96861
/proc/meminfo: memFree=106573956/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=25989452 memory=20055192 CPUtime=3209.34 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 2074325 0 0 0 319975 959 0 0 20 0 1 0 74964158 26613198848 5013798 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 6497363 5013798 1824 2271 0 6492001 0
Current children cumulated CPU time: 3209.34 s
Current children cumulated vsize: 25989452 KiB
Current children cumulated memory: 20055192 KiB

[startup+3282.3 s]
/proc/loadavg: 2.43 2.92 3.13 3/253 96866
/proc/meminfo: memFree=105494108/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=25996276 memory=21291512 CPUtime=3269.18 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 2125060 0 0 0 325928 990 0 0 20 0 1 0 74964158 26620186624 5322878 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 6499069 5322878 1824 2271 0 6493707 0
Current children cumulated CPU time: 3269.18 s
Current children cumulated vsize: 25996276 KiB
Current children cumulated memory: 21291512 KiB

[startup+3342.3 s]
/proc/loadavg: 2.21 2.77 3.06 3/253 96868
/proc/meminfo: memFree=104273468/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=26023836 memory=22512596 CPUtime=3329.02 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 2174734 0 0 0 331883 1019 0 0 20 0 1 0 74964158 26648408064 5628149 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 6505959 5628149 1824 2271 0 6500597 0
Current children cumulated CPU time: 3329.02 s
Current children cumulated vsize: 26023836 KiB
Current children cumulated memory: 22512596 KiB

[startup+3402.3 s]
/proc/loadavg: 2.12 2.64 2.99 3/253 96872
/proc/meminfo: memFree=102697732/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=27048968 memory=24080144 CPUtime=3388.86 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 2421548 0 0 0 337804 1082 0 0 20 0 1 0 74964158 27698143232 6020036 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 6762242 6020036 1824 2271 0 6756880 0
Current children cumulated CPU time: 3388.86 s
Current children cumulated vsize: 27048968 KiB
Current children cumulated memory: 24080144 KiB

[startup+3462.3 s]
/proc/loadavg: 2.15 2.55 2.94 3/253 96874
/proc/meminfo: memFree=102602224/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=27048968 memory=24170012 CPUtime=3448.69 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 2429292 0 0 0 343779 1090 0 0 20 0 1 0 74964158 27698143232 6042503 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 6762242 6042503 1824 2271 0 6756880 0
Current children cumulated CPU time: 3448.69 s
Current children cumulated vsize: 27048968 KiB
Current children cumulated memory: 24170012 KiB

[startup+3522.3 s]
/proc/loadavg: 2.10 2.46 2.88 3/253 96880
/proc/meminfo: memFree=101781844/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=27051148 memory=24965348 CPUtime=3508.51 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 2458015 0 0 0 349736 1115 0 0 20 0 1 0 74964158 27700375552 6241337 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 6762787 6241337 1824 2271 0 6757425 0
Current children cumulated CPU time: 3508.51 s
Current children cumulated vsize: 27051148 KiB
Current children cumulated memory: 24965348 KiB

[startup+3582.3 s]
/proc/loadavg: 2.15 2.41 2.84 3/253 96882
/proc/meminfo: memFree=100752972/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=27051292 memory=26000012 CPUtime=3568.36 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 2462191 0 0 0 355694 1142 0 0 20 0 1 0 74964158 27700523008 6500003 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 6762823 6500003 1824 2271 0 6757461 0
Current children cumulated CPU time: 3568.36 s
Current children cumulated vsize: 27051292 KiB
Current children cumulated memory: 26000012 KiB



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+3613.8 s]
/proc/loadavg: 2.09 2.37 2.81 3/253 96882
/proc/meminfo: memFree=100245212/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=51962120 memory=26653988 CPUtime=3599.77 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 2464298 0 0 0 358820 1157 0 0 20 0 1 0 74964158 53209210880 6663497 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 12990530 6663497 1824 2271 0 12985168 0
Current children cumulated CPU time: 3599.77 s
Current children cumulated vsize: 51962120 KiB
Current children cumulated memory: 26653988 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=3588.97 s, system=13.1351 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3614.4 s]
/proc/loadavg: 2.09 2.37 2.81 3/253 96882
/proc/meminfo: memFree=99421916/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=51962120 memory=28640548 CPUtime=3600.37 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 2465268 0 0 0 358843 1194 0 0 20 0 1 0 74964158 53209210880 7160137 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 12990530 7160137 1824 2271 0 12985168 0
Current children cumulated CPU time: 3600.37 s
Current children cumulated vsize: 51962120 KiB
Current children cumulated memory: 28640548 KiB

[startup+3615.2 s]
/proc/loadavg: 2.08 2.36 2.80 4/253 96882
/proc/meminfo: memFree=96104284/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=51962120 memory=31288612 CPUtime=3601.17 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 2466561 0 0 0 358874 1243 0 0 20 0 1 0 74964158 53209210880 7822153 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 12990530 7822153 1824 2271 0 12985168 0
Current children cumulated CPU time: 3601.17 s
Current children cumulated vsize: 51962120 KiB
Current children cumulated memory: 31288612 KiB

[startup+3615.6 s]
/proc/loadavg: 2.08 2.36 2.80 4/253 96882
/proc/meminfo: memFree=96104284/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=51962120 memory=32611620 CPUtime=3601.57 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 2467207 0 0 0 358889 1268 0 0 20 0 1 0 74964158 53209210880 8152905 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 12990530 8152905 1824 2271 0 12985168 0
Current children cumulated CPU time: 3601.57 s
Current children cumulated vsize: 51962120 KiB
Current children cumulated memory: 32611620 KiB

[startup+3615.8 s]
/proc/loadavg: 2.08 2.36 2.80 4/253 96882
/proc/meminfo: memFree=96104284/131249992 swapFree=33010160/33010684
[pid=96545] ppid=96542 vsize=51962120 memory=33273124 CPUtime=3601.77 cores=0,2
/proc/96545/stat : 96545 (ExactPR) R 96542 96545 94760 0 -1 4194304 2467530 0 0 0 358897 1280 0 0 20 0 1 0 74964158 53209210880 8318281 18446744073709551615 94416444051456 94416453351301 140733957724880 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94416455137600 94416455176680 94416480645120 140733957732741 140733957732876 140733957732876 140733957738478 0
/proc/96545/statm: 12990530 8318281 1824 2271 0 12985168 0
Current children cumulated CPU time: 3601.77 s
Current children cumulated vsize: 51962120 KiB
Current children cumulated memory: 33273124 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3616.13
CPU time (s): 3602.11
CPU user time (s): 3588.97
CPU system time (s): 13.1351
CPU usage (%): 99.6122
Max. virtual memory (cumulated for all children) (KiB): 51962120
Max. memory (cumulated for all children) (KiB): 33273124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.97
system time used= 13.1351
maximum resident set size= 33275172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2467531
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= 148
involuntary context switches= 4642


# summary of solver processes directly reported to runsolver:
#   pid: 96545
#   total CPU time (s): 3602.11
#   total CPU user time (s): 3588.97
#   total CPU system time (s): 13.1351

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.69746 second user time and 17.5409 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-04 03:34:14
IDJOB=4523861
IDBENCH=180377
IDSOLVER=3324
FILE ID=nodeC025/4523861-1751592853
RUNJOBID= nodeC025-1751583916-94774
SLURM_JOB_ID= 9598827
Free space on /tmp= 432892 MiB

SOLVER NAME= ExactPR 2025-06-01
BENCH NAME= PB25/normalized-PB25/OPT-LIN/sakai/dobutsu-shogi-master-PB25-20250424/normalized-dobutsu-shogi-master-noopt.opb
COMMAND LINE= ./ExactPR --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4523861-1751592853/watcher-4523861-1751592853 -o /tmp/evaluation-result-4523861-1751592853/solver-4523861-1751592853 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751583916-94774 --watchdog 3760  ./ExactPR --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4523861-1751592853.opb

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

MD5SUM BENCH= c9e2c34ab166c037a70ac98b2c310360
RANDOM SEED=464251166

nodeC025 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		: 3697.994
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.67
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		: 3599.821
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.67
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.861
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.67
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		: 3599.345
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.67
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		: 3599.847
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.67
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.824
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.67
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		: 3247.516
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.67
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		: 3601.931
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.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        127256340 kB
MemAvailable:   127961128 kB
Buffers:            2128 kB
Cached:          1495212 kB
SwapCached:          200 kB
Active:          2138100 kB
Inactive:        1248440 kB
Active(anon):    1885500 kB
Inactive(anon):    21560 kB
Active(file):     252600 kB
Inactive(file):  1226880 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             55456 kB
Writeback:             0 kB
AnonPages:       1892072 kB
Mapped:           114580 kB
Shmem:             17856 kB
KReclaimable:     129096 kB
Slab:             218416 kB
SReclaimable:     129096 kB
SUnreclaim:        89320 kB
KernelStack:        4336 kB
PageTables:         6916 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2341176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150600 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1773568 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432912 MiB
End job on nodeC025 at 2025-07-04 04:34:30