Trace number 4522219

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
mixed-bag-2024 2025-05-06Signal 2561.91 2579.49

DiagnosticValue
SCIPUB

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.01	c RoundingSat 2
0.00/0.01	c branch 
0.00/0.01	c commit 
0.00/0.01	c with Papilo
0.00/0.01	c with SCIP
0.00/0.01	c [STEP] parsing instance
11.42/11.58	c [STEP] preprocessing with Papilo
12.87/13.09	c Papilo could not simplify the problem
12.87/13.09	c [STEP] solving with SCIP
317.36/318.52	c [STEP] preprocessing done, loading into solver
319.65/320.86	c [STEP] solving
319.65/320.86	c #variables 500001 #constraints 5000
319.65/320.87	c SMALL=int, LARGE=long long
319.75/320.92	d SCIPUB 14440
319.75/320.94	c bounds - >= 0 @ 317.604
319.75/320.94	c stratification level: 99
2560.50/2568.35	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: 63665 MiB (62268 MiB free)
  memory of node 1: 64507 MiB (59908 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522219-1751581743/watcher-4522219-1751581743 -o /tmp/evaluation-result-4522219-1751581743/solver-4522219-1751581743 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751578094-90102 --watchdog 3760 mixed-bag HOME/instance-4522219-1751581743.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=91133, runsolver pid=91130
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.14 4.10 4.09 6/264 91134
/proc/meminfo: memFree=124998292/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=192616 memory=120036 CPUtime=0.08 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 17157 0 0 0 5 3 0 0 20 0 1 0 73852302 197238784 30009 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 48154 30009 2112 2842 0 30387 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 192616 KiB
Current children cumulated memory: 120036 KiB

[startup+0.205248 s]*
/proc/loadavg: 4.14 4.10 4.09 5/264 91134
/proc/meminfo: memFree=124988552/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=209000 memory=136424 CPUtime=0.18 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 17686 0 0 0 14 4 0 0 20 0 1 0 73852302 214016000 34106 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 52250 34106 2112 2842 0 34483 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 209000 KiB
Current children cumulated memory: 136424 KiB

[startup+0.305387 s]*
/proc/loadavg: 4.14 4.10 4.09 5/264 91134
/proc/meminfo: memFree=124980740/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=188408 memory=116024 CPUtime=0.27 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 21611 0 0 0 23 4 0 0 20 0 1 0 73852302 192929792 29006 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 47102 29006 2144 2842 0 29335 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 188408 KiB
Current children cumulated memory: 116024 KiB

[startup+0.700164 s]
/proc/loadavg: 4.14 4.10 4.09 5/264 91134
/proc/meminfo: memFree=124980740/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=217080 memory=140476 CPUtime=0.65 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 23113 0 0 0 60 5 0 0 20 0 1 0 73852302 222289920 35119 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 6 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 54270 35119 2144 2842 0 36503 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 217080 KiB
Current children cumulated memory: 140476 KiB

[startup+1.50013 s]
/proc/loadavg: 4.14 4.10 4.09 5/264 91134
/proc/meminfo: memFree=124964588/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=217112 memory=141204 CPUtime=1.45 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 23249 0 0 0 139 6 0 0 20 0 1 0 73852302 222322688 35301 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 54278 35301 2144 2842 0 36511 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 217112 KiB
Current children cumulated memory: 141204 KiB

[startup+3.10531 s]
/proc/loadavg: 4.14 4.10 4.09 5/264 91134
/proc/meminfo: memFree=124940556/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=249880 memory=171960 CPUtime=3.04 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 23828 0 0 0 297 7 0 0 20 0 1 0 73852302 255877120 42990 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 62470 42990 2144 2842 0 44703 0
Current children cumulated CPU time: 3.04 s
Current children cumulated vsize: 249880 KiB
Current children cumulated memory: 171960 KiB

[startup+6.30014 s]
/proc/loadavg: 4.13 4.09 4.09 5/264 91134
/proc/meminfo: memFree=124889608/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=315416 memory=229376 CPUtime=6.23 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 24462 0 0 0 613 10 0 0 20 0 1 0 73852302 322985984 57344 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 78854 57344 2144 2842 0 61087 0
Current children cumulated CPU time: 6.23 s
Current children cumulated vsize: 315416 KiB
Current children cumulated memory: 229376 KiB

[startup+12.7001 s]
/proc/loadavg: 4.12 4.09 4.09 5/264 91134
/proc/meminfo: memFree=124184912/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=994368 memory=845136 CPUtime=12.57 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 44441 0 0 0 1218 39 0 0 20 0 1 0 73852302 1018232832 211284 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 248592 211284 2304 2842 0 230286 0
Current children cumulated CPU time: 12.57 s
Current children cumulated vsize: 994368 KiB
Current children cumulated memory: 845136 KiB

[startup+25.5001 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 91134
/proc/meminfo: memFree=122382060/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=3009736 memory=2742024 CPUtime=25.34 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 471122 0 0 0 2418 116 0 0 20 0 1 0 73852302 3081969664 685506 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 752434 685506 4032 2842 0 734128 0
Current children cumulated CPU time: 25.34 s
Current children cumulated vsize: 3009736 KiB
Current children cumulated memory: 2742024 KiB

[startup+51.1054 s]
/proc/loadavg: 4.13 4.10 4.09 5/264 91134
/proc/meminfo: memFree=121854672/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=3669436 memory=3262652 CPUtime=50.86 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 594750 0 0 0 4922 164 0 0 20 0 1 0 73852302 3757502464 815663 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 917359 815663 4064 2842 0 899053 0
Current children cumulated CPU time: 50.86 s
Current children cumulated vsize: 3669436 KiB
Current children cumulated memory: 3262652 KiB

[startup+102.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/264 91138
/proc/meminfo: memFree=120830196/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=4700980 memory=4257124 CPUtime=101.88 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 756389 0 0 0 9976 212 0 0 20 0 1 0 73852302 4813803520 1064281 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 1175245 1064281 4256 2842 0 1156939 0
Current children cumulated CPU time: 101.88 s
Current children cumulated vsize: 4700980 KiB
Current children cumulated memory: 4257124 KiB

[startup+162.3 s]
/proc/loadavg: 4.06 4.08 4.09 5/264 91140
/proc/meminfo: memFree=120721324/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=4700980 memory=4257252 CPUtime=161.67 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 756494 0 0 0 15955 212 0 0 20 0 1 0 73852302 4813803520 1064313 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 1175245 1064313 4256 2842 0 1156939 0
Current children cumulated CPU time: 161.67 s
Current children cumulated vsize: 4700980 KiB
Current children cumulated memory: 4257252 KiB

[startup+222.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/264 91146
/proc/meminfo: memFree=120706868/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=4703328 memory=4261504 CPUtime=221.47 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 757041 0 0 0 21934 213 0 0 20 0 1 0 73852302 4816207872 1065376 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 1175832 1065376 4256 2842 0 1157526 0
Current children cumulated CPU time: 221.47 s
Current children cumulated vsize: 4703328 KiB
Current children cumulated memory: 4261504 KiB

[startup+282.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/264 91148
/proc/meminfo: memFree=120680020/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=4719604 memory=4276408 CPUtime=281.27 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 758285 0 0 0 27914 213 0 0 20 0 1 0 73852302 4832874496 1069102 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 1179901 1069102 4256 2842 0 1161595 0
Current children cumulated CPU time: 281.27 s
Current children cumulated vsize: 4719604 KiB
Current children cumulated memory: 4276408 KiB

[startup+342.3 s]
/proc/loadavg: 4.18 4.10 4.10 5/264 91284
/proc/meminfo: memFree=124928588/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=3750904 memory=3552468 CPUtime=341.09 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 765427 0 0 0 33836 273 0 0 20 0 1 0 73852302 3840925696 888117 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 937726 888117 4416 2842 0 919420 0
Current children cumulated CPU time: 341.09 s
Current children cumulated vsize: 3750904 KiB
Current children cumulated memory: 3552468 KiB

[startup+402.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/264 91331
/proc/meminfo: memFree=122550436/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=4447336 memory=4150280 CPUtime=400.89 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 771346 0 0 0 39758 331 0 0 20 0 1 0 73852302 4554072064 1037570 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 1111834 1037570 4416 2842 0 1093528 0
Current children cumulated CPU time: 400.89 s
Current children cumulated vsize: 4447336 KiB
Current children cumulated memory: 4150280 KiB

[startup+462.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/264 91333
/proc/meminfo: memFree=121070100/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=5014864 memory=4776728 CPUtime=460.68 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 784367 0 0 0 45693 375 0 0 20 0 1 0 73852302 5135220736 1194182 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 1253716 1194182 4416 2842 0 1235410 0

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

Current children cumulated vsize: 24775828 KiB
Current children cumulated memory: 21020516 KiB

[startup+2082.3 s]
/proc/loadavg: 4.12 4.19 4.17 5/265 91962
/proc/meminfo: memFree=101357044/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=26259464 memory=22279960 CPUtime=2075.99 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 3266851 0 0 0 204957 2642 0 0 20 0 1 0 73852302 26889691136 5569990 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 6564866 5569990 4416 2842 0 6546560 0
Current children cumulated CPU time: 2075.99 s
Current children cumulated vsize: 26259464 KiB
Current children cumulated memory: 22279960 KiB

[startup+2142.3 s]
/proc/loadavg: 4.09 4.17 4.17 5/265 91968
/proc/meminfo: memFree=99743468/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=28246452 memory=23894368 CPUtime=2135.8 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 3608085 0 0 0 210875 2705 0 0 20 0 1 0 73852302 28924366848 5973592 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 7061613 5973592 4416 2842 0 7043307 0
Current children cumulated CPU time: 2135.8 s
Current children cumulated vsize: 28246452 KiB
Current children cumulated memory: 23894368 KiB

[startup+2202.3 s]
/proc/loadavg: 4.14 4.16 4.17 5/264 91970
/proc/meminfo: memFree=99534444/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=28249972 memory=24243692 CPUtime=2195.61 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 3640547 0 0 0 216835 2726 0 0 20 0 1 0 73852302 28927971328 6060923 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 7062493 6060923 4416 2842 0 7044187 0
Current children cumulated CPU time: 2195.61 s
Current children cumulated vsize: 28249972 KiB
Current children cumulated memory: 24243692 KiB

[startup+2262.3 s]
/proc/loadavg: 4.11 4.15 4.16 5/264 91972
/proc/meminfo: memFree=99204576/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=28252572 memory=24562816 CPUtime=2255.42 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 3669278 0 0 0 222750 2792 0 0 20 0 1 0 73852302 28930633728 6140704 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 7063143 6140704 4416 2842 0 7044837 0
Current children cumulated CPU time: 2255.42 s
Current children cumulated vsize: 28252572 KiB
Current children cumulated memory: 24562816 KiB

[startup+2322.3 s]
/proc/loadavg: 4.12 4.13 4.16 5/264 91974
/proc/meminfo: memFree=98928916/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=28255928 memory=24870436 CPUtime=2315.25 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 3698254 0 0 0 228588 2937 0 0 20 0 1 0 73852302 28934070272 6217609 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 7063982 6217609 4416 2842 0 7045676 0
Current children cumulated CPU time: 2315.25 s
Current children cumulated vsize: 28255928 KiB
Current children cumulated memory: 24870436 KiB

[startup+2382.3 s]
/proc/loadavg: 4.10 4.12 4.15 5/264 91977
/proc/meminfo: memFree=98559920/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=28258392 memory=25213412 CPUtime=2375.07 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 3729618 0 0 0 234422 3085 0 0 20 0 1 0 73852302 28936593408 6303353 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 7064598 6303353 4416 2842 0 7046292 0
Current children cumulated CPU time: 2375.07 s
Current children cumulated vsize: 28258392 KiB
Current children cumulated memory: 25213412 KiB

[startup+2442.3 s]
/proc/loadavg: 4.08 4.11 4.14 5/264 91979
/proc/meminfo: memFree=98189596/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=28262172 memory=25549712 CPUtime=2434.89 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 3760599 0 0 0 240316 3173 0 0 20 0 1 0 73852302 28940464128 6387428 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 7065543 6387428 4416 2842 0 7047237 0
Current children cumulated CPU time: 2434.89 s
Current children cumulated vsize: 28262172 KiB
Current children cumulated memory: 25549712 KiB

[startup+2502.3 s]
/proc/loadavg: 4.07 4.11 4.14 5/264 91985
/proc/meminfo: memFree=97796232/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=28262848 memory=25889352 CPUtime=2494.7 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 3791894 0 0 0 246195 3275 0 0 20 0 1 0 73852302 28941156352 6472338 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 7065712 6472338 4416 2842 0 7047406 0
Current children cumulated CPU time: 2494.7 s
Current children cumulated vsize: 28262848 KiB
Current children cumulated memory: 25889352 KiB

[startup+2562.3 s]
/proc/loadavg: 4.08 4.10 4.13 5/264 91987
/proc/meminfo: memFree=97076472/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=28263516 memory=26288056 CPUtime=2554.53 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) R 91130 91133 90091 0 -1 4194304 3826986 0 0 0 252077 3376 0 0 20 0 1 0 73852302 28941840384 6572014 18446744073709551615 4235264 15874749 140721822701216 0 0 0 0 0 8404994 0 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 0
/proc/91133/statm: 7065879 6572014 4416 2842 0 7047573 0
Current children cumulated CPU time: 2554.53 s
Current children cumulated vsize: 28263516 KiB
Current children cumulated memory: 26288056 KiB

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

# cumulated CPU time of all completed processes:  user=2526.75 s, system=35.1602 s

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

[startup+2572.8 s]
/proc/loadavg: 4.06 4.10 4.13 5/266 91991
/proc/meminfo: memFree=95829928/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=28263676 memory=26329300 CPUtime=2561.23 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) S 91130 91133 90091 0 -1 4195840 3831259 0 1 0 252674 3449 0 0 20 0 1 0 73852302 28942004224 6582325 18446744073709551615 4235264 15874749 140721822701216 140721822695632 140144758274668 0 0 0 8404994 1 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 6
/proc/91133/statm: 7065919 6582325 4544 2842 0 7047613 0
Current children cumulated CPU time: 2561.23 s
Current children cumulated vsize: 28263676 KiB
Current children cumulated memory: 26329300 KiB

[startup+2576 s]*
/proc/loadavg: 4.06 4.09 4.13 5/266 91993
/proc/meminfo: memFree=95664784/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=28263676 memory=26329300 CPUtime=2561.23 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) S 91130 91133 90091 0 -1 4195840 3831259 0 1 0 252674 3449 0 0 20 0 1 0 73852302 28942004224 6582325 18446744073709551615 4235264 15874749 140721822701216 140721822695632 140144758274668 0 0 0 8404994 1 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 6
/proc/91133/statm: 7065919 6582325 4544 2842 0 7047613 0
Current children cumulated CPU time: 2561.23 s
Current children cumulated vsize: 28263676 KiB
Current children cumulated memory: 26329300 KiB

[startup+2577.6 s]
/proc/loadavg: 4.06 4.09 4.13 4/266 91993
/proc/meminfo: memFree=95644560/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=28263676 memory=26329300 CPUtime=2561.23 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) S 91130 91133 90091 0 -1 4195840 3831259 0 1 0 252674 3449 0 0 20 0 1 0 73852302 28942004224 6582325 18446744073709551615 4235264 15874749 140721822701216 140721822695632 140144758274668 0 0 0 8404994 1 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 6
/proc/91133/statm: 7065919 6582325 4544 2842 0 7047613 0
Current children cumulated CPU time: 2561.23 s
Current children cumulated vsize: 28263676 KiB
Current children cumulated memory: 26329300 KiB

[startup+2578.4 s]
/proc/loadavg: 4.06 4.09 4.13 4/266 91993
/proc/meminfo: memFree=95644560/131250000 swapFree=33010416/33010684
[pid=91133] ppid=91130 vsize=28263676 memory=26329300 CPUtime=2561.23 cores=4,6
/proc/91133/stat : 91133 (mixed-bag) S 91130 91133 90091 0 -1 4195840 3831259 0 1 0 252674 3449 0 0 20 0 1 0 73852302 28942004224 6582325 18446744073709551615 4235264 15874749 140721822701216 140721822695632 140144758274668 0 0 0 8404994 1 0 0 17 4 0 0 0 0 0 18096864 18107984 31576064 140721822706076 140721822706153 140721822706153 140721822711755 6
/proc/91133/statm: 7065919 6582325 4544 2842 0 7047613 0
Current children cumulated CPU time: 2561.23 s
Current children cumulated vsize: 28263676 KiB
Current children cumulated memory: 26329300 KiB

[startup+2579.2 s]
/proc/loadavg: 4.06 4.09 4.13 5/267 91999
/proc/meminfo: memFree=103048452/131250000 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+2579.4 s]
/proc/loadavg: 4.06 4.09 4.13 5/267 91999
/proc/meminfo: memFree=103048452/131250000 swapFree=33010416/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): 2579.49
CPU time (s): 2561.91
CPU user time (s): 2526.75
CPU system time (s): 35.1602
CPU usage (%): 99.3184
Max. virtual memory (cumulated for all children) (KiB): 28263676
Max. memory (cumulated for all children) (KiB): 26329300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2526.75
system time used= 35.1602
maximum resident set size= 26329300
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3831259
page faults= 1
swaps= 0
block input operations= 184
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 239
involuntary context switches= 3434


# summary of solver processes directly reported to runsolver:
#   pid: 91133
#   total CPU time (s): 2561.91
#   total CPU user time (s): 2526.75
#   total CPU system time (s): 35.1602

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.65432 second user time and 11.066 second system time

The end

Launcher Data

Begin job on nodeC018 at 2025-07-04 00:29:05
IDJOB=4522219
IDBENCH=178648
IDSOLVER=3340
FILE ID=nodeC018/4522219-1751581743
RUNJOBID= nodeC018-1751578094-90102
SLURM_JOB_ID= 9598808
Free space on /tmp= 432796 MiB

SOLVER NAME= mixed-bag-2024 2025-05-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2017/normalized-scpm1.opb
COMMAND LINE= mixed-bag BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522219-1751581743/watcher-4522219-1751581743 -o /tmp/evaluation-result-4522219-1751581743/solver-4522219-1751581743 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1751578094-90102 --watchdog 3760  mixed-bag HOME/instance-4522219-1751581743.opb

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

MD5SUM BENCH= 440d9fa41be3ec48b597f135b494ae2c
RANDOM SEED=1120536645

nodeC018 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.859
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.66
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.919
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.66
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		: 3475.697
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.66
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		: 3705.218
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.66
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.830
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.66
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.836
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.66
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		: 3540.761
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.66
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		: 3593.081
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.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        125109120 kB
MemAvailable:   125502396 kB
Buffers:            2128 kB
Cached:          1157412 kB
SwapCached:           32 kB
Active:          4766480 kB
Inactive:         682544 kB
Active(anon):    4307240 kB
Inactive(anon):      288 kB
Active(file):     459240 kB
Inactive(file):   682256 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             87116 kB
Writeback:             4 kB
AnonPages:       4289640 kB
Mapped:           139200 kB
Shmem:             18044 kB
KReclaimable:     181636 kB
Slab:             271784 kB
SReclaimable:     181636 kB
SUnreclaim:        90148 kB
KernelStack:        4256 kB
PageTables:        12232 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    5800484 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150536 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    831488 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:      201428 kB
DirectMap2M:     7958528 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432484 MiB
End job on nodeC018 at 2025-07-04 01:12:04