Trace number 4485099

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-06SAT (TO)-26 3600.33 3552.02

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-2.opb
MD5SUMd08022a8f602c12904bf031cb8221b8f
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-35
Best CPU time to get the best result obtained on this benchmark5.01443
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables595
Total number of constraints27847
Number of constraints which are clauses27847
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 595
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 595
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 595
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4485099-1751297671.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c using VERIPB proof format
0.12/0.13	c  objective function found
0.51/0.32	c ... done. Wall clock time 0.189s.
0.51/0.32	c declared #vars     595
0.51/0.32	c #constraints  27847
0.51/0.32	c constraints type 
0.51/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 27847
0.51/0.32	c 27847 constraints processed.
0.51/0.33	c objective function length is 595 literals
0.51/0.36	c SATISFIABLE
0.51/0.36	c OPTIMIZING...
0.51/0.36	c Got one! Elapsed wall clock time (in seconds):0.235
0.51/0.36	o -23
0.51/0.41	c Got one! Elapsed wall clock time (in seconds):0.278
0.51/0.41	o -24
0.71/0.41	c Got one! Elapsed wall clock time (in seconds):0.285
0.71/0.41	o -25
0.90/0.51	c Got one! Elapsed wall clock time (in seconds):0.386
0.90/0.51	o -26
4.83/2.52	c cleaning 2532 clauses out of 5068 with flag 11085/5068
6.89/4.29	c cleaning 4267 clauses out of 8535 with flag 24520/11067
9.16/6.24	c cleaning 5634 clauses out of 11267 with flag 39249/18066
11.96/8.72	c cleaning 6814 clauses out of 13635 with flag 55891/26068
14.72/11.33	c cleaning 7910 clauses out of 15819 with flag 74877/35066
18.08/14.59	c cleaning 8955 clauses out of 17910 with flag 95925/45067
22.38/18.67	c cleaning 9976 clauses out of 19954 with flag 119249/56066
27.79/23.99	c cleaning 10989 clauses out of 21978 with flag 144578/68066
33.17/29.07	c cleaning 11994 clauses out of 23990 with flag 171745/81067
39.30/35.17	c cleaning 12998 clauses out of 25995 with flag 200976/95066
47.02/42.53	c cleaning 13999 clauses out of 27997 with flag 232372/110066
54.52/50.02	c cleaning 14995 clauses out of 29999 with flag 266004/126067
63.52/58.54	c cleaning 16002 clauses out of 32004 with flag 301777/143067
73.46/68.38	c cleaning 16997 clauses out of 34001 with flag 339394/161066
82.89/77.44	c cleaning 17993 clauses out of 36004 with flag 379185/180066
92.40/86.62	c cleaning 19002 clauses out of 38011 with flag 420597/200066
103.56/97.55	c cleaning 20000 clauses out of 40009 with flag 464160/221066
117.21/111.09	c cleaning 21005 clauses out of 42010 with flag 509579/243067
131.68/125.27	c cleaning 22002 clauses out of 44004 with flag 557563/266066
145.58/138.85	c cleaning 22998 clauses out of 46002 with flag 608224/290066
162.35/155.32	c cleaning 23996 clauses out of 48004 with flag 660928/315066
180.70/173.40	c cleaning 25004 clauses out of 50008 with flag 715464/341066
199.89/191.64	c cleaning 25997 clauses out of 52005 with flag 772047/368067
219.72/211.20	c cleaning 27004 clauses out of 54008 with flag 830868/396067
238.20/229.58	c cleaning 28002 clauses out of 56003 with flag 891441/425066
257.62/248.75	c cleaning 28992 clauses out of 58002 with flag 953876/455067
280.47/271.39	c cleaning 29992 clauses out of 60010 with flag 1018954/486067
301.97/292.77	c cleaning 31000 clauses out of 62017 with flag 1085945/518066
326.46/317.01	c cleaning 32006 clauses out of 64018 with flag 1155185/551067
352.48/343.09	c cleaning 33000 clauses out of 66013 with flag 1226354/585068
382.62/373.14	c cleaning 34005 clauses out of 68012 with flag 1299686/620067
411.17/401.21	c cleaning 35003 clauses out of 70006 with flag 1375275/656066
442.55/431.67	c cleaning 36002 clauses out of 72005 with flag 1452576/693068
472.12/461.01	c cleaning 37002 clauses out of 74004 with flag 1531603/731069
508.63/497.24	c cleaning 37997 clauses out of 75999 with flag 1612919/770066
547.06/535.20	c cleaning 39001 clauses out of 78003 with flag 1696184/810067
589.02/577.14	c cleaning 39996 clauses out of 80001 with flag 1781366/851066
630.48/618.24	c cleaning 41003 clauses out of 82005 with flag 1868326/893066
671.79/659.46	c cleaning 41999 clauses out of 84004 with flag 1958482/936068
714.65/702.10	c cleaning 42994 clauses out of 86005 with flag 2051039/980068
759.36/745.78	c cleaning 44005 clauses out of 88010 with flag 2145309/1025067
806.43/792.57	c cleaning 44999 clauses out of 90004 with flag 2240807/1071066
855.81/841.59	c cleaning 46000 clauses out of 92006 with flag 2338971/1118067
906.41/890.15	c cleaning 47001 clauses out of 94007 with flag 2439525/1166068
953.32/936.67	c cleaning 47996 clauses out of 96006 with flag 2541044/1215068
1005.55/988.46	c cleaning 49005 clauses out of 98009 with flag 2645613/1265067
1058.76/1039.90	c cleaning 50002 clauses out of 100003 with flag 2752636/1316066
1112.92/1093.69	c cleaning 51001 clauses out of 102001 with flag 2861336/1368066
1172.35/1152.69	c cleaning 51999 clauses out of 104000 with flag 2972712/1421066
1246.02/1224.61	c cleaning 52996 clauses out of 106001 with flag 3085673/1475066
1317.13/1295.43	c cleaning 54003 clauses out of 108005 with flag 3200590/1530066
1383.68/1361.70	c cleaning 54995 clauses out of 110002 with flag 3317812/1586066
1457.17/1433.60	c cleaning 55999 clauses out of 112011 with flag 3437201/1643070
1527.23/1503.29	c cleaning 56997 clauses out of 114008 with flag 3558923/1701066
1607.47/1583.36	c cleaning 57999 clauses out of 116012 with flag 3682788/1760067
1680.94/1655.12	c cleaning 58999 clauses out of 118013 with flag 3808497/1820067
1754.82/1728.72	c cleaning 59997 clauses out of 120013 with flag 3936059/1881066
1841.10/1812.73	c cleaning 61005 clauses out of 122016 with flag 4065680/1943066
1919.42/1890.94	c cleaning 61994 clauses out of 124013 with flag 4197238/2006068
2013.59/1984.80	c cleaning 63008 clauses out of 126020 with flag 4331525/2070069
2105.08/2074.52	c cleaning 63999 clauses out of 128009 with flag 4467855/2135066
2198.41/2167.33	c cleaning 65005 clauses out of 130010 with flag 4605612/2201066
2307.02/2273.80	c cleaning 65997 clauses out of 132005 with flag 4746638/2268066
2416.47/2382.88	c cleaning 67001 clauses out of 134009 with flag 4889071/2336067
2517.04/2480.67	c cleaning 67996 clauses out of 136009 with flag 5033473/2405068
2633.82/2597.15	c cleaning 68999 clauses out of 138011 with flag 5179709/2475066
2750.59/2713.57	c cleaning 70005 clauses out of 140015 with flag 5327888/2546069
2853.38/2814.56	c cleaning 70997 clauses out of 142008 with flag 5477393/2618067
2963.48/2921.18	c cleaning 72002 clauses out of 144012 with flag 5630042/2691068
3072.08/3029.44	c cleaning 73001 clauses out of 146009 with flag 5785123/2765067
3195.38/3152.15	c cleaning 74001 clauses out of 148007 with flag 5942570/2840066
3319.52/3274.01	c cleaning 75001 clauses out of 150007 with flag 6101571/2916067
3443.63/3397.63	c cleaning 75996 clauses out of 152005 with flag 6262416/2993066
3566.72/3518.64	c cleaning 77004 clauses out of 154010 with flag 6426187/3071067
3600.07/3551.81	c starts		: 120
3600.07/3551.83	c conflicts		: 3099814
3600.07/3551.83	c decisions		: 3236457
3600.07/3551.83	c propagations		: 16984224
3600.07/3551.83	c inspects		: 9432335722
3600.07/3551.83	c shortcuts		: 0
3600.07/3551.83	c learnt literals	: 0
3600.07/3551.83	c learnt binary clauses	: 0
3600.07/3551.83	c learnt ternary clauses	: 0
3600.07/3551.84	c learnt constraints	: 3099814
3600.07/3551.84	c ignored constraints	: 0
3600.07/3551.84	c root simplifications	: 0
3600.07/3551.84	c removed literals (reason simplification)	: 120644055
3600.07/3551.84	c reason swapping (by a shorter reason)	: 0
3600.07/3551.84	c Calls to reduceDB	: 74
3600.07/3551.84	c Number of update (reduction) of LBD	: 94714
3600.07/3551.84	c Imported unit clauses	: 0
3600.07/3551.84	c No decision after first conflict	: false
3600.07/3551.84	c number of reductions to clauses (during analyze)	: 0
3600.07/3551.84	c number of learned constraints concerned by reduction	: 0
3600.07/3551.84	c number of learning phase by resolution	: 0
3600.07/3551.84	c number of learning phase by cutting planes	: 0
3600.07/3551.84	c number of rounding to 1 operations	: 0
3600.07/3551.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3551.84	c number of reductions of the coefficients by power 2 	: 0
3600.07/3551.84	c number of right shift for reduction by power 2 	: 0
3600.07/3551.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3551.84	c number of ending skipping 	: 0
3600.07/3551.84	c number of internal skipping 	: 0
3600.07/3551.84	c number of derivation steps 	: 0
3600.07/3551.84	c number of skipped derivation steps 	: 0
3600.07/3551.84	c number of remaining unassigned 	: 0
3600.07/3551.84	c number of remaining assigned 	: 0
3600.07/3551.84	c number of falsified literals weakened from reason	: 0
3600.07/3551.84	c number of falsified literals weakened from conflict	: 0
3600.07/3551.84	c time for arithmetic operations	: 0
3600.07/3551.84	c minimum degree of deleted constraints	: null
3600.07/3551.84	c maximum degree of deleted constraints	: null
3600.07/3551.84	c number of deleted constraints	: 0
3600.07/3551.85	c speed (assignments/second)	: 4782.289319056485
3600.07/3551.85	c non guided choices	: 0
3600.27/3551.90	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 105753
3600.27/3551.90	s SATISFIABLE
3600.27/3551.90	c Found 4 solution(s)
3600.27/3551.91	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 
3600.27/3551.91	c objective function=-26
3600.27/3551.91	c Total wall clock time (in seconds): 3551.78

