Trace number 4462307

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 2024 2024-07-07SAT (TO)-3158 3600.21 3578.53

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/
KidneyTransplantBenchmarks/normalized-KE_140_005.opb
MD5SUMb2b4e88ed7bd22b4979581e55620e687
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-3559
Best CPU time to get the best result obtained on this benchmark0.028756
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables825
Total number of constraints83
Number of constraints which are clauses7
Number of constraints which are cardinality constraints (but not clauses)76
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint223
Number of terms in the objective function 825
Biggest coefficient in the objective function 240
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 95931
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 240
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 95931
Number of bits of the biggest sum of numbers17
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.07/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.07/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.11	c See www.sat4j.org for details.
0.07/0.11	c version CUSTOM.v20240707
0.07/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.07/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.07/0.12	c java.vm.version	22.0.1+8-16
0.07/0.12	c java.vm.vendor	Oracle Corporation
0.07/0.12	c sun.arch.data.model	64
0.07/0.12	c java.version		22.0.1
0.07/0.12	c os.name		Linux
0.07/0.12	c os.version		4.18.0-301.1.el8.x86_64
0.07/0.12	c os.arch		amd64
0.07/0.12	c Free memory 		2104792832
0.07/0.12	c Max memory 		16282288128
0.07/0.12	c Total memory 		2113929216
0.07/0.13	c Number of processors 	2
0.07/0.16	--- Begin Solver configuration ---
0.07/0.16	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.07/0.16	Learn all clauses as in MiniSAT
0.07/0.16	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.16	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.16	Expensive reason simplification
0.07/0.16	Glucose 2.1 dynamic restart strategy
0.07/0.16	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.07/0.16	timeout=2147483s
0.07/0.16	DB Simplification allowed=false
0.07/0.16	Listener: none
0.07/0.16	--- End Solver configuration ---
0.07/0.16	c Pseudo Boolean Optimization by upper bound
0.07/0.16	c --- Begin Solver configuration ---
0.07/0.16	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.07/0.16	c Learn all clauses as in MiniSAT
0.07/0.16	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.16	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.16	c Expensive reason simplification
0.07/0.16	c Glucose 2.1 dynamic restart strategy
0.07/0.16	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.07/0.16	c timeout=2147483s
0.07/0.16	c DB Simplification allowed=false
0.07/0.16	c Listener: none
0.07/0.16	c --- End Solver configuration ---
0.07/0.17	c solving HOME/instance-4462307-1722240301.opb
0.07/0.17	c reading problem ... 
0.07/0.17	c using VERIPB proof format
0.07/0.17	c  objective function found
0.26/0.21	c ... done. Wall clock time 0.034s.
0.26/0.21	c declared #vars     825
0.26/0.21	c #constraints  83
0.26/0.21	c constraints type 
0.26/0.21	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 7
0.26/0.21	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 76
0.26/0.21	c 83 constraints processed.
0.26/0.21	c objective function length is 825 literals
0.26/0.23	c SATISFIABLE
0.26/0.23	c OPTIMIZING...
0.26/0.23	c Got one! Elapsed wall clock time (in seconds):0.06
0.26/0.23	o -3086
0.64/0.49	c Got one! Elapsed wall clock time (in seconds):0.327
0.64/0.49	o -3133
1.02/0.64	c Got one! Elapsed wall clock time (in seconds):0.468
1.02/0.64	o -3151
1.02/0.64	c Got one! Elapsed wall clock time (in seconds):0.472
1.02/0.64	o -3158
5.62/3.42	c cleaning 2620 clauses out of 5239 with flag 10410/5239
8.83/6.47	c cleaning 4309 clauses out of 8621 with flag 22758/11241
13.00/10.33	c cleaning 5656 clauses out of 11312 with flag 37272/18241
18.02/15.06	c cleaning 6828 clauses out of 13656 with flag 53791/26241
23.94/20.78	c cleaning 7904 clauses out of 15827 with flag 72341/35240
31.17/27.87	c cleaning 8961 clauses out of 17922 with flag 93117/45239
40.01/36.57	c cleaning 9975 clauses out of 19963 with flag 115810/56241
51.25/47.61	c cleaning 10993 clauses out of 21986 with flag 140727/68239
61.74/57.62	c cleaning 11994 clauses out of 23995 with flag 167571/81241
73.76/69.89	c cleaning 12998 clauses out of 25999 with flag 196397/95239
87.12/83.07	c cleaning 14000 clauses out of 28001 with flag 227517/110239
102.85/98.79	c cleaning 14997 clauses out of 30001 with flag 260336/126239
117.82/113.47	c cleaning 15995 clauses out of 32005 with flag 295409/143240
137.02/132.51	c cleaning 17001 clauses out of 34010 with flag 332432/161240
163.95/158.94	c cleaning 18002 clauses out of 36010 with flag 371588/180241
192.08/186.97	c cleaning 19004 clauses out of 38009 with flag 412785/200242
217.48/212.11	c cleaning 19998 clauses out of 40002 with flag 455708/221239
249.48/244.23	c cleaning 21002 clauses out of 42009 with flag 500947/243244
279.94/274.14	c cleaning 22001 clauses out of 44002 with flag 548327/266239
311.97/305.35	c cleaning 23001 clauses out of 46001 with flag 597761/290239
354.03/347.19	c cleaning 24002 clauses out of 48003 with flag 648903/315242
391.94/384.59	c cleaning 24998 clauses out of 49998 with flag 702432/341239
432.16/424.65	c cleaning 25995 clauses out of 52000 with flag 757910/368239
473.88/466.22	c cleaning 26992 clauses out of 54005 with flag 815481/396239
521.41/513.31	c cleaning 28006 clauses out of 56014 with flag 875059/425240
567.17/559.38	c cleaning 28998 clauses out of 58007 with flag 937141/455239
618.32/610.22	c cleaning 30005 clauses out of 60009 with flag 1001191/486239
671.03/662.94	c cleaning 30999 clauses out of 62004 with flag 1067057/518239
736.26/727.88	c cleaning 32003 clauses out of 64006 with flag 1134960/551240
797.41/787.24	c cleaning 33004 clauses out of 66010 with flag 1204822/585247
860.14/849.68	c cleaning 33993 clauses out of 67998 with flag 1276779/620239
929.75/919.13	c cleaning 34992 clauses out of 70006 with flag 1350735/656240
997.59/987.17	c cleaning 36002 clauses out of 72013 with flag 1426880/693239
1071.50/1060.88	c cleaning 37004 clauses out of 74011 with flag 1505009/731239
1152.33/1142.00	c cleaning 38002 clauses out of 76007 with flag 1585147/770239
1242.42/1231.90	c cleaning 38998 clauses out of 78005 with flag 1667430/810239
1334.11/1323.75	c cleaning 39998 clauses out of 80007 with flag 1751745/851239
1438.69/1427.18	c cleaning 40998 clauses out of 82009 with flag 1837973/893239
1544.77/1532.82	c cleaning 42004 clauses out of 84014 with flag 1926416/936242
1666.21/1654.27	c cleaning 43004 clauses out of 86011 with flag 2017021/980243
1790.25/1778.36	c cleaning 43997 clauses out of 88004 with flag 2109595/1025240
1905.82/1893.72	c cleaning 44997 clauses out of 90008 with flag 2204261/1071241
2033.69/2019.33	c cleaning 46003 clauses out of 92009 with flag 2301300/1118239
2157.90/2143.15	c cleaning 47003 clauses out of 94006 with flag 2400964/1166239
2277.76/2262.75	c cleaning 48006 clauses out of 96011 with flag 2501577/1215247
2418.33/2403.60	c cleaning 48999 clauses out of 97997 with flag 2604593/1265239
2572.94/2555.62	c cleaning 49994 clauses out of 99998 with flag 2710238/1316239
2721.74/2704.02	c cleaning 51000 clauses out of 102005 with flag 2817770/1368240
2868.21/2849.87	c cleaning 51998 clauses out of 104004 with flag 2926795/1421239
3006.67/2988.00	c cleaning 53003 clauses out of 106007 with flag 3037387/1475240
3193.04/3172.07	c cleaning 53997 clauses out of 108004 with flag 3149744/1530240
3369.86/3348.87	c cleaning 54996 clauses out of 110007 with flag 3264400/1586240
3568.26/3546.71	c cleaning 56005 clauses out of 112010 with flag 3380614/1643239
3600.01/3578.41	c starts		: 39
3600.01/3578.43	c conflicts		: 1655271
3600.01/3578.43	c decisions		: 1737214
3600.01/3578.43	c propagations		: 16541422
3600.01/3578.43	c inspects		: 6311448428
3600.01/3578.43	c shortcuts		: 0
3600.01/3578.43	c learnt literals	: 0
3600.01/3578.43	c learnt binary clauses	: 0
3600.01/3578.43	c learnt ternary clauses	: 0
3600.01/3578.43	c learnt constraints	: 1655271
3600.01/3578.43	c ignored constraints	: 0
3600.01/3578.43	c root simplifications	: 0
3600.01/3578.43	c removed literals (reason simplification)	: 83935237
3600.01/3578.43	c reason swapping (by a shorter reason)	: 0
3600.01/3578.43	c Calls to reduceDB	: 53
3600.01/3578.43	c Number of update (reduction) of LBD	: 17492
3600.01/3578.43	c Imported unit clauses	: 0
3600.01/3578.43	c No decision after first conflict	: false
3600.01/3578.43	c number of reductions to clauses (during analyze)	: 0
3600.01/3578.43	c number of learned constraints concerned by reduction	: 0
3600.01/3578.43	c number of learning phase by resolution	: 0
3600.01/3578.43	c number of learning phase by cutting planes	: 0
3600.01/3578.43	c number of rounding to 1 operations	: 0
3600.01/3578.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3578.43	c number of reductions of the coefficients by power 2 	: 0
3600.01/3578.43	c number of right shift for reduction by power 2 	: 0
3600.01/3578.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3578.43	c number of ending skipping 	: 0
3600.01/3578.43	c number of internal skipping 	: 0
3600.01/3578.43	c number of derivation steps 	: 0
3600.01/3578.43	c number of skipped derivation steps 	: 0
3600.01/3578.43	c number of remaining unassigned 	: 0
3600.01/3578.43	c number of remaining assigned 	: 0
3600.01/3578.43	c number of falsified literals weakened from reason	: 0
3600.01/3578.43	c number of falsified literals weakened from conflict	: 0
3600.01/3578.43	c time for arithmetic operations	: 0
3600.01/3578.43	c minimum degree of deleted constraints	: null
3600.01/3578.43	c maximum degree of deleted constraints	: null
3600.01/3578.43	c number of deleted constraints	: 0
3600.01/3578.43	c speed (assignments/second)	: 4622.81905678564
3600.01/3578.43	c non guided choices	: 0
3600.01/3578.48	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 68037
3600.01/3578.48	s SATISFIABLE
3600.01/3578.48	c Found 4 solution(s)
3600.01/3578.48	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 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 
3600.01/3578.48	c objective function=-3158
3600.01/3578.48	c Total wall clock time (in seconds): 3578.313

