Trace number 4487123

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
Sat4j Resolution VeriPB 2025-06-06OPT cert.62 278.956 280.019

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/
submitted-PB05/manquinho/routing/normalized-s4-4-3-1pb.opb
MD5SUM747698da0f593f637a147af56db5f584
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 benchmark62
Best CPU time to get the best result obtained on this benchmark0.061267
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables672
Total number of constraints2028
Number of constraints which are clauses2004
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint28
Number of terms in the objective function 672
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 672
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 672
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.10/0.10	c Free memory 		2104792832
0.10/0.10	c Max memory 		16282288128
0.10/0.10	c Total memory 		2113929216
0.10/0.11	c Number of processors 	2
0.10/0.15	c Pseudo Boolean Optimization by upper bound
0.10/0.15	c --- Begin Solver configuration ---
0.10/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.10/0.15	c Learn all clauses as in MiniSAT
0.10/0.15	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.15	c Expensive reason simplification
0.10/0.15	c Glucose 2.1 dynamic restart strategy
0.10/0.15	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.15	c timeout=2147483s
0.10/0.15	c DB Simplification allowed=false
0.10/0.15	c Listener: none
0.10/0.15	c --- End Solver configuration ---
0.10/0.15	c solving HOME/instance-4487123-1751337416.opb
0.10/0.15	c reading problem ... 
0.10/0.15	c using VERIPB proof format
0.10/0.15	c  objective function found
0.29/0.24	c ... done. Wall clock time 0.089s.
0.29/0.24	c declared #vars     672
0.29/0.24	c #constraints  2028
0.29/0.24	c constraints type 
0.29/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 386
0.29/0.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.29/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1618
0.29/0.24	c 2028 constraints processed.
0.29/0.25	c objective function length is 672 literals
1.25/0.70	c cleaning 2500 clauses out of 5001 with flag 18945/5002
1.64/0.98	c cleaning 4246 clauses out of 8497 with flag 45154/11000
2.23/1.20	c SATISFIABLE
2.23/1.20	c OPTIMIZING...
2.23/1.20	c Got one! Elapsed wall clock time (in seconds):1.052
2.23/1.20	o 72
2.42/1.32	c Got one! Elapsed wall clock time (in seconds):1.171
2.42/1.32	o 70
2.42/1.37	c Got one! Elapsed wall clock time (in seconds):1.219
2.42/1.37	o 68
2.42/1.38	c Got one! Elapsed wall clock time (in seconds):1.233
2.42/1.38	o 66
2.62/1.42	c Got one! Elapsed wall clock time (in seconds):1.268
2.62/1.42	o 64
2.62/1.49	c cleaning 8238 clauses out of 16492 with flag 3808/23245
2.97/1.68	c cleaning 7124 clauses out of 14254 with flag 36044/29245
3.70/2.03	c cleaning 7058 clauses out of 14131 with flag 65027/36246
4.22/2.48	c cleaning 7525 clauses out of 15073 with flag 99186/44246
4.75/2.83	c Got one! Elapsed wall clock time (in seconds):2.683
4.75/2.83	o 62
5.03/3.10	c cleaning 9162 clauses out of 18338 with flag 26305/55036
5.63/3.41	c cleaning 7569 clauses out of 15176 with flag 57959/61036
6.02/3.80	c cleaning 7298 clauses out of 14607 with flag 93456/68036
6.43/4.27	c cleaning 7646 clauses out of 15309 with flag 130320/76036
6.93/4.78	c cleaning 8327 clauses out of 16663 with flag 185018/85036
7.43/5.25	c cleaning 9152 clauses out of 18336 with flag 246546/95036
8.03/5.88	c cleaning 10074 clauses out of 20185 with flag 307931/106037
8.83/6.63	c cleaning 11049 clauses out of 22113 with flag 361107/118039
9.68/7.41	c cleaning 12025 clauses out of 24061 with flag 420423/131036
10.62/8.34	c cleaning 13013 clauses out of 26036 with flag 480080/145036
11.61/9.34	c cleaning 14002 clauses out of 28024 with flag 552796/160037
12.71/10.44	c cleaning 15004 clauses out of 30022 with flag 637700/176037
13.81/11.58	c cleaning 16002 clauses out of 32018 with flag 718924/193037
15.10/12.80	c cleaning 17003 clauses out of 34015 with flag 797123/211036
16.50/14.20	c cleaning 18003 clauses out of 36014 with flag 876971/230038
17.81/15.60	c cleaning 18999 clauses out of 38010 with flag 959089/250037
19.31/17.02	c cleaning 19999 clauses out of 40011 with flag 1046515/271037
20.80/18.57	c cleaning 20997 clauses out of 42012 with flag 1150512/293037
22.50/20.23	c cleaning 21998 clauses out of 44014 with flag 1264316/316036
24.10/21.89	c cleaning 23000 clauses out of 46016 with flag 1370030/340036
26.00/23.76	c cleaning 24002 clauses out of 48017 with flag 1487336/365037
27.99/25.74	c cleaning 25009 clauses out of 50019 with flag 1604359/391041
30.00/27.72	c cleaning 25996 clauses out of 52006 with flag 1733464/418037
32.09/29.83	c cleaning 27001 clauses out of 54010 with flag 1862826/446037
34.29/32.04	c cleaning 27998 clauses out of 56008 with flag 1992614/475036
36.49/34.29	c cleaning 29004 clauses out of 58012 with flag 2119022/505038
38.91/36.75	c cleaning 30000 clauses out of 60007 with flag 2259643/536037
41.50/39.34	c cleaning 30996 clauses out of 62006 with flag 2412163/568036
44.00/41.86	c cleaning 32003 clauses out of 64013 with flag 2566483/601039
46.69/44.58	c cleaning 33001 clauses out of 66007 with flag 2714420/635036
49.48/47.40	c cleaning 34000 clauses out of 68007 with flag 2877154/670037
52.49/50.35	c cleaning 34999 clauses out of 70007 with flag 3047072/706037
55.68/53.56	c cleaning 36003 clauses out of 72007 with flag 3219125/743036
58.78/56.63	c cleaning 36996 clauses out of 74004 with flag 3381947/781036
61.96/59.86	c cleaning 37997 clauses out of 76008 with flag 3550991/820036
64.96/62.88	c cleaning 39001 clauses out of 78011 with flag 3715878/860036
67.99/65.96	c cleaning 40004 clauses out of 80012 with flag 3880247/901038
71.38/69.33	c cleaning 40998 clauses out of 82007 with flag 4069315/943037
74.87/72.88	c cleaning 42002 clauses out of 84008 with flag 4250518/986036
78.57/76.52	c cleaning 42995 clauses out of 86006 with flag 4463262/1030036
82.26/80.28	c cleaning 43999 clauses out of 88012 with flag 4663441/1075037
86.16/84.19	c cleaning 45005 clauses out of 90012 with flag 4870328/1121036
89.84/87.86	c cleaning 45998 clauses out of 92007 with flag 5063921/1168036
93.64/91.68	c cleaning 47004 clauses out of 94011 with flag 5252756/1216038
97.83/95.82	c cleaning 48001 clauses out of 96006 with flag 5465889/1265037
102.05/100.18	c cleaning 49003 clauses out of 98005 with flag 5684329/1315037
106.55/104.60	c cleaning 49997 clauses out of 100002 with flag 5907467/1366037
110.84/108.91	c cleaning 50995 clauses out of 102005 with flag 6131337/1418037
115.34/113.42	c cleaning 51999 clauses out of 104009 with flag 6344639/1471036
119.84/117.99	c cleaning 52999 clauses out of 106010 with flag 6572420/1525036
124.33/122.48	c cleaning 53998 clauses out of 108011 with flag 6786417/1580036
129.07/128.33	c cleaning 55002 clauses out of 110013 with flag 7031077/1636036
133.89/133.16	c cleaning 55998 clauses out of 112012 with flag 7283050/1693037
139.06/138.32	c cleaning 56997 clauses out of 114013 with flag 7543467/1751036
144.05/143.34	c cleaning 58000 clauses out of 116016 with flag 7800660/1810036
149.26/148.52	c cleaning 59007 clauses out of 118017 with flag 8033981/1870037
154.64/153.95	c cleaning 60000 clauses out of 120010 with flag 8286318/1931037
160.46/159.76	c cleaning 60999 clauses out of 122009 with flag 8549030/1993036
166.53/166.07	c cleaning 61997 clauses out of 124010 with flag 8826464/2056036
172.31/171.88	c cleaning 63003 clauses out of 126016 with flag 9077942/2120039
178.40/177.98	c cleaning 63999 clauses out of 128010 with flag 9339380/2185036
184.69/184.24	c cleaning 64998 clauses out of 130011 with flag 9603588/2251036
191.49/191.02	c cleaning 66003 clauses out of 132016 with flag 9897938/2318039
198.17/198.89	c cleaning 67001 clauses out of 134010 with flag 10207506/2386036
204.56/205.28	c cleaning 67999 clauses out of 136011 with flag 10495142/2455038
211.25/212.00	c cleaning 68999 clauses out of 138011 with flag 10786957/2525037
218.14/218.82	c cleaning 70001 clauses out of 140013 with flag 11097485/2596038
225.05/225.73	c cleaning 71005 clauses out of 142010 with flag 11416857/2668036
232.88/233.82	c cleaning 71992 clauses out of 144005 with flag 11741183/2741036
240.49/241.44	c cleaning 73002 clauses out of 146013 with flag 12058166/2815036
248.68/249.65	c cleaning 74007 clauses out of 148013 with flag 12395584/2890039
256.73/257.68	c cleaning 74993 clauses out of 150003 with flag 12712342/2966036
264.40/265.47	c cleaning 76002 clauses out of 152012 with flag 13041165/3043038
272.10/273.19	c cleaning 77002 clauses out of 154006 with flag 13354395/3121036
278.89/279.96	c starts		: 7750
278.89/279.97	c conflicts		: 3187029
278.89/279.97	c decisions		: 3489006
278.89/279.97	c propagations		: 199344147
278.89/279.97	c inspects		: 2576512880
278.89/279.97	c shortcuts		: 0
278.89/279.97	c learnt literals	: 32
278.89/279.97	c learnt binary clauses	: 192
278.89/279.97	c learnt ternary clauses	: 874
278.89/279.97	c learnt constraints	: 3186996
278.89/279.97	c ignored constraints	: 0
278.89/279.97	c root simplifications	: 0
278.89/279.97	c removed literals (reason simplification)	: 111483621
278.89/279.97	c reason swapping (by a shorter reason)	: 0
278.89/279.97	c Calls to reduceDB	: 80
278.89/279.97	c Number of update (reduction) of LBD	: 219748
278.89/279.97	c Imported unit clauses	: 0
278.89/279.97	c No decision after first conflict	: false
278.89/279.97	c number of reductions to clauses (during analyze)	: 0
278.89/279.97	c number of learned constraints concerned by reduction	: 0
278.89/279.97	c number of learning phase by resolution	: 0
278.89/279.97	c number of learning phase by cutting planes	: 0
278.89/279.97	c number of rounding to 1 operations	: 0
278.89/279.97	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
278.89/279.97	c number of reductions of the coefficients by power 2 	: 0
278.89/279.97	c number of right shift for reduction by power 2 	: 0
278.89/279.97	c number of reductions of the coefficients by GCD over coefficients 	: 0
278.89/279.97	c number of ending skipping 	: 0
278.89/279.97	c number of internal skipping 	: 0
278.89/279.97	c number of derivation steps 	: 0
278.89/279.97	c number of skipped derivation steps 	: 0
278.89/279.97	c number of remaining unassigned 	: 0
278.89/279.97	c number of remaining assigned 	: 0
278.89/279.97	c number of falsified literals weakened from reason	: 0
278.89/279.97	c number of falsified literals weakened from conflict	: 0
278.89/279.97	c time for arithmetic operations	: 0
278.89/279.97	c minimum degree of deleted constraints	: null
278.89/279.97	c maximum degree of deleted constraints	: null
278.89/279.97	c number of deleted constraints	: 0
278.89/279.97	c speed (assignments/second)	: 712699.3525275025
278.89/279.97	c non guided choices	: 71
278.89/279.97	s OPTIMUM FOUND
278.89/279.97	c Found 6 solution(s)
278.89/279.97	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 -x109 x110 -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 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 x616 -x617 -x618 -x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 
278.89/279.98	c objective function=62
278.89/279.98	c Total wall clock time (in seconds): 279.826