Verifier Data

OK	-26

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (42642 MiB free)
  memory of node 1: 64507 MiB (27184 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=41394, runsolver pid=41391
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.95 4.79 4.73 5/344 41412
/proc/meminfo: memFree=71471768/131249996 swapFree=33010416/33010684
[pid=41394] ppid=41391 vsize=18930384 memory=57688 CPUtime=0.12 cores=0,2
/proc/41394/stat : 41394 (java) S 41391 41394 40471 0 -1 4194304 6591 0 0 0 11 1 0 0 20 0 18 0 45444879 19384713216 14422 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
/proc/41394/statm: 4732596 14422 5316 1 0 547622 0
[pid=41394/tid=41396] ppid=41391 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/41394/task/41396/stat : 41396 (java) R 41391 41394 40471 0 -1 4194368 5089 0 0 0 7 1 0 0 20 0 18 0 45444880 19384713216 14422 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41405] ppid=41391 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/41394/task/41405/stat : 41405 (Finalizer) S 41391 41394 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45444882 19384713216 14422 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41412] ppid=41391 vsize=18930384 memory=60684515966010 CPUtime=0 cores=0,2
/proc/41394/task/41412/stat : 41412 (Common-Cleaner) S 41391 41394 40471 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 45444882 19384713216 14422 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57688 KiB

