Trace number 4484977

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 3611.4

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-3.opb
MD5SUMa3f6b61db250b51897503d5946a188dc
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 benchmark-45
Best CPU time to get the best result obtained on this benchmark432.391
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables945
Total number of constraints58245
Number of constraints which are clauses58245
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 constraint2
Maximum length of a constraint2
Number of terms in the objective function 945
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 945
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 945
Number of bits of the biggest sum of numbers10
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

0.29/0.35	c 58245 constraints
0.29/0.35	c after presolve  58625
0.29/0.37	c Finish cloning data from SAT to LS
0.29/0.37	c intsize: 10
27.70/27.88	c Using SCIP solver, version 8.1.0, https://www.scipopt.org
1057.60/1060.73	c Use LS-small
1057.60/1060.73	o -39
1057.60/1060.73	o -41
1057.60/1060.73	o -42
1057.60/1060.73	o -43
1057.60/1060.73	o -44
1057.60/1060.73	c SAT by LS-small
1057.60/1060.73	o -44

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (61638 MiB free)
  memory of node 1: 64507 MiB (62584 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100057 s]*
/proc/loadavg: 3.04 1.66 1.32 5/267 35373
/proc/meminfo: memFree=127196404/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=54512 memory=16236 CPUtime=0.09 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 2112 0 0 0 9 0 0 0 20 0 1 0 43595933 55820288 4059 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 13628 4059 1664 2271 0 8266 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 54512 KiB
Current children cumulated memory: 16236 KiB

[startup+0.205598 s]*
/proc/loadavg: 3.04 1.66 1.32 6/267 35373
/proc/meminfo: memFree=127154128/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=85324 memory=47388 CPUtime=0.19 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 9972 0 0 0 19 0 0 0 20 0 1 0 43595933 87371776 11847 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 21331 11847 1824 2271 0 15969 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 85324 KiB
Current children cumulated memory: 47388 KiB

[startup+0.305639 s]*
/proc/loadavg: 3.04 1.66 1.32 5/267 35373
/proc/meminfo: memFree=127154128/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=85324 memory=47388 CPUtime=0.29 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 9972 0 0 0 29 0 0 0 20 0 1 0 43595933 87371776 11847 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 21331 11847 1824 2271 0 15969 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 85324 KiB
Current children cumulated memory: 47388 KiB

[startup+0.700186 s]
/proc/loadavg: 3.04 1.66 1.32 5/267 35373
/proc/meminfo: memFree=127065676/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=218764 memory=175900 CPUtime=0.68 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 40742 0 0 0 63 5 0 0 20 0 1 0 43595933 224014336 43975 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 54691 43975 3296 2271 0 49329 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 218764 KiB
Current children cumulated memory: 175900 KiB

[startup+1.50016 s]
/proc/loadavg: 3.04 1.66 1.32 5/267 35373
/proc/meminfo: memFree=127033420/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=313104 memory=256800 CPUtime=1.48 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 45361 0 0 0 140 8 0 0 20 0 1 0 43595933 320618496 64200 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 78276 64200 3360 2271 0 72914 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 313104 KiB
Current children cumulated memory: 256800 KiB

[startup+3.10549 s]
/proc/loadavg: 3.20 1.71 1.34 5/267 35373
/proc/meminfo: memFree=126820720/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=452104 memory=394192 CPUtime=3.08 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 63294 0 0 0 296 12 0 0 20 0 1 0 43595933 462954496 98548 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 113026 98548 3392 2271 0 107664 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 452104 KiB
Current children cumulated memory: 394192 KiB

[startup+6.30016 s]
/proc/loadavg: 3.20 1.71 1.34 5/267 35373
/proc/meminfo: memFree=126800820/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=496896 memory=414576 CPUtime=6.26 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 67373 0 0 0 614 12 0 0 20 0 1 0 43595933 508821504 103644 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 124224 103644 3392 2271 0 118862 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 496896 KiB
Current children cumulated memory: 414576 KiB

[startup+12.7001 s]
/proc/loadavg: 3.26 1.75 1.36 5/267 35373
/proc/meminfo: memFree=126793132/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=508828 memory=414576 CPUtime=12.64 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 67384 0 0 0 1252 12 0 0 20 0 1 0 43595933 521039872 103644 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 127207 103644 3392 2271 0 121845 0
Current children cumulated CPU time: 12.64 s
Current children cumulated vsize: 508828 KiB
Current children cumulated memory: 414576 KiB

