Trace number 4522224

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
pb-oll-rs-2024 2025-05-06Signal 2237.47 2254.59

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/
MIPLIB01/opt/miplib2017/normalized-scpm1.opb
MD5SUM440d9fa41be3ec48b597f135b494ae2c
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 benchmark562
Best CPU time to get the best result obtained on this benchmark3587.78
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables500000
Total number of constraints5000
Number of constraints which are clauses5000
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 constraint1130
Maximum length of a constraint1375
Number of terms in the objective function 500000
Biggest coefficient in the objective function 100
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 25254186
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 100
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 25254186
Number of bits of the biggest sum of numbers25
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c RoundingSat 2
0.00/0.00	c branch 
0.00/0.00	c commit 
0.00/0.00	c [STEP] parsing instance
3.18/3.29	c [STEP] solving
3.18/3.29	c #variables 500000 #constraints 5000
3.28/3.30	c SMALL=int, LARGE=long long
3.28/3.33	c bounds - >= 0 @ 3.21302
3.28/3.33	c stratification level: 99
9.66/9.79	c bounds 85848 >= 0 @ 9.3289
9.66/9.79	c stratification level: 98
13.96/14.01	c bounds 874 >= 0 @ 13.2329
13.96/14.01	c stratification level: 97
2236.01/2243.30	terminate called after throwing an instance of 'rs::OutOfMemoryException'

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522224-1751590160/watcher-4522224-1751590160 -o /tmp/evaluation-result-4522224-1751590160/solver-4522224-1751590160 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751590160-82260 --watchdog 3760 pb-oll-rs HOME/instance-4522224-1751590160.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=82316, runsolver pid=82313

[startup+0.100063 s]*
/proc/loadavg: 0.98 1.96 2.92 5/265 82317
/proc/meminfo: memFree=126848368/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=149416 memory=133444 CPUtime=0.09 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 17828 0 0 0 5 4 0 0 20 0 1 0 74694809 153001984 33361 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 37354 33361 1088 243 0 33603 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 149416 KiB
Current children cumulated memory: 133444 KiB

[startup+0.205485 s]*
/proc/loadavg: 0.98 1.96 2.92 5/265 82317
/proc/meminfo: memFree=126831356/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=165800 memory=149832 CPUtime=0.2 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 18343 0 0 0 15 5 0 0 20 0 1 0 74694809 169779200 37458 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 41450 37458 1088 243 0 37699 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 165800 KiB
Current children cumulated memory: 149832 KiB

[startup+0.305394 s]*
/proc/loadavg: 0.98 1.96 2.92 5/265 82317
/proc/meminfo: memFree=126820588/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=127316 memory=112816 CPUtime=0.3 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 18514 0 0 0 25 5 0 0 20 0 1 0 74694809 130371584 28204 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 31829 28204 1120 243 0 28078 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 127316 KiB
Current children cumulated memory: 112816 KiB

[startup+0.700145 s]
/proc/loadavg: 0.98 1.96 2.92 5/265 82317
/proc/meminfo: memFree=126792300/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=127316 memory=115980 CPUtime=0.68 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 18795 0 0 0 63 5 0 0 20 0 1 0 74694809 130371584 28995 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 31829 28995 1120 243 0 28078 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 127316 KiB
Current children cumulated memory: 115980 KiB

[startup+1.50014 s]
/proc/loadavg: 0.98 1.96 2.92 5/265 82317
/proc/meminfo: memFree=126735020/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=134456 memory=122412 CPUtime=1.48 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 19385 0 0 0 142 6 0 0 20 0 1 0 74694809 137682944 30603 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 33614 30603 1120 243 0 29863 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 134456 KiB
Current children cumulated memory: 122412 KiB

[startup+3.10523 s]
/proc/loadavg: 1.22 1.99 2.92 5/265 82317
/proc/meminfo: memFree=126517812/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=153312 memory=136872 CPUtime=3.08 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 20456 0 0 0 300 8 0 0 20 0 1 0 74694809 156991488 34218 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 38328 34218 1120 243 0 34577 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 153312 KiB
Current children cumulated memory: 136872 KiB