[startup+0.206023 s]*
/proc/loadavg: 4.95 4.79 4.73 7/344 41412
/proc/meminfo: memFree=71462064/131249996 swapFree=33010416/33010684
[pid=41394] ppid=41391 vsize=18930384 memory=68904 CPUtime=0.32 cores=0,2
/proc/41394/stat : 41394 (java) S 41391 41394 40471 0 -1 4194304 7209 0 0 0 30 2 0 0 20 0 18 0 45444879 19384713216 17226 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
/proc/41394/statm: 4732596 17226 5444 1 0 548093 0
[pid=41394/tid=41396] ppid=41391 vsize=18930384 memory=4026663196 CPUtime=0.16 cores=0,2
/proc/41394/task/41396/stat : 41396 (java) R 41391 41394 40471 0 -1 4194368 5278 0 0 0 15 1 0 0 20 0 18 0 45444880 19384713216 17226 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41405] ppid=41391 vsize=18930384 memory=16880 CPUtime=0 cores=0,2
/proc/41394/task/41405/stat : 41405 (Finalizer) S 41391 41394 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45444882 19384713216 17226 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41412] ppid=41391 vsize=18930384 memory=59585004307431 CPUtime=0 cores=0,2
/proc/41394/task/41412/stat : 41412 (Common-Cleaner) S 41391 41394 40471 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 45444882 19384713216 17226 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68904 KiB