Verifier Data

OK	-3158

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: 63968 MiB (55550 MiB free)
  memory of node 1: 64473 MiB (57298 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4462307-1722240301/watcher-4462307-1722240301 -o /tmp/evaluation-result-4462307-1722240301/solver-4462307-1722240301 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1722240301-411879 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4462307-1722240301 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4462307-1722240301.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=411920, runsolver pid=411913

[startup+0.100886 s]*
/proc/loadavg: 1.97 2.16 2.33 11/309 411984
/proc/meminfo: memFree=115432988/131524600 swapFree=131060368/131071996
[pid=411920] ppid=411913 vsize=18993908 memory=57616 CPUtime=0.07 cores=5,7
/proc/411920/stat : 411920 (java) S 411913 411920 409299 0 -1 1077936128 6706 0 8 0 5 2 0 0 20 0 18 0 60557971 19449761792 14404 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
/proc/411920/statm: 4748477 14404 5870 1 0 548867 0
[pid=411920/tid=411931] ppid=411913 vsize=18993908 memory=4026531971 CPUtime=0.05 cores=5,7
/proc/411920/task/411931/stat : 411931 (java) R 411913 411920 409299 0 -1 4194368 5626 0 3 0 4 1 0 0 20 0 18 0 60557972 19449761792 14404 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411958] ppid=411913 vsize=18993908 memory=1924956 CPUtime=0 cores=5,7
/proc/411920/task/411958/stat : 411958 (Finalizer) S 411913 411920 409299 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 60557978 19449761792 14404 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411978] ppid=411913 vsize=18993908 memory=13573695205541613 CPUtime=0 cores=5,7
/proc/411920/task/411978/stat : 411978 (Common-Cleaner) S 411913 411920 409299 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 60557978 19449761792 14404 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 57616 KiB

