Trace number 4502947

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.02 3613.21

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/
kullmann/normalized-mul_8_14_shg.opb
MD5SUMc0e25a71d8726d42148f3e780c01ff44
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark56
Best CPU time to get the best result obtained on this benchmark3584.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14300
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 constraint60
Maximum length of a constraint93
Number of terms in the objective function 14300
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 14300
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 14300
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

12.34/12.47	c 65280 constraints
12.34/12.47	c after presolve  65280
13.94/14.10	c Finish cloning data from SAT to LS
13.94/14.10	c intsize: 14
1012.14/1015.22	c Using SCIP solver, version 8.1.0, https://www.scipopt.org
1072.15/1075.40	c Use LS-small
1072.15/1075.40	o 68
1072.15/1075.40	o 67
1072.15/1075.40	o 66
1072.15/1075.40	o 65
1072.15/1075.40	o 64
1072.15/1075.40	o 60
1072.15/1075.40	o 59
1072.15/1075.40	o 58
1072.15/1075.40	o 57
1072.15/1075.40	o 56
1072.15/1075.40	c SAT by LS-small
1072.15/1075.40	o 56

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-4502947-1751441806/watcher-4502947-1751441806 -o /tmp/evaluation-result-4502947-1751441806/solver-4502947-1751441806 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751441805-57580 --watchdog 3760 ./ExactPR-S --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4502947-1751441806.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=57619, runsolver pid=57614
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 1.53 1.94 1.97 5/262 57628
/proc/meminfo: memFree=128117916/131250000 swapFree=33007332/33010684
[pid=57619] ppid=57614 vsize=68264 memory=27632 CPUtime=0.08 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 5943 0 0 0 7 1 0 0 20 0 1 0 59858110 69902336 6908 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 17066 6908 1632 2271 0 11704 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 68264 KiB
Current children cumulated memory: 27632 KiB

[startup+0.205532 s]*
/proc/loadavg: 1.53 1.94 1.97 5/262 57628
/proc/meminfo: memFree=128055860/131250000 swapFree=33007332/33010684
[pid=57619] ppid=57614 vsize=74800 memory=36124 CPUtime=0.19 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 7576 0 0 0 17 2 0 0 20 0 1 0 59858110 76595200 9031 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 18700 9031 1632 2271 0 13338 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 74800 KiB
Current children cumulated memory: 36124 KiB

[startup+0.305407 s]*
/proc/loadavg: 1.53 1.94 1.97 5/262 57628
/proc/meminfo: memFree=127999664/131250000 swapFree=33007332/33010684
[pid=57619] ppid=57614 vsize=81076 memory=44444 CPUtime=0.28 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 9146 0 0 0 26 2 0 0 20 0 1 0 59858110 83021824 11111 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 20269 11111 1632 2271 0 14907 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 81076 KiB
Current children cumulated memory: 44444 KiB

[startup+0.70016 s]
/proc/loadavg: 1.53 1.94 1.97 5/262 57628
/proc/meminfo: memFree=127874936/131250000 swapFree=33007332/33010684
[pid=57619] ppid=57614 vsize=104156 memory=71576 CPUtime=0.68 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 14894 0 0 0 63 5 0 0 20 0 1 0 59858110 106655744 17894 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 26039 17894 1632 2271 0 20677 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 104156 KiB
Current children cumulated memory: 71576 KiB

[startup+1.50016 s]
/proc/loadavg: 1.53 1.94 1.97 5/262 57628
/proc/meminfo: memFree=127604864/131250000 swapFree=33007332/33010684
[pid=57619] ppid=57614 vsize=149720 memory=124816 CPUtime=1.47 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 26153 0 0 0 140 7 0 0 20 0 1 0 59858110 153313280 31204 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 37430 31204 1632 2271 0 32068 0
Current children cumulated CPU time: 1.47 s
Current children cumulated vsize: 149720 KiB
Current children cumulated memory: 124816 KiB