[startup+0.305964 s]*
/proc/loadavg: 4.95 4.79 4.73 6/344 41412
/proc/meminfo: memFree=71417576/131249996 swapFree=33010416/33010684
[pid=41394] ppid=41391 vsize=18930384 memory=111140 CPUtime=0.51 cores=0,2
/proc/41394/stat : 41394 (java) S 41391 41394 40471 0 -1 4194304 8483 0 0 0 48 3 0 0 20 0 18 0 45444879 19384713216 27785 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
/proc/41394/statm: 4732596 27785 5444 1 0 548898 0
[pid=41394/tid=41396] ppid=41391 vsize=18930384 memory=-6000919502704307051 CPUtime=0.25 cores=0,2
/proc/41394/task/41396/stat : 41396 (java) R 41391 41394 40471 0 -1 4194368 5297 0 0 0 23 2 0 0 20 0 18 0 45444880 19384713216 27785 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41405] ppid=41391 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/41394/task/41405/stat : 41405 (Finalizer) S 41391 41394 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45444882 19384713216 27785 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41412] ppid=41391 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/41394/task/41412/stat : 41412 (Common-Cleaner) S 41391 41394 40471 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 45444882 19384713216 27785 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 111140 KiB

[startup+0.700236 s]
/proc/loadavg: 4.95 4.79 4.73 6/345 41413
/proc/meminfo: memFree=71368872/131249996 swapFree=33010416/33010684
[pid=41394] ppid=41391 vsize=19063512 memory=174504 CPUtime=1.28 cores=0,2
/proc/41394/stat : 41394 (java) S 41391 41394 40471 0 -1 4194304 15709 0 0 0 121 7 0 0 20 0 20 0 45444879 19521036288 43626 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
/proc/41394/statm: 4765878 43626 5540 1 0 553232 0
[pid=41394/tid=41396] ppid=41391 vsize=19063512 memory=17664 CPUtime=0.54 cores=0,2
/proc/41394/task/41396/stat : 41396 (java) R 41391 41394 40471 0 -1 4194368 5458 0 0 0 50 4 0 0 20 0 20 0 45444880 19521036288 43626 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41405] ppid=41391 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/41394/task/41405/stat : 41405 (Finalizer) S 41391 41394 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 43626 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41412] ppid=41391 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/41394/task/41412/stat : 41412 (Common-Cleaner) S 41391 41394 40471 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 43626 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41413] ppid=41391 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/41394/task/41413/stat : 41413 (Timer-0) S 41391 41394 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45444915 19521036288 43626 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174504 KiB

[startup+1.50025 s]
/proc/loadavg: 4.95 4.79 4.73 6/346 41414
/proc/meminfo: memFree=71050208/131249996 swapFree=33010416/33010684
[pid=41394] ppid=41391 vsize=19063512 memory=198804 CPUtime=2.86 cores=0,2
/proc/41394/stat : 41394 (java) S 41391 41394 40471 0 -1 4194304 16186 0 0 0 277 9 0 0 20 0 20 0 45444879 19521036288 49701 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
/proc/41394/statm: 4765878 49701 5540 1 0 553364 0
[pid=41394/tid=41396] ppid=41391 vsize=19063512 memory=0 CPUtime=1.26 cores=0,2
/proc/41394/task/41396/stat : 41396 (java) R 41391 41394 40471 0 -1 4194368 5467 0 0 0 121 5 0 0 20 0 20 0 45444880 19521036288 49701 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41405] ppid=41391 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/41394/task/41405/stat : 41405 (Finalizer) S 41391 41394 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 49701 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41412] ppid=41391 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/41394/task/41412/stat : 41412 (Common-Cleaner) S 41391 41394 40471 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 49701 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41413] ppid=41391 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/41394/task/41413/stat : 41413 (Timer-0) S 41391 41394 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45444915 19521036288 49701 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 198804 KiB

[startup+3.10578 s]
/proc/loadavg: 5.04 4.81 4.74 6/346 41414
/proc/meminfo: memFree=70581528/131249996 swapFree=33010416/33010684
[pid=41394] ppid=41391 vsize=19063512 memory=634980 CPUtime=5.68 cores=0,2
/proc/41394/stat : 41394 (java) S 41391 41394 40471 0 -1 4194304 17900 0 0 0 548 20 0 0 20 0 20 0 45444879 19521036288 158745 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
/proc/41394/statm: 4765878 158745 5540 1 0 1286596 0
[pid=41394/tid=41396] ppid=41391 vsize=19063512 memory=10752 CPUtime=2.69 cores=0,2
/proc/41394/task/41396/stat : 41396 (java) R 41391 41394 40471 0 -1 4194368 5663 0 0 0 256 13 0 0 20 0 20 0 45444880 19521036288 158745 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41405] ppid=41391 vsize=19063512 memory=-6000919502704307051 CPUtime=0 cores=0,2
/proc/41394/task/41405/stat : 41405 (Finalizer) S 41391 41394 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 158745 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41412] ppid=41391 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/41394/task/41412/stat : 41412 (Common-Cleaner) S 41391 41394 40471 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 158745 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41413] ppid=41391 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/41394/task/41413/stat : 41413 (Timer-0) S 41391 41394 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45444915 19521036288 158745 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
Current children cumulated CPU time: 5.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 634980 KiB