[startup+25.5002 s]
/proc/loadavg: 3.43 1.86 1.40 5/266 35373
/proc/meminfo: memFree=126769820/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=600880 memory=429936 CPUtime=25.41 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 71207 0 0 0 2528 13 0 0 20 0 1 0 43595933 615301120 107484 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 150220 107484 3392 2271 0 144858 0
Current children cumulated CPU time: 25.41 s
Current children cumulated vsize: 600880 KiB
Current children cumulated memory: 429936 KiB

[startup+51.1056 s]
/proc/loadavg: 3.70 2.05 1.48 5/266 35374
/proc/meminfo: memFree=126622124/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=674148 memory=503920 CPUtime=50.93 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 89736 0 0 0 5076 17 0 0 20 0 1 0 43595933 690327552 125980 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 168537 125980 3392 2271 0 163175 0
Current children cumulated CPU time: 50.93 s
Current children cumulated vsize: 674148 KiB
Current children cumulated memory: 503920 KiB

[startup+102.3 s]
/proc/loadavg: 3.95 2.37 1.62 5/266 35375
/proc/meminfo: memFree=126372564/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=759008 memory=573776 CPUtime=101.97 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 110808 0 0 0 10176 21 0 0 20 0 1 0 43595933 777224192 143444 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 189752 143444 3392 2271 0 184390 0
Current children cumulated CPU time: 101.97 s
Current children cumulated vsize: 759008 KiB
Current children cumulated memory: 573776 KiB

[startup+162.3 s]
/proc/loadavg: 4.03 2.68 1.77 5/265 35377
/proc/meminfo: memFree=126194708/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=837524 memory=624344 CPUtime=161.79 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 119891 0 0 0 16157 22 0 0 20 0 1 0 43595933 857624576 156086 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 209381 156086 3392 2271 0 204019 0
Current children cumulated CPU time: 161.79 s
Current children cumulated vsize: 837524 KiB
Current children cumulated memory: 624344 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 2.96 1.93 5/264 35379
/proc/meminfo: memFree=125991832/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=922928 memory=668912 CPUtime=221.62 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 129025 0 0 0 22137 25 0 0 20 0 1 0 43595933 945078272 167228 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 230732 167228 3488 2271 0 225370 0
Current children cumulated CPU time: 221.62 s
Current children cumulated vsize: 922928 KiB
Current children cumulated memory: 668912 KiB

[startup+282.3 s]
/proc/loadavg: 4.17 3.18 2.07 5/262 35381
/proc/meminfo: memFree=125862868/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=1046760 memory=719164 CPUtime=281.45 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 134561 0 0 0 28118 27 0 0 20 0 1 0 43595933 1071882240 179791 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 261690 179791 3488 2271 0 256328 0
Current children cumulated CPU time: 281.45 s
Current children cumulated vsize: 1046760 KiB
Current children cumulated memory: 719164 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 3.35 2.20 5/262 35383
/proc/meminfo: memFree=125761136/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=1059520 memory=727544 CPUtime=341.28 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 136137 0 0 0 34101 27 0 0 20 0 1 0 43595933 1084948480 181886 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 264880 181886 3488 2271 0 259518 0
Current children cumulated CPU time: 341.28 s
Current children cumulated vsize: 1059520 KiB
Current children cumulated memory: 727544 KiB

[startup+402.3 s]
/proc/loadavg: 4.14 3.50 2.33 5/262 35385
/proc/meminfo: memFree=125526820/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=1154904 memory=774868 CPUtime=401.09 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 149936 0 0 0 40080 29 0 0 20 0 1 0 43595933 1182621696 193717 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 288726 193717 3488 2271 0 283364 0
Current children cumulated CPU time: 401.09 s
Current children cumulated vsize: 1154904 KiB
Current children cumulated memory: 774868 KiB

[startup+462.3 s]
/proc/loadavg: 4.18 3.62 2.44 5/262 35387
/proc/meminfo: memFree=125369524/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=1275012 memory=792012 CPUtime=460.92 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 151674 0 0 0 46062 30 0 0 20 0 1 0 43595933 1305612288 198003 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 318753 198003 3488 2271 0 313391 0

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

[startup+3102.3 s]
/proc/loadavg: 4.07 4.09 4.01 5/263 35521
/proc/meminfo: memFree=124722092/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=1212512 memory=1015624 CPUtime=3094.18 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 227735 0 0 0 309137 281 0 0 20 0 1 0 43595933 1241612288 253906 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 303128 253906 3488 2271 0 297766 0
Current children cumulated CPU time: 3094.18 s
Current children cumulated vsize: 1212512 KiB
Current children cumulated memory: 1015624 KiB