Verifier Data

OK	62

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Tue Jul  1 16:16:29 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED BOUNDS 62 <= obj <= 62
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 62 <= obj <= 62
--summary--
ALL OK

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (62975 MiB free)
  memory of node 1: 64465 MiB (63926 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4487123-1751337416/watcher-4487123-1751337416 -o /tmp/evaluation-result-4487123-1751337416/solver-4487123-1751337416 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751337414-48347 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4487123-1751337416 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4487123-1751337416.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=48616, runsolver pid=48608

[startup+0.100063 s]*
/proc/loadavg: 1.33 2.97 3.66 10/336 48673
/proc/meminfo: memFree=129883704/131249996 swapFree=33010416/33010684
[pid=48616] ppid=48608 vsize=18930384 memory=53184 CPUtime=0.1 cores=1,3
/proc/48616/stat : 48616 (java) S 48608 48616 48335 0 -1 4194304 6459 0 0 0 8 2 0 0 20 0 18 0 49419091 19384713216 13296 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
/proc/48616/statm: 4732596 13296 5337 1 0 547558 0
[pid=48616/tid=48624] ppid=48608 vsize=18930384 memory=4026532124 CPUtime=0.06 cores=1,3
/proc/48616/task/48624/stat : 48624 (java) S 48608 48616 48335 0 -1 4194368 4988 0 0 0 5 1 0 0 20 0 18 0 49419093 19384713216 13296 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48662] ppid=48608 vsize=18930384 memory=2630 CPUtime=0 cores=1,3
/proc/48616/task/48662/stat : 48662 (Finalizer) S 48608 48616 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49419095 19384713216 13296 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48673] ppid=48608 vsize=18930384 memory=57385981051877 CPUtime=0 cores=1,3
/proc/48616/task/48673/stat : 48673 (Common-Cleaner) S 48608 48616 48335 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 49419096 19384713216 13296 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53184 KiB