[startup+6.30024 s]
/proc/loadavg: 5.04 4.81 4.74 6/346 41414
/proc/meminfo: memFree=69450968/131249996 swapFree=33010416/33010684
[pid=41394] ppid=41391 vsize=19063512 memory=1708192 CPUtime=9.3 cores=0,2
/proc/41394/stat : 41394 (java) S 41391 41394 40471 0 -1 4194304 19294 0 0 0 885 45 0 0 20 0 20 0 45444879 19521036288 427048 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
/proc/41394/statm: 4765878 427048 5540 1 0 1602034 0
[pid=41394/tid=41396] ppid=41391 vsize=19063512 memory=0 CPUtime=5.61 cores=0,2
/proc/41394/task/41396/stat : 41396 (java) R 41391 41394 40471 0 -1 4194368 6100 0 0 0 530 31 0 0 20 0 20 0 45444880 19521036288 427048 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41405] ppid=41391 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/41394/task/41405/stat : 41405 (Finalizer) S 41391 41394 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 427048 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41412] ppid=41391 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/41394/task/41412/stat : 41412 (Common-Cleaner) S 41391 41394 40471 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 427048 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41413] ppid=41391 vsize=19063512 memory=198932 CPUtime=0 cores=0,2
/proc/41394/task/41413/stat : 41413 (Timer-0) S 41391 41394 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45444915 19521036288 427048 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
Current children cumulated CPU time: 9.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1708192 KiB

[startup+12.7002 s]
/proc/loadavg: 5.04 4.81 4.74 5/346 41414
/proc/meminfo: memFree=67947236/131249996 swapFree=33010416/33010684
[pid=41394] ppid=41391 vsize=19063512 memory=2612564 CPUtime=16.19 cores=0,2
/proc/41394/stat : 41394 (java) S 41391 41394 40471 0 -1 4194304 20272 0 0 0 1550 69 0 0 20 0 20 0 45444879 19521036288 653141 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
/proc/41394/statm: 4765878 653141 5540 1 0 1712750 0
[pid=41394/tid=41396] ppid=41391 vsize=19063512 memory=198932 CPUtime=11.57 cores=0,2
/proc/41394/task/41396/stat : 41396 (java) R 41391 41394 40471 0 -1 4194368 6570 0 0 0 1109 48 0 0 20 0 20 0 45444880 19521036288 653141 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41405] ppid=41391 vsize=19063512 memory=2575680 CPUtime=0 cores=0,2
/proc/41394/task/41405/stat : 41405 (Finalizer) S 41391 41394 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 653141 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41412] ppid=41391 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/41394/task/41412/stat : 41412 (Common-Cleaner) S 41391 41394 40471 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 653141 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41413] ppid=41391 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/41394/task/41413/stat : 41413 (Timer-0) S 41391 41394 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45444915 19521036288 653141 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
Current children cumulated CPU time: 16.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2612564 KiB

[startup+25.5002 s]
/proc/loadavg: 4.81 4.77 4.73 5/322 41443
/proc/meminfo: memFree=78081408/131249996 swapFree=33010416/33010684
[pid=41394] ppid=41391 vsize=19063512 memory=3069348 CPUtime=29.53 cores=0,2
/proc/41394/stat : 41394 (java) S 41391 41394 40471 0 -1 4194304 23391 0 0 0 2862 91 0 0 20 0 20 0 45444879 19521036288 767337 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
/proc/41394/statm: 4765878 767337 5540 1 0 1712752 0
[pid=41394/tid=41396] ppid=41391 vsize=19063512 memory=3069348 CPUtime=23.73 cores=0,2
/proc/41394/task/41396/stat : 41396 (java) R 41391 41394 40471 0 -1 4194368 7885 0 0 0 2313 60 0 0 20 0 20 0 45444880 19521036288 767337 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41405] ppid=41391 vsize=19063512 memory=2999716 CPUtime=0 cores=0,2
/proc/41394/task/41405/stat : 41405 (Finalizer) S 41391 41394 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 767337 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41412] ppid=41391 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/41394/task/41412/stat : 41412 (Common-Cleaner) S 41391 41394 40471 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 767337 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41413] ppid=41391 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/41394/task/41413/stat : 41413 (Timer-0) S 41391 41394 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45444915 19521036288 767337 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
Current children cumulated CPU time: 29.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3069348 KiB

