Trace number 4432122

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
IPBHS-SCIP 2024-07-09OPT-36 2577.85 2585.43

DiagnosticValue
CARDINALITY_CORES_IN_OPTIMIZER0
CLAUSAL_CORES_IN_OPTIMIZER1266
CORES_EXTRACTED2414
CORES_IN_OPTIMIZER1266
ITERATIONS59
PB_CORES_IN_OPTIMIZER0
SIS3
SIS_OUT_OF_BUDGET3
SIS_SAT0
SIS_UNSAT0
TIME_EXTRACT_CORES0.53
TIME_OPTIMIZE2570.73
TIME_SIS5.26

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/
opb/normalized-graphpart_3pm-0334-0334.lin.opb
MD5SUMc86a302e56842e7d56f33820d48ef5a5
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-36
Best CPU time to get the best result obtained on this benchmark1.22323
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables432
Total number of constraints684
Number of constraints which are clauses324
Number of constraints which are cardinality constraints (but not clauses)36
Number of constraints which are nor clauses,nor cardinality constraints324
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 324
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 324
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 324
Number of bits of the biggest sum of numbers9
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.03	c initialize IPBHS solver
0.00/0.03	c IPBHS 0.0.0 beta (471c63a-dirty, Jul  9 2024 15:06:57), with Glucose 3.0, with SCIP , with RoundingSat 2, with SSPB2SAT 0.2.0, with BreakID 0.0.0
0.00/0.03	c optimizer = "scip"
0.00/0.03	c pbsolver = "roundingsat"
0.00/0.03	c load symmetries from file ""
0.00/0.03	c set time limit for symmetry computation to 100 seconds.
0.00/0.03	c set interchangeable summation variable limit to 3
0.00/0.03	c set abs symmetric core budget per WCE-iteration to 100
0.00/0.03	c set rel symmetric core budget per WCE-iteration to 0
0.00/0.03	c set lit symmetric core budget per WCE-iteration to 0
0.00/0.03	c set sym generation to 's'
0.00/0.03	c set abstraction set creation to 10 iterations without LB change
0.00/0.03	c set abstraction set inputs to 0
0.00/0.03	c set abstraction set cluster min size to 2
0.00/0.03	c set abstraction set cluster max size to 100000000
0.00/0.03	c set abstraction set cluster activation limit to 2
0.00/0.03	c enable abstraction set require equal cost
0.00/0.03	c set abstraction set assumptions to 0
0.00/0.03	c set abstraction set constraint type to 0
0.00/0.03	c set abstract core extraction strategy to b
0.00/0.03	c set core extraction strategy to 2
0.00/0.03	c set core extraction shuffles 10
0.00/0.03	c set cores per iteration to 5
0.00/0.03	c set optimizer bound usage strategy to 2
0.00/0.03	c set optimizer max non-optimal iterations to 1000
0.00/0.03	c set small core cardinality limit to 2
0.00/0.03	c set max coef in cores to 1000000000
0.00/0.03	c set SIS iterations to 5
0.00/0.03	c set SIS budget abs to 1000
0.00/0.03	c set SIS budget rel to 0.05
0.00/0.03	c limit for coefficient in constraints and objective to 9223372036854775807
0.00/0.03	c will solve HOME/instance-4432122-1721162550.opb
0.00/0.03	c [0] solve iteration 1, LB=-162, UB=163
0.00/0.03	c [0.01] solve iteration 2, LB=-162, UB=-17
0.00/0.03	c [0.01] solve iteration 3, LB=-82, UB=-19
0.00/0.03	c [0.02] solve iteration 4, LB=-82, UB=-19
0.00/0.08	c [0.04] solve iteration 5, LB=-79, UB=-30
0.09/0.13	c [0.07] solve iteration 6, LB=-73, UB=-30
0.30/0.38	c [0.11] solve iteration 7, LB=-69, UB=-30
0.30/0.38	c [0.17] solve iteration 8, LB=-65, UB=-30
0.59/0.62	c [0.41] solve iteration 9, LB=-61, UB=-30
1.08/1.11	c [0.92] solve iteration 10, LB=-59, UB=-30
1.99/2.08	c [1.64] solve iteration 11, LB=-57, UB=-30
3.37/3.40	c [3.01] solve iteration 12, LB=-54, UB=-30
4.17/4.20	c [3.83] solve iteration 13, LB=-54, UB=-30
4.87/4.97	c [4.61] solve iteration 14, LB=-53, UB=-30
5.57/5.68	c [5.21] solve iteration 15, LB=-52, UB=-32
12.36/12.45	c [11.96] solve iteration 16, LB=-49, UB=-32
17.14/17.28	c [16.78] solve iteration 17, LB=-49, UB=-32
21.93/22.03	c [21.55] solve iteration 18, LB=-48, UB=-32
26.02/26.10	c [25.61] solve iteration 19, LB=-48, UB=-32
36.69/36.84	c [36.25] solve iteration 20, LB=-47, UB=-32
46.36/46.58	c [46.01] solve iteration 21, LB=-46, UB=-32
56.03/56.21	c [55.48] solve iteration 22, LB=-46, UB=-32
74.38/74.63	c [73.87] solve iteration 23, LB=-45, UB=-32
93.34/93.64	c [92.9] solve iteration 24, LB=-44, UB=-32
114.48/114.89	c [114.05] solve iteration 25, LB=-43, UB=-32
133.93/134.33	c [133.43] solve iteration 26, LB=-43, UB=-32
150.59/151.03	c [150.05] solve iteration 27, LB=-43, UB=-32
166.75/167.26	c [166.25] solve iteration 28, LB=-43, UB=-32
201.95/202.58	c [201.48] solve iteration 29, LB=-42, UB=-32
243.55/244.21	c [242.86] solve iteration 30, LB=-41, UB=-32
284.34/285.18	c [283.83] solve iteration 31, LB=-41, UB=-32
342.98/344.00	c [342.43] solve iteration 32, LB=-40, UB=-32
430.01/431.22	c [429.43] solve iteration 33, LB=-40, UB=-32
478.96/480.39	c [478.43] solve iteration 34, LB=-39, UB=-32
534.50/536.10	c [533.98] solve iteration 35, LB=-39, UB=-32
599.79/601.52	c [599.16] solve iteration 36, LB=-39, UB=-32
674.07/676.00	c [673.39] solve iteration 37, LB=-39, UB=-32
745.14/747.33	c [744.54] solve iteration 38, LB=-38, UB=-32
820.51/822.95	c [819.86] solve iteration 39, LB=-38, UB=-34
889.30/891.95	c [888.7] solve iteration 40, LB=-38, UB=-34
973.43/976.37	c [972.83] solve iteration 41, LB=-38, UB=-34
1016.20/1019.26	c [1015.58] solve iteration 42, LB=-38, UB=-34
1102.53/1105.84	c [1101.91] solve iteration 43, LB=-38, UB=-34
1190.25/1193.89	c [1189.61] solve iteration 44, LB=-37, UB=-34
1269.50/1273.39	c [1268.93] solve iteration 45, LB=-37, UB=-34
1338.78/1342.89	c [1338.11] solve iteration 46, LB=-37, UB=-34
1408.26/1412.58	c [1407.59] solve iteration 47, LB=-37, UB=-34
1484.24/1488.79	c [1483.62] solve iteration 48, LB=-37, UB=-34
1585.51/1590.35	c [1584.75] solve iteration 49, LB=-37, UB=-34
1650.81/1655.80	c [1650.07] solve iteration 50, LB=-37, UB=-34
1752.18/1757.58	c [1751.56] solve iteration 51, LB=-36, UB=-34
1837.64/1843.27	c [1837] solve iteration 52, LB=-36, UB=-34
1928.71/1934.54	c [1928.02] solve iteration 53, LB=-36, UB=-34
2020.27/2026.31	c [2019.5] solve iteration 54, LB=-36, UB=-34
2103.77/2110.06	c [2103.05] solve iteration 55, LB=-36, UB=-34
2197.52/2204.03	c [2196.64] solve iteration 56, LB=-36, UB=-34
2298.26/2305.07	c [2297.56] solve iteration 57, LB=-36, UB=-34
2387.20/2394.28	c [2386.36] solve iteration 58, LB=-36, UB=-34
2472.34/2479.68	c [2471.58] solve iteration 59, LB=-36, UB=-34
2577.80/2585.42	c LB=UB after core extraction
2577.80/2585.42	c instance solved in 2577.54s (IP-solver: 2570.73s, core-extraction: 0.53s, SIS: 5.26s), 59 iterations, LB=-36, UB=-36, 
2577.80/2585.42	d ITERATIONS 59
2577.80/2585.42	d SIS 3
2577.80/2585.42	d SIS_SAT 0
2577.80/2585.42	d SIS_UNSAT 0
2577.80/2585.42	d SIS_OUT_OF_BUDGET 3
2577.80/2585.42	d CORES_EXTRACTED 2414
2577.80/2585.42	d CORES_IN_OPTIMIZER 1266
2577.80/2585.42	d CLAUSAL_CORES_IN_OPTIMIZER 1266
2577.80/2585.42	d CARDINALITY_CORES_IN_OPTIMIZER 0
2577.80/2585.42	d PB_CORES_IN_OPTIMIZER 0
2577.80/2585.42	d TIME_EXTRACT_CORES 0.530000
2577.80/2585.42	d TIME_OPTIMIZE 2570.730000
2577.80/2585.42	d TIME_SIS 5.260000
2577.80/2585.42	c solve_time: 2577.540000
2577.80/2585.42	s OPTIMUM FOUND
2577.80/2585.42	o -36
2577.80/2585.42	v -x1 -x2 x3 x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 x12 -x13 x14 -x15 -x16 x17 -x18 x19 -x20 -x21 x22 -x23 -x24 x25 -x26 -x27 -x28 x29 -x30 -x31 x32 -x33 -x34 x35 -x36 -x37 x38 -x39 -x40 -x41 x42 -x43 -x44 x45 -x46 x47 -x48 x49 -x50 -x51 -x52 -x53 x54 -x55 -x56 x57 -x58 x59 -x60 -x61 -x62 x63 x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 x72 -x73 -x74 x75 -x76 -x77 x78 -x79 -x80 x81 -x82 x83 -x84 -x85 x86 -x87 -x88 -x89 x90 -x91 -x92 x93 -x94 -x95 x96 -x97 x98 -x99 -x100 -x101 x102 -x103 -x104 x105 -x106 -x107 x108 -x110 -x109 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 x123 -x124 -x125 -x126 x127 -x128 x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 x168 -x169 -x170 -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 x190 x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 x202 x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 x222 x223 x224 x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 x236 -x237 -x238 x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 x271 -x272 -x273 -x274 -x275 -x276 -x277 x278 x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 x309 -x310 x311 -x312 -x313 -x314 -x315 -x316 -x317 x318 -x319 x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 x331 x332 x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 x367 x368 x369 -x370 -x371 -x372 -x373 x374 x375 -x376 -x377 x378 -x379 -x380 -x381 -x382 x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 x405 -x406 -x407 -x408 -x409 -x410 -x411 x412 -x413 x414 -x415 -x416 -x417 -x418 -x419 x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 x428 x429 -x430 -x431 x432 