[startup+0.205945 s]*
/proc/loadavg: 1.33 2.97 3.66 12/336 48673
/proc/meminfo: memFree=129858508/131249996 swapFree=33010416/33010684
[pid=48616] ppid=48608 vsize=18930384 memory=61704 CPUtime=0.29 cores=1,3
/proc/48616/stat : 48616 (java) S 48608 48616 48335 0 -1 4194304 6992 0 0 0 26 3 0 0 20 0 18 0 49419091 19384713216 15426 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
/proc/48616/statm: 4732596 15426 5433 1 0 547904 0
[pid=48616/tid=48624] ppid=48608 vsize=18930384 memory=4026663196 CPUtime=0.15 cores=1,3
/proc/48616/task/48624/stat : 48624 (java) R 48608 48616 48335 0 -1 4194368 5274 0 0 0 13 2 0 0 20 0 18 0 49419093 19384713216 15426 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48662] ppid=48608 vsize=18930384 memory=2630 CPUtime=0 cores=1,3
/proc/48616/task/48662/stat : 48662 (Finalizer) S 48608 48616 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49419095 19384713216 15426 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48673] ppid=48608 vsize=18930384 memory=57385981051877 CPUtime=0 cores=1,3
/proc/48616/task/48673/stat : 48673 (Common-Cleaner) S 48608 48616 48335 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 49419096 19384713216 15426 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61704 KiB

