Trace number 4485053

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.3 3532.49

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-3.opb
MD5SUMe50abc2725c4e3a238fbda7c772437b2
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 benchmark2.90628
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 constraints27931
Number of constraints which are clauses27931
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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4485053-1751297532.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.14	c  objective function found
0.52/0.32	c ... done. Wall clock time 0.187s.
0.52/0.32	c declared #vars     595
0.52/0.32	c #constraints  27931
0.52/0.32	c constraints type 
0.52/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 27931
0.52/0.32	c 27931 constraints processed.
0.52/0.33	c objective function length is 595 literals
0.52/0.34	c SATISFIABLE
0.52/0.34	c OPTIMIZING...
0.52/0.34	c Got one! Elapsed wall clock time (in seconds):0.212
0.52/0.34	o -25
0.91/0.52	c Got one! Elapsed wall clock time (in seconds):0.387
0.91/0.52	o -26
4.82/2.53	c cleaning 2561 clauses out of 5121 with flag 11484/5121
6.86/4.15	c cleaning 4281 clauses out of 8562 with flag 24239/11123
9.14/6.14	c cleaning 5639 clauses out of 11278 with flag 38880/18120
11.76/8.57	c cleaning 6817 clauses out of 13640 with flag 55712/26121
14.71/11.31	c cleaning 7912 clauses out of 15823 with flag 74457/35121
18.38/14.85	c cleaning 8955 clauses out of 17910 with flag 95348/45120
22.69/18.93	c cleaning 9975 clauses out of 19955 with flag 118324/56120
28.04/24.00	c cleaning 10991 clauses out of 21981 with flag 143371/68121
33.27/29.16	c cleaning 11994 clauses out of 23990 with flag 170602/81121
39.97/35.57	c cleaning 12998 clauses out of 25996 with flag 199933/95121
48.00/43.20	c cleaning 13999 clauses out of 27998 with flag 231345/110121
56.45/51.31	c cleaning 14999 clauses out of 29998 with flag 264889/126120
65.50/60.28	c cleaning 15998 clauses out of 32000 with flag 300699/143121
76.12/70.50	c cleaning 17001 clauses out of 34002 with flag 338586/161121
87.54/81.67	c cleaning 17995 clauses out of 36000 with flag 378415/180120
99.56/93.31	c cleaning 18999 clauses out of 38005 with flag 420134/200120
110.80/104.27	c cleaning 20004 clauses out of 40007 with flag 464177/221121
126.32/119.62	c cleaning 21002 clauses out of 42003 with flag 510468/243121
142.35/135.37	c cleaning 22001 clauses out of 44002 with flag 558618/266122
157.71/150.42	c cleaning 22996 clauses out of 45999 with flag 608736/290120
174.84/167.30	c cleaning 24001 clauses out of 48005 with flag 661278/315122
194.30/185.75	c cleaning 25001 clauses out of 50002 with flag 715764/341120
215.68/206.84	c cleaning 25998 clauses out of 52002 with flag 772310/368121
235.68/226.65	c cleaning 26997 clauses out of 54003 with flag 831051/396120
259.34/250.01	c cleaning 27998 clauses out of 56007 with flag 891903/425121
283.03/273.47	c cleaning 29000 clauses out of 58008 with flag 954774/455120
306.82/296.75	c cleaning 30004 clauses out of 60008 with flag 1019394/486120
332.00/321.69	c cleaning 31000 clauses out of 62004 with flag 1085691/518120
359.32/348.58	c cleaning 32001 clauses out of 64006 with flag 1154824/551122
386.75/375.56	c cleaning 33001 clauses out of 66003 with flag 1225764/585120
417.83/405.65	c cleaning 34001 clauses out of 68002 with flag 1298581/620120
449.26/436.61	c cleaning 35001 clauses out of 70001 with flag 1374038/656120
489.56/476.35	c cleaning 36000 clauses out of 72003 with flag 1451684/693123
529.38/515.99	c cleaning 36994 clauses out of 74000 with flag 1531456/731120
568.83/555.30	c cleaning 37998 clauses out of 76008 with flag 1613205/770122
615.04/601.02	c cleaning 38999 clauses out of 78010 with flag 1697218/810122
659.81/645.79	c cleaning 39999 clauses out of 80010 with flag 1783015/851121
705.52/690.52	c cleaning 40999 clauses out of 82010 with flag 1871369/893120
756.72/741.35	c cleaning 42005 clauses out of 84011 with flag 1961508/936120
809.66/792.48	c cleaning 42997 clauses out of 86007 with flag 2053985/980121
861.57/844.30	c cleaning 43999 clauses out of 88009 with flag 2148161/1025120
913.27/895.67	c cleaning 45005 clauses out of 90011 with flag 2243829/1071121
974.24/955.27	c cleaning 46003 clauses out of 92007 with flag 2342240/1118122
1038.91/1019.50	c cleaning 47000 clauses out of 94004 with flag 2443026/1166122
1110.60/1089.88	c cleaning 47995 clauses out of 96003 with flag 2545747/1215121
1173.70/1152.31	c cleaning 48996 clauses out of 98008 with flag 2649028/1265121
1232.07/1208.92	c cleaning 50001 clauses out of 100011 with flag 2754822/1316120
1296.42/1272.85	c cleaning 51003 clauses out of 102010 with flag 2863315/1368120
1367.51/1342.40	c cleaning 51998 clauses out of 104007 with flag 2973194/1421120
1436.20/1409.28	c cleaning 52998 clauses out of 106010 with flag 3085907/1475121
1505.77/1478.34	c cleaning 54004 clauses out of 108011 with flag 3200878/1530120
1578.05/1548.97	c cleaning 55000 clauses out of 110009 with flag 3317641/1586122
1658.79/1627.34	c cleaning 56001 clauses out of 112007 with flag 3436621/1643120
1740.65/1707.48	c cleaning 57001 clauses out of 114009 with flag 3558284/1701123
1828.99/1795.43	c cleaning 57997 clauses out of 116005 with flag 3681763/1760120
1935.48/1900.24	c cleaning 59002 clauses out of 118010 with flag 3807337/1820122
2039.18/2001.89	c cleaning 60000 clauses out of 120008 with flag 3934301/1881122
2141.59/2101.61	c cleaning 61004 clauses out of 122008 with flag 4063254/1943122
2246.27/2205.91	c cleaning 61998 clauses out of 124004 with flag 4195306/2006122
2343.92/2301.98	c cleaning 62998 clauses out of 126005 with flag 4329611/2070121
2447.42/2403.06	c cleaning 63993 clauses out of 128007 with flag 4465949/2135121
2557.59/2511.25	c cleaning 65007 clauses out of 130013 with flag 4605213/2201120
2665.85/2617.44	c cleaning 65998 clauses out of 132007 with flag 4744644/2268121
2777.84/2726.83	c cleaning 67003 clauses out of 134009 with flag 4887313/2336121
2896.99/2843.65	c cleaning 68000 clauses out of 136006 with flag 5031811/2405121
3024.91/2969.42	c cleaning 69001 clauses out of 138005 with flag 5178763/2475120
3150.01/3092.54	c cleaning 70003 clauses out of 140006 with flag 5327590/2546122
3268.19/3208.50	c cleaning 71002 clauses out of 142003 with flag 5478430/2618122
3387.50/3325.57	c cleaning 71993 clauses out of 143999 with flag 5631019/2691120
3503.19/3438.30	c cleaning 72998 clauses out of 146007 with flag 5785721/2765121
3600.06/3532.31	c starts		: 122
3600.06/3532.32	c conflicts		: 2832403
3600.06/3532.32	c decisions		: 2976508
3600.06/3532.32	c propagations		: 15303421
3600.06/3532.32	c inspects		: 8260354142
3600.06/3532.32	c shortcuts		: 0
3600.06/3532.33	c learnt literals	: 0
3600.06/3532.33	c learnt binary clauses	: 0
3600.06/3532.33	c learnt ternary clauses	: 0
3600.06/3532.33	c learnt constraints	: 2832403
3600.06/3532.33	c ignored constraints	: 0
3600.06/3532.33	c root simplifications	: 0
3600.06/3532.33	c removed literals (reason simplification)	: 98930836
3600.06/3532.33	c reason swapping (by a shorter reason)	: 0
3600.06/3532.33	c Calls to reduceDB	: 70
3600.06/3532.33	c Number of update (reduction) of LBD	: 80219
3600.06/3532.33	c Imported unit clauses	: 0
3600.06/3532.33	c No decision after first conflict	: false
3600.06/3532.33	c number of reductions to clauses (during analyze)	: 0
3600.06/3532.33	c number of learned constraints concerned by reduction	: 0
3600.06/3532.33	c number of learning phase by resolution	: 0
3600.06/3532.33	c number of learning phase by cutting planes	: 0
3600.06/3532.33	c number of rounding to 1 operations	: 0
3600.06/3532.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3532.33	c number of reductions of the coefficients by power 2 	: 0
3600.06/3532.33	c number of right shift for reduction by power 2 	: 0
3600.06/3532.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3532.33	c number of ending skipping 	: 0
3600.06/3532.33	c number of internal skipping 	: 0
3600.06/3532.33	c number of derivation steps 	: 0
3600.06/3532.33	c number of skipped derivation steps 	: 0
3600.06/3532.33	c number of remaining unassigned 	: 0
3600.06/3532.33	c number of remaining assigned 	: 0
3600.06/3532.33	c number of falsified literals weakened from reason	: 0
3600.06/3532.33	c number of falsified literals weakened from conflict	: 0
3600.06/3532.33	c time for arithmetic operations	: 0
3600.06/3532.33	c minimum degree of deleted constraints	: null
3600.06/3532.33	c maximum degree of deleted constraints	: null
3600.06/3532.33	c number of deleted constraints	: 0
3600.06/3532.34	c speed (assignments/second)	: 4332.799262965906
3600.06/3532.34	c non guided choices	: 0
3600.06/3532.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 140291
3600.06/3532.40	s SATISFIABLE
3600.06/3532.40	c Found 2 solution(s)
3600.26/3532.40	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.26/3532.40	c objective function=-26
3600.26/3532.40	c Total wall clock time (in seconds): 3532.27

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: 63708 MiB (47551 MiB free)
  memory of node 1: 64465 MiB (43625 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4485053-1751297532/watcher-4485053-1751297532 -o /tmp/evaluation-result-4485053-1751297532/solver-4485053-1751297532 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751290673-40194 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4485053-1751297532 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4485053-1751297532.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
Current StackSize limit: 8192 KiB

solver pid=41250, runsolver pid=41247

[startup+0.100061 s]*
/proc/loadavg: 5.08 5.06 4.99 5/343 41268
/proc/meminfo: memFree=93316688/131249996 swapFree=33005272/33010684
[pid=41250] ppid=41247 vsize=18930384 memory=57760 CPUtime=0.13 cores=0,2
/proc/41250/stat : 41250 (java) S 41247 41250 40184 0 -1 4194304 6571 0 0 0 11 2 0 0 20 0 18 0 45431081 19384713216 14440 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
/proc/41250/statm: 4732596 14440 5350 1 0 547620 0
[pid=41250/tid=41252] ppid=41247 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/41250/task/41252/stat : 41252 (java) R 41247 41250 40184 0 -1 4194368 5064 0 0 0 7 1 0 0 20 0 18 0 45431082 19384713216 14440 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41261] ppid=41247 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/41250/task/41261/stat : 41261 (Finalizer) S 41247 41250 40184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45431084 19384713216 14440 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41268] ppid=41247 vsize=18930384 memory=58485492679666 CPUtime=0 cores=0,2
/proc/41250/task/41268/stat : 41268 (Common-Cleaner) S 41247 41250 40184 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 45431085 19384713216 14440 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57760 KiB