[startup+0.206192 s]*
/proc/loadavg: 1.97 2.16 2.33 14/329 412007
/proc/meminfo: memFree=115346564/131524600 swapFree=131060368/131071996
[pid=411920] ppid=411913 vsize=18993908 memory=72480 CPUtime=0.26 cores=5,7
/proc/411920/stat : 411920 (java) S 411913 411920 409299 0 -1 1077936128 7693 0 8 0 23 3 0 0 20 0 18 0 60557971 19449761792 18120 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
/proc/411920/statm: 4748477 18120 6030 1 0 549599 0
[pid=411920/tid=411931] ppid=411913 vsize=18993908 memory=7301190626353741955 CPUtime=0.16 cores=5,7
/proc/411920/task/411931/stat : 411931 (java) R 411913 411920 409299 0 -1 4194368 6084 0 3 0 14 2 0 0 20 0 18 0 60557972 19449761792 18120 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411958] ppid=411913 vsize=18993908 memory=1924956 CPUtime=0 cores=5,7
/proc/411920/task/411958/stat : 411958 (Finalizer) S 411913 411920 409299 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 60557978 19449761792 18120 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411978] ppid=411913 vsize=18993908 memory=13573695205541613 CPUtime=0 cores=5,7
/proc/411920/task/411978/stat : 411978 (Common-Cleaner) S 411913 411920 409299 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 60557978 19449761792 18120 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 72480 KiB

[startup+0.307493 s]*
/proc/loadavg: 1.97 2.16 2.33 14/331 412009
/proc/meminfo: memFree=115251052/131524600 swapFree=131060368/131071996
[pid=411920] ppid=411913 vsize=19060472 memory=80324 CPUtime=0.45 cores=5,7
/proc/411920/stat : 411920 (java) S 411913 411920 409299 0 -1 1077936128 8439 0 8 0 42 3 0 0 20 0 19 0 60557971 19517923328 20081 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
/proc/411920/statm: 4765118 20081 6065 1 0 550302 0
[pid=411920/tid=411931] ppid=411913 vsize=19060472 memory=-8743001365633671868 CPUtime=0.25 cores=5,7
/proc/411920/task/411931/stat : 411931 (java) R 411913 411920 409299 0 -1 4194368 6199 0 3 0 23 2 0 0 20 0 19 0 60557972 19517923328 20081 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411958] ppid=411913 vsize=19060472 memory=0 CPUtime=0 cores=5,7
/proc/411920/task/411958/stat : 411958 (Finalizer) S 411913 411920 409299 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 60557978 19517923328 20081 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411978] ppid=411913 vsize=19060472 memory=0 CPUtime=0 cores=5,7
/proc/411920/task/411978/stat : 411978 (Common-Cleaner) S 411913 411920 409299 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 60557978 19517923328 20081 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=412008] ppid=411913 vsize=19060472 memory=0 CPUtime=0 cores=5,7
/proc/411920/task/412008/stat : 412008 (Timer-0) S 411913 411920 409299 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 60557993 19517923328 20081 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 80324 KiB