[startup+0.305886 s]*
/proc/loadavg: 1.33 2.97 3.66 12/339 48676
/proc/meminfo: memFree=129811472/131249996 swapFree=33010416/33010684
[pid=48616] ppid=48608 vsize=18996948 memory=74084 CPUtime=0.48 cores=1,3
/proc/48616/stat : 48616 (java) S 48608 48616 48335 0 -1 4194304 9083 0 0 0 44 4 0 0 20 0 19 0 49419091 19452874752 18521 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
/proc/48616/statm: 4749237 18521 5465 1 0 549601 0
[pid=48616/tid=48624] ppid=48608 vsize=18996948 memory=-6000919507133293675 CPUtime=0.22 cores=1,3
/proc/48616/task/48624/stat : 48624 (java) R 48608 48616 48335 0 -1 4194368 5445 0 0 0 20 2 0 0 20 0 19 0 49419093 19452874752 18521 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48662] ppid=48608 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/48616/task/48662/stat : 48662 (Finalizer) S 48608 48616 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49419095 19452874752 18521 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48673] ppid=48608 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/48616/task/48673/stat : 48673 (Common-Cleaner) S 48608 48616 48335 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 49419096 19452874752 18521 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48675] ppid=48608 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/48616/task/48675/stat : 48675 (Timer-0) S 48608 48616 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 49419118 19452874752 18521 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 74084 KiB

[startup+0.700215 s]
/proc/loadavg: 1.33 2.97 3.66 8/320 48686
/proc/meminfo: memFree=129786332/131249996 swapFree=33010416/33010684
[pid=48616] ppid=48608 vsize=18996948 memory=113240 CPUtime=1.25 cores=1,3
/proc/48616/stat : 48616 (java) S 48608 48616 48335 0 -1 4194304 12537 0 0 0 119 6 0 0 20 0 19 0 49419091 19452874752 28310 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
/proc/48616/statm: 4749237 28310 5497 1 0 551899 0
[pid=48616/tid=48624] ppid=48608 vsize=18996948 memory=17664 CPUtime=0.55 cores=1,3
/proc/48616/task/48624/stat : 48624 (java) R 48608 48616 48335 0 -1 4194368 5527 0 0 0 52 3 0 0 20 0 19 0 49419093 19452874752 28310 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48662] ppid=48608 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/48616/task/48662/stat : 48662 (Finalizer) S 48608 48616 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49419095 19452874752 28310 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48673] ppid=48608 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/48616/task/48673/stat : 48673 (Common-Cleaner) S 48608 48616 48335 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 49419096 19452874752 28310 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48675] ppid=48608 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/48616/task/48675/stat : 48675 (Timer-0) S 48608 48616 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 49419118 19452874752 28310 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 113240 KiB

[startup+1.50023 s]
/proc/loadavg: 1.33 2.97 3.66 9/320 48691
/proc/meminfo: memFree=129671420/131249996 swapFree=33010416/33010684
[pid=48616] ppid=48608 vsize=19063512 memory=173540 CPUtime=2.78 cores=1,3
/proc/48616/stat : 48616 (java) S 48608 48616 48335 0 -1 4194304 18820 0 0 0 269 9 0 0 20 0 20 0 49419091 19521036288 43385 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
/proc/48616/statm: 4765878 43385 5529 1 0 553215 0
[pid=48616/tid=48624] ppid=48608 vsize=19063512 memory=0 CPUtime=1.33 cores=1,3
/proc/48616/task/48624/stat : 48624 (java) R 48608 48616 48335 0 -1 4194368 6568 0 0 0 129 4 0 0 20 0 20 0 49419093 19521036288 43385 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48662] ppid=48608 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/48616/task/48662/stat : 48662 (Finalizer) S 48608 48616 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419095 19521036288 43385 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48673] ppid=48608 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/48616/task/48673/stat : 48673 (Common-Cleaner) S 48608 48616 48335 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 49419096 19521036288 43385 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48675] ppid=48608 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/48616/task/48675/stat : 48675 (Timer-0) S 48608 48616 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419118 19521036288 43385 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173540 KiB

[startup+3.10572 s]
/proc/loadavg: 1.71 3.02 3.67 7/340 48809
/proc/meminfo: memFree=129429288/131249996 swapFree=33010416/33010684
[pid=48616] ppid=48608 vsize=19063512 memory=178328 CPUtime=5.22 cores=1,3
/proc/48616/stat : 48616 (java) S 48608 48616 48335 0 -1 4194304 25173 0 0 0 512 10 0 0 20 0 20 0 49419091 19521036288 44582 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
/proc/48616/statm: 4765878 44582 5529 1 0 554264 0
[pid=48616/tid=48624] ppid=48608 vsize=19063512 memory=10752 CPUtime=2.91 cores=1,3
/proc/48616/task/48624/stat : 48624 (java) R 48608 48616 48335 0 -1 4194368 7039 0 0 0 286 5 0 0 20 0 20 0 49419093 19521036288 44582 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48662] ppid=48608 vsize=19063512 memory=-6000919472790332523 CPUtime=0 cores=1,3
/proc/48616/task/48662/stat : 48662 (Finalizer) S 48608 48616 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419095 19521036288 44582 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48673] ppid=48608 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/48616/task/48673/stat : 48673 (Common-Cleaner) S 48608 48616 48335 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 49419096 19521036288 44582 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48675] ppid=48608 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/48616/task/48675/stat : 48675 (Timer-0) S 48608 48616 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419118 19521036288 44582 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
Current children cumulated CPU time: 5.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178328 KiB

