Trace number 4502855

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.03 3613.81

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-mul_8_9_shg.opb
MD5SUM6ff458260e5cc7a1e00e7b04a599a648
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 benchmark42
Best CPU time to get the best result obtained on this benchmark613.12
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7840
Total number of constraints65280
Number of constraints which are clauses65280
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 constraint34
Maximum length of a constraint64
Number of terms in the objective function 7840
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 7840
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7840
Number of bits of the biggest sum of numbers13
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

8.54/8.69	c 65280 constraints
8.54/8.69	c after presolve  65280
9.44/9.55	c Finish cloning data from SAT to LS
9.44/9.55	c intsize: 13
1010.44/1014.00	c Using SCIP solver, version 8.1.0, https://www.scipopt.org
1070.52/1074.23	c Use LS-small
1070.52/1074.23	o 48
1070.52/1074.23	o 47
1070.52/1074.23	o 46
1070.52/1074.23	o 45
1070.52/1074.23	o 44
1070.52/1074.23	o 43
1070.52/1074.23	o 42
1070.52/1074.23	c SAT by LS-small
1070.52/1074.23	o 42

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4502855-1751441806/watcher-4502855-1751441806 -o /tmp/evaluation-result-4502855-1751441806/solver-4502855-1751441806 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751441805-57577 --watchdog 3760 ./ExactPR-S --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4502855-1751441806.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=57623, runsolver pid=57615

[startup+0.100064 s]*
/proc/loadavg: 1.53 1.94 1.97 5/262 57628
/proc/meminfo: memFree=128113884/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=62068 memory=23500 CPUtime=0.08 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 4167 0 0 0 8 0 0 0 20 0 1 0 59858111 63557632 5875 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 15517 5875 1632 2271 0 10155 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 62068 KiB
Current children cumulated memory: 23500 KiB

[startup+0.205566 s]*
/proc/loadavg: 1.53 1.94 1.97 6/262 57628
/proc/meminfo: memFree=128043764/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=68840 memory=30284 CPUtime=0.18 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 5866 0 0 0 18 0 0 0 20 0 1 0 59858111 70492160 7571 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 17210 7571 1632 2271 0 11848 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 68840 KiB
Current children cumulated memory: 30284 KiB

[startup+0.305674 s]*
/proc/loadavg: 1.53 1.94 1.97 5/262 57628
/proc/meminfo: memFree=127991600/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=75480 memory=38936 CPUtime=0.29 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 7513 0 0 0 28 1 0 0 20 0 1 0 59858111 77291520 9734 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 18870 9734 1632 2271 0 13508 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 75480 KiB
Current children cumulated memory: 38936 KiB

[startup+0.700152 s]
/proc/loadavg: 1.53 1.94 1.97 5/262 57628
/proc/meminfo: memFree=127874936/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=100424 memory=67980 CPUtime=0.67 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 13768 0 0 0 65 2 0 0 20 0 1 0 59858111 102834176 16995 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 25106 16995 1632 2271 0 19744 0
Current children cumulated CPU time: 0.67 s
Current children cumulated vsize: 100424 KiB
Current children cumulated memory: 67980 KiB

[startup+1.50017 s]
/proc/loadavg: 1.53 1.94 1.97 5/262 57628
/proc/meminfo: memFree=127604864/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=146400 memory=122312 CPUtime=1.47 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 25282 0 0 0 142 5 0 0 20 0 1 0 59858111 149913600 30578 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 36600 30578 1632 2271 0 31238 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 146400 KiB
Current children cumulated memory: 122312 KiB

[startup+3.10562 s]
/proc/loadavg: 1.53 1.94 1.97 5/265 57638
/proc/meminfo: memFree=126447416/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=389000 memory=365284 CPUtime=3.07 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 54385 0 0 0 286 21 0 0 20 0 1 0 59858111 398336000 91321 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 97250 91321 1760 2271 0 91888 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 389000 KiB
Current children cumulated memory: 365284 KiB

[startup+6.30018 s]
/proc/loadavg: 1.73 1.97 1.98 5/265 57638
/proc/meminfo: memFree=126032612/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=389000 memory=365284 CPUtime=6.25 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 54418 0 0 0 603 22 0 0 20 0 1 0 59858111 398336000 91321 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 97250 91321 1760 2271 0 91888 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 389000 KiB
Current children cumulated memory: 365284 KiB

[startup+12.7002 s]
/proc/loadavg: 1.91 2.01 1.99 5/265 57638
/proc/meminfo: memFree=123544156/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=1449572 memory=1417396 CPUtime=12.63 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 295705 0 0 0 1203 60 0 0 20 0 1 0 59858111 1484361728 354349 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 362393 354349 3232 2271 0 357031 0
Current children cumulated CPU time: 12.63 s
Current children cumulated vsize: 1449572 KiB
Current children cumulated memory: 1417396 KiB