[startup+0.706766 s]
/proc/loadavg: 1.97 2.16 2.33 13/333 412011
/proc/meminfo: memFree=115072332/131524600 swapFree=131060368/131071996
[pid=411920] ppid=411913 vsize=19127036 memory=174244 CPUtime=1.21 cores=5,7
/proc/411920/stat : 411920 (java) S 411913 411920 409299 0 -1 1077936128 12378 0 8 0 115 6 0 0 20 0 20 0 60557971 19586084864 43561 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
/proc/411920/statm: 4781759 43561 6088 1 0 552770 0
[pid=411920/tid=411931] ppid=411913 vsize=19127036 memory=12368 CPUtime=0.59 cores=5,7
/proc/411920/task/411931/stat : 411931 (java) R 411913 411920 409299 0 -1 4194368 6241 0 3 0 56 3 0 0 20 0 20 0 60557972 19586084864 43561 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411958] ppid=411913 vsize=19127036 memory=12368 CPUtime=0 cores=5,7
/proc/411920/task/411958/stat : 411958 (Finalizer) S 411913 411920 409299 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 43561 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411978] ppid=411913 vsize=19127036 memory=2276 CPUtime=0 cores=5,7
/proc/411920/task/411978/stat : 411978 (Common-Cleaner) S 411913 411920 409299 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 43561 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=412008] ppid=411913 vsize=19127036 memory=5552 CPUtime=0 cores=5,7
/proc/411920/task/412008/stat : 412008 (Timer-0) S 411913 411920 409299 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60557993 19586084864 43561 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 174244 KiB

[startup+1.50248 s]
/proc/loadavg: 1.97 2.16 2.33 12/336 412014
/proc/meminfo: memFree=114608060/131524600 swapFree=131060368/131071996
[pid=411920] ppid=411913 vsize=19127036 memory=197448 CPUtime=2.79 cores=5,7
/proc/411920/stat : 411920 (java) S 411913 411920 409299 0 -1 1077936128 19005 0 8 0 271 8 0 0 20 0 20 0 60557971 19586084864 49362 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
/proc/411920/statm: 4781759 49362 6120 1 0 554343 0
[pid=411920/tid=411931] ppid=411913 vsize=19127036 memory=12368 CPUtime=1.33 cores=5,7
/proc/411920/task/411931/stat : 411931 (java) S 411913 411920 409299 0 -1 1077936192 6625 0 3 0 129 4 0 0 20 0 20 0 60557972 19586084864 49362 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411958] ppid=411913 vsize=19127036 memory=5552 CPUtime=0 cores=5,7
/proc/411920/task/411958/stat : 411958 (Finalizer) S 411913 411920 409299 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 49362 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411978] ppid=411913 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/411920/task/411978/stat : 411978 (Common-Cleaner) S 411913 411920 409299 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 49362 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=412008] ppid=411913 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/411920/task/412008/stat : 412008 (Timer-0) S 411913 411920 409299 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60557993 19586084864 49362 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 197448 KiB

[startup+3.10576 s]
/proc/loadavg: 2.45 2.25 2.36 10/337 412015
/proc/meminfo: memFree=113439128/131524600 swapFree=131060368/131071996
[pid=411920] ppid=411913 vsize=19127036 memory=528628 CPUtime=5.27 cores=5,7
/proc/411920/stat : 411920 (java) S 411913 411920 409299 0 -1 1077936128 23033 0 8 0 510 17 0 0 20 0 20 0 60557971 19586084864 132157 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
/proc/411920/statm: 4781759 132157 6140 1 0 1450990 0
[pid=411920/tid=411931] ppid=411913 vsize=19127036 memory=0 CPUtime=2.75 cores=5,7
/proc/411920/task/411931/stat : 411931 (java) R 411913 411920 409299 0 -1 4194368 7168 0 3 0 265 10 0 0 20 0 20 0 60557972 19586084864 132157 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411958] ppid=411913 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/411920/task/411958/stat : 411958 (Finalizer) S 411913 411920 409299 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 132157 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411978] ppid=411913 vsize=19127036 memory=12368 CPUtime=0 cores=5,7
/proc/411920/task/411978/stat : 411978 (Common-Cleaner) S 411913 411920 409299 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 132157 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=412008] ppid=411913 vsize=19127036 memory=11624 CPUtime=0 cores=5,7
/proc/411920/task/412008/stat : 412008 (Timer-0) S 411913 411920 409299 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60557993 19586084864 132157 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
Current children cumulated CPU time: 5.27 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 528628 KiB