[startup+6.30022 s]
/proc/loadavg: 1.71 3.02 3.67 7/342 48877
/proc/meminfo: memFree=128705936/131249996 swapFree=33010416/33010684
[pid=48616] ppid=48608 vsize=19063512 memory=369028 CPUtime=8.52 cores=1,3
/proc/48616/stat : 48616 (java) S 48608 48616 48335 0 -1 4194304 26751 0 0 0 837 15 0 0 20 0 20 0 49419091 19521036288 92257 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
/proc/48616/statm: 4765878 92257 5529 1 0 554265 0
[pid=48616/tid=48624] ppid=48608 vsize=19063512 memory=0 CPUtime=6.1 cores=1,3
/proc/48616/task/48624/stat : 48624 (java) R 48608 48616 48335 0 -1 4194368 7812 0 0 0 600 10 0 0 20 0 20 0 49419093 19521036288 92257 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48662] ppid=48608 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/48616/task/48662/stat : 48662 (Finalizer) S 48608 48616 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419095 19521036288 92257 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48673] ppid=48608 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/48616/task/48673/stat : 48673 (Common-Cleaner) S 48608 48616 48335 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 49419096 19521036288 92257 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48675] ppid=48608 vsize=19063512 memory=175104 CPUtime=0 cores=1,3
/proc/48616/task/48675/stat : 48675 (Timer-0) S 48608 48616 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419118 19521036288 92257 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
Current children cumulated CPU time: 8.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 369028 KiB

[startup+12.7002 s]
/proc/loadavg: 1.89 3.04 3.67 6/341 48943
/proc/meminfo: memFree=127895304/131249996 swapFree=33010416/33010684
[pid=48616] ppid=48608 vsize=19063512 memory=1051012 CPUtime=15 cores=1,3
/proc/48616/stat : 48616 (java) S 48608 48616 48335 0 -1 4194304 31363 0 0 0 1470 30 0 0 20 0 20 0 49419091 19521036288 262753 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
/proc/48616/statm: 4765878 262753 5529 1 0 554265 0
[pid=48616/tid=48624] ppid=48608 vsize=19063512 memory=175104 CPUtime=12.47 cores=1,3
/proc/48616/task/48624/stat : 48624 (java) R 48608 48616 48335 0 -1 4194368 9606 0 0 0 1223 24 0 0 20 0 20 0 49419093 19521036288 262753 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48662] ppid=48608 vsize=19063512 memory=938372 CPUtime=0 cores=1,3
/proc/48616/task/48662/stat : 48662 (Finalizer) S 48608 48616 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419095 19521036288 262753 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48673] ppid=48608 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/48616/task/48673/stat : 48673 (Common-Cleaner) S 48608 48616 48335 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 49419096 19521036288 262753 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48675] ppid=48608 vsize=19063512 memory=-6000919472790332523 CPUtime=0 cores=1,3
/proc/48616/task/48675/stat : 48675 (Timer-0) S 48608 48616 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419118 19521036288 262753 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
Current children cumulated CPU time: 15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1051012 KiB

[startup+25.5002 s]
/proc/loadavg: 2.43 3.10 3.68 5/342 48944
/proc/meminfo: memFree=125772460/131249996 swapFree=33010416/33010684
[pid=48616] ppid=48608 vsize=19063512 memory=1317492 CPUtime=27.79 cores=1,3
/proc/48616/stat : 48616 (java) S 48608 48616 48335 0 -1 4194304 34211 0 0 0 2741 38 0 0 20 0 20 0 49419091 19521036288 329373 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
/proc/48616/statm: 4765878 329373 5561 1 0 554265 0
[pid=48616/tid=48624] ppid=48608 vsize=19063512 memory=938372 CPUtime=25.22 cores=1,3
/proc/48616/task/48624/stat : 48624 (java) R 48608 48616 48335 0 -1 4194368 10430 0 0 0 2490 32 0 0 20 0 20 0 49419093 19521036288 329373 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48662] ppid=48608 vsize=19063512 memory=1317492 CPUtime=0 cores=1,3
/proc/48616/task/48662/stat : 48662 (Finalizer) S 48608 48616 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419095 19521036288 329373 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48673] ppid=48608 vsize=19063512 memory=2816 CPUtime=0 cores=1,3
/proc/48616/task/48673/stat : 48673 (Common-Cleaner) S 48608 48616 48335 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 49419096 19521036288 329373 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48675] ppid=48608 vsize=19063512 memory=-6000919472790332523 CPUtime=0 cores=1,3
/proc/48616/task/48675/stat : 48675 (Timer-0) S 48608 48616 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419118 19521036288 329373 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
Current children cumulated CPU time: 27.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1317492 KiB

[startup+51.1059 s]
/proc/loadavg: 3.04 3.19 3.70 5/343 48946
/proc/meminfo: memFree=124311968/131249996 swapFree=33010416/33010684
[pid=48616] ppid=48608 vsize=19063512 memory=1323660 CPUtime=53.29 cores=1,3
/proc/48616/stat : 48616 (java) S 48608 48616 48335 0 -1 4194304 36257 0 0 0 5285 44 0 0 20 0 20 0 49419091 19521036288 330915 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
/proc/48616/statm: 4765878 330915 5561 1 0 554265 0
[pid=48616/tid=48624] ppid=48608 vsize=19063512 memory=1317492 CPUtime=50.65 cores=1,3
/proc/48616/task/48624/stat : 48624 (java) R 48608 48616 48335 0 -1 4194368 11023 0 0 0 5028 37 0 0 20 0 20 0 49419093 19521036288 330915 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0

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