[startup+0.206071 s]*
/proc/loadavg: 5.08 5.06 4.99 7/343 41268
/proc/meminfo: memFree=93308244/131249996 swapFree=33005272/33010684
[pid=41250] ppid=41247 vsize=18930384 memory=68076 CPUtime=0.33 cores=0,2
/proc/41250/stat : 41250 (java) S 41247 41250 40184 0 -1 4194304 7016 0 0 0 31 2 0 0 20 0 18 0 45431081 19384713216 17019 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
/proc/41250/statm: 4732596 17019 5446 1 0 547897 0
[pid=41250/tid=41252] ppid=41247 vsize=18930384 memory=4026663196 CPUtime=0.18 cores=0,2
/proc/41250/task/41252/stat : 41252 (java) R 41247 41250 40184 0 -1 4194368 5264 0 0 0 17 1 0 0 20 0 18 0 45431082 19384713216 17019 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41261] ppid=41247 vsize=18930384 memory=16099 CPUtime=0 cores=0,2
/proc/41250/task/41261/stat : 41261 (Finalizer) S 41247 41250 40184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45431084 19384713216 17019 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41268] ppid=41247 vsize=18930384 memory=57385981051877 CPUtime=0 cores=0,2
/proc/41250/task/41268/stat : 41268 (Common-Cleaner) S 41247 41250 40184 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 45431085 19384713216 17019 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68076 KiB