[startup+6.30027 s]
/proc/loadavg: 2.45 2.25 2.36 6/337 412015
/proc/meminfo: memFree=111767272/131524600 swapFree=131060368/131071996
[pid=411920] ppid=411913 vsize=19127036 memory=1300192 CPUtime=8.73 cores=5,7
/proc/411920/stat : 411920 (java) S 411913 411920 409299 0 -1 1077936128 24832 0 8 0 836 37 0 0 20 0 20 0 60557971 19586084864 325048 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
/proc/411920/statm: 4781759 325048 6141 1 0 1636948 0
[pid=411920/tid=411931] ppid=411913 vsize=19127036 memory=0 CPUtime=5.69 cores=5,7
/proc/411920/task/411931/stat : 411931 (java) R 411913 411920 409299 0 -1 4194368 8183 0 3 0 544 25 0 0 20 0 20 0 60557972 19586084864 325048 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411958] ppid=411913 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/411920/task/411958/stat : 411958 (Finalizer) S 411913 411920 409299 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 325048 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411978] ppid=411913 vsize=19127036 memory=-6004559188065566657 CPUtime=0 cores=5,7
/proc/411920/task/411978/stat : 411978 (Common-Cleaner) S 411913 411920 409299 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 325048 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=412008] ppid=411913 vsize=19127036 memory=12368 CPUtime=0 cores=5,7
/proc/411920/task/412008/stat : 412008 (Timer-0) S 411913 411920 409299 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60557993 19586084864 325048 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
Current children cumulated CPU time: 8.73 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1300192 KiB

[startup+12.7003 s]
/proc/loadavg: 2.69 2.31 2.38 8/337 412017
/proc/meminfo: memFree=108692828/131524600 swapFree=131060368/131071996
[pid=411920] ppid=411913 vsize=19127036 memory=1902896 CPUtime=15.63 cores=5,7
/proc/411920/stat : 411920 (java) S 411913 411920 409299 0 -1 1077936128 27137 0 8 0 1507 56 0 0 20 0 20 0 60557971 19586084864 475724 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
/proc/411920/statm: 4781759 475724 6141 1 0 1636959 0
[pid=411920/tid=411931] ppid=411913 vsize=19127036 memory=12368 CPUtime=11.68 cores=5,7
/proc/411920/task/411931/stat : 411931 (java) R 411913 411920 409299 0 -1 4194368 8352 0 3 0 1132 36 0 0 20 0 20 0 60557972 19586084864 475724 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411958] ppid=411913 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/411920/task/411958/stat : 411958 (Finalizer) S 411913 411920 409299 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 475724 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411978] ppid=411913 vsize=19127036 memory=18176 CPUtime=0 cores=5,7
/proc/411920/task/411978/stat : 411978 (Common-Cleaner) S 411913 411920 409299 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 475724 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=412008] ppid=411913 vsize=19127036 memory=2268 CPUtime=0 cores=5,7
/proc/411920/task/412008/stat : 412008 (Timer-0) S 411913 411920 409299 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60557993 19586084864 475724 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
Current children cumulated CPU time: 15.63 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1902896 KiB

[startup+25.5003 s]
/proc/loadavg: 2.89 2.37 2.39 6/337 412018
/proc/meminfo: memFree=105935772/131524600 swapFree=131060368/131071996
[pid=411920] ppid=411913 vsize=19127036 memory=2718960 CPUtime=28.88 cores=5,7
/proc/411920/stat : 411920 (java) S 411913 411920 409299 0 -1 1077936128 34079 0 8 0 2807 81 0 0 20 0 20 0 60557971 19586084864 679740 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
/proc/411920/statm: 4781759 679740 6141 1 0 1636961 0
[pid=411920/tid=411931] ppid=411913 vsize=19127036 memory=2059320 CPUtime=24 cores=5,7
/proc/411920/task/411931/stat : 411931 (java) R 411913 411920 409299 0 -1 4194368 10293 0 3 0 2343 57 0 0 20 0 20 0 60557972 19586084864 679740 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411958] ppid=411913 vsize=19127036 memory=1991180 CPUtime=0 cores=5,7
/proc/411920/task/411958/stat : 411958 (Finalizer) S 411913 411920 409299 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 679740 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411978] ppid=411913 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/411920/task/411978/stat : 411978 (Common-Cleaner) S 411913 411920 409299 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 679740 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=412008] ppid=411913 vsize=19127036 memory=11624 CPUtime=0 cores=5,7
/proc/411920/task/412008/stat : 412008 (Timer-0) S 411913 411920 409299 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60557993 19586084864 679740 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
Current children cumulated CPU time: 28.88 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2718960 KiB

[startup+51.1063 s]
/proc/loadavg: 3.34 2.52 2.44 6/335 412023
/proc/meminfo: memFree=99716188/131524600 swapFree=131060368/131071996
[pid=411920] ppid=411913 vsize=19127036 memory=4732904 CPUtime=54.91 cores=5,7
/proc/411920/stat : 411920 (java) S 411913 411920 409299 0 -1 1077936128 39101 0 8 0 5357 134 0 0 20 0 20 0 60557971 19586084864 1183226 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
/proc/411920/statm: 4781759 1183226 6141 1 0 1636974 0
[pid=411920/tid=411931] ppid=411913 vsize=19127036 memory=0 CPUtime=48.19 cores=5,7
/proc/411920/task/411931/stat : 411931 (java) R 411913 411920 409299 0 -1 4194368 13034 0 3 0 4722 97 0 0 20 0 20 0 60557972 19586084864 1183226 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 43 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0

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