[startup+25.5002 s]
/proc/loadavg: 2.44 2.12 2.03 5/265 57638
/proc/meminfo: memFree=117252816/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=3221748 memory=2916632 CPUtime=25.39 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 365303 0 0 0 2434 105 0 0 20 0 1 0 59858111 3299069952 729158 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 805437 729158 3360 2271 0 800075 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 3221748 KiB
Current children cumulated memory: 2916632 KiB

[startup+51.1057 s]
/proc/loadavg: 3.04 2.29 2.09 5/265 57638
/proc/meminfo: memFree=115290540/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=3460844 memory=3168132 CPUtime=50.91 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 387969 0 0 0 4973 118 0 0 20 0 1 0 59858111 3543904256 792033 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 865211 792033 3360 2271 0 859849 0
Current children cumulated CPU time: 50.91 s
Current children cumulated vsize: 3460844 KiB
Current children cumulated memory: 3168132 KiB

[startup+102.3 s]
/proc/loadavg: 3.64 2.57 2.20 5/265 57640
/proc/meminfo: memFree=109450324/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=3460844 memory=3168132 CPUtime=101.92 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 388027 0 0 0 10074 118 0 0 20 0 1 0 59858111 3543904256 792033 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 865211 792033 3360 2271 0 859849 0
Current children cumulated CPU time: 101.92 s
Current children cumulated vsize: 3460844 KiB
Current children cumulated memory: 3168132 KiB

[startup+162.3 s]
/proc/loadavg: 3.91 2.85 2.32 5/266 57648
/proc/meminfo: memFree=105922980/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=3460844 memory=3168132 CPUtime=161.73 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 388084 0 0 0 16054 119 0 0 20 0 1 0 59858111 3543904256 792033 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 865211 792033 3360 2271 0 859849 0
Current children cumulated CPU time: 161.73 s
Current children cumulated vsize: 3460844 KiB
Current children cumulated memory: 3168132 KiB

[startup+222.3 s]
/proc/loadavg: 4.03 3.08 2.43 5/266 57650
/proc/meminfo: memFree=102394048/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=3460844 memory=3168132 CPUtime=221.53 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 388084 0 0 0 22034 119 0 0 20 0 1 0 59858111 3543904256 792033 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 865211 792033 3360 2271 0 859849 0
Current children cumulated CPU time: 221.53 s
Current children cumulated vsize: 3460844 KiB
Current children cumulated memory: 3168132 KiB

[startup+282.3 s]
/proc/loadavg: 4.06 3.26 2.54 5/266 57652
/proc/meminfo: memFree=100835120/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=3460844 memory=3168132 CPUtime=281.35 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 388141 0 0 0 28016 119 0 0 20 0 1 0 59858111 3543904256 792033 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 865211 792033 3360 2271 0 859849 0
Current children cumulated CPU time: 281.35 s
Current children cumulated vsize: 3460844 KiB
Current children cumulated memory: 3168132 KiB

[startup+342.3 s]
/proc/loadavg: 4.14 3.43 2.64 5/264 57699
/proc/meminfo: memFree=102690180/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=3460844 memory=3168132 CPUtime=341.16 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 388142 0 0 0 33997 119 0 0 20 0 1 0 59858111 3543904256 792033 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 865211 792033 3360 2271 0 859849 0
Current children cumulated CPU time: 341.16 s
Current children cumulated vsize: 3460844 KiB
Current children cumulated memory: 3168132 KiB

[startup+402.3 s]
/proc/loadavg: 4.11 3.55 2.74 5/264 57701
/proc/meminfo: memFree=97309088/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=3460844 memory=3168132 CPUtime=400.97 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 388199 0 0 0 39977 120 0 0 20 0 1 0 59858111 3543904256 792033 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 865211 792033 3360 2271 0 859849 0
Current children cumulated CPU time: 400.97 s
Current children cumulated vsize: 3460844 KiB
Current children cumulated memory: 3168132 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 3.65 2.82 6/264 57705
/proc/meminfo: memFree=96392588/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=3460844 memory=3168132 CPUtime=460.77 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 388206 0 0 0 45957 120 0 0 20 0 1 0 59858111 3543904256 792033 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 865211 792033 3360 2271 0 859849 0

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