[startup+6.30009 s]
/proc/loadavg: 1.22 1.99 2.92 5/265 82317
/proc/meminfo: memFree=126370076/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=169124 memory=150692 CPUtime=6.26 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 21780 0 0 0 618 8 0 0 20 0 1 0 74694809 173182976 37673 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 42281 37673 1248 243 0 38530 0
Current children cumulated CPU time: 6.26 s
Current children cumulated vsize: 169124 KiB
Current children cumulated memory: 150692 KiB

[startup+12.7001 s]
/proc/loadavg: 1.65 2.06 2.94 5/265 82317
/proc/meminfo: memFree=126147504/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=202376 memory=187768 CPUtime=12.66 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 28465 0 0 0 1222 44 0 0 20 0 1 0 74694809 207233024 46942 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 50594 46942 1280 243 0 46843 0
Current children cumulated CPU time: 12.66 s
Current children cumulated vsize: 202376 KiB
Current children cumulated memory: 187768 KiB

[startup+25.5002 s]
/proc/loadavg: 2.01 2.12 2.95 5/265 82317
/proc/meminfo: memFree=125785996/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=558744 memory=479552 CPUtime=25.42 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 63055 0 0 0 2419 123 0 0 20 0 1 0 74694809 572153856 119888 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 139686 119888 1312 243 0 135935 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 558744 KiB
Current children cumulated memory: 479552 KiB

[startup+51.1053 s]
/proc/loadavg: 2.75 2.29 2.98 5/265 82318
/proc/meminfo: memFree=124524252/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=1449344 memory=1342252 CPUtime=50.97 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 183193 0 0 0 4923 174 0 0 20 0 1 0 74694809 1484128256 335563 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 362336 335563 1312 243 0 358585 0
Current children cumulated CPU time: 50.97 s
Current children cumulated vsize: 1449344 KiB
Current children cumulated memory: 1342252 KiB

[startup+102.3 s]
/proc/loadavg: 3.55 2.60 3.05 5/265 82319
/proc/meminfo: memFree=122913428/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=3273556 memory=2824948 CPUtime=102.03 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 381213 0 0 0 9951 252 0 0 20 0 1 0 74694809 3352121344 706237 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 818389 706237 1312 243 0 814638 0
Current children cumulated CPU time: 102.03 s
Current children cumulated vsize: 3273556 KiB
Current children cumulated memory: 2824948 KiB

[startup+162.3 s]
/proc/loadavg: 3.94 2.88 3.12 5/266 82322
/proc/meminfo: memFree=121125984/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=4875400 memory=3989932 CPUtime=161.86 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 531717 0 0 0 15824 362 0 0 20 0 1 0 74694809 4992409600 997483 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 1218850 997483 1312 243 0 1215099 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 4875400 KiB
Current children cumulated memory: 3989932 KiB

[startup+222.3 s]
/proc/loadavg: 4.03 3.10 3.18 5/265 82329
/proc/meminfo: memFree=119766016/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=5527276 memory=5069840 CPUtime=221.67 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 680077 0 0 0 21636 531 0 0 20 0 1 0 74694809 5659930624 1267460 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 1381819 1267460 1312 243 0 1378068 0
Current children cumulated CPU time: 221.67 s
Current children cumulated vsize: 5527276 KiB
Current children cumulated memory: 5069840 KiB

[startup+282.3 s]
/proc/loadavg: 4.05 3.28 3.24 5/265 82331
/proc/meminfo: memFree=118143808/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=6611968 memory=6547748 CPUtime=281.49 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 931162 0 0 0 27455 694 0 0 20 0 1 0 74694809 6770655232 1636937 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 1652992 1636937 1312 243 0 1649241 0
Current children cumulated CPU time: 281.49 s
Current children cumulated vsize: 6611968 KiB
Current children cumulated memory: 6547748 KiB

[startup+342.3 s]
/proc/loadavg: 4.11 3.45 3.30 5/264 82333
/proc/meminfo: memFree=117251308/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=8429516 memory=7240640 CPUtime=341.29 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 1005885 0 0 0 33375 754 0 0 20 0 1 0 74694809 8631824384 1810160 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 2107379 1810160 1312 243 0 2103628 0
Current children cumulated CPU time: 341.29 s
Current children cumulated vsize: 8429516 KiB
Current children cumulated memory: 7240640 KiB