/proc/411920/task/411958/stat : 411958 (Finalizer) S 411913 411920 409299 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 2709071 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411978] ppid=411913 vsize=19127036 memory=10836312 CPUtime=0 cores=5,7
/proc/411920/task/411978/stat : 411978 (Common-Cleaner) S 411913 411920 409299 0 -1 1077936192 3647 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 2709071 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=412008] ppid=411913 vsize=19127036 memory=10836276 CPUtime=0 cores=5,7
/proc/411920/task/412008/stat : 412008 (Timer-0) S 411913 411920 409299 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60557993 19586084864 2709071 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
Current children cumulated CPU time: 3183 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 10836284 KiB

[startup+3222.3 s]
/proc/loadavg: 4.75 4.65 4.41 6/338 413792
/proc/meminfo: memFree=11708528/131524600 swapFree=131060368/131071996
[pid=411920] ppid=411913 vsize=19127036 memory=10836296 CPUtime=3243.45 cores=5,7
/proc/411920/stat : 411920 (java) S 411913 411920 409299 0 -1 1077936128 481648 0 8 0 322936 1409 0 0 20 0 20 0 60557971 19586084864 2709074 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
/proc/411920/statm: 4781759 2709074 6148 1 0 2724542 0
[pid=411920/tid=411931] ppid=411913 vsize=19127036 memory=0 CPUtime=3162.26 cores=5,7
/proc/411920/task/411931/stat : 411931 (java) R 411913 411920 409299 0 -1 4194368 215751 0 3 0 315002 1224 0 0 20 0 20 0 60557972 19586084864 2709074 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 1194 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411958] ppid=411913 vsize=19127036 memory=39088 CPUtime=0 cores=5,7
/proc/411920/task/411958/stat : 411958 (Finalizer) S 411913 411920 409299 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 2709074 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411978] ppid=411913 vsize=19127036 memory=10836312 CPUtime=0 cores=5,7
/proc/411920/task/411978/stat : 411978 (Common-Cleaner) S 411913 411920 409299 0 -1 1077936192 3709 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 2709074 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=412008] ppid=411913 vsize=19127036 memory=11624 CPUtime=0 cores=5,7
/proc/411920/task/412008/stat : 412008 (Timer-0) S 411913 411920 409299 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60557993 19586084864 2709074 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
Current children cumulated CPU time: 3243.45 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 10836296 KiB

[startup+3282.3 s]
/proc/loadavg: 4.98 4.74 4.46 6/338 413802
/proc/meminfo: memFree=11058492/131524600 swapFree=131060368/131071996
[pid=411920] ppid=411913 vsize=19127036 memory=10836296 CPUtime=3303.47 cores=5,7
/proc/411920/stat : 411920 (java) S 411913 411920 409299 0 -1 1077936128 484016 0 8 0 328919 1428 0 0 20 0 20 0 60557971 19586084864 2709074 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
/proc/411920/statm: 4781759 2709074 6148 1 0 2724542 0
[pid=411920/tid=411931] ppid=411913 vsize=19127036 memory=0 CPUtime=3221.43 cores=5,7
/proc/411920/task/411931/stat : 411931 (java) R 411913 411920 409299 0 -1 4194368 217506 0 3 0 320902 1241 0 0 20 0 20 0 60557972 19586084864 2709074 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1204 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411958] ppid=411913 vsize=19127036 memory=10836296 CPUtime=0 cores=5,7
/proc/411920/task/411958/stat : 411958 (Finalizer) S 411913 411920 409299 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 2709074 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411978] ppid=411913 vsize=19127036 memory=11624 CPUtime=0 cores=5,7
/proc/411920/task/411978/stat : 411978 (Common-Cleaner) S 411913 411920 409299 0 -1 1077936192 3711 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 2709074 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=412008] ppid=411913 vsize=19127036 memory=32892 CPUtime=0 cores=5,7
/proc/411920/task/412008/stat : 412008 (Timer-0) S 411913 411920 409299 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60557993 19586084864 2709074 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
Current children cumulated CPU time: 3303.47 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 10836296 KiB

[startup+3342.3 s]
/proc/loadavg: 4.88 4.75 4.48 8/338 413818
/proc/meminfo: memFree=10472372/131524600 swapFree=131060368/131071996
[pid=411920] ppid=411913 vsize=19127036 memory=10836296 CPUtime=3363.41 cores=5,7
/proc/411920/stat : 411920 (java) S 411913 411920 409299 0 -1 1077936128 488106 0 8 0 334899 1442 0 0 20 0 20 0 60557971 19586084864 2709074 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
/proc/411920/statm: 4781759 2709074 6148 1 0 2724542 0
[pid=411920/tid=411931] ppid=411913 vsize=19127036 memory=0 CPUtime=3280.59 cores=5,7
/proc/411920/task/411931/stat : 411931 (java) R 411913 411920 409299 0 -1 4194368 218796 0 3 0 326805 1254 0 0 20 0 20 0 60557972 19586084864 2709074 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 1212 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411958] ppid=411913 vsize=19127036 memory=-8961144472584430268 CPUtime=0 cores=5,7
/proc/411920/task/411958/stat : 411958 (Finalizer) S 411913 411920 409299 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 2709074 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411978] ppid=411913 vsize=19127036 memory=10836296 CPUtime=0 cores=5,7
/proc/411920/task/411978/stat : 411978 (Common-Cleaner) S 411913 411920 409299 0 -1 1077936192 3809 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 2709074 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=412008] ppid=411913 vsize=19127036 memory=10836296 CPUtime=0 cores=5,7
/proc/411920/task/412008/stat : 412008 (Timer-0) S 411913 411920 409299 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60557993 19586084864 2709074 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
Current children cumulated CPU time: 3363.41 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 10836296 KiB