[startup+51.1059 s]
/proc/loadavg: 4.65 4.74 4.72 6/346 41482
/proc/meminfo: memFree=89756960/131249996 swapFree=33010416/33010684
[pid=41394] ppid=41391 vsize=19063512 memory=3843620 CPUtime=55.91 cores=0,2
/proc/41394/stat : 41394 (java) S 41391 41394 40471 0 -1 4194304 31335 0 0 0 5467 124 0 0 20 0 20 0 45444879 19521036288 960905 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
/proc/41394/statm: 4765878 960905 5540 1 0 1712773 0
[pid=41394/tid=41396] ppid=41391 vsize=19063512 memory=3702280 CPUtime=47.91 cores=0,2
/proc/41394/task/41396/stat : 41396 (java) R 41391 41394 40471 0 -1 4194368 10475 0 0 0 4711 80 0 0 20 0 20 0 45444880 19521036288 960905 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41405] ppid=41391 vsize=19063512 memory=3702280 CPUtime=0 cores=0,2

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

/proc/41394/task/41405/stat : 41405 (Finalizer) S 41391 41394 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 2118931 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41412] ppid=41391 vsize=19063512 memory=8475724 CPUtime=0 cores=0,2
/proc/41394/task/41412/stat : 41412 (Common-Cleaner) S 41391 41394 40471 0 -1 4194368 3040 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 2118931 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41413] ppid=41391 vsize=19063512 memory=4352 CPUtime=0 cores=0,2
/proc/41394/task/41413/stat : 41413 (Timer-0) S 41391 41394 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45444915 19521036288 2118931 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
Current children cumulated CPU time: 3205.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8475724 KiB

[startup+3222.3 s]
/proc/loadavg: 4.28 4.23 4.19 5/344 41788
/proc/meminfo: memFree=49216880/131249996 swapFree=33010416/33010684
[pid=41394] ppid=41391 vsize=19063512 memory=8475852 CPUtime=3267.68 cores=0,2
/proc/41394/stat : 41394 (java) S 41391 41394 40471 0 -1 4194304 364196 0 0 0 325365 1403 0 0 20 0 20 0 45444879 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
/proc/41394/statm: 4765878 2118963 5572 1 0 2132610 0
[pid=41394/tid=41396] ppid=41391 vsize=19063512 memory=14384 CPUtime=3158.84 cores=0,2
/proc/41394/task/41396/stat : 41396 (java) R 41391 41394 40471 0 -1 4194368 192069 0 0 0 314652 1232 0 0 20 0 20 0 45444880 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41405] ppid=41391 vsize=19063512 memory=8475724 CPUtime=0 cores=0,2
/proc/41394/task/41405/stat : 41405 (Finalizer) S 41391 41394 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41412] ppid=41391 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/41394/task/41412/stat : 41412 (Common-Cleaner) S 41391 41394 40471 0 -1 4194368 3041 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41413] ppid=41391 vsize=19063512 memory=8475852 CPUtime=0 cores=0,2
/proc/41394/task/41413/stat : 41413 (Timer-0) S 41391 41394 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45444915 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
Current children cumulated CPU time: 3267.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8475852 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.20 4.18 5/344 41790
/proc/meminfo: memFree=48709996/131249996 swapFree=33010416/33010684
[pid=41394] ppid=41391 vsize=19063512 memory=8475852 CPUtime=3327.79 cores=0,2
/proc/41394/stat : 41394 (java) S 41391 41394 40471 0 -1 4194304 370657 0 0 0 331359 1420 0 0 20 0 20 0 45444879 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
/proc/41394/statm: 4765878 2118963 5572 1 0 2132610 0
[pid=41394/tid=41396] ppid=41391 vsize=19063512 memory=8475852 CPUtime=3218.13 cores=0,2
/proc/41394/task/41396/stat : 41396 (java) R 41391 41394 40471 0 -1 4194368 196351 0 0 0 320565 1248 0 0 20 0 20 0 45444880 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41405] ppid=41391 vsize=19063512 memory=8475852 CPUtime=0 cores=0,2
/proc/41394/task/41405/stat : 41405 (Finalizer) S 41391 41394 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41412] ppid=41391 vsize=19063512 memory=8475852 CPUtime=0 cores=0,2
/proc/41394/task/41412/stat : 41412 (Common-Cleaner) S 41391 41394 40471 0 -1 4194368 3129 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41413] ppid=41391 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/41394/task/41413/stat : 41413 (Timer-0) S 41391 41394 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45444915 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
Current children cumulated CPU time: 3327.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8475852 KiB