Verifier Data

OK	-36

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: 63931 MiB (61769 MiB free)
  memory of node 1: 64510 MiB (61305 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432122-1721162550/watcher-4432122-1721162550 -o /tmp/evaluation-result-4432122-1721162550/solver-4432122-1721162550 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721158828-866987 --watchdog 3760 ./ipbhs_static_scip HOME/instance-4432122-1721162550.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Linux 4.18.0-301.1.el8.x
Current StackSize limit: 8192 KiB

solver pid=869721, runsolver pid=869718

[startup+0.100666 s]*
/proc/loadavg: 4.23 4.19 4.12 5/256 869722
/proc/meminfo: memFree=126003632/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=50472 memory=34724 CPUtime=0.09 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 7378 0 0 0 8 1 0 0 20 0 1 0 168419156 51683328 8681 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 12618 8681 2943 2900 0 9132 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 50472 KiB
Current children cumulated memory: 34724 KiB

[startup+0.205621 s]*
/proc/loadavg: 4.23 4.19 4.12 6/256 869722
/proc/meminfo: memFree=126001216/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=52008 memory=36572 CPUtime=0.2 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 7869 0 0 0 18 2 0 0 20 0 1 0 168419156 53256192 9143 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 13002 9143 2943 2900 0 9516 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 52008 KiB
Current children cumulated memory: 36572 KiB

[startup+0.305377 s]*
/proc/loadavg: 4.37 4.22 4.13 5/256 869722
/proc/meminfo: memFree=125991340/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=54076 memory=38948 CPUtime=0.3 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 8454 0 0 0 28 2 0 0 20 0 1 0 168419156 55373824 9737 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 13519 9737 2943 2900 0 10033 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 54076 KiB
Current children cumulated memory: 38948 KiB

[startup+0.700184 s]
/proc/loadavg: 4.37 4.22 4.13 5/256 869722
/proc/meminfo: memFree=125984468/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=61976 memory=46116 CPUtime=0.68 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 10474 0 0 0 66 2 0 0 20 0 1 0 168419156 63463424 11529 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 15494 11529 2943 2900 0 12008 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 61976 KiB
Current children cumulated memory: 46116 KiB

[startup+1.50018 s]
/proc/loadavg: 4.37 4.22 4.13 5/256 869722
/proc/meminfo: memFree=125853908/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=65900 memory=49908 CPUtime=1.48 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 11718 0 0 0 146 2 0 0 20 0 1 0 168419156 67481600 12477 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 16475 12477 2943 2900 0 12989 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 65900 KiB
Current children cumulated memory: 49908 KiB

[startup+3.10547 s]
/proc/loadavg: 4.37 4.22 4.13 5/257 869723
/proc/meminfo: memFree=125634024/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=67500 memory=52780 CPUtime=3.08 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 12811 0 0 0 305 3 0 0 20 0 1 0 168419156 69120000 13195 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 16875 13195 2943 2900 0 13389 0
Current children cumulated CPU time: 3.08 s
Current children cumulated vsize: 67500 KiB
Current children cumulated memory: 52780 KiB

[startup+6.30016 s]
/proc/loadavg: 4.34 4.22 4.13 5/257 869723
/proc/meminfo: memFree=125607380/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=76560 memory=61604 CPUtime=6.27 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 15657 0 0 0 623 4 0 0 20 0 1 0 168419156 78397440 15401 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 19140 15401 2943 2900 0 15654 0
Current children cumulated CPU time: 6.27 s
Current children cumulated vsize: 76560 KiB
Current children cumulated memory: 61604 KiB

[startup+12.7002 s]
/proc/loadavg: 4.39 4.23 4.14 5/257 869724
/proc/meminfo: memFree=125581120/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=97480 memory=81136 CPUtime=12.65 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 20542 0 0 0 1260 5 0 0 20 0 1 0 168419156 99819520 20284 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 24370 20284 2943 2900 0 20884 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 97480 KiB
Current children cumulated memory: 81136 KiB

[startup+25.5002 s]
/proc/loadavg: 4.33 4.22 4.13 5/257 869726
/proc/meminfo: memFree=125309764/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=98944 memory=84560 CPUtime=25.42 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 21386 0 0 0 2537 5 0 0 20 0 1 0 168419156 101318656 21140 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 24736 21140 2943 2900 0 21250 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 98944 KiB
Current children cumulated memory: 84560 KiB

[startup+51.1055 s]
/proc/loadavg: 4.26 4.22 4.13 5/257 869731
/proc/meminfo: memFree=124927912/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=112032 memory=96268 CPUtime=50.95 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 25843 0 0 0 5089 6 0 0 20 0 1 0 168419156 114720768 24067 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 28008 24067 2943 2900 0 24522 0
Current children cumulated CPU time: 50.95 s
Current children cumulated vsize: 112032 KiB
Current children cumulated memory: 96268 KiB

[startup+102.3 s]
/proc/loadavg: 4.15 4.20 4.13 5/257 869742
/proc/meminfo: memFree=124746000/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=127100 memory=112072 CPUtime=102.02 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 31548 0 0 0 10194 8 0 0 20 0 1 0 168419156 130150400 28018 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 31775 28018 2943 2900 0 28289 0
Current children cumulated CPU time: 102.02 s
Current children cumulated vsize: 127100 KiB
Current children cumulated memory: 112072 KiB

[startup+162.3 s]
/proc/loadavg: 4.11 4.17 4.12 5/255 869752
/proc/meminfo: memFree=124658508/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=134128 memory=119336 CPUtime=161.86 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 34460 0 0 0 16177 9 0 0 20 0 1 0 168419156 137347072 29834 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 33532 29834 2943 2900 0 30046 0
Current children cumulated CPU time: 161.86 s
Current children cumulated vsize: 134128 KiB
Current children cumulated memory: 119336 KiB

[startup+222.3 s]
/proc/loadavg: 4.08 4.15 4.12 5/255 869762
/proc/meminfo: memFree=124558352/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=146044 memory=129616 CPUtime=221.7 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 38769 0 0 0 22160 10 0 0 20 0 1 0 168419156 149549056 32404 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 36511 32404 2943 2900 0 33025 0
Current children cumulated CPU time: 221.7 s
Current children cumulated vsize: 146044 KiB
Current children cumulated memory: 129616 KiB

[startup+282.3 s]
/proc/loadavg: 4.13 4.15 4.12 5/255 869772
/proc/meminfo: memFree=124482380/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=164664 memory=146772 CPUtime=281.54 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 43001 0 0 0 28143 11 0 0 20 0 1 0 168419156 168615936 36693 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 41166 36693 2943 2900 0 37680 0
Current children cumulated CPU time: 281.54 s
Current children cumulated vsize: 164664 KiB
Current children cumulated memory: 146772 KiB

[startup+342.3 s]
/proc/loadavg: 4.05 4.12 4.11 5/254 869783
/proc/meminfo: memFree=124432840/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=169900 memory=153816 CPUtime=341.37 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 45487 0 0 0 34126 11 0 0 20 0 1 0 168419156 173977600 38454 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 42475 38454 2943 2900 0 38989 0
Current children cumulated CPU time: 341.37 s
Current children cumulated vsize: 169900 KiB
Current children cumulated memory: 153816 KiB

[startup+402.3 s]
/proc/loadavg: 4.12 4.13 4.11 5/254 869793
/proc/meminfo: memFree=124413056/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=182140 memory=164448 CPUtime=401.2 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 48185 0 0 0 40108 12 0 0 20 0 1 0 168419156 186511360 41112 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 45535 41112 2943 2900 0 42049 0
Current children cumulated CPU time: 401.2 s
Current children cumulated vsize: 182140 KiB
Current children cumulated memory: 164448 KiB

[startup+462.3 s]
/proc/loadavg: 4.10 4.12 4.10 5/256 869807
/proc/meminfo: memFree=124381660/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=198208 memory=176844 CPUtime=461.02 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 53077 0 0 0 46089 13 0 0 20 0 1 0 168419156 202964992 44211 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 49552 44211 2943 2900 0 46066 0

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

/proc/loadavg: 4.10 4.11 4.09 5/255 870678
/proc/meminfo: memFree=122948524/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=232860 memory=217632 CPUtime=2135.98 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 69460 0 0 0 213574 24 0 0 20 0 1 0 168419156 238448640 54408 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 58215 54408 3263 2900 0 54729 0
Current children cumulated CPU time: 2135.98 s
Current children cumulated vsize: 232860 KiB
Current children cumulated memory: 217632 KiB

[startup+2202.3 s]
/proc/loadavg: 4.16 4.14 4.10 5/255 870688
/proc/meminfo: memFree=122931724/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=232860 memory=217632 CPUtime=2195.81 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 69545 0 0 0 219556 25 0 0 20 0 1 0 168419156 238448640 54408 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 58215 54408 3263 2900 0 54729 0
Current children cumulated CPU time: 2195.81 s
Current children cumulated vsize: 232860 KiB
Current children cumulated memory: 217632 KiB

[startup+2262.3 s]
/proc/loadavg: 4.16 4.14 4.10 5/258 870703
/proc/meminfo: memFree=122920532/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=232860 memory=217632 CPUtime=2255.66 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 69639 0 0 0 225539 27 0 0 20 0 1 0 168419156 238448640 54408 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 58215 54408 3263 2900 0 54729 0
Current children cumulated CPU time: 2255.66 s
Current children cumulated vsize: 232860 KiB
Current children cumulated memory: 217632 KiB

[startup+2322.3 s]
/proc/loadavg: 4.10 4.13 4.09 5/258 870714
/proc/meminfo: memFree=122906500/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=232860 memory=217632 CPUtime=2315.51 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 69723 0 0 0 231523 28 0 0 20 0 1 0 168419156 238448640 54408 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 58215 54408 3263 2900 0 54729 0
Current children cumulated CPU time: 2315.51 s
Current children cumulated vsize: 232860 KiB
Current children cumulated memory: 217632 KiB

[startup+2382.3 s]
/proc/loadavg: 4.19 4.15 4.10 5/257 870724
/proc/meminfo: memFree=122899744/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=232860 memory=217632 CPUtime=2375.34 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 69804 0 0 0 237506 28 0 0 20 0 1 0 168419156 238448640 54408 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 58215 54408 3263 2900 0 54729 0
Current children cumulated CPU time: 2375.34 s
Current children cumulated vsize: 232860 KiB
Current children cumulated memory: 217632 KiB

[startup+2442.3 s]
/proc/loadavg: 4.13 4.14 4.09 5/257 870735
/proc/meminfo: memFree=122881020/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=232860 memory=217632 CPUtime=2435.16 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 69889 0 0 0 243487 29 0 0 20 0 1 0 168419156 238448640 54408 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 58215 54408 3263 2900 0 54729 0
Current children cumulated CPU time: 2435.16 s
Current children cumulated vsize: 232860 KiB
Current children cumulated memory: 217632 KiB

[startup+2502.3 s]
/proc/loadavg: 4.17 4.14 4.10 5/258 870748
/proc/meminfo: memFree=122872048/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=232860 memory=217632 CPUtime=2494.97 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 69980 0 0 0 249468 29 0 0 20 0 1 0 168419156 238448640 54408 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 58215 54408 3263 2900 0 54729 0
Current children cumulated CPU time: 2494.97 s
Current children cumulated vsize: 232860 KiB
Current children cumulated memory: 217632 KiB

[startup+2562.3 s]
/proc/loadavg: 4.12 4.13 4.09 5/259 871142
/proc/meminfo: memFree=122869356/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=232860 memory=217632 CPUtime=2554.78 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 70062 0 0 0 255449 29 0 0 20 0 1 0 168419156 238448640 54408 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 58215 54408 3263 2900 0 54729 0
Current children cumulated CPU time: 2554.78 s
Current children cumulated vsize: 232860 KiB
Current children cumulated memory: 217632 KiB

[startup+2585.43 s]
# the end of solver process 869721 was just reported to runsolver
# Child status: 0

# cumulated CPU time of all completed processes:  user=2577.55 s, system=0.301914 s

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

[startup+2572.8 s]
/proc/loadavg: 4.10 4.12 4.09 5/259 871143
/proc/meminfo: memFree=122864752/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=232860 memory=217632 CPUtime=2565.24 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 70075 0 0 0 256495 29 0 0 20 0 1 0 168419156 238448640 54408 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 58215 54408 3263 2900 0 54729 0
Current children cumulated CPU time: 2565.24 s
Current children cumulated vsize: 232860 KiB
Current children cumulated memory: 217632 KiB

[startup+2579.2 s]
/proc/loadavg: 4.10 4.12 4.09 5/259 871145
/proc/meminfo: memFree=122864520/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=232860 memory=217632 CPUtime=2571.62 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 70076 0 0 0 257133 29 0 0 20 0 1 0 168419156 238448640 54408 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 58215 54408 3263 2900 0 54729 0
Current children cumulated CPU time: 2571.62 s
Current children cumulated vsize: 232860 KiB
Current children cumulated memory: 217632 KiB

[startup+2582.4 s]
/proc/loadavg: 4.09 4.12 4.09 5/257 871145
/proc/meminfo: memFree=122864564/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=232860 memory=217632 CPUtime=2574.81 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 70076 0 0 0 257452 29 0 0 20 0 1 0 168419156 238448640 54408 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 58215 54408 3263 2900 0 54729 0
Current children cumulated CPU time: 2574.81 s
Current children cumulated vsize: 232860 KiB
Current children cumulated memory: 217632 KiB

[startup+2584 s]*
/proc/loadavg: 4.09 4.12 4.09 5/257 871146
/proc/meminfo: memFree=122865872/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=232860 memory=217632 CPUtime=2576.41 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 70076 0 0 0 257612 29 0 0 20 0 1 0 168419156 238448640 54408 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 58215 54408 3263 2900 0 54729 0
Current children cumulated CPU time: 2576.41 s
Current children cumulated vsize: 232860 KiB
Current children cumulated memory: 217632 KiB

[startup+2584.8 s]
/proc/loadavg: 4.09 4.12 4.09 5/257 871146
/proc/meminfo: memFree=122865872/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=232860 memory=217632 CPUtime=2577.2 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 70076 0 0 0 257691 29 0 0 20 0 1 0 168419156 238448640 54408 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 58215 54408 3263 2900 0 54729 0
Current children cumulated CPU time: 2577.2 s
Current children cumulated vsize: 232860 KiB
Current children cumulated memory: 217632 KiB

[startup+2585.2 s]
/proc/loadavg: 4.09 4.12 4.09 5/257 871146
/proc/meminfo: memFree=122865880/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=232860 memory=217632 CPUtime=2577.6 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 70076 0 0 0 257731 29 0 0 20 0 1 0 168419156 238448640 54408 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 2 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 58215 54408 3263 2900 0 54729 0
Current children cumulated CPU time: 2577.6 s
Current children cumulated vsize: 232860 KiB
Current children cumulated memory: 217632 KiB

[startup+2585.4 s]
/proc/loadavg: 4.09 4.12 4.09 5/257 871146
/proc/meminfo: memFree=122865880/131524600 swapFree=131071996/131071996
[pid=869721] ppid=869718 vsize=232860 memory=217632 CPUtime=2577.8 cores=4,6
/proc/869721/stat : 869721 (ipbhs_static_sc) R 869718 869721 866976 0 -1 4194304 70078 0 0 0 257751 29 0 0 20 0 1 0 168419156 238448640 54408 134679101440 4194304 16068861 140721520279120 0 0 0 0 0 0 0 0 0 17 4 0 0 0 0 0 18370176 18462544 43012096 140721520284710 140721520284797 140721520284797 140721520291812 0
/proc/869721/statm: 58215 54408 3263 2900 0 54729 0
Current children cumulated CPU time: 2577.8 s
Current children cumulated vsize: 232860 KiB
Current children cumulated memory: 217632 KiB

Child status: 0

Real time (s): 2585.43
CPU time (s): 2577.85
CPU user time (s): 2577.55
CPU system time (s): 0.301914
CPU usage (%): 99.7067
Max. virtual memory (cumulated for all children) (KiB): 236368
Max. memory (cumulated for all children) (KiB): 221072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2577.55
system time used= 0.301914
maximum resident set size= 221072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70079
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= 58
involuntary context switches= 1007


# summary of solver processes directly reported to runsolver:
#   pid: 869721
#   total CPU time (s): 2577.85
#   total CPU user time (s): 2577.55
#   total CPU system time (s): 0.301914

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.94512 second user time and 11.2455 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-16 22:42:42
IDJOB=4432122
IDBENCH=158488
IDSOLVER=3057
FILE ID=nodeC022/4432122-1721162550
RUNJOBID= nodeC022-1721158828-866987
SLURM_JOB_ID= 7505771
Free space on /tmp= 889916 MiB

SOLVER NAME= IPBHS-SCIP 2024-07-09
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-graphpart_3pm-0334-0334.lin.opb
COMMAND LINE= ./ipbhs_static_scip BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432122-1721162550/watcher-4432122-1721162550 -o /tmp/evaluation-result-4432122-1721162550/solver-4432122-1721162550 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721158828-866987 --watchdog 3760  ./ipbhs_static_scip HOME/instance-4432122-1721162550.opb

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

MD5SUM BENCH= c86a302e56842e7d56f33820d48ef5a5
RANDOM SEED=1840047700

nodeC022.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3676.662
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
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		: 3687.391
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.96
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		: 3601.723
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
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		: 3599.841
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.96
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		: 3680.532
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
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		: 3687.391
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.96
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		: 3667.681
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
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		: 3600.170
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126030040 kB
MemAvailable:   128673572 kB
Buffers:          413112 kB
Cached:          3042272 kB
SwapCached:            0 kB
Active:           749384 kB
Inactive:        4095004 kB
Active(anon):       1548 kB
Inactive(anon):  1425220 kB
Active(file):     747836 kB
Inactive(file):  2669784 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            116916 kB
Writeback:             0 kB
AnonPages:       1388376 kB
Mapped:           138016 kB
Shmem:             37720 kB
KReclaimable:     131116 kB
Slab:             241716 kB
SReclaimable:     131116 kB
SUnreclaim:       110600 kB
KernelStack:        4176 kB
PageTables:        11764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    1887568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            62464 kB
HardwareCorrupted:     0 kB
AnonHugePages:    264192 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      240340 kB
DirectMap2M:    26796032 kB
DirectMap1G:    109051904 kB

Free space on /tmp at the end= 889864 MiB
End job on nodeC022 at 2024-07-16 23:25:48