[startup+3042.3 s]
/proc/loadavg: 4.04 4.09 4.02 5/264 57931
/proc/meminfo: memFree=119071348/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=2751800 memory=2605344 CPUtime=3032.66 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 420825 0 0 0 303061 205 0 0 20 0 1 0 59858111 2817843200 651336 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 687950 651336 3360 2271 0 682588 0
Current children cumulated CPU time: 3032.66 s
Current children cumulated vsize: 2751800 KiB
Current children cumulated memory: 2605344 KiB

[startup+3102.3 s]
/proc/loadavg: 4.11 4.10 4.03 5/265 57935
/proc/meminfo: memFree=119019112/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=2755584 memory=2618360 CPUtime=3092.43 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 422057 0 0 0 309037 206 0 0 20 0 1 0 59858111 2821718016 654590 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 688896 654590 3360 2271 0 683534 0
Current children cumulated CPU time: 3092.43 s
Current children cumulated vsize: 2755584 KiB
Current children cumulated memory: 2618360 KiB

[startup+3162.3 s]
/proc/loadavg: 4.09 4.09 4.03 5/265 57937
/proc/meminfo: memFree=118968060/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=2757208 memory=2622184 CPUtime=3152.2 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 422612 0 0 0 315014 206 0 0 20 0 1 0 59858111 2823380992 655546 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 689302 655546 3360 2271 0 683940 0
Current children cumulated CPU time: 3152.2 s
Current children cumulated vsize: 2757208 KiB
Current children cumulated memory: 2622184 KiB

[startup+3222.3 s]
/proc/loadavg: 4.11 4.10 4.03 5/265 57939
/proc/meminfo: memFree=118928424/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=2759684 memory=2630624 CPUtime=3211.98 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 423346 0 0 0 320991 207 0 0 20 0 1 0 59858111 2825916416 657656 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 689921 657656 3360 2271 0 684559 0
Current children cumulated CPU time: 3211.98 s
Current children cumulated vsize: 2759684 KiB
Current children cumulated memory: 2630624 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.10 4.03 5/265 57945
/proc/meminfo: memFree=118898112/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=2915968 memory=2638292 CPUtime=3271.75 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 424441 0 0 0 326965 210 0 0 20 0 1 0 59858111 2985951232 659573 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 728992 659573 3360 2271 0 723630 0
Current children cumulated CPU time: 3271.75 s
Current children cumulated vsize: 2915968 KiB
Current children cumulated memory: 2638292 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.09 4.03 5/265 57947
/proc/meminfo: memFree=118849472/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=2919832 memory=2650772 CPUtime=3331.53 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 425790 0 0 0 332941 212 0 0 20 0 1 0 59858111 2989907968 662693 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 729958 662693 3360 2271 0 724596 0
Current children cumulated CPU time: 3331.53 s
Current children cumulated vsize: 2919832 KiB
Current children cumulated memory: 2650772 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.10 4.04 5/264 57949
/proc/meminfo: memFree=118821480/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=2919932 memory=2651412 CPUtime=3391.3 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 426075 0 0 0 338918 212 0 0 20 0 1 0 59858111 2990010368 662853 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 729983 662853 3360 2271 0 724621 0
Current children cumulated CPU time: 3391.3 s
Current children cumulated vsize: 2919932 KiB
Current children cumulated memory: 2651412 KiB

[startup+3462.3 s]
/proc/loadavg: 4.05 4.08 4.03 5/264 57952
/proc/meminfo: memFree=118802452/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=2920268 memory=2651540 CPUtime=3451.08 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 426143 0 0 0 344895 213 0 0 20 0 1 0 59858111 2990354432 662885 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 730067 662885 3360 2271 0 724705 0
Current children cumulated CPU time: 3451.08 s
Current children cumulated vsize: 2920268 KiB
Current children cumulated memory: 2651540 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.10 4.04 5/264 57954
/proc/meminfo: memFree=118678880/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=2920268 memory=2651540 CPUtime=3510.85 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 426449 0 0 0 350872 213 0 0 20 0 1 0 59858111 2990354432 662885 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 730067 662885 3360 2271 0 724705 0
Current children cumulated CPU time: 3510.85 s
Current children cumulated vsize: 2920268 KiB
Current children cumulated memory: 2651540 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.09 4.04 5/264 57958
/proc/meminfo: memFree=118649576/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=2921464 memory=2654448 CPUtime=3570.63 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 426693 0 0 0 356849 214 0 0 20 0 1 0 59858111 2991579136 663612 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 730366 663612 3360 2271 0 725004 0
Current children cumulated CPU time: 3570.63 s
Current children cumulated vsize: 2921464 KiB
Current children cumulated memory: 2654448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.8 s]
/proc/loadavg: 4.15 4.10 4.04 5/263 57958
/proc/meminfo: memFree=118557936/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=2923136 memory=2659692 CPUtime=3600.01 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 427004 0 0 0 359787 214 0 0 20 0 1 0 59858111 2993291264 664923 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 730784 664923 3360 2271 0 725422 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 2923136 KiB
Current children cumulated memory: 2659692 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.87 s, system=2.15845 s

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