[startup+3402.3 s]
/proc/loadavg: 4.56 4.70 4.48 5/311 413874
/proc/meminfo: memFree=31384760/131524600 swapFree=131060368/131071996
[pid=411920] ppid=411913 vsize=19127036 memory=10836332 CPUtime=3423.55 cores=5,7
/proc/411920/stat : 411920 (java) S 411913 411920 409299 0 -1 1077936128 489398 0 8 0 340893 1462 0 0 20 0 20 0 60557971 19586084864 2709083 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
/proc/411920/statm: 4781759 2709083 6148 1 0 2724542 0
[pid=411920/tid=411931] ppid=411913 vsize=19127036 memory=0 CPUtime=3339.67 cores=5,7
/proc/411920/task/411931/stat : 411931 (java) R 411913 411920 409299 0 -1 4194368 219615 0 3 0 332695 1272 0 0 20 0 20 0 60557972 19586084864 2709083 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1220 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411958] ppid=411913 vsize=19127036 memory=-8961144472584430268 CPUtime=0 cores=5,7
/proc/411920/task/411958/stat : 411958 (Finalizer) S 411913 411920 409299 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 2709083 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411978] ppid=411913 vsize=19127036 memory=10836296 CPUtime=0 cores=5,7
/proc/411920/task/411978/stat : 411978 (Common-Cleaner) S 411913 411920 409299 0 -1 1077936192 3809 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 2709083 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=412008] ppid=411913 vsize=19127036 memory=10836296 CPUtime=0 cores=5,7
/proc/411920/task/412008/stat : 412008 (Timer-0) S 411913 411920 409299 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60557993 19586084864 2709083 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
Current children cumulated CPU time: 3423.55 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 10836332 KiB

[startup+3462.3 s]
/proc/loadavg: 3.50 4.38 4.38 3/285 413919
/proc/meminfo: memFree=68081496/131524600 swapFree=131060368/131071996
[pid=411920] ppid=411913 vsize=19127036 memory=10836332 CPUtime=3483.73 cores=5,7
/proc/411920/stat : 411920 (java) S 411913 411920 409299 0 -1 1077936128 495335 0 8 0 346896 1477 0 0 20 0 20 0 60557971 19586084864 2709083 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
/proc/411920/statm: 4781759 2709083 6148 1 0 2724542 0
[pid=411920/tid=411931] ppid=411913 vsize=19127036 memory=0 CPUtime=3399 cores=5,7
/proc/411920/task/411931/stat : 411931 (java) R 411913 411920 409299 0 -1 4194368 222337 0 3 0 338615 1285 0 0 20 0 20 0 60557972 19586084864 2709083 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1230 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411958] ppid=411913 vsize=19127036 memory=-8961144472584430268 CPUtime=0 cores=5,7
/proc/411920/task/411958/stat : 411958 (Finalizer) S 411913 411920 409299 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 2709083 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411978] ppid=411913 vsize=19127036 memory=10836296 CPUtime=0 cores=5,7
/proc/411920/task/411978/stat : 411978 (Common-Cleaner) S 411913 411920 409299 0 -1 1077936192 3956 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 2709083 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=412008] ppid=411913 vsize=19127036 memory=11624 CPUtime=0 cores=5,7
/proc/411920/task/412008/stat : 412008 (Timer-0) S 411913 411920 409299 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60557993 19586084864 2709083 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
Current children cumulated CPU time: 3483.73 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 10836332 KiB