[startup+0.30597 s]*
/proc/loadavg: 5.08 5.06 4.99 6/343 41268
/proc/meminfo: memFree=93258528/131249996 swapFree=33005272/33010684
[pid=41250] ppid=41247 vsize=18930384 memory=111168 CPUtime=0.52 cores=0,2
/proc/41250/stat : 41250 (java) S 41247 41250 40184 0 -1 4194304 8488 0 0 0 49 3 0 0 20 0 18 0 45431081 19384713216 27792 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
/proc/41250/statm: 4732596 27792 5446 1 0 548893 0
[pid=41250/tid=41252] ppid=41247 vsize=18930384 memory=-6000919477018454891 CPUtime=0.28 cores=0,2
/proc/41250/task/41252/stat : 41252 (java) R 41247 41250 40184 0 -1 4194368 5287 0 0 0 26 2 0 0 20 0 18 0 45431082 19384713216 27792 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41261] ppid=41247 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/41250/task/41261/stat : 41261 (Finalizer) S 41247 41250 40184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45431084 19384713216 27792 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41268] ppid=41247 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/41250/task/41268/stat : 41268 (Common-Cleaner) S 41247 41250 40184 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 45431085 19384713216 27792 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 111168 KiB

[startup+0.70025 s]
/proc/loadavg: 5.08 5.06 4.99 6/344 41269
/proc/meminfo: memFree=93223744/131249996 swapFree=33005272/33010684
[pid=41250] ppid=41247 vsize=19063512 memory=162356 CPUtime=1.27 cores=0,2
/proc/41250/stat : 41250 (java) S 41247 41250 40184 0 -1 4194304 9496 0 0 0 122 5 0 0 20 0 20 0 45431081 19521036288 40589 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
/proc/41250/statm: 4765878 40589 5510 1 0 550068 0
[pid=41250/tid=41252] ppid=41247 vsize=19063512 memory=13440 CPUtime=0.62 cores=0,2
/proc/41250/task/41252/stat : 41252 (java) R 41247 41250 40184 0 -1 4194368 5451 0 0 0 59 3 0 0 20 0 20 0 45431082 19521036288 40589 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41261] ppid=41247 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/41250/task/41261/stat : 41261 (Finalizer) S 41247 41250 40184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45431084 19521036288 40589 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41268] ppid=41247 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/41250/task/41268/stat : 41268 (Common-Cleaner) S 41247 41250 40184 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 45431085 19521036288 40589 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41269] ppid=41247 vsize=19063512 memory=4752 CPUtime=0 cores=0,2
/proc/41250/task/41269/stat : 41269 (Timer-0) S 41247 41250 40184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45431115 19521036288 40589 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 162356 KiB