[startup+3612.8 s]
/proc/loadavg: 4.15 4.10 4.04 5/263 57958
/proc/meminfo: memFree=118557936/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=2923136 memory=2659692 CPUtime=3601.01 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 427009 0 0 0 359887 214 0 0 20 0 1 0 59858111 2993291264 664923 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 730784 664923 3360 2271 0 725422 0
Current children cumulated CPU time: 3601.01 s
Current children cumulated vsize: 2923136 KiB
Current children cumulated memory: 2659692 KiB

[startup+3613.6 s]
/proc/loadavg: 4.15 4.10 4.04 5/263 57958
/proc/meminfo: memFree=118558188/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=2923136 memory=2659692 CPUtime=3601.8 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 427009 0 0 0 359966 214 0 0 20 0 1 0 59858111 2993291264 664923 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 730784 664923 3360 2271 0 725422 0
Current children cumulated CPU time: 3601.8 s
Current children cumulated vsize: 2923136 KiB
Current children cumulated memory: 2659692 KiB

[startup+3613.8 s]
/proc/loadavg: 4.15 4.10 4.04 5/263 57958
/proc/meminfo: memFree=118558188/131250000 swapFree=33007332/33010684
[pid=57623] ppid=57615 vsize=2923136 memory=2659692 CPUtime=3602 cores=0,2
/proc/57623/stat : 57623 (ExactPR-S) R 57615 57623 57567 0 -1 4194304 427009 0 0 0 359986 214 0 0 20 0 1 0 59858111 2993291264 664923 18446744073709551615 94638512123904 94638521423941 140728724864128 0 0 0 0 0 8404994 0 0 0 17 0 0 0 0 0 0 94638523210048 94638523249128 94638551527424 140728724871553 140728724871690 140728724871690 140728724877292 0
/proc/57623/statm: 730784 664923 3360 2271 0 725422 0
Current children cumulated CPU time: 3602 s
Current children cumulated vsize: 2923136 KiB
Current children cumulated memory: 2659692 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3613.81
CPU time (s): 3602.03
CPU user time (s): 3599.87
CPU system time (s): 2.15845
CPU usage (%): 99.6739
Max. virtual memory (cumulated for all children) (KiB): 3786728
Max. memory (cumulated for all children) (KiB): 3440240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.87
system time used= 2.15845
maximum resident set size= 3478088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 427009
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= 291
involuntary context switches= 4569


# summary of solver processes directly reported to runsolver:
#   pid: 57623
#   total CPU time (s): 3602.03
#   total CPU user time (s): 3599.87
#   total CPU system time (s): 2.15845

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.01569 second user time and 16.0445 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-02 09:36:46
IDJOB=4502855
IDBENCH=155400
IDSOLVER=3326
FILE ID=nodeC019/4502855-1751441806
RUNJOBID= nodeC019-1751441805-57577
SLURM_JOB_ID= 9598405
Free space on /tmp= 431500 MiB

SOLVER NAME= ExactPR-S 2025-06-01
BENCH NAME= PB24/normalized-PB11/OPT-LIN/kullmann/normalized-mul_8_9_shg.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-4502855-1751441806/watcher-4502855-1751441806 -o /tmp/evaluation-result-4502855-1751441806/solver-4502855-1751441806 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751441805-57577 --watchdog 3760  ./ExactPR-S --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4502855-1751441806.opb

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

MD5SUM BENCH= 6ff458260e5cc7a1e00e7b04a599a648
RANDOM SEED=800969913

nodeC019 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.684
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.679
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.37
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		: 3924.721
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.710
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.37
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.679
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.697
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.37
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		: 3597.330
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.470
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        128228896 kB
MemAvailable:   129757340 kB
Buffers:             904 kB
Cached:          2333300 kB
SwapCached:          440 kB
Active:           219704 kB
Inactive:        2188996 kB
Active(anon):      62000 kB
Inactive(anon):    27780 kB
Active(file):     157704 kB
Inactive(file):  2161216 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33007332 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            273656 kB
Writeback:             0 kB
AnonPages:         77272 kB
Mapped:           103172 kB
Shmem:             15192 kB
KReclaimable:      97528 kB
Slab:             184568 kB
SReclaimable:      97528 kB
SUnreclaim:        87040 kB
KernelStack:        4080 kB
PageTables:         2940 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     338040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431572 MiB
End job on nodeC019 at 2025-07-02 10:37:00