/proc/meminfo: memFree=122528184/131249996 swapFree=33010416/33010684
[pid=48616] ppid=48608 vsize=19063512 memory=1348288 CPUtime=221.65 cores=1,3
/proc/48616/stat : 48616 (java) S 48608 48616 48335 0 -1 4194304 42352 0 0 0 22083 82 0 0 20 0 20 0 49419091 19521036288 337072 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
/proc/48616/statm: 4765878 337072 5561 1 0 554265 0
[pid=48616/tid=48624] ppid=48608 vsize=19063512 memory=1346216 CPUtime=218.54 cores=1,3
/proc/48616/task/48624/stat : 48624 (java) R 48608 48616 48335 0 -1 4194368 13485 0 0 0 21782 72 0 0 20 0 20 0 49419093 19521036288 337072 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48662] ppid=48608 vsize=19063512 memory=1346216 CPUtime=0 cores=1,3
/proc/48616/task/48662/stat : 48662 (Finalizer) S 48608 48616 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419095 19521036288 337072 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48673] ppid=48608 vsize=19063512 memory=17664 CPUtime=0 cores=1,3
/proc/48616/task/48673/stat : 48673 (Common-Cleaner) S 48608 48616 48335 0 -1 4194368 176 0 0 0 0 0 0 0 20 0 20 0 49419096 19521036288 337072 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48675] ppid=48608 vsize=19063512 memory=1348288 CPUtime=0 cores=1,3
/proc/48616/task/48675/stat : 48675 (Timer-0) S 48608 48616 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419118 19521036288 337072 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
Current children cumulated CPU time: 221.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1348288 KiB

[startup+280.019 s]
# the end of solver process 48616 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=277.99 s, system=0.966076 s

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

[startup+230.4 s]
/proc/loadavg: 4.46 3.76 3.83 5/348 49161
/proc/meminfo: memFree=122411520/131249996 swapFree=33010416/33010684
[pid=48616] ppid=48608 vsize=19063512 memory=1348288 CPUtime=229.5 cores=1,3
/proc/48616/stat : 48616 (java) S 48608 48616 48335 0 -1 4194304 42533 0 0 0 22866 84 0 0 20 0 20 0 49419091 19521036288 337072 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
/proc/48616/statm: 4765878 337072 5561 1 0 554265 0
[pid=48616/tid=48624] ppid=48608 vsize=19063512 memory=17664 CPUtime=226.37 cores=1,3
/proc/48616/task/48624/stat : 48624 (java) R 48608 48616 48335 0 -1 4194368 13660 0 0 0 22564 73 0 0 20 0 20 0 49419093 19521036288 337072 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48662] ppid=48608 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/48616/task/48662/stat : 48662 (Finalizer) S 48608 48616 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419095 19521036288 337072 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48673] ppid=48608 vsize=19063512 memory=1346216 CPUtime=0 cores=1,3
/proc/48616/task/48673/stat : 48673 (Common-Cleaner) S 48608 48616 48335 0 -1 4194368 176 0 0 0 0 0 0 0 20 0 20 0 49419096 19521036288 337072 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48675] ppid=48608 vsize=19063512 memory=1348288 CPUtime=0 cores=1,3
/proc/48616/task/48675/stat : 48675 (Timer-0) S 48608 48616 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419118 19521036288 337072 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
Current children cumulated CPU time: 229.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1348288 KiB

[startup+256 s]*
/proc/loadavg: 4.49 3.82 3.85 5/325 49191
/proc/meminfo: memFree=123634428/131249996 swapFree=33010416/33010684
[pid=48616] ppid=48608 vsize=19063512 memory=1350344 CPUtime=255.14 cores=1,3
/proc/48616/stat : 48616 (java) S 48608 48616 48335 0 -1 4194304 47056 0 0 0 25424 90 0 0 20 0 20 0 49419091 19521036288 337586 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
/proc/48616/statm: 4765878 337586 5561 1 0 554265 0
[pid=48616/tid=48624] ppid=48608 vsize=19063512 memory=5632 CPUtime=251.87 cores=1,3
/proc/48616/task/48624/stat : 48624 (java) R 48608 48616 48335 0 -1 4194368 14592 0 0 0 25109 78 0 0 20 0 20 0 49419093 19521036288 337586 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48662] ppid=48608 vsize=19063512 memory=2816 CPUtime=0 cores=1,3
/proc/48616/task/48662/stat : 48662 (Finalizer) S 48608 48616 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419095 19521036288 337586 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48673] ppid=48608 vsize=19063512 memory=6784 CPUtime=0 cores=1,3
/proc/48616/task/48673/stat : 48673 (Common-Cleaner) S 48608 48616 48335 0 -1 4194368 229 0 0 0 0 0 0 0 20 0 20 0 49419096 19521036288 337586 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48675] ppid=48608 vsize=19063512 memory=-5155633680935826750 CPUtime=0 cores=1,3
/proc/48616/task/48675/stat : 48675 (Timer-0) S 48608 48616 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419118 19521036288 337586 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
Current children cumulated CPU time: 255.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1350344 KiB