[startup+3.10535 s]
/proc/loadavg: 1.53 1.94 1.97 5/265 57638
/proc/meminfo: memFree=126447416/131250000 swapFree=33007332/33010684
[pid=57619] ppid=57614 vsize=504964 memory=472012 CPUtime=3.07 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 67989 0 0 0 282 25 0 0 20 0 1 0 59858110 517083136 118003 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 126241 118003 1728 2271 0 120879 0
Current children cumulated CPU time: 3.07 s
Current children cumulated vsize: 504964 KiB
Current children cumulated memory: 472012 KiB

[startup+6.30016 s]
/proc/loadavg: 1.73 1.97 1.98 5/265 57638
/proc/meminfo: memFree=126032612/131250000 swapFree=33007332/33010684
[pid=57619] ppid=57614 vsize=529708 memory=498380 CPUtime=6.26 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 71464 0 0 0 593 33 0 0 20 0 1 0 59858110 542420992 124595 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 132427 124595 1792 2271 0 127065 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 529708 KiB
Current children cumulated memory: 498380 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=57619] ppid=57614 vsize=695340 memory=617420 CPUtime=12.64 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 101336 0 0 0 1227 37 0 0 20 0 1 0 59858110 712028160 154355 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 173835 154355 1792 2271 0 168473 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 695340 KiB
Current children cumulated memory: 617420 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=57619] ppid=57614 vsize=3801740 memory=3395312 CPUtime=25.41 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 414256 0 0 0 2425 116 0 0 20 0 1 0 59858110 3892981760 848828 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 950435 848828 3264 2271 0 945073 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 3801740 KiB
Current children cumulated memory: 3395312 KiB

[startup+51.1053 s]
/proc/loadavg: 3.04 2.29 2.09 5/265 57638
/proc/meminfo: memFree=115290540/131250000 swapFree=33007332/33010684
[pid=57619] ppid=57614 vsize=5291652 memory=4852488 CPUtime=50.94 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 534731 0 0 0 4911 183 0 0 20 0 1 0 59858110 5418651648 1213122 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 1322913 1213122 3328 2271 0 1317551 0
Current children cumulated CPU time: 50.94 s
Current children cumulated vsize: 5291652 KiB
Current children cumulated memory: 4852488 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=57619] ppid=57614 vsize=5291652 memory=4856584 CPUtime=101.99 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 534746 0 0 0 10015 184 0 0 20 0 1 0 59858110 5418651648 1214146 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 1322913 1214146 3328 2271 0 1317551 0
Current children cumulated CPU time: 101.99 s
Current children cumulated vsize: 5291652 KiB
Current children cumulated memory: 4856584 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=57619] ppid=57614 vsize=5291652 memory=4858632 CPUtime=161.8 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 534837 0 0 0 15996 184 0 0 20 0 1 0 59858110 5418651648 1214658 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 1322913 1214658 3328 2271 0 1317551 0
Current children cumulated CPU time: 161.8 s
Current children cumulated vsize: 5291652 KiB
Current children cumulated memory: 4858632 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=57619] ppid=57614 vsize=5291652 memory=4858632 CPUtime=221.62 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 534930 0 0 0 21977 185 0 0 20 0 1 0 59858110 5418651648 1214658 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 1322913 1214658 3328 2271 0 1317551 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 5291652 KiB
Current children cumulated memory: 4858632 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=57619] ppid=57614 vsize=5291652 memory=4858632 CPUtime=281.43 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 534933 0 0 0 27958 185 0 0 20 0 1 0 59858110 5418651648 1214658 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 1322913 1214658 3328 2271 0 1317551 0
Current children cumulated CPU time: 281.43 s
Current children cumulated vsize: 5291652 KiB
Current children cumulated memory: 4858632 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=57619] ppid=57614 vsize=5291652 memory=4858632 CPUtime=341.25 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 535023 0 0 0 33940 185 0 0 20 0 1 0 59858110 5418651648 1214658 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 1322913 1214658 3328 2271 0 1317551 0
Current children cumulated CPU time: 341.25 s
Current children cumulated vsize: 5291652 KiB
Current children cumulated memory: 4858632 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=57619] ppid=57614 vsize=5291652 memory=4858632 CPUtime=401.07 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 535116 0 0 0 39922 185 0 0 20 0 1 0 59858110 5418651648 1214658 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 1322913 1214658 3328 2271 0 1317551 0
Current children cumulated CPU time: 401.07 s
Current children cumulated vsize: 5291652 KiB
Current children cumulated memory: 4858632 KiB