[startup+3342.3 s]
/proc/loadavg: 4.00 4.16 4.17 4/319 41825
/proc/meminfo: memFree=83524132/131249996 swapFree=33010416/33010684
[pid=41394] ppid=41391 vsize=19063512 memory=8475852 CPUtime=3388.18 cores=0,2
/proc/41394/stat : 41394 (java) S 41391 41394 40471 0 -1 4194304 374557 0 0 0 337381 1437 0 0 20 0 20 0 45444879 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
/proc/41394/statm: 4765878 2118963 5572 1 0 2132610 0
[pid=41394/tid=41396] ppid=41391 vsize=19063512 memory=8475852 CPUtime=3277.01 cores=0,2
/proc/41394/task/41396/stat : 41396 (java) R 41391 41394 40471 0 -1 4194368 197719 0 0 0 326437 1264 0 0 20 0 20 0 45444880 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41405] ppid=41391 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/41394/task/41405/stat : 41405 (Finalizer) S 41391 41394 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41412] ppid=41391 vsize=19063512 memory=8475852 CPUtime=0 cores=0,2
/proc/41394/task/41412/stat : 41412 (Common-Cleaner) S 41391 41394 40471 0 -1 4194368 3147 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41413] ppid=41391 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/41394/task/41413/stat : 41413 (Timer-0) S 41391 41394 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45444915 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
Current children cumulated CPU time: 3388.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8475852 KiB

[startup+3402.3 s]
/proc/loadavg: 3.43 3.96 4.10 4/319 41827
/proc/meminfo: memFree=83281500/131249996 swapFree=33010416/33010684
[pid=41394] ppid=41391 vsize=19063512 memory=8475852 CPUtime=3448.32 cores=0,2
/proc/41394/stat : 41394 (java) S 41391 41394 40471 0 -1 4194304 380991 0 0 0 343374 1458 0 0 20 0 20 0 45444879 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
/proc/41394/statm: 4765878 2118963 5572 1 0 2132610 0
[pid=41394/tid=41396] ppid=41391 vsize=19063512 memory=8475852 CPUtime=3336.33 cores=0,2
/proc/41394/task/41396/stat : 41396 (java) R 41391 41394 40471 0 -1 4194368 201262 0 0 0 332350 1283 0 0 20 0 20 0 45444880 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41405] ppid=41391 vsize=19063512 memory=8475852 CPUtime=0 cores=0,2
/proc/41394/task/41405/stat : 41405 (Finalizer) S 41391 41394 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41412] ppid=41391 vsize=19063512 memory=4380 CPUtime=0 cores=0,2
/proc/41394/task/41412/stat : 41412 (Common-Cleaner) S 41391 41394 40471 0 -1 4194368 3273 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41413] ppid=41391 vsize=19063512 memory=8475852 CPUtime=0 cores=0,2
/proc/41394/task/41413/stat : 41413 (Timer-0) S 41391 41394 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45444915 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
Current children cumulated CPU time: 3448.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8475852 KiB

[startup+3462.3 s]
/proc/loadavg: 3.30 3.83 4.04 4/317 41829
/proc/meminfo: memFree=82895180/131249996 swapFree=33010416/33010684
[pid=41394] ppid=41391 vsize=19063512 memory=8475852 CPUtime=3510.27 cores=0,2
/proc/41394/stat : 41394 (java) S 41391 41394 40471 0 -1 4194304 388401 0 0 0 349547 1480 0 0 20 0 20 0 45444879 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
/proc/41394/statm: 4765878 2118963 5572 1 0 2132610 0
[pid=41394/tid=41396] ppid=41391 vsize=19063512 memory=8475852 CPUtime=3395.49 cores=0,2
/proc/41394/task/41396/stat : 41396 (java) R 41391 41394 40471 0 -1 4194368 205403 0 0 0 338245 1304 0 0 20 0 20 0 45444880 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41405] ppid=41391 vsize=19063512 memory=6900 CPUtime=0 cores=0,2
/proc/41394/task/41405/stat : 41405 (Finalizer) S 41391 41394 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41412] ppid=41391 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/41394/task/41412/stat : 41412 (Common-Cleaner) S 41391 41394 40471 0 -1 4194368 3401 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41413] ppid=41391 vsize=19063512 memory=8475852 CPUtime=0 cores=0,2
/proc/41394/task/41413/stat : 41413 (Timer-0) S 41391 41394 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45444915 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
Current children cumulated CPU time: 3510.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8475852 KiB