[startup+3162.3 s]
/proc/loadavg: 4.06 4.08 4.01 5/263 35523
/proc/meminfo: memFree=124710412/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=1212512 memory=1015624 CPUtime=3154.03 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 227798 0 0 0 315119 284 0 0 20 0 1 0 43595933 1241612288 253906 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 303128 253906 3488 2271 0 297766 0
Current children cumulated CPU time: 3154.03 s
Current children cumulated vsize: 1212512 KiB
Current children cumulated memory: 1015624 KiB

[startup+3222.3 s]
/proc/loadavg: 4.06 4.08 4.01 5/263 35525
/proc/meminfo: memFree=124711996/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=1212512 memory=1015624 CPUtime=3213.89 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 227812 0 0 0 321102 287 0 0 20 0 1 0 43595933 1241612288 253906 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 303128 253906 3488 2271 0 297766 0
Current children cumulated CPU time: 3213.89 s
Current children cumulated vsize: 1212512 KiB
Current children cumulated memory: 1015624 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.09 4.02 5/262 35527
/proc/meminfo: memFree=124710272/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=1212512 memory=1015624 CPUtime=3273.75 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 227813 0 0 0 327084 291 0 0 20 0 1 0 43595933 1241612288 253906 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 303128 253906 3488 2271 0 297766 0
Current children cumulated CPU time: 3273.75 s
Current children cumulated vsize: 1212512 KiB
Current children cumulated memory: 1015624 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.09 4.02 5/262 35529
/proc/meminfo: memFree=124710792/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=1212512 memory=1015624 CPUtime=3333.6 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 227813 0 0 0 333066 294 0 0 20 0 1 0 43595933 1241612288 253906 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 303128 253906 3488 2271 0 297766 0
Current children cumulated CPU time: 3333.6 s
Current children cumulated vsize: 1212512 KiB
Current children cumulated memory: 1015624 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.09 4.02 5/262 35531
/proc/meminfo: memFree=124724160/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=1212512 memory=1015624 CPUtime=3393.46 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 227867 0 0 0 339049 297 0 0 20 0 1 0 43595933 1241612288 253906 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 303128 253906 3488 2271 0 297766 0
Current children cumulated CPU time: 3393.46 s
Current children cumulated vsize: 1212512 KiB
Current children cumulated memory: 1015624 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.09 4.02 5/262 35533
/proc/meminfo: memFree=124724332/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=1212512 memory=1015624 CPUtime=3453.32 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 227956 0 0 0 345031 301 0 0 20 0 1 0 43595933 1241612288 253906 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 303128 253906 3488 2271 0 297766 0
Current children cumulated CPU time: 3453.32 s
Current children cumulated vsize: 1212512 KiB
Current children cumulated memory: 1015624 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.10 4.03 5/262 35535
/proc/meminfo: memFree=124723560/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=1212512 memory=1015624 CPUtime=3513.17 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 227975 0 0 0 351013 304 0 0 20 0 1 0 43595933 1241612288 253906 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 303128 253906 3488 2271 0 297766 0
Current children cumulated CPU time: 3513.17 s
Current children cumulated vsize: 1212512 KiB
Current children cumulated memory: 1015624 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.11 4.03 5/263 35724
/proc/meminfo: memFree=125856608/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=1212512 memory=1015624 CPUtime=3573 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 227981 0 0 0 356987 313 0 0 20 0 1 0 43595933 1241612288 253906 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 303128 253906 3488 2271 0 297766 0
Current children cumulated CPU time: 3573 s
Current children cumulated vsize: 1212512 KiB
Current children cumulated memory: 1015624 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.4 s]
/proc/loadavg: 4.10 4.10 4.03 5/263 35725
/proc/meminfo: memFree=125784080/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=1212512 memory=1015624 CPUtime=3600.02 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 227981 0 0 0 359687 315 0 0 20 0 1 0 43595933 1241612288 253906 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 303128 253906 3488 2271 0 297766 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 1212512 KiB
Current children cumulated memory: 1015624 KiB

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

Sending SIGKILL to process tree (bottom up)

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

# cumulated CPU time of all completed processes:  user=3598.87 s, system=3.15398 s

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

[startup+3609.6 s]
/proc/loadavg: 4.10 4.10 4.03 5/263 35725
/proc/meminfo: memFree=125784080/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=1212512 memory=1015624 CPUtime=3600.22 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 227981 0 0 0 359707 315 0 0 20 0 1 0 43595933 1241612288 253906 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 303128 253906 3488 2271 0 297766 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 1212512 KiB
Current children cumulated memory: 1015624 KiB