[startup+268.8 s]
/proc/loadavg: 4.49 3.85 3.86 5/348 49229
/proc/meminfo: memFree=123000108/131249996 swapFree=33010416/33010684
[pid=48616] ppid=48608 vsize=19063512 memory=1350344 CPUtime=267.8 cores=1,3
/proc/48616/stat : 48616 (java) S 48608 48616 48335 0 -1 4194304 47261 0 0 0 26687 93 0 0 20 0 20 0 49419091 19521036288 337586 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
/proc/48616/statm: 4765878 337586 5561 1 0 554265 0
[pid=48616/tid=48624] ppid=48608 vsize=19063512 memory=10752 CPUtime=264.53 cores=1,3
/proc/48616/task/48624/stat : 48624 (java) R 48608 48616 48335 0 -1 4194368 14788 0 0 0 26372 81 0 0 20 0 20 0 49419093 19521036288 337586 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48662] ppid=48608 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/48616/task/48662/stat : 48662 (Finalizer) S 48608 48616 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419095 19521036288 337586 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48673] ppid=48608 vsize=19063512 memory=-6000919472790332523 CPUtime=0 cores=1,3
/proc/48616/task/48673/stat : 48673 (Common-Cleaner) S 48608 48616 48335 0 -1 4194368 229 0 0 0 0 0 0 0 20 0 20 0 49419096 19521036288 337586 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48675] ppid=48608 vsize=19063512 memory=215587488049 CPUtime=0 cores=1,3
/proc/48616/task/48675/stat : 48675 (Timer-0) S 48608 48616 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419118 19521036288 337586 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
Current children cumulated CPU time: 267.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1350344 KiB

[startup+275.2 s]
/proc/loadavg: 4.42 3.85 3.86 5/348 49229
/proc/meminfo: memFree=122107024/131249996 swapFree=33010416/33010684
[pid=48616] ppid=48608 vsize=19063512 memory=1352520 CPUtime=274.18 cores=1,3
/proc/48616/stat : 48616 (java) S 48608 48616 48335 0 -1 4194304 47320 0 0 0 27324 94 0 0 20 0 20 0 49419091 19521036288 338130 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
/proc/48616/statm: 4765878 338130 5561 1 0 554265 0
[pid=48616/tid=48624] ppid=48608 vsize=19063512 memory=1350344 CPUtime=270.86 cores=1,3
/proc/48616/task/48624/stat : 48624 (java) R 48608 48616 48335 0 -1 4194368 14815 0 0 0 27004 82 0 0 20 0 20 0 49419093 19521036288 338130 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48662] ppid=48608 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/48616/task/48662/stat : 48662 (Finalizer) S 48608 48616 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419095 19521036288 338130 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48673] ppid=48608 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/48616/task/48673/stat : 48673 (Common-Cleaner) S 48608 48616 48335 0 -1 4194368 229 0 0 0 0 0 0 0 20 0 20 0 49419096 19521036288 338130 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48675] ppid=48608 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/48616/task/48675/stat : 48675 (Timer-0) S 48608 48616 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419118 19521036288 338130 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
Current children cumulated CPU time: 274.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1352520 KiB

[startup+278.4 s]
/proc/loadavg: 4.42 3.85 3.86 5/348 49229
/proc/meminfo: memFree=122050416/131249996 swapFree=33010416/33010684
[pid=48616] ppid=48608 vsize=19063512 memory=1352520 CPUtime=277.38 cores=1,3
/proc/48616/stat : 48616 (java) S 48608 48616 48335 0 -1 4194304 47438 0 0 0 27643 95 0 0 20 0 20 0 49419091 19521036288 338130 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
/proc/48616/statm: 4765878 338130 5561 1 0 554265 0
[pid=48616/tid=48624] ppid=48608 vsize=19063512 memory=-6000919472790332523 CPUtime=274.06 cores=1,3
/proc/48616/task/48624/stat : 48624 (java) R 48608 48616 48335 0 -1 4194368 14929 0 0 0 27323 83 0 0 20 0 20 0 49419093 19521036288 338130 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48662] ppid=48608 vsize=19063512 memory=1352520 CPUtime=0 cores=1,3
/proc/48616/task/48662/stat : 48662 (Finalizer) S 48608 48616 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419095 19521036288 338130 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48673] ppid=48608 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/48616/task/48673/stat : 48673 (Common-Cleaner) S 48608 48616 48335 0 -1 4194368 229 0 0 0 0 0 0 0 20 0 20 0 49419096 19521036288 338130 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48675] ppid=48608 vsize=19063512 memory=17664 CPUtime=0 cores=1,3
/proc/48616/task/48675/stat : 48675 (Timer-0) S 48608 48616 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419118 19521036288 338130 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
Current children cumulated CPU time: 277.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1352520 KiB