[startup+402.3 s]
/proc/loadavg: 4.08 3.57 3.36 5/264 82335
/proc/meminfo: memFree=116831472/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=8430068 memory=7617936 CPUtime=401.11 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 1006564 0 0 0 39309 802 0 0 20 0 1 0 74694809 8632389632 1904484 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 2107517 1904484 1312 243 0 2103766 0
Current children cumulated CPU time: 401.11 s
Current children cumulated vsize: 8430068 KiB
Current children cumulated memory: 7617936 KiB

[startup+462.3 s]
/proc/loadavg: 4.14 3.68 3.41 5/263 82337
/proc/meminfo: memFree=115781192/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=9085760 memory=8515400 CPUtime=460.91 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 1130328 0 0 0 45227 864 0 0 20 0 1 0 74694809 9303818240 2128850 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 2271440 2128850 1312 243 0 2267689 0
Current children cumulated CPU time: 460.91 s

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

/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 2919927 0 0 0 181189 2445 0 0 20 0 1 0 74694809 23719677952 4945580 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 5790937 4945580 1312 243 0 5787186 0
Current children cumulated CPU time: 1836.34 s
Current children cumulated vsize: 23163748 KiB
Current children cumulated memory: 19782320 KiB

[startup+1902.3 s]
/proc/loadavg: 4.07 4.08 3.98 5/264 82419
/proc/meminfo: memFree=99989908/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=26390508 memory=22216124 CPUtime=1896.15 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 3446010 0 0 0 186995 2620 0 0 20 0 1 0 74694809 27023880192 5554031 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 6597627 5554031 1312 243 0 6593876 0
Current children cumulated CPU time: 1896.15 s
Current children cumulated vsize: 26390508 KiB
Current children cumulated memory: 22216124 KiB

[startup+1962.3 s]
/proc/loadavg: 4.14 4.09 4.00 5/263 82421
/proc/meminfo: memFree=98551456/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=27825128 memory=23592468 CPUtime=1955.94 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 3703489 0 0 0 192239 3355 0 0 20 0 1 0 74694809 28492931072 5898117 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 6956282 5898117 1312 243 0 6952531 0
Current children cumulated CPU time: 1955.94 s
Current children cumulated vsize: 27825128 KiB
Current children cumulated memory: 23592468 KiB

[startup+2022.3 s]
/proc/loadavg: 4.11 4.09 4.00 5/264 82428
/proc/meminfo: memFree=97987416/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=27838928 memory=24154300 CPUtime=2015.74 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 3754090 0 0 0 198067 3507 0 0 20 0 1 0 74694809 28507062272 6038575 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 6959732 6038575 1312 243 0 6955981 0
Current children cumulated CPU time: 2015.74 s
Current children cumulated vsize: 27838928 KiB
Current children cumulated memory: 24154300 KiB

[startup+2082.3 s]
/proc/loadavg: 4.04 4.07 4.00 5/264 82430
/proc/meminfo: memFree=97391720/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=27844240 memory=24692164 CPUtime=2075.54 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 3800696 0 0 0 203961 3593 0 0 20 0 1 0 74694809 28512501760 6173041 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 6961060 6173041 1312 243 0 6957309 0
Current children cumulated CPU time: 2075.54 s
Current children cumulated vsize: 27844240 KiB
Current children cumulated memory: 24692164 KiB

[startup+2142.3 s]
/proc/loadavg: 4.11 4.09 4.01 5/264 82432
/proc/meminfo: memFree=96854144/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=27849396 memory=25188592 CPUtime=2135.34 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 3844149 0 0 0 209870 3664 0 0 20 0 1 0 74694809 28517781504 6297148 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 6962349 6297148 1312 243 0 6958598 0
Current children cumulated CPU time: 2135.34 s
Current children cumulated vsize: 27849396 KiB
Current children cumulated memory: 25188592 KiB