[startup+3522.3 s]
/proc/loadavg: 2.36 3.91 4.22 2/258 413965
/proc/meminfo: memFree=97507008/131524600 swapFree=131060368/131071996
[pid=411920] ppid=411913 vsize=19127036 memory=10836336 CPUtime=3543.93 cores=5,7
/proc/411920/stat : 411920 (java) S 411913 411920 409299 0 -1 1077936128 497615 0 8 0 352902 1491 0 0 20 0 20 0 60557971 19586084864 2709084 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
/proc/411920/statm: 4781759 2709084 6148 1 0 2724542 0
[pid=411920/tid=411931] ppid=411913 vsize=19127036 memory=0 CPUtime=3458.41 cores=5,7
/proc/411920/task/411931/stat : 411931 (java) R 411913 411920 409299 0 -1 4194368 224202 0 3 0 344544 1297 0 0 20 0 20 0 60557972 19586084864 2709084 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1236 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411958] ppid=411913 vsize=19127036 memory=10836332 CPUtime=0 cores=5,7
/proc/411920/task/411958/stat : 411958 (Finalizer) S 411913 411920 409299 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 2709084 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411978] ppid=411913 vsize=19127036 memory=10836332 CPUtime=0 cores=5,7
/proc/411920/task/411978/stat : 411978 (Common-Cleaner) S 411913 411920 409299 0 -1 1077936192 3958 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 2709084 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=412008] ppid=411913 vsize=19127036 memory=11624 CPUtime=0 cores=5,7
/proc/411920/task/412008/stat : 412008 (Timer-0) S 411913 411920 409299 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60557993 19586084864 2709084 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
Current children cumulated CPU time: 3543.93 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 10836336 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3578.4 s]
/proc/loadavg: 1.55 3.39 4.02 2/258 413976
/proc/meminfo: memFree=97419300/131524600 swapFree=131060368/131071996
[pid=411920] ppid=411913 vsize=19127036 memory=10836336 CPUtime=3600.01 cores=5,7
/proc/411920/stat : 411920 (java) S 411913 411920 409299 0 -1 1077936128 502964 0 8 0 358493 1508 0 0 20 0 20 0 60557971 19586084864 2709084 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
/proc/411920/statm: 4781759 2709084 6148 1 0 2724542 0
[pid=411920/tid=411931] ppid=411913 vsize=19127036 memory=10836336 CPUtime=3514.16 cores=5,7
/proc/411920/task/411931/stat : 411931 (java) R 411913 411920 409299 0 -1 4194368 227129 0 3 0 350104 1312 0 0 20 0 20 0 60557972 19586084864 2709084 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1243 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411958] ppid=411913 vsize=19127036 memory=5552 CPUtime=0 cores=5,7
/proc/411920/task/411958/stat : 411958 (Finalizer) S 411913 411920 409299 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 2709084 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=411978] ppid=411913 vsize=19127036 memory=2124 CPUtime=0 cores=5,7
/proc/411920/task/411978/stat : 411978 (Common-Cleaner) S 411913 411920 409299 0 -1 1077936192 4103 0 0 0 0 0 0 0 20 0 20 0 60557978 19586084864 2709084 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
[pid=411920/tid=412008] ppid=411913 vsize=19127036 memory=18176 CPUtime=0 cores=5,7
/proc/411920/task/412008/stat : 412008 (Timer-0) S 411913 411920 409299 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60557993 19586084864 2709084 134679101440 94851795333120 94851795336816 140734833809168 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94851795344632 94851795345424 94851802472448 140734833812398 140734833812580 140734833812580 140734833819592 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 10836336 KiB

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

[startup+3578.53 s]
# the end of solver process 411920 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3585.09 s, system=15.1201 s

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

[startup+3578.51 s]*
/proc/loadavg: 1.55 3.39 4.02 2/240 413979
/proc/meminfo: memFree=108015976/131524600 swapFree=131060368/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3578.53
CPU time (s): 3600.21
CPU user time (s): 3585.09
CPU system time (s): 15.1201
CPU usage (%): 100.606
Max. virtual memory (cumulated for all children) (KiB): 19127036
Max. memory (cumulated for all children) (KiB): 10836336

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.09
system time used= 15.1201
maximum resident set size= 10838196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 506515
page faults= 8
swaps= 0
block input operations= 3064
block output operations= 16550240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114152
involuntary context switches= 15815


# summary of solver processes directly reported to runsolver:
#   pid: 411920
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3585.09
#   total CPU system time (s): 15.1201

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.75235 second user time and 19.3172 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-29 10:05:01
IDJOB=4462307
IDBENCH=178882
IDSOLVER=3079
FILE ID=nodeC014/4462307-1722240301
RUNJOBID= nodeC014-1722240301-411879
SLURM_JOB_ID= 8248751
Free space on /tmp= 890036 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/KidneyTransplantBenchmarks/normalized-KE_140_005.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4462307-1722240301/watcher-4462307-1722240301 -o /tmp/evaluation-result-4462307-1722240301/solver-4462307-1722240301 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1722240301-411879 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4462307-1722240301 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4462307-1722240301.opb

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

MD5SUM BENCH= b2b4e88ed7bd22b4979581e55620e687
RANDOM SEED=1694589933

nodeC014.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		: 3603.162
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.45
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		: 3485.447
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	: 7005.48
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		: 3325.321
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.45
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		: 3563.896
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	: 7005.48
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		: 3552.999
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.45
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		: 3439.015
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	: 7005.48
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		: 3585.704
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.45
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		: 3556.738
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	: 7005.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        115562864 kB
MemAvailable:   129797244 kB
Buffers:          405856 kB
Cached:         14638376 kB
SwapCached:          140 kB
Active:           935144 kB
Inactive:       14384860 kB
Active(anon):       2076 kB
Inactive(anon):   326408 kB
Active(file):     933068 kB
Inactive(file): 14058452 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131060368 kB
Dirty:              1736 kB
Writeback:            40 kB
AnonPages:        272500 kB
Mapped:            95160 kB
Shmem:             52988 kB
KReclaimable:     165364 kB
Slab:             287836 kB
SReclaimable:     165364 kB
SUnreclaim:       122472 kB
KernelStack:        3964 kB
PageTables:         9872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     638632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21024 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 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:      395988 kB
DirectMap2M:    46563328 kB
DirectMap1G:    89128960 kB

Free space on /tmp at the end= 890036 MiB
End job on nodeC014 at 2024-07-29 11:04:39