[startup+1.50025 s]
/proc/loadavg: 5.08 5.06 4.99 6/345 41270
/proc/meminfo: memFree=92967468/131249996 swapFree=33005272/33010684
[pid=41250] ppid=41247 vsize=19063512 memory=193320 CPUtime=2.85 cores=0,2
/proc/41250/stat : 41250 (java) S 41247 41250 40184 0 -1 4194304 12266 0 0 0 278 7 0 0 20 0 20 0 45431081 19521036288 48330 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
/proc/41250/statm: 4765878 48330 5510 1 0 552016 0
[pid=41250/tid=41252] ppid=41247 vsize=19063512 memory=0 CPUtime=1.35 cores=0,2
/proc/41250/task/41252/stat : 41252 (java) R 41247 41250 40184 0 -1 4194368 5457 0 0 0 131 4 0 0 20 0 20 0 45431082 19521036288 48330 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41261] ppid=41247 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/41250/task/41261/stat : 41261 (Finalizer) S 41247 41250 40184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45431084 19521036288 48330 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41268] ppid=41247 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/41250/task/41268/stat : 41268 (Common-Cleaner) S 41247 41250 40184 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 45431085 19521036288 48330 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41269] ppid=41247 vsize=19063512 memory=4752 CPUtime=0 cores=0,2
/proc/41250/task/41269/stat : 41269 (Timer-0) S 41247 41250 40184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45431115 19521036288 48330 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 193320 KiB

[startup+3.1059 s]
/proc/loadavg: 5.08 5.06 4.99 5/345 41270
/proc/meminfo: memFree=92203648/131249996 swapFree=33005272/33010684
[pid=41250] ppid=41247 vsize=19063512 memory=647048 CPUtime=5.76 cores=0,2
/proc/41250/stat : 41250 (java) S 41247 41250 40184 0 -1 4194304 16091 0 0 0 557 19 0 0 20 0 20 0 45431081 19521036288 161762 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
/proc/41250/statm: 4765878 161762 5510 1 0 1134184 0
[pid=41250/tid=41252] ppid=41247 vsize=19063512 memory=10880 CPUtime=2.79 cores=0,2
/proc/41250/task/41252/stat : 41252 (java) R 41247 41250 40184 0 -1 4194368 5678 0 0 0 268 11 0 0 20 0 20 0 45431082 19521036288 161762 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41261] ppid=41247 vsize=19063512 memory=-6000919477018454891 CPUtime=0 cores=0,2
/proc/41250/task/41261/stat : 41261 (Finalizer) S 41247 41250 40184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45431084 19521036288 161762 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41268] ppid=41247 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/41250/task/41268/stat : 41268 (Common-Cleaner) S 41247 41250 40184 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 45431085 19521036288 161762 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41269] ppid=41247 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/41250/task/41269/stat : 41269 (Timer-0) S 41247 41250 40184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45431115 19521036288 161762 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
Current children cumulated CPU time: 5.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 647048 KiB

[startup+6.30024 s]
/proc/loadavg: 4.99 5.04 4.98 6/345 41270
/proc/meminfo: memFree=90936692/131249996 swapFree=33005272/33010684
[pid=41250] ppid=41247 vsize=19063512 memory=1601572 CPUtime=9.36 cores=0,2
/proc/41250/stat : 41250 (java) S 41247 41250 40184 0 -1 4194304 16887 0 0 0 894 42 0 0 20 0 20 0 45431081 19521036288 400393 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
/proc/41250/statm: 4765878 400393 5510 1 0 1457974 0
[pid=41250/tid=41252] ppid=41247 vsize=19063512 memory=0 CPUtime=5.74 cores=0,2
/proc/41250/task/41252/stat : 41252 (java) R 41247 41250 40184 0 -1 4194368 6039 0 0 0 546 28 0 0 20 0 20 0 45431082 19521036288 400393 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41261] ppid=41247 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/41250/task/41261/stat : 41261 (Finalizer) S 41247 41250 40184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45431084 19521036288 400393 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41268] ppid=41247 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/41250/task/41268/stat : 41268 (Common-Cleaner) S 41247 41250 40184 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 45431085 19521036288 400393 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41269] ppid=41247 vsize=19063512 memory=222512 CPUtime=0 cores=0,2
/proc/41250/task/41269/stat : 41269 (Timer-0) S 41247 41250 40184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45431115 19521036288 400393 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
Current children cumulated CPU time: 9.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1601572 KiB