[startup+3610.4 s]
/proc/loadavg: 4.10 4.10 4.03 5/263 35725
/proc/meminfo: memFree=125776016/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=1212512 memory=1015624 CPUtime=3601.02 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 227981 0 0 0 359787 315 0 0 20 0 1 0 43595933 1241612288 253906 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 303128 253906 3488 2271 0 297766 0
Current children cumulated CPU time: 3601.02 s
Current children cumulated vsize: 1212512 KiB
Current children cumulated memory: 1015624 KiB

[startup+3611.2 s]
/proc/loadavg: 4.10 4.10 4.03 5/263 35725
/proc/meminfo: memFree=125776016/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=1212512 memory=1015624 CPUtime=3601.82 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 227981 0 0 0 359867 315 0 0 20 0 1 0 43595933 1241612288 253906 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 303128 253906 3488 2271 0 297766 0
Current children cumulated CPU time: 3601.82 s
Current children cumulated vsize: 1212512 KiB
Current children cumulated memory: 1015624 KiB

[startup+3611.4 s]
/proc/loadavg: 4.10 4.10 4.03 5/263 35725
/proc/meminfo: memFree=125776016/131250000 swapFree=33010684/33010684
[pid=35372] ppid=35369 vsize=1212512 memory=1015624 CPUtime=3602.02 cores=4,6
/proc/35372/stat : 35372 (ExactPR-S) R 35369 35372 35027 0 -1 4194304 227981 0 0 0 359887 315 0 0 20 0 1 0 43595933 1241612288 253906 18446744073709551615 94506741043200 94506750343237 140722658210416 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 94506752129344 94506752168424 94506770558976 140722658212225 140722658212362 140722658212362 140722658217964 0
/proc/35372/statm: 303128 253906 3488 2271 0 297766 0
Current children cumulated CPU time: 3602.02 s
Current children cumulated vsize: 1212512 KiB
Current children cumulated memory: 1015624 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 3611.4
CPU time (s): 3602.03
CPU user time (s): 3598.87
CPU system time (s): 3.15398
CPU usage (%): 99.7404
Max. virtual memory (cumulated for all children) (KiB): 1582496
Max. memory (cumulated for all children) (KiB): 1057092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.87
system time used= 3.15398
maximum resident set size= 1057476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227981
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= 168
involuntary context switches= 2498


# summary of solver processes directly reported to runsolver:
#   pid: 35372
#   total CPU time (s): 3602.03
#   total CPU user time (s): 3598.87
#   total CPU system time (s): 3.15398

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.07865 second user time and 15.0153 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-30 12:26:00
IDJOB=4484977
IDBENCH=146684
IDSOLVER=3326
FILE ID=nodeC027/4484977-1751279160
RUNJOBID= nodeC027-1751279092-35043
SLURM_JOB_ID= 9594206
Free space on /tmp= 433020 MiB

SOLVER NAME= ExactPR-S 2025-06-01
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb45-21-opb/normalized-frb45-21-3.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-4484977-1751279160/watcher-4484977-1751279160 -o /tmp/evaluation-result-4484977-1751279160/solver-4484977-1751279160 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751279092-35043 --watchdog 3760  ./ExactPR-S --pre-solve=1 --print-uniform=0 --verbosity=0 --print-sol HOME/instance-4484977-1751279160.opb

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

MD5SUM BENCH= a3f6b61db250b51897503d5946a188dc
RANDOM SEED=999307895

nodeC027 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		: 3598.321
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.29
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.680
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.29
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		: 3660.216
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.29
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		: 3592.107
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.29
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		: 3584.238
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.29
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.617
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        127204468 kB
MemAvailable:   127676800 kB
Buffers:            3280 kB
Cached:          1275248 kB
SwapCached:            0 kB
Active:          2414192 kB
Inactive:        1018648 kB
Active(anon):    2172380 kB
Inactive(anon):        0 kB
Active(file):     241812 kB
Inactive(file):  1018648 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             13408 kB
Writeback:             0 kB
AnonPages:       2157432 kB
Mapped:           132048 kB
Shmem:             18068 kB
KReclaimable:     101820 kB
Slab:             187584 kB
SReclaimable:     101820 kB
SUnreclaim:        85764 kB
KernelStack:        4336 kB
PageTables:         7772 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    3267392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150552 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    434176 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433000 MiB
End job on nodeC027 at 2025-06-30 13:26:12