[startup+2202.3 s]
/proc/loadavg: 4.36 4.16 4.03 5/264 82434
/proc/meminfo: memFree=96319740/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=27856536 memory=25679812 CPUtime=2195.15 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 3888116 0 0 0 215811 3704 0 0 20 0 1 0 74694809 28525092864 6419953 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 6964134 6419953 1312 243 0 6960383 0
Current children cumulated CPU time: 2195.15 s
Current children cumulated vsize: 27856536 KiB
Current children cumulated memory: 25679812 KiB

[startup+2254.59 s]
# the end of solver process 82316 was just reported to runsolver
# Child ended because it received signal 6 (SIGABRT)
Child dumped core

# cumulated CPU time of all completed processes:  user=2198.76 s, system=38.7148 s

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

[startup+2227.2 s]
/proc/loadavg: 4.39 4.18 4.04 5/265 82437
/proc/meminfo: memFree=96109236/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=27857656 memory=25876100 CPUtime=2219.96 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 3906654 0 0 0 218279 3717 0 0 20 0 1 0 74694809 28526239744 6469025 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 6964414 6469025 1312 243 0 6960663 0
Current children cumulated CPU time: 2219.96 s
Current children cumulated vsize: 27857656 KiB
Current children cumulated memory: 25876100 KiB

[startup+2240 s]*
/proc/loadavg: 4.48 4.21 4.05 5/265 82437
/proc/meminfo: memFree=96005628/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=27858008 memory=25974012 CPUtime=2232.72 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) R 82313 82316 82247 0 -1 4194304 3914936 0 0 0 219548 3724 0 0 20 0 1 0 74694809 28526600192 6493503 18446744073709551615 4218880 5211445 140735392259040 0 0 0 0 0 8404994 0 0 0 17 5 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 0
/proc/82316/statm: 6964502 6493503 1312 243 0 6960751 0
Current children cumulated CPU time: 2232.72 s
Current children cumulated vsize: 27858008 KiB
Current children cumulated memory: 25974012 KiB

[startup+2246.4 s]
/proc/loadavg: 4.53 4.22 4.06 5/267 82440
/proc/meminfo: memFree=94844276/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=27858008 memory=25998576 CPUtime=2236.72 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) S 82313 82316 82247 0 -1 4195840 3917064 0 0 0 219875 3797 0 0 20 0 1 0 74694809 28526600192 6499644 18446744073709551615 4218880 5211445 140735392259040 140735392254848 140507269872236 0 0 0 8404994 1 0 0 17 7 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 6
/proc/82316/statm: 6964502 6499644 1408 243 0 6960751 0
Current children cumulated CPU time: 2236.72 s
Current children cumulated vsize: 27858008 KiB
Current children cumulated memory: 25998576 KiB

[startup+2249.6 s]
/proc/loadavg: 4.56 4.24 4.07 5/266 82440
/proc/meminfo: memFree=94739632/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=27858008 memory=25998576 CPUtime=2236.72 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) S 82313 82316 82247 0 -1 4195840 3917064 0 0 0 219875 3797 0 0 20 0 1 0 74694809 28526600192 6499644 18446744073709551615 4218880 5211445 140735392259040 140735392254848 140507269872236 0 0 0 8404994 1 0 0 17 7 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 6
/proc/82316/statm: 6964502 6499644 1408 243 0 6960751 0
Current children cumulated CPU time: 2236.72 s
Current children cumulated vsize: 27858008 KiB
Current children cumulated memory: 25998576 KiB

[startup+2252.8 s]
/proc/loadavg: 4.60 4.25 4.07 4/266 82440
/proc/meminfo: memFree=94651260/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=27858008 memory=25998576 CPUtime=2236.72 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) S 82313 82316 82247 0 -1 4195840 3917064 0 0 0 219875 3797 0 0 20 0 1 0 74694809 28526600192 6499644 18446744073709551615 4218880 5211445 140735392259040 140735392254848 140507269872236 0 0 0 8404994 1 0 0 17 7 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 6
/proc/82316/statm: 6964502 6499644 1408 243 0 6960751 0
Current children cumulated CPU time: 2236.72 s
Current children cumulated vsize: 27858008 KiB
Current children cumulated memory: 25998576 KiB