[startup+12.7002 s]
/proc/loadavg: 4.91 5.02 4.98 5/345 41270
/proc/meminfo: memFree=88842460/131249996 swapFree=33005272/33010684
[pid=41250] ppid=41247 vsize=19063512 memory=2540984 CPUtime=16.18 cores=0,2
/proc/41250/stat : 41250 (java) S 41247 41250 40184 0 -1 4194304 17934 0 0 0 1552 66 0 0 20 0 20 0 45431081 19521036288 635246 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
/proc/41250/statm: 4765878 635246 5510 1 0 1595845 0
[pid=41250/tid=41252] ppid=41247 vsize=19063512 memory=222512 CPUtime=11.72 cores=0,2
/proc/41250/task/41252/stat : 41252 (java) R 41247 41250 40184 0 -1 4194368 6535 0 0 0 1125 47 0 0 20 0 20 0 45431082 19521036288 635246 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41261] ppid=41247 vsize=19063512 memory=2508200 CPUtime=0 cores=0,2
/proc/41250/task/41261/stat : 41261 (Finalizer) S 41247 41250 40184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45431084 19521036288 635246 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41268] ppid=41247 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/41250/task/41268/stat : 41268 (Common-Cleaner) S 41247 41250 40184 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 45431085 19521036288 635246 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41269] ppid=41247 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/41250/task/41269/stat : 41269 (Timer-0) S 41247 41250 40184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45431115 19521036288 635246 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
Current children cumulated CPU time: 16.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2540984 KiB

[startup+25.5002 s]
/proc/loadavg: 5.00 5.04 4.99 5/345 41270
/proc/meminfo: memFree=86156080/131249996 swapFree=33005272/33010684
[pid=41250] ppid=41247 vsize=19063512 memory=2838020 CPUtime=29.54 cores=0,2
/proc/41250/stat : 41250 (java) S 41247 41250 40184 0 -1 4194304 21318 0 0 0 2874 80 0 0 20 0 20 0 45431081 19521036288 709505 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
/proc/41250/statm: 4765878 709505 5510 1 0 1595848 0
[pid=41250/tid=41252] ppid=41247 vsize=19063512 memory=-6000919477018454891 CPUtime=23.84 cores=0,2
/proc/41250/task/41252/stat : 41252 (java) R 41247 41250 40184 0 -1 4194368 7841 0 0 0 2329 55 0 0 20 0 20 0 45431082 19521036288 709505 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41261] ppid=41247 vsize=19063512 memory=2760196 CPUtime=0 cores=0,2
/proc/41250/task/41261/stat : 41261 (Finalizer) S 41247 41250 40184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45431084 19521036288 709505 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41268] ppid=41247 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/41250/task/41268/stat : 41268 (Common-Cleaner) S 41247 41250 40184 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 45431085 19521036288 709505 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41269] ppid=41247 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/41250/task/41269/stat : 41269 (Timer-0) S 41247 41250 40184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45431115 19521036288 709505 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
Current children cumulated CPU time: 29.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2838020 KiB

[startup+51.106 s]
/proc/loadavg: 4.72 4.97 4.96 5/345 41270
/proc/meminfo: memFree=82259204/131249996 swapFree=33005272/33010684
[pid=41250] ppid=41247 vsize=19063512 memory=3776196 CPUtime=56.23 cores=0,2
/proc/41250/stat : 41250 (java) S 41247 41250 40184 0 -1 4194304 26174 0 0 0 5506 117 0 0 20 0 20 0 45431081 19521036288 944049 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
/proc/41250/statm: 4765878 944049 5510 1 0 1595866 0
[pid=41250/tid=41252] ppid=41247 vsize=19063512 memory=3616452 CPUtime=48.2 cores=0,2
/proc/41250/task/41252/stat : 41252 (java) R 41247 41250 40184 0 -1 4194368 9863 0 0 0 4744 76 0 0 20 0 20 0 45431082 19521036288 944049 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41261] ppid=41247 vsize=19063512 memory=14156 CPUtime=0 cores=0,2

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