[startup+3522.3 s]
/proc/loadavg: 3.34 3.74 4.00 4/318 41834
/proc/meminfo: memFree=82545060/131249996 swapFree=33010416/33010684
[pid=41394] ppid=41391 vsize=19063512 memory=8475852 CPUtime=3570.42 cores=0,2
/proc/41394/stat : 41394 (java) S 41391 41394 40471 0 -1 4194304 392933 0 0 0 355543 1499 0 0 20 0 20 0 45444879 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
/proc/41394/statm: 4765878 2118963 5572 1 0 2132610 0
[pid=41394/tid=41396] ppid=41391 vsize=19063512 memory=6900 CPUtime=3454.78 cores=0,2
/proc/41394/task/41396/stat : 41396 (java) R 41391 41394 40471 0 -1 4194368 209395 0 0 0 344157 1321 0 0 20 0 20 0 45444880 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41405] ppid=41391 vsize=19063512 memory=17792 CPUtime=0 cores=0,2
/proc/41394/task/41405/stat : 41405 (Finalizer) S 41391 41394 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41412] ppid=41391 vsize=19063512 memory=8475852 CPUtime=0 cores=0,2
/proc/41394/task/41412/stat : 41412 (Common-Cleaner) S 41391 41394 40471 0 -1 4194368 3405 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41413] ppid=41391 vsize=19063512 memory=14384 CPUtime=0 cores=0,2
/proc/41394/task/41413/stat : 41413 (Timer-0) S 41391 41394 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45444915 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
Current children cumulated CPU time: 3570.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8475852 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3551.8 s]
/proc/loadavg: 3.20 3.67 3.96 4/318 41835
/proc/meminfo: memFree=82317304/131249996 swapFree=33010416/33010684
[pid=41394] ppid=41391 vsize=19063512 memory=8475852 CPUtime=3600.07 cores=0,2
/proc/41394/stat : 41394 (java) S 41391 41394 40471 0 -1 4194304 396391 0 0 0 358498 1509 0 0 20 0 20 0 45444879 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
/proc/41394/statm: 4765878 2118963 5572 1 0 2132610 0
[pid=41394/tid=41396] ppid=41391 vsize=19063512 memory=4380 CPUtime=3483.74 cores=0,2
/proc/41394/task/41396/stat : 41396 (java) R 41391 41394 40471 0 -1 4194368 210640 0 0 0 347044 1330 0 0 20 0 20 0 45444880 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41405] ppid=41391 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/41394/task/41405/stat : 41405 (Finalizer) S 41391 41394 40471 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41412] ppid=41391 vsize=19063512 memory=-6000919502704307051 CPUtime=0 cores=0,2
/proc/41394/task/41412/stat : 41412 (Common-Cleaner) S 41391 41394 40471 0 -1 4194368 3457 0 0 0 0 0 0 0 20 0 20 0 45444882 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
[pid=41394/tid=41413] ppid=41391 vsize=19063512 memory=2760 CPUtime=0 cores=0,2
/proc/41394/task/41413/stat : 41413 (Timer-0) S 41391 41394 40471 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45444915 19521036288 2118963 18446744073709551615 94237294665728 94237294669424 140725919791120 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94237294677240 94237294678032 94237297627136 140725919799600 140725919799782 140725919799782 140725919805384 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8475852 KiB

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

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

# cumulated CPU time of all completed processes:  user=3585.19 s, system=15.1378 s

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

[startup+3552 s]*
/proc/loadavg: 3.20 3.67 3.96 3/300 41838
/proc/meminfo: memFree=90788812/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: 143

Real time (s): 3552.02
CPU time (s): 3600.33
CPU user time (s): 3585.19
CPU system time (s): 15.1378
CPU usage (%): 101.36
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 9607000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3585.19
system time used= 15.1378
maximum resident set size= 9607000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 398808
page faults= 0
swaps= 0
block input operations= 0
block output operations= 21931720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118807
involuntary context switches= 16261


# summary of solver processes directly reported to runsolver:
#   pid: 41394
#   total CPU time (s): 3600.33
#   total CPU user time (s): 3585.19
#   total CPU system time (s): 15.1378

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.4554 second user time and 17.3087 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-30 17:34:31
IDJOB=4485099
IDBENCH=146693
IDSOLVER=3364
FILE ID=nodeC022/4485099-1751297671
RUNJOBID= nodeC022-1751290853-40481
SLURM_JOB_ID= 9594246
Free space on /tmp= 433056 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485099-1751297671/watcher-4485099-1751297671 -o /tmp/evaluation-result-4485099-1751297671/solver-4485099-1751297671 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751290853-40481 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4485099-1751297671 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4485099-1751297671.opb

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

MD5SUM BENCH= d08022a8f602c12904bf031cb8221b8f
RANDOM SEED=1962995611

nodeC022 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        71502956 kB
MemAvailable:   106157948 kB
Buffers:            2128 kB
Cached:         35386364 kB
SwapCached:           32 kB
Active:         23774996 kB
Inactive:       35061088 kB
Active(anon):   23461564 kB
Inactive(anon):     4200 kB
Active(file):     313432 kB
Inactive(file): 35056888 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            672588 kB
Writeback:             4 kB
AnonPages:      23438372 kB
Mapped:           122700 kB
Shmem:             18028 kB
KReclaimable:     247424 kB
Slab:             359916 kB
SReclaimable:     247424 kB
SUnreclaim:       112492 kB
KernelStack:        5280 kB
PageTables:        49644 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   24684804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151560 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  22351872 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:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC022 at 2025-06-30 18:33:43