[startup+2253.6 s]
/proc/loadavg: 4.60 4.25 4.07 4/266 82440
/proc/meminfo: memFree=94651260/131250000 swapFree=33010672/33010684
[pid=82316] ppid=82313 vsize=27858008 memory=25998576 CPUtime=2236.72 cores=5,7
/proc/82316/stat : 82316 (pb-oll-rs) S 82313 82316 82247 0 -1 4195840 3917064 0 0 0 219875 3797 0 0 20 0 1 0 74694809 28526600192 6499644 18446744073709551615 4218880 5211445 140735392259040 140735392254848 140507269872236 0 0 0 8404994 1 0 0 17 7 0 0 0 0 0 5494472 5498400 29958144 140735392262556 140735392262633 140735392262633 140735392268235 6
/proc/82316/statm: 6964502 6499644 1408 243 0 6960751 0
Current children cumulated CPU time: 2236.72 s
Current children cumulated vsize: 27858008 KiB
Current children cumulated memory: 25998576 KiB

[startup+2254.01 s]*
/proc/loadavg: 4.60 4.25 4.07 5/267 82446
/proc/meminfo: memFree=99857664/131250000 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+2254.4 s]
/proc/loadavg: 4.60 4.25 4.07 5/267 82446
/proc/meminfo: memFree=99857664/131250000 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+2254.5 s]
/proc/loadavg: 4.60 4.25 4.07 5/267 82446
/proc/meminfo: memFree=99857664/131250000 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child ended because it received signal 6 (SIGABRT)
Child dumped core

Real time (s): 2254.59
CPU time (s): 2237.47
CPU user time (s): 2198.76
CPU system time (s): 38.7148
CPU usage (%): 99.2408
Max. virtual memory (cumulated for all children) (KiB): 27858008
Max. memory (cumulated for all children) (KiB): 25998576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2198.76
system time used= 38.7148
maximum resident set size= 25998576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3917064
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= 89
involuntary context switches= 3034


# summary of solver processes directly reported to runsolver:
#   pid: 82316
#   total CPU time (s): 2237.47
#   total CPU user time (s): 2198.76
#   total CPU system time (s): 38.7148

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.23239 second user time and 9.69448 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-04 02:49:22
IDJOB=4522224
IDBENCH=178648
IDSOLVER=3345
FILE ID=nodeC026/4522224-1751590160
RUNJOBID= nodeC026-1751590160-82260
SLURM_JOB_ID= 9598846
Free space on /tmp= 430484 MiB

SOLVER NAME= pb-oll-rs-2024 2025-05-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2017/normalized-scpm1.opb
COMMAND LINE= pb-oll-rs BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522224-1751590160/watcher-4522224-1751590160 -o /tmp/evaluation-result-4522224-1751590160/solver-4522224-1751590160 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751590160-82260 --watchdog 3760  pb-oll-rs HOME/instance-4522224-1751590160.opb

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

MD5SUM BENCH= 440d9fa41be3ec48b597f135b494ae2c
RANDOM SEED=1714370535

nodeC026 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.881
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.59
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.952
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.59
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		: 3612.173
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6999.59
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.870
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.59
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		: 3728.948
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.59
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		: 3600.005
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.59
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		: 3599.747
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        126994528 kB
MemAvailable:   129373772 kB
Buffers:            2128 kB
Cached:          3007216 kB
SwapCached:            4 kB
Active:           946088 kB
Inactive:        2337104 kB
Active(anon):     282236 kB
Inactive(anon):     9688 kB
Active(file):     663852 kB
Inactive(file):  2327416 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             84604 kB
Writeback:             0 kB
AnonPages:        277316 kB
Mapped:           108032 kB
Shmem:             18076 kB
KReclaimable:     448776 kB
Slab:             548984 kB
SReclaimable:     448776 kB
SUnreclaim:       100208 kB
KernelStack:        4288 kB
PageTables:         3504 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     615768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3680 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 430220 MiB
End job on nodeC026 at 2025-07-04 03:26:56