[startup+3222.3 s]
/proc/loadavg: 3.88 4.13 4.20 4/321 41491
/proc/meminfo: memFree=51441732/131249996 swapFree=33005272/33010684
[pid=41250] ppid=41247 vsize=19063512 memory=5466896 CPUtime=3281.94 cores=0,2
/proc/41250/stat : 41250 (java) S 41247 41250 40184 0 -1 4194304 283916 0 0 0 326765 1429 0 0 20 0 20 0 45431081 19521036288 1366724 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
/proc/41250/statm: 4765878 1366724 5574 1 0 1380139 0
[pid=41250/tid=41252] ppid=41247 vsize=19063512 memory=14156 CPUtime=3164.97 cores=0,2
/proc/41250/task/41252/stat : 41252 (java) R 41247 41250 40184 0 -1 4194368 151592 0 0 0 315278 1219 0 0 20 0 20 0 45431082 19521036288 1366724 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41261] ppid=41247 vsize=19063512 memory=5466896 CPUtime=0 cores=0,2
/proc/41250/task/41261/stat : 41261 (Finalizer) S 41247 41250 40184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45431084 19521036288 1366724 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41268] ppid=41247 vsize=19063512 memory=5466896 CPUtime=0 cores=0,2
/proc/41250/task/41268/stat : 41268 (Common-Cleaner) S 41247 41250 40184 0 -1 4194368 2381 0 0 0 0 0 0 0 20 0 20 0 45431085 19521036288 1366724 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41269] ppid=41247 vsize=19063512 memory=5466896 CPUtime=0 cores=0,2
/proc/41250/task/41269/stat : 41269 (Timer-0) S 41247 41250 40184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45431115 19521036288 1366724 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
Current children cumulated CPU time: 3281.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5466896 KiB

[startup+3282.3 s]
/proc/loadavg: 3.11 3.88 4.12 3/294 41526
/proc/meminfo: memFree=85691620/131249996 swapFree=33005272/33010684
[pid=41250] ppid=41247 vsize=19063512 memory=5467024 CPUtime=3344.21 cores=0,2
/proc/41250/stat : 41250 (java) S 41247 41250 40184 0 -1 4194304 288737 0 0 0 332970 1451 0 0 20 0 20 0 45431081 19521036288 1366756 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
/proc/41250/statm: 4765878 1366756 5574 1 0 1380166 0
[pid=41250/tid=41252] ppid=41247 vsize=19063512 memory=5466896 CPUtime=3223.85 cores=0,2
/proc/41250/task/41252/stat : 41252 (java) R 41247 41250 40184 0 -1 4194368 154773 0 0 0 321146 1239 0 0 20 0 20 0 45431082 19521036288 1366756 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41261] ppid=41247 vsize=19063512 memory=5466896 CPUtime=0 cores=0,2
/proc/41250/task/41261/stat : 41261 (Finalizer) S 41247 41250 40184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45431084 19521036288 1366756 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41268] ppid=41247 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/41250/task/41268/stat : 41268 (Common-Cleaner) S 41247 41250 40184 0 -1 4194368 2381 0 0 0 0 0 0 0 20 0 20 0 45431085 19521036288 1366756 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41269] ppid=41247 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/41250/task/41269/stat : 41269 (Timer-0) S 41247 41250 40184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45431115 19521036288 1366756 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
Current children cumulated CPU time: 3344.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5467024 KiB

[startup+3342.3 s]
/proc/loadavg: 2.45 3.55 3.99 4/294 41528
/proc/meminfo: memFree=85306728/131249996 swapFree=33005272/33010684
[pid=41250] ppid=41247 vsize=19063512 memory=5467024 CPUtime=3404.4 cores=0,2
/proc/41250/stat : 41250 (java) S 41247 41250 40184 0 -1 4194304 292960 0 0 0 338966 1474 0 0 20 0 20 0 45431081 19521036288 1366756 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
/proc/41250/statm: 4765878 1366756 5574 1 0 1380166 0
[pid=41250/tid=41252] ppid=41247 vsize=19063512 memory=5467024 CPUtime=3283.04 cores=0,2
/proc/41250/task/41252/stat : 41252 (java) R 41247 41250 40184 0 -1 4194368 157436 0 0 0 327044 1260 0 0 20 0 20 0 45431082 19521036288 1366756 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41261] ppid=41247 vsize=19063512 memory=5467024 CPUtime=0 cores=0,2
/proc/41250/task/41261/stat : 41261 (Finalizer) S 41247 41250 40184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45431084 19521036288 1366756 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41268] ppid=41247 vsize=19063512 memory=5467024 CPUtime=0 cores=0,2
/proc/41250/task/41268/stat : 41268 (Common-Cleaner) S 41247 41250 40184 0 -1 4194368 2469 0 0 0 0 0 0 0 20 0 20 0 45431085 19521036288 1366756 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41269] ppid=41247 vsize=19063512 memory=19840 CPUtime=0 cores=0,2
/proc/41250/task/41269/stat : 41269 (Timer-0) S 41247 41250 40184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45431115 19521036288 1366756 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
Current children cumulated CPU time: 3404.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5467024 KiB

[startup+3402.3 s]
/proc/loadavg: 2.45 3.35 3.89 3/294 41531
/proc/meminfo: memFree=84958556/131249996 swapFree=33005272/33010684
[pid=41250] ppid=41247 vsize=19063512 memory=5467152 CPUtime=3464.84 cores=0,2
/proc/41250/stat : 41250 (java) S 41247 41250 40184 0 -1 4194304 295900 0 0 0 344987 1497 0 0 20 0 20 0 45431081 19521036288 1366788 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
/proc/41250/statm: 4765878 1366788 5574 1 0 1380166 0
[pid=41250/tid=41252] ppid=41247 vsize=19063512 memory=5467024 CPUtime=3341.89 cores=0,2
/proc/41250/task/41252/stat : 41252 (java) R 41247 41250 40184 0 -1 4194368 158985 0 0 0 332908 1281 0 0 20 0 20 0 45431082 19521036288 1366788 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41261] ppid=41247 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/41250/task/41261/stat : 41261 (Finalizer) S 41247 41250 40184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45431084 19521036288 1366788 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41268] ppid=41247 vsize=19063512 memory=5467024 CPUtime=0 cores=0,2
/proc/41250/task/41268/stat : 41268 (Common-Cleaner) S 41247 41250 40184 0 -1 4194368 2599 0 0 0 0 0 0 0 20 0 20 0 45431085 19521036288 1366788 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41269] ppid=41247 vsize=19063512 memory=14156 CPUtime=0 cores=0,2
/proc/41250/task/41269/stat : 41269 (Timer-0) S 41247 41250 40184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45431115 19521036288 1366788 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
Current children cumulated CPU time: 3464.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5467152 KiB

[startup+3462.3 s]
/proc/loadavg: 2.22 3.11 3.77 4/294 41533
/proc/meminfo: memFree=84570716/131249996 swapFree=33005272/33010684
[pid=41250] ppid=41247 vsize=19063512 memory=5467280 CPUtime=3527.29 cores=0,2
/proc/41250/stat : 41250 (java) S 41247 41250 40184 0 -1 4194304 300756 0 0 0 351205 1524 0 0 20 0 20 0 45431081 19521036288 1366820 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
/proc/41250/statm: 4765878 1366820 5574 1 0 1380191 0
[pid=41250/tid=41252] ppid=41247 vsize=19063512 memory=5467024 CPUtime=3401.1 cores=0,2
/proc/41250/task/41252/stat : 41252 (java) R 41247 41250 40184 0 -1 4194368 161917 0 0 0 338806 1304 0 0 20 0 20 0 45431082 19521036288 1366820 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41261] ppid=41247 vsize=19063512 memory=5467280 CPUtime=0 cores=0,2
/proc/41250/task/41261/stat : 41261 (Finalizer) S 41247 41250 40184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45431084 19521036288 1366820 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41268] ppid=41247 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/41250/task/41268/stat : 41268 (Common-Cleaner) S 41247 41250 40184 0 -1 4194368 2599 0 0 0 0 0 0 0 20 0 20 0 45431085 19521036288 1366820 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41269] ppid=41247 vsize=19063512 memory=5467280 CPUtime=0 cores=0,2
/proc/41250/task/41269/stat : 41269 (Timer-0) S 41247 41250 40184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45431115 19521036288 1366820 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
Current children cumulated CPU time: 3527.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5467280 KiB

[startup+3522.3 s]
/proc/loadavg: 2.20 2.94 3.67 3/294 41537
/proc/meminfo: memFree=84231064/131249996 swapFree=33005272/33010684
[pid=41250] ppid=41247 vsize=19063512 memory=5467280 CPUtime=3587.58 cores=0,2
/proc/41250/stat : 41250 (java) S 41247 41250 40184 0 -1 4194304 305005 0 0 0 357213 1545 0 0 20 0 20 0 45431081 19521036288 1366820 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
/proc/41250/statm: 4765878 1366820 5574 1 0 1380191 0
[pid=41250/tid=41252] ppid=41247 vsize=19063512 memory=5467280 CPUtime=3460.18 cores=0,2
/proc/41250/task/41252/stat : 41252 (java) R 41247 41250 40184 0 -1 4194368 164820 0 0 0 344694 1324 0 0 20 0 20 0 45431082 19521036288 1366820 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41261] ppid=41247 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/41250/task/41261/stat : 41261 (Finalizer) S 41247 41250 40184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45431084 19521036288 1366820 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41268] ppid=41247 vsize=19063512 memory=5467280 CPUtime=0 cores=0,2
/proc/41250/task/41268/stat : 41268 (Common-Cleaner) S 41247 41250 40184 0 -1 4194368 2729 0 0 0 0 0 0 0 20 0 20 0 45431085 19521036288 1366820 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41269] ppid=41247 vsize=19063512 memory=5467280 CPUtime=0 cores=0,2
/proc/41250/task/41269/stat : 41269 (Timer-0) S 41247 41250 40184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45431115 19521036288 1366820 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
Current children cumulated CPU time: 3587.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5467280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3532.3 s]
/proc/loadavg: 2.09 2.89 3.64 2/269 41571
/proc/meminfo: memFree=114748856/131249996 swapFree=33005272/33010684
[pid=41250] ppid=41247 vsize=19063512 memory=5467280 CPUtime=3600.06 cores=0,2
/proc/41250/stat : 41250 (java) S 41247 41250 40184 0 -1 4194304 308051 0 0 0 358455 1551 0 0 20 0 20 0 45431081 19521036288 1366820 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
/proc/41250/statm: 4765878 1366820 5574 1 0 1380191 0
[pid=41250/tid=41252] ppid=41247 vsize=19063512 memory=5467280 CPUtime=3469.96 cores=0,2
/proc/41250/task/41252/stat : 41252 (java) R 41247 41250 40184 0 -1 4194368 166387 0 0 0 345668 1328 0 0 20 0 20 0 45431082 19521036288 1366820 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41261] ppid=41247 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/41250/task/41261/stat : 41261 (Finalizer) S 41247 41250 40184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45431084 19521036288 1366820 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41268] ppid=41247 vsize=19063512 memory=5467280 CPUtime=0 cores=0,2
/proc/41250/task/41268/stat : 41268 (Common-Cleaner) S 41247 41250 40184 0 -1 4194368 2729 0 0 0 0 0 0 0 20 0 20 0 45431085 19521036288 1366820 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41269] ppid=41247 vsize=19063512 memory=13568 CPUtime=0 cores=0,2
/proc/41250/task/41269/stat : 41269 (Timer-0) S 41247 41250 40184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45431115 19521036288 1366820 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5467280 KiB

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

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

# cumulated CPU time of all completed processes:  user=3584.76 s, system=15.5434 s

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

[startup+3532.41 s]
/proc/loadavg: 2.09 2.89 3.64 2/269 41571
/proc/meminfo: memFree=114748856/131249996 swapFree=33005272/33010684
[pid=41250] ppid=41247 vsize=19263204 memory=5468048 CPUtime=3600.26 cores=0,2
/proc/41250/stat : 41250 (java) S 41247 41250 40184 0 -1 4194304 309781 0 0 0 358475 1551 0 0 20 0 21 0 45431081 19725520896 1367012 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
/proc/41250/statm: 4815801 1367012 5574 1 0 1381141 0
[pid=41250/tid=41252] ppid=41247 vsize=19263204 memory=10880 CPUtime=3470.06 cores=0,2
/proc/41250/task/41252/stat : 41252 (java) R 41247 41250 40184 0 -1 4194368 166482 0 0 0 345678 1328 0 0 20 0 21 0 45431082 19725520896 1367012 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41261] ppid=41247 vsize=19263204 memory=5632 CPUtime=0 cores=0,2
/proc/41250/task/41261/stat : 41261 (Finalizer) S 41247 41250 40184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 45431084 19725520896 1367012 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
[pid=41250/tid=41268] ppid=41247 vsize=19263204 memory=4252 CPUtime=0 cores=0,2
/proc/41250/task/41268/stat : 41268 (Common-Cleaner) S 41247 41250 40184 0 -1 4194368 2729 0 0 0 0 0 0 0 20 0 21 0 45431085 19725520896 1367012 18446744073709551615 94451033542656 94451033546352 140728398253824 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94451033554168 94451033554960 94451064963072 140728398256432 140728398256614 140728398256614 140728398262216 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5468048 KiB

Child status: 143

Real time (s): 3532.49
CPU time (s): 3600.3
CPU user time (s): 3584.76
CPU system time (s): 15.5434
CPU usage (%): 101.92
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6273868

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3584.76
system time used= 15.5434
maximum resident set size= 6273868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 309939
page faults= 0
swaps= 0
block input operations= 0
block output operations= 20166704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117854
involuntary context switches= 18127


# summary of solver processes directly reported to runsolver:
#   pid: 41250
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3584.76
#   total CPU system time (s): 15.5434

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.6927 second user time and 17.7743 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-06-30 17:32:12
IDJOB=4485053
IDBENCH=146691
IDSOLVER=3364
FILE ID=nodeC023/4485053-1751297532
RUNJOBID= nodeC023-1751290673-40194
SLURM_JOB_ID= 9594244
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-3.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485053-1751297532/watcher-4485053-1751297532 -o /tmp/evaluation-result-4485053-1751297532/solver-4485053-1751297532 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751290673-40194 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4485053-1751297532 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4485053-1751297532.opb

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

MD5SUM BENCH= e50abc2725c4e3a238fbda7c772437b2
RANDOM SEED=922819123

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.153
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.78
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.895
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.78
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		: 3599.959
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.78
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		: 3593.644
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.78
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.886
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.78
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.885
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.78
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		: 3576.375
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.78
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		: 3599.887
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        93365764 kB
MemAvailable:   99065552 kB
Buffers:            1328 kB
Cached:          6493596 kB
SwapCached:          556 kB
Active:         30765668 kB
Inactive:        6406872 kB
Active(anon):   30620772 kB
Inactive(anon):    70136 kB
Active(file):     144896 kB
Inactive(file):  6336736 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005272 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           1404412 kB
Writeback:             4 kB
AnonPages:      30680212 kB
Mapped:           118528 kB
Shmem:             13208 kB
KReclaimable:     114792 kB
Slab:             246980 kB
SReclaimable:     114792 kB
SUnreclaim:       132188 kB
KernelStack:        5264 kB
PageTables:        63708 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   35877920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  30228480 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433064 MiB
End job on nodeC023 at 2025-06-30 18:31:05