[startup+279.2 s]
/proc/loadavg: 4.38 3.86 3.86 5/348 49229
/proc/meminfo: memFree=122026852/131249996 swapFree=33010416/33010684
[pid=48616] ppid=48608 vsize=19063512 memory=1352520 CPUtime=278.18 cores=1,3
/proc/48616/stat : 48616 (java) S 48608 48616 48335 0 -1 4194304 47580 0 0 0 27723 95 0 0 20 0 20 0 49419091 19521036288 338130 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
/proc/48616/statm: 4765878 338130 5561 1 0 554265 0
[pid=48616/tid=48624] ppid=48608 vsize=19063512 memory=1352520 CPUtime=274.85 cores=1,3
/proc/48616/task/48624/stat : 48624 (java) R 48608 48616 48335 0 -1 4194368 15071 0 0 0 27402 83 0 0 20 0 20 0 49419093 19521036288 338130 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48662] ppid=48608 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/48616/task/48662/stat : 48662 (Finalizer) S 48608 48616 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419095 19521036288 338130 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48673] ppid=48608 vsize=19063512 memory=-6000919472790332523 CPUtime=0 cores=1,3
/proc/48616/task/48673/stat : 48673 (Common-Cleaner) S 48608 48616 48335 0 -1 4194368 229 0 0 0 0 0 0 0 20 0 20 0 49419096 19521036288 338130 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48675] ppid=48608 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/48616/task/48675/stat : 48675 (Timer-0) S 48608 48616 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419118 19521036288 338130 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
Current children cumulated CPU time: 278.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1352520 KiB

[startup+279.6 s]
/proc/loadavg: 4.38 3.86 3.86 5/348 49229
/proc/meminfo: memFree=122026852/131249996 swapFree=33010416/33010684
[pid=48616] ppid=48608 vsize=19063512 memory=1352520 CPUtime=278.58 cores=1,3
/proc/48616/stat : 48616 (java) S 48608 48616 48335 0 -1 4194304 48153 0 0 0 27763 95 0 0 20 0 20 0 49419091 19521036288 338130 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
/proc/48616/statm: 4765878 338130 5561 1 0 554265 0
[pid=48616/tid=48624] ppid=48608 vsize=19063512 memory=17664 CPUtime=275.25 cores=1,3
/proc/48616/task/48624/stat : 48624 (java) R 48608 48616 48335 0 -1 4194368 15497 0 0 0 27442 83 0 0 20 0 20 0 49419093 19521036288 338130 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48662] ppid=48608 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/48616/task/48662/stat : 48662 (Finalizer) S 48608 48616 48335 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49419095 19521036288 338130 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48673] ppid=48608 vsize=19063512 memory=17664 CPUtime=0 cores=1,3
/proc/48616/task/48673/stat : 48673 (Common-Cleaner) S 48608 48616 48335 0 -1 4194368 229 0 0 0 0 0 0 0 20 0 20 0 49419096 19521036288 338130 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
[pid=48616/tid=48675] ppid=48608 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/48616/task/48675/stat : 48675 (Timer-0) S 48608 48616 48335 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49419118 19521036288 338130 18446744073709551615 93955507122176 93955507125872 140726575717904 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93955507133688 93955507134480 93955529568256 140726575720752 140726575720934 140726575720934 140726575726536 0
Current children cumulated CPU time: 278.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1352520 KiB

[startup+280 s]*
/proc/loadavg: 4.38 3.86 3.86 6/327 49231
/proc/meminfo: memFree=123326752/131249996 swapFree=33010416/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 30

Real time (s): 280.019
CPU time (s): 278.956
CPU user time (s): 277.99
CPU system time (s): 0.966076
CPU usage (%): 99.6206
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1352520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 277.99
system time used= 0.966076
maximum resident set size= 1353160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49822
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1262208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10642
involuntary context switches= 2258


# summary of solver processes directly reported to runsolver:
#   pid: 48616
#   total CPU time (s): 278.956
#   total CPU user time (s): 277.99
#   total CPU system time (s): 0.966076

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.619906 second user time and 1.38592 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-01 04:36:56
IDJOB=4487123
IDBENCH=147183
IDSOLVER=3364
FILE ID=nodeC015/4487123-1751337416
RUNJOBID= nodeC015-1751337414-48347
SLURM_JOB_ID= 9594390
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/routing/normalized-s4-4-3-1pb.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4487123-1751337416/watcher-4487123-1751337416 -o /tmp/evaluation-result-4487123-1751337416/solver-4487123-1751337416 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1751337414-48347 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4487123-1751337416 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4487123-1751337416.opb

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

MD5SUM BENCH= 747698da0f593f637a147af56db5f584
RANDOM SEED=338054225

nodeC015 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		: 3600.105
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	: 7000.14
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		: 3600.622
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	: 7000.14
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		: 3600.105
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	: 7000.14
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		: 3600.076
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	: 7000.14
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		: 3600.496
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	: 7000.14
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		: 3600.073
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	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        129937272 kB
MemAvailable:   129607392 kB
Buffers:            2128 kB
Cached:           458676 kB
SwapCached:           24 kB
Active:           531372 kB
Inactive:         154228 kB
Active(anon):     222776 kB
Inactive(anon):    20084 kB
Active(file):     308596 kB
Inactive(file):   134144 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6416 kB
Writeback:             4 kB
AnonPages:        227940 kB
Mapped:           123476 kB
Shmem:             18052 kB
KReclaimable:     132856 kB
Slab:             222344 kB
SReclaimable:     132856 kB
SUnreclaim:        89488 kB
KernelStack:        4480 kB
PageTables:         3508 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    2575348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150744 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:    126976 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC015 at 2025-07-01 04:41:36