[startup+462.3 s]
/proc/loadavg: 4.08 3.65 2.82 5/264 57705
/proc/meminfo: memFree=96393768/131250000 swapFree=33007332/33010684
[pid=57619] ppid=57614 vsize=5291652 memory=4858632 CPUtime=460.89 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 535210 0 0 0 45903 186 0 0 20 0 1 0 59858110 5418651648 1214658 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 1322913 1214658 3328 2271 0 1317551 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=57619] ppid=57614 vsize=3014816 memory=2833384 CPUtime=3032.99 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 572571 0 0 0 303037 262 0 0 20 0 1 0 59858110 3087171584 708346 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 753704 708346 3360 2271 0 748342 0
Current children cumulated CPU time: 3032.99 s
Current children cumulated vsize: 3014816 KiB
Current children cumulated memory: 2833384 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=57619] ppid=57614 vsize=3014816 memory=2833384 CPUtime=3092.79 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 573399 0 0 0 309017 262 0 0 20 0 1 0 59858110 3087171584 708346 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 753704 708346 3360 2271 0 748342 0
Current children cumulated CPU time: 3092.79 s
Current children cumulated vsize: 3014816 KiB
Current children cumulated memory: 2833384 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=57619] ppid=57614 vsize=3014816 memory=2833384 CPUtime=3152.6 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 573555 0 0 0 314998 262 0 0 20 0 1 0 59858110 3087171584 708346 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 753704 708346 3360 2271 0 748342 0
Current children cumulated CPU time: 3152.6 s
Current children cumulated vsize: 3014816 KiB
Current children cumulated memory: 2833384 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=57619] ppid=57614 vsize=3014816 memory=2833384 CPUtime=3212.4 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 574197 0 0 0 320978 262 0 0 20 0 1 0 59858110 3087171584 708346 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 753704 708346 3360 2271 0 748342 0
Current children cumulated CPU time: 3212.4 s
Current children cumulated vsize: 3014816 KiB
Current children cumulated memory: 2833384 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=57619] ppid=57614 vsize=3014816 memory=2833384 CPUtime=3272.2 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 574386 0 0 0 326958 262 0 0 20 0 1 0 59858110 3087171584 708346 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 753704 708346 3360 2271 0 748342 0
Current children cumulated CPU time: 3272.2 s
Current children cumulated vsize: 3014816 KiB
Current children cumulated memory: 2833384 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=57619] ppid=57614 vsize=3014816 memory=2833512 CPUtime=3332 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 574503 0 0 0 332938 262 0 0 20 0 1 0 59858110 3087171584 708378 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 753704 708378 3360 2271 0 748342 0
Current children cumulated CPU time: 3332 s
Current children cumulated vsize: 3014816 KiB
Current children cumulated memory: 2833512 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=57619] ppid=57614 vsize=3014816 memory=2841820 CPUtime=3391.81 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 575203 0 0 0 338918 263 0 0 20 0 1 0 59858110 3087171584 710455 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 753704 710455 3360 2271 0 748342 0
Current children cumulated CPU time: 3391.81 s
Current children cumulated vsize: 3014816 KiB
Current children cumulated memory: 2841820 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=57619] ppid=57614 vsize=3014816 memory=2841820 CPUtime=3451.61 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 575315 0 0 0 344898 263 0 0 20 0 1 0 59858110 3087171584 710455 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 753704 710455 3360 2271 0 748342 0
Current children cumulated CPU time: 3451.61 s
Current children cumulated vsize: 3014816 KiB
Current children cumulated memory: 2841820 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=57619] ppid=57614 vsize=3121292 memory=2947736 CPUtime=3511.41 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 581020 0 0 0 350874 267 0 0 20 0 1 0 59858110 3196203008 736934 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 780323 736934 3360 2271 0 774961 0
Current children cumulated CPU time: 3511.41 s
Current children cumulated vsize: 3121292 KiB
Current children cumulated memory: 2947736 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=57619] ppid=57614 vsize=3110652 memory=2937576 CPUtime=3571.2 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 582748 0 0 0 356852 268 0 0 20 0 1 0 59858110 3185307648 734394 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 777663 734394 3360 2271 0 772301 0
Current children cumulated CPU time: 3571.2 s
Current children cumulated vsize: 3110652 KiB
Current children cumulated memory: 2937576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3611.2 s]
/proc/loadavg: 4.15 4.10 4.04 5/263 57958
/proc/meminfo: memFree=118557936/131250000 swapFree=33007332/33010684
[pid=57619] ppid=57614 vsize=3147508 memory=2974472 CPUtime=3600 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 584310 0 0 0 359731 269 0 0 20 0 1 0 59858110 3223048192 743618 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 786877 743618 3360 2271 0 781515 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 3147508 KiB
Current children cumulated memory: 2974472 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3599.31 s, system=2.71126 s

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

[startup+3612 s]*
/proc/loadavg: 4.15 4.10 4.04 5/263 57958
/proc/meminfo: memFree=118557936/131250000 swapFree=33007332/33010684
[pid=57619] ppid=57614 vsize=3147508 memory=2974472 CPUtime=3600.8 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 584310 0 0 0 359811 269 0 0 20 0 1 0 59858110 3223048192 743618 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 786877 743618 3360 2271 0 781515 0
Current children cumulated CPU time: 3600.8 s
Current children cumulated vsize: 3147508 KiB
Current children cumulated memory: 2974472 KiB

[startup+3612.8 s]
/proc/loadavg: 4.15 4.10 4.04 5/263 57958
/proc/meminfo: memFree=118557936/131250000 swapFree=33007332/33010684
[pid=57619] ppid=57614 vsize=3147508 memory=2974472 CPUtime=3601.59 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 584310 0 0 0 359890 269 0 0 20 0 1 0 59858110 3223048192 743618 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 786877 743618 3360 2271 0 781515 0
Current children cumulated CPU time: 3601.59 s
Current children cumulated vsize: 3147508 KiB
Current children cumulated memory: 2974472 KiB

[startup+3613.2 s]
/proc/loadavg: 4.15 4.10 4.04 5/263 57958
/proc/meminfo: memFree=118558188/131250000 swapFree=33007332/33010684
[pid=57619] ppid=57614 vsize=3147508 memory=2974472 CPUtime=3602 cores=5,7
/proc/57619/stat : 57619 (ExactPR-S) R 57614 57619 57567 0 -1 4194304 584310 0 0 0 359930 270 0 0 20 0 1 0 59858110 3223048192 743618 18446744073709551615 94292674859008 94292684159045 140725678644880 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 94292685945152 94292685984232 94292721037312 140725678651777 140725678651914 140725678651914 140725678657516 0
/proc/57619/statm: 786877 743618 3360 2271 0 781515 0
Current children cumulated CPU time: 3602 s
Current children cumulated vsize: 3147508 KiB
Current children cumulated memory: 2974472 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3613.21
CPU time (s): 3602.02
CPU user time (s): 3599.31
CPU system time (s): 2.71126
CPU usage (%): 99.6902
Max. virtual memory (cumulated for all children) (KiB): 5439324
Max. memory (cumulated for all children) (KiB): 4946456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3599.31
system time used= 2.71126
maximum resident set size= 4988104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 584310
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= 154
involuntary context switches= 3754


# summary of solver processes directly reported to runsolver:
#   pid: 57619
#   total CPU time (s): 3602.02
#   total CPU user time (s): 3599.31
#   total CPU system time (s): 2.71126

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.94638 second user time and 15.2515 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-02 09:36:46
IDJOB=4502947
IDBENCH=155402
IDSOLVER=3326
FILE ID=nodeC019/4502947-1751441806
RUNJOBID= nodeC019-1751441805-57580
SLURM_JOB_ID= 9598405
Free space on /tmp= 431520 MiB

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

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

MD5SUM BENCH= c0e25a71d8726d42148f3e780c01ff44
RANDOM SEED=497751561

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:     338084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 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:36:59