Trace number 4485052

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 2025-06-06SAT (TO)-26 3600.64 3559.3

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.10/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.18	c See www.sat4j.org for details.
0.10/0.19	c version PB25.v20250606
0.28/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.28/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.28/0.24	c java.vm.version	22.0.1+8-16
0.28/0.24	c java.vm.vendor	Oracle Corporation
0.28/0.24	c sun.arch.data.model	64
0.28/0.24	c java.version		22.0.1
0.28/0.24	c os.name		Linux
0.28/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.28/0.24	c os.arch		amd64
0.28/0.24	c Free memory 		2104792832
0.28/0.24	c Max memory 		16282288128
0.28/0.25	c Total memory 		2113929216
0.28/0.25	c Number of processors 	2
0.42/0.37	c Pseudo Boolean Optimization by upper bound
0.42/0.37	c --- Begin Solver configuration ---
0.42/0.37	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.42/0.37	c Learn all clauses as in MiniSAT
0.42/0.37	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.37	c Expensive reason simplification
0.42/0.37	c Glucose 2.1 dynamic restart strategy
0.42/0.37	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.42/0.37	c timeout=2147483s
0.42/0.37	c DB Simplification allowed=false
0.42/0.37	c Listener: none
0.42/0.37	c --- End Solver configuration ---
0.42/0.37	c solving HOME/instance-4485052-1751294441.opb
0.42/0.37	c reading problem ... 
0.42/0.37	c  objective function found
1.32/0.80	c ... done. Wall clock time 0.429s.
1.32/0.80	c declared #vars     595
1.32/0.80	c #constraints  27931
1.32/0.80	c constraints type 
1.32/0.80	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 27931
1.32/0.80	c 27931 constraints processed.
1.32/0.84	c objective function length is 595 literals
1.32/0.86	c SATISFIABLE
1.32/0.86	c OPTIMIZING...
1.32/0.86	c Got one! Elapsed wall clock time (in seconds):0.488
1.32/0.86	o -25
1.73/1.01	c Got one! Elapsed wall clock time (in seconds):0.643
1.73/1.01	o -26
4.28/2.37	c cleaning 2561 clauses out of 5121 with flag 11484/5121
5.50/3.38	c cleaning 4281 clauses out of 8562 with flag 24239/11123
7.21/4.67	c cleaning 5639 clauses out of 11278 with flag 38880/18120
9.29/6.38	c cleaning 6817 clauses out of 13640 with flag 55712/26121
11.30/8.21	c cleaning 7912 clauses out of 15823 with flag 74457/35121
13.80/10.79	c cleaning 8955 clauses out of 17910 with flag 95348/45120
18.12/14.93	c cleaning 9975 clauses out of 19955 with flag 118324/56120
22.97/19.66	c cleaning 10991 clauses out of 21981 with flag 143371/68121
28.21/24.71	c cleaning 11994 clauses out of 23990 with flag 170602/81121
33.45/29.89	c cleaning 12998 clauses out of 25996 with flag 199933/95121
40.33/36.50	c cleaning 13999 clauses out of 27998 with flag 231345/110121
47.91/44.00	c cleaning 14999 clauses out of 29998 with flag 264889/126120
55.41/51.11	c cleaning 15998 clauses out of 32000 with flag 300699/143121
63.95/59.36	c cleaning 17001 clauses out of 34002 with flag 338586/161121
73.54/68.75	c cleaning 17995 clauses out of 36000 with flag 378415/180120
84.72/78.65	c cleaning 18999 clauses out of 38005 with flag 420134/200120
95.92/89.52	c cleaning 20004 clauses out of 40007 with flag 464177/221121
109.77/103.22	c cleaning 21002 clauses out of 42003 with flag 510468/243121
123.29/116.67	c cleaning 22001 clauses out of 44002 with flag 558618/266122
136.54/129.66	c cleaning 22996 clauses out of 45999 with flag 608736/290120
151.55/144.38	c cleaning 24001 clauses out of 48005 with flag 661278/315122
167.20/159.80	c cleaning 25001 clauses out of 50002 with flag 715764/341120
187.13/178.45	c cleaning 25998 clauses out of 52002 with flag 772310/368121
205.81/196.80	c cleaning 26997 clauses out of 54003 with flag 831051/396120
227.66/218.33	c cleaning 27998 clauses out of 56007 with flag 891903/425121
249.51/239.84	c cleaning 29000 clauses out of 58008 with flag 954774/455120
273.09/261.40	c cleaning 30004 clauses out of 60008 with flag 1019394/486120
296.29/284.36	c cleaning 31000 clauses out of 62004 with flag 1085691/518120
321.32/309.10	c cleaning 32001 clauses out of 64006 with flag 1154824/551122
346.00/333.48	c cleaning 33001 clauses out of 66003 with flag 1225764/585120
373.72/360.85	c cleaning 34001 clauses out of 68002 with flag 1298581/620120
403.57/390.29	c cleaning 35001 clauses out of 70001 with flag 1374038/656120
441.28/427.61	c cleaning 36000 clauses out of 72003 with flag 1451684/693123
478.43/464.57	c cleaning 36994 clauses out of 74000 with flag 1531456/731120
518.59/502.71	c cleaning 37998 clauses out of 76008 with flag 1613205/770122
562.94/546.77	c cleaning 38999 clauses out of 78010 with flag 1697218/810122
606.46/590.00	c cleaning 39999 clauses out of 80010 with flag 1783015/851121
648.10/631.25	c cleaning 40999 clauses out of 82010 with flag 1871369/893120
697.02/679.61	c cleaning 42005 clauses out of 84011 with flag 1961508/936120
745.76/728.03	c cleaning 42997 clauses out of 86007 with flag 2053985/980121
795.47/777.37	c cleaning 43999 clauses out of 88009 with flag 2148161/1025120
844.39/825.92	c cleaning 45005 clauses out of 90011 with flag 2243829/1071121
903.17/882.36	c cleaning 46003 clauses out of 92007 with flag 2342240/1118122
965.20/944.01	c cleaning 47000 clauses out of 94004 with flag 2443026/1166122
1033.32/1011.93	c cleaning 47995 clauses out of 96003 with flag 2545747/1215121
1093.88/1071.80	c cleaning 48996 clauses out of 98008 with flag 2649028/1265121
1146.26/1123.89	c cleaning 50001 clauses out of 100011 with flag 2754822/1316120
1207.76/1184.70	c cleaning 51003 clauses out of 102010 with flag 2863315/1368120
1274.42/1251.09	c cleaning 51998 clauses out of 104007 with flag 2973194/1421120
1337.53/1313.69	c cleaning 52998 clauses out of 106010 with flag 3085907/1475121
1403.50/1377.83	c cleaning 54004 clauses out of 108011 with flag 3200878/1530120
1470.64/1444.63	c cleaning 55000 clauses out of 110009 with flag 3317641/1586122
1546.21/1519.72	c cleaning 56001 clauses out of 112007 with flag 3436621/1643120
1625.43/1598.18	c cleaning 57001 clauses out of 114009 with flag 3558284/1701123
1711.73/1683.93	c cleaning 57997 clauses out of 116005 with flag 3681763/1760120
1814.45/1786.29	c cleaning 59002 clauses out of 118010 with flag 3807337/1820122
1916.04/1887.20	c cleaning 60000 clauses out of 120008 with flag 3934301/1881122
2013.87/1984.68	c cleaning 61004 clauses out of 122008 with flag 4063254/1943122
2115.56/2086.00	c cleaning 61998 clauses out of 124004 with flag 4195306/2006122
2211.24/2179.19	c cleaning 62998 clauses out of 126005 with flag 4329611/2070121
2309.73/2277.19	c cleaning 63993 clauses out of 128007 with flag 4465949/2135121
2415.00/2382.06	c cleaning 65007 clauses out of 130013 with flag 4605213/2201120
2520.14/2486.22	c cleaning 65998 clauses out of 132007 with flag 4744644/2268121
2626.74/2592.27	c cleaning 67003 clauses out of 134009 with flag 4887313/2336121
2739.26/2704.22	c cleaning 68000 clauses out of 136006 with flag 5031811/2405121
2861.49/2826.09	c cleaning 69001 clauses out of 138005 with flag 5178763/2475120
2981.03/2945.21	c cleaning 70003 clauses out of 140006 with flag 5327590/2546122
3093.95/3057.83	c cleaning 71002 clauses out of 142003 with flag 5478430/2618122
3217.94/3177.93	c cleaning 71993 clauses out of 143999 with flag 5631019/2691120
3341.23/3301.05	c cleaning 72998 clauses out of 146007 with flag 5785721/2765121
3461.13/3420.46	c cleaning 73998 clauses out of 148009 with flag 5942369/2840121
3596.90/3555.90	c cleaning 75004 clauses out of 150012 with flag 6100772/2916122
3600.10/3559.04	c starts		: 122
3600.10/3559.05	c conflicts		: 2918794
3600.10/3559.08	c decisions		: 3064754
3600.10/3559.08	c propagations		: 15762510
3600.10/3559.08	c inspects		: 8627688761
3600.10/3559.08	c shortcuts		: 0
3600.10/3559.08	c learnt literals	: 0
3600.10/3559.08	c learnt binary clauses	: 0
3600.10/3559.09	c learnt ternary clauses	: 0
3600.10/3559.09	c learnt constraints	: 2918794
3600.10/3559.09	c ignored constraints	: 0
3600.10/3559.09	c root simplifications	: 0
3600.10/3559.09	c removed literals (reason simplification)	: 102661753
3600.10/3559.09	c reason swapping (by a shorter reason)	: 0
3600.10/3559.09	c Calls to reduceDB	: 72
3600.10/3559.09	c Number of update (reduction) of LBD	: 82008
3600.10/3559.09	c Imported unit clauses	: 0
3600.10/3559.09	c No decision after first conflict	: false
3600.10/3559.11	c number of reductions to clauses (during analyze)	: 0
3600.10/3559.11	c number of learned constraints concerned by reduction	: 0
3600.10/3559.11	c number of learning phase by resolution	: 0
3600.10/3559.11	c number of learning phase by cutting planes	: 0
3600.10/3559.11	c number of rounding to 1 operations	: 0
3600.10/3559.11	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.10/3559.11	c number of reductions of the coefficients by power 2 	: 0
3600.10/3559.11	c number of right shift for reduction by power 2 	: 0
3600.10/3559.11	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.10/3559.11	c number of ending skipping 	: 0
3600.10/3559.11	c number of internal skipping 	: 0
3600.10/3559.11	c number of derivation steps 	: 0
3600.10/3559.11	c number of skipped derivation steps 	: 0
3600.10/3559.11	c number of remaining unassigned 	: 0
3600.10/3559.11	c number of remaining assigned 	: 0
3600.10/3559.11	c number of falsified literals weakened from reason	: 0
3600.10/3559.11	c number of falsified literals weakened from conflict	: 0
3600.10/3559.11	c time for arithmetic operations	: 0
3600.30/3559.12	c minimum degree of deleted constraints	: null
3600.30/3559.12	c maximum degree of deleted constraints	: null
3600.30/3559.12	c number of deleted constraints	: 0
3600.30/3559.13	c speed (assignments/second)	: 4429.816574093747
3600.30/3559.13	c non guided choices	: 0
3600.46/3559.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 77680
3600.46/3559.26	s SATISFIABLE
3600.46/3559.26	c Found 2 solution(s)
3600.46/3559.26	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.46/3559.27	c objective function=-26
3600.46/3559.27	c Total wall clock time (in seconds): 3558.898

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: 63794 MiB (53646 MiB free)
  memory of node 1: 64507 MiB (48365 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4485052-1751294441/watcher-4485052-1751294441 -o /tmp/evaluation-result-4485052-1751294441/solver-4485052-1751294441 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751290914-41002 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4485052-1751294441.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 VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=41563, runsolver pid=41560

[startup+0.100074 s]*
/proc/loadavg: 4.47 4.48 4.54 7/325 41581
/proc/meminfo: memFree=104451808/131382112 swapFree=33010684/33010684
[pid=41563] ppid=41560 vsize=18930384 memory=47960 CPUtime=0.1 cores=0,2
/proc/41563/stat : 41563 (java) S 41560 41563 40992 0 -1 4194304 5725 0 0 0 7 3 0 0 20 0 18 0 45123902 19384713216 11990 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
/proc/41563/statm: 4732596 11990 5271 1 0 546962 0
[pid=41563/tid=41565] ppid=41560 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/41563/task/41565/stat : 41565 (java) R 41560 41563 40992 0 -1 4194368 4636 0 0 0 5 2 0 0 20 0 18 0 45123904 19384713216 11990 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41574] ppid=41560 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/41563/task/41574/stat : 41574 (Finalizer) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45123909 19384713216 12054 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41581] ppid=41560 vsize=18930384 memory=59593594258114 CPUtime=0 cores=0,2
/proc/41563/task/41581/stat : 41581 (Common-Cleaner) S 41560 41563 40992 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 45123910 19384713216 12054 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47960 KiB

[startup+0.217318 s]*
/proc/loadavg: 4.47 4.48 4.54 6/325 41581
/proc/meminfo: memFree=104445696/131382112 swapFree=33010684/33010684
[pid=41563] ppid=41560 vsize=18930384 memory=53068 CPUtime=0.28 cores=0,2
/proc/41563/stat : 41563 (java) S 41560 41563 40992 0 -1 4194304 6432 0 0 0 24 4 0 0 20 0 18 0 45123902 19384713216 13267 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
/proc/41563/statm: 4732596 13267 5335 1 0 547513 0
[pid=41563/tid=41565] ppid=41560 vsize=18930384 memory=4026663196 CPUtime=0.16 cores=0,2
/proc/41563/task/41565/stat : 41565 (java) R 41560 41563 40992 0 -1 4194368 4971 0 0 0 14 2 0 0 20 0 18 0 45123904 19384713216 13267 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41574] ppid=41560 vsize=18930384 memory=16142 CPUtime=0 cores=0,2
/proc/41563/task/41574/stat : 41574 (Finalizer) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45123909 19384713216 13267 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41581] ppid=41560 vsize=18930384 memory=58494082614266 CPUtime=0 cores=0,2
/proc/41563/task/41581/stat : 41581 (Common-Cleaner) S 41560 41563 40992 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 45123910 19384713216 13267 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53068 KiB

[startup+0.31567 s]*
/proc/loadavg: 4.47 4.48 4.54 5/325 41581
/proc/meminfo: memFree=104437568/131382112 swapFree=33010684/33010684
[pid=41563] ppid=41560 vsize=18930384 memory=58080 CPUtime=0.42 cores=0,2
/proc/41563/stat : 41563 (java) S 41560 41563 40992 0 -1 4194304 6660 0 0 0 38 4 0 0 20 0 18 0 45123902 19384713216 14520 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
/proc/41563/statm: 4732596 14520 5335 1 0 547683 0
[pid=41563/tid=41565] ppid=41560 vsize=18930384 memory=-6000919507049474923 CPUtime=0.25 cores=0,2
/proc/41563/task/41565/stat : 41565 (java) R 41560 41563 40992 0 -1 4194368 5127 0 0 0 22 3 0 0 20 0 18 0 45123904 19384713216 14520 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41574] ppid=41560 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/41563/task/41574/stat : 41574 (Finalizer) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45123909 19384713216 14520 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41581] ppid=41560 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/41563/task/41581/stat : 41581 (Common-Cleaner) S 41560 41563 40992 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 45123910 19384713216 14520 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58080 KiB

[startup+0.70035 s]
/proc/loadavg: 4.47 4.48 4.54 7/325 41581
/proc/meminfo: memFree=104428368/131382112 swapFree=33010684/33010684
[pid=41563] ppid=41560 vsize=18930384 memory=96568 CPUtime=1.12 cores=0,2
/proc/41563/stat : 41563 (java) S 41560 41563 40992 0 -1 4194304 8448 0 0 0 106 6 0 0 20 0 18 0 45123902 19384713216 24142 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
/proc/41563/statm: 4732596 24142 5431 1 0 548877 0
[pid=41563/tid=41565] ppid=41560 vsize=18930384 memory=17792 CPUtime=0.59 cores=0,2
/proc/41563/task/41565/stat : 41565 (java) R 41560 41563 40992 0 -1 4194368 5274 0 0 0 55 4 0 0 20 0 18 0 45123904 19384713216 24142 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41574] ppid=41560 vsize=18930384 memory=10624 CPUtime=0 cores=0,2
/proc/41563/task/41574/stat : 41574 (Finalizer) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45123909 19384713216 24142 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41581] ppid=41560 vsize=18930384 memory=3200 CPUtime=0 cores=0,2
/proc/41563/task/41581/stat : 41581 (Common-Cleaner) S 41560 41563 40992 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 45123910 19384713216 24142 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 96568 KiB

[startup+1.50033 s]
/proc/loadavg: 4.47 4.48 4.54 6/326 41582
/proc/meminfo: memFree=104381044/131382112 swapFree=33010684/33010684
[pid=41563] ppid=41560 vsize=18996948 memory=139340 CPUtime=2.7 cores=0,2
/proc/41563/stat : 41563 (java) S 41560 41563 40992 0 -1 4194304 12498 0 0 0 261 9 0 0 20 0 19 0 45123902 19452874752 34835 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
/proc/41563/statm: 4749237 34835 5463 1 0 550378 0
[pid=41563/tid=41565] ppid=41560 vsize=18996948 memory=3200 CPUtime=1.32 cores=0,2
/proc/41563/task/41565/stat : 41565 (java) R 41560 41563 40992 0 -1 4194368 5584 0 0 0 127 5 0 0 20 0 19 0 45123904 19452874752 34835 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41574] ppid=41560 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/41563/task/41574/stat : 41574 (Finalizer) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 45123909 19452874752 34835 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41581] ppid=41560 vsize=18996948 memory=10624 CPUtime=0 cores=0,2
/proc/41563/task/41581/stat : 41581 (Common-Cleaner) S 41560 41563 40992 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 45123910 19452874752 34835 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41582] ppid=41560 vsize=18996948 memory=14560 CPUtime=0 cores=0,2
/proc/41563/task/41582/stat : 41582 (Timer-0) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 45123987 19452874752 34835 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
Current children cumulated CPU time: 2.7 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 139340 KiB

[startup+3.11386 s]
/proc/loadavg: 4.60 4.50 4.54 5/327 41583
/proc/meminfo: memFree=104285988/131382112 swapFree=33010684/33010684
[pid=41563] ppid=41560 vsize=19063512 memory=207568 CPUtime=5.2 cores=0,2
/proc/41563/stat : 41563 (java) S 41560 41563 40992 0 -1 4194304 19618 0 0 0 508 12 0 0 20 0 20 0 45123902 19521036288 51892 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
/proc/41563/statm: 4765878 51892 5495 1 0 553173 0
[pid=41563/tid=41565] ppid=41560 vsize=19063512 memory=14560 CPUtime=2.88 cores=0,2
/proc/41563/task/41565/stat : 41565 (java) R 41560 41563 40992 0 -1 4194368 6778 0 0 0 283 5 0 0 20 0 20 0 45123904 19521036288 51892 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41574] ppid=41560 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/41563/task/41574/stat : 41574 (Finalizer) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123909 19521036288 51892 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41581] ppid=41560 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/41563/task/41581/stat : 41581 (Common-Cleaner) S 41560 41563 40992 0 -1 4194368 57 0 0 0 0 0 0 0 20 0 20 0 45123910 19521036288 51892 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41582] ppid=41560 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/41563/task/41582/stat : 41582 (Timer-0) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123987 19521036288 51892 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
Current children cumulated CPU time: 5.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 207568 KiB

[startup+6.3004 s]
/proc/loadavg: 4.60 4.50 4.54 5/327 41583
/proc/meminfo: memFree=104130468/131382112 swapFree=33010684/33010684
[pid=41563] ppid=41560 vsize=19063512 memory=452304 CPUtime=9.29 cores=0,2
/proc/41563/stat : 41563 (java) S 41560 41563 40992 0 -1 4194304 20529 0 0 0 911 18 0 0 20 0 20 0 45123902 19521036288 113076 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
/proc/41563/statm: 4765878 113076 5495 1 0 553175 0
[pid=41563/tid=41565] ppid=41560 vsize=19063512 memory=0 CPUtime=5.72 cores=0,2
/proc/41563/task/41565/stat : 41565 (java) R 41560 41563 40992 0 -1 4194368 6782 0 0 0 567 5 0 0 20 0 20 0 45123904 19521036288 113076 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41574] ppid=41560 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/41563/task/41574/stat : 41574 (Finalizer) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123909 19521036288 113076 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41581] ppid=41560 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/41563/task/41581/stat : 41581 (Common-Cleaner) S 41560 41563 40992 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 45123910 19521036288 113076 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41582] ppid=41560 vsize=19063512 memory=144780 CPUtime=0 cores=0,2
/proc/41563/task/41582/stat : 41582 (Timer-0) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123987 19521036288 113076 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
Current children cumulated CPU time: 9.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 452304 KiB

[startup+12.7004 s]
/proc/loadavg: 4.58 4.50 4.54 5/327 41584
/proc/meminfo: memFree=103680980/131382112 swapFree=33010684/33010684
[pid=41563] ppid=41560 vsize=19063512 memory=817956 CPUtime=15.93 cores=0,2
/proc/41563/stat : 41563 (java) S 41560 41563 40992 0 -1 4194304 21451 0 0 0 1567 26 0 0 20 0 20 0 45123902 19521036288 204489 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
/proc/41563/statm: 4765878 204489 5495 1 0 845606 0
[pid=41563/tid=41565] ppid=41560 vsize=19063512 memory=144780 CPUtime=11.83 cores=0,2
/proc/41563/task/41565/stat : 41565 (java) R 41560 41563 40992 0 -1 4194368 7255 0 0 0 1175 8 0 0 20 0 20 0 45123904 19521036288 204489 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41574] ppid=41560 vsize=19063512 memory=817956 CPUtime=0 cores=0,2
/proc/41563/task/41574/stat : 41574 (Finalizer) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123909 19521036288 204489 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41581] ppid=41560 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/41563/task/41581/stat : 41581 (Common-Cleaner) S 41560 41563 40992 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 45123910 19521036288 204489 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41582] ppid=41560 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/41563/task/41582/stat : 41582 (Timer-0) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123987 19521036288 204489 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
Current children cumulated CPU time: 15.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 817956 KiB

[startup+25.5004 s]
/proc/loadavg: 4.49 4.49 4.54 6/327 41584
/proc/meminfo: memFree=103378204/131382112 swapFree=33010684/33010684
[pid=41563] ppid=41560 vsize=19063512 memory=1210856 CPUtime=29.16 cores=0,2
/proc/41563/stat : 41563 (java) S 41560 41563 40992 0 -1 4194304 25734 0 0 0 2880 36 0 0 20 0 20 0 45123902 19521036288 302714 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
/proc/41563/statm: 4765878 302714 5495 1 0 991820 0
[pid=41563/tid=41565] ppid=41560 vsize=19063512 memory=0 CPUtime=24.1 cores=0,2
/proc/41563/task/41565/stat : 41565 (java) R 41560 41563 40992 0 -1 4194368 8387 0 0 0 2401 9 0 0 20 0 20 0 45123904 19521036288 302714 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41574] ppid=41560 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/41563/task/41574/stat : 41574 (Finalizer) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123909 19521036288 302714 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41581] ppid=41560 vsize=19063512 memory=1076380 CPUtime=0 cores=0,2
/proc/41563/task/41581/stat : 41581 (Common-Cleaner) S 41560 41563 40992 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 45123910 19521036288 302714 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41582] ppid=41560 vsize=19063512 memory=1076380 CPUtime=0 cores=0,2
/proc/41563/task/41582/stat : 41582 (Timer-0) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123987 19521036288 302714 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
Current children cumulated CPU time: 29.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1210856 KiB

[startup+51.114 s]
/proc/loadavg: 4.47 4.48 4.54 5/327 41584
/proc/meminfo: memFree=102633740/131382112 swapFree=33010684/33010684
[pid=41563] ppid=41560 vsize=19063512 memory=1852080 CPUtime=55.41 cores=0,2
/proc/41563/stat : 41563 (java) S 41560 41563 40992 0 -1 4194304 29786 0 0 0 5490 51 0 0 20 0 20 0 45123902 19521036288 463020 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
/proc/41563/statm: 4765878 463020 5495 1 0 991831 0
[pid=41563/tid=41565] ppid=41560 vsize=19063512 memory=1298920 CPUtime=49.05 cores=0,2
/proc/41563/task/41565/stat : 41565 (java) R 41560 41563 40992 0 -1 4194368 9208 0 0 0 4894 11 0 0 20 0 20 0 45123904 19521036288 463020 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41574] ppid=41560 vsize=19063512 memory=12416 CPUtime=0 cores=0,2
/proc/41563/task/41574/stat : 41574 (Finalizer) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123909 19521036288 463020 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41581] ppid=41560 vsize=19063512 memory=2308 CPUtime=0 cores=0,2
/proc/41563/task/41581/stat : 41581 (Common-Cleaner) S 41560 41563 40992 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 45123910 19521036288 463020 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41582] ppid=41560 vsize=19063512 memory=817956 CPUtime=0 cores=0,2

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

[startup+3222.3 s]
/proc/loadavg: 4.30 4.27 4.26 5/325 41875
/proc/meminfo: memFree=91899556/131382112 swapFree=33010684/33010684
[pid=41563] ppid=41560 vsize=19063512 memory=8117288 CPUtime=3262.25 cores=0,2
/proc/41563/stat : 41563 (java) S 41560 41563 40992 0 -1 4194304 169667 0 0 0 325846 379 0 0 20 0 20 0 45123902 19521036288 2029322 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
/proc/41563/statm: 4765878 2029322 5527 1 0 2479657 0
[pid=41563/tid=41565] ppid=41560 vsize=19063512 memory=7020972 CPUtime=3181.84 cores=0,2
/proc/41563/task/41565/stat : 41565 (java) R 41560 41563 40992 0 -1 4194368 82625 0 0 0 318137 47 0 0 20 0 20 0 45123904 19521036288 2029322 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41574] ppid=41560 vsize=19063512 memory=7959592 CPUtime=0 cores=0,2
/proc/41563/task/41574/stat : 41574 (Finalizer) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123909 19521036288 2029322 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41581] ppid=41560 vsize=19063512 memory=8061992 CPUtime=0 cores=0,2
/proc/41563/task/41581/stat : 41581 (Common-Cleaner) S 41560 41563 40992 0 -1 4194368 1254 0 0 0 0 0 0 0 20 0 20 0 45123910 19521036288 2029322 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41582] ppid=41560 vsize=19063512 memory=8102952 CPUtime=0 cores=0,2
/proc/41563/task/41582/stat : 41582 (Timer-0) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123987 19521036288 2029322 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
Current children cumulated CPU time: 3262.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8117288 KiB

[startup+3282.3 s]
/proc/loadavg: 4.31 4.28 4.26 5/325 41943
/proc/meminfo: memFree=104883292/131382112 swapFree=33010684/33010684
[pid=41563] ppid=41560 vsize=19063512 memory=8213548 CPUtime=3322.56 cores=0,2
/proc/41563/stat : 41563 (java) S 41560 41563 40992 0 -1 4194304 171149 0 0 0 331872 384 0 0 20 0 20 0 45123902 19521036288 2053387 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
/proc/41563/statm: 4765878 2053387 5527 1 0 2479657 0
[pid=41563/tid=41565] ppid=41560 vsize=19063512 memory=8213548 CPUtime=3241.22 cores=0,2
/proc/41563/task/41565/stat : 41565 (java) R 41560 41563 40992 0 -1 4194368 83675 0 0 0 324074 48 0 0 20 0 20 0 45123904 19521036288 2053387 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41574] ppid=41560 vsize=19063512 memory=8213548 CPUtime=0 cores=0,2
/proc/41563/task/41574/stat : 41574 (Finalizer) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123909 19521036288 2053387 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41581] ppid=41560 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/41563/task/41581/stat : 41581 (Common-Cleaner) S 41560 41563 40992 0 -1 4194368 1309 0 0 0 0 0 0 0 20 0 20 0 45123910 19521036288 2053387 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41582] ppid=41560 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/41563/task/41582/stat : 41582 (Timer-0) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123987 19521036288 2053387 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
Current children cumulated CPU time: 3322.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8213548 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.24 4.25 5/326 41946
/proc/meminfo: memFree=104785600/131382112 swapFree=33010684/33010684
[pid=41563] ppid=41560 vsize=19063512 memory=8279104 CPUtime=3382.72 cores=0,2
/proc/41563/stat : 41563 (java) S 41560 41563 40992 0 -1 4194304 174439 0 0 0 337884 388 0 0 20 0 20 0 45123902 19521036288 2069776 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
/proc/41563/statm: 4765878 2069776 5527 1 0 2479657 0
[pid=41563/tid=41565] ppid=41560 vsize=19063512 memory=10624 CPUtime=3300.76 cores=0,2
/proc/41563/task/41565/stat : 41565 (java) R 41560 41563 40992 0 -1 4194368 86120 0 0 0 330028 48 0 0 20 0 20 0 45123904 19521036288 2069776 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41574] ppid=41560 vsize=19063512 memory=279386012404672 CPUtime=0 cores=0,2
/proc/41563/task/41574/stat : 41574 (Finalizer) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123909 19521036288 2069776 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41581] ppid=41560 vsize=19063512 memory=8279104 CPUtime=0 cores=0,2
/proc/41563/task/41581/stat : 41581 (Common-Cleaner) S 41560 41563 40992 0 -1 4194368 1309 0 0 0 0 0 0 0 20 0 20 0 45123910 19521036288 2069776 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41582] ppid=41560 vsize=19063512 memory=22004 CPUtime=0 cores=0,2
/proc/41563/task/41582/stat : 41582 (Timer-0) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123987 19521036288 2069776 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
Current children cumulated CPU time: 3382.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8279104 KiB

[startup+3402.3 s]
/proc/loadavg: 4.28 4.26 4.26 6/326 41948
/proc/meminfo: memFree=103605716/131382112 swapFree=33010684/33010684
[pid=41563] ppid=41560 vsize=19063512 memory=8279104 CPUtime=3443.08 cores=0,2
/proc/41563/stat : 41563 (java) S 41560 41563 40992 0 -1 4194304 177495 0 0 0 343917 391 0 0 20 0 20 0 45123902 19521036288 2069776 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
/proc/41563/statm: 4765878 2069776 5527 1 0 2479657 0
[pid=41563/tid=41565] ppid=41560 vsize=19063512 memory=5148 CPUtime=3360.1 cores=0,2
/proc/41563/task/41565/stat : 41565 (java) R 41560 41563 40992 0 -1 4194368 88094 0 0 0 335962 48 0 0 20 0 20 0 45123904 19521036288 2069776 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41574] ppid=41560 vsize=19063512 memory=8279104 CPUtime=0 cores=0,2
/proc/41563/task/41574/stat : 41574 (Finalizer) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123909 19521036288 2069776 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41581] ppid=41560 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/41563/task/41581/stat : 41581 (Common-Cleaner) S 41560 41563 40992 0 -1 4194368 1350 0 0 0 0 0 0 0 20 0 20 0 45123910 19521036288 2069776 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41582] ppid=41560 vsize=19063512 memory=8279104 CPUtime=0 cores=0,2
/proc/41563/task/41582/stat : 41582 (Timer-0) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123987 19521036288 2069776 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
Current children cumulated CPU time: 3443.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8279104 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.24 4.25 5/327 41957
/proc/meminfo: memFree=102852444/131382112 swapFree=33010684/33010684
[pid=41563] ppid=41560 vsize=19063512 memory=8279104 CPUtime=3503.11 cores=0,2
/proc/41563/stat : 41563 (java) S 41560 41563 40992 0 -1 4194304 179510 0 0 0 349917 394 0 0 20 0 20 0 45123902 19521036288 2069776 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
/proc/41563/statm: 4765878 2069776 5527 1 0 2479657 0
[pid=41563/tid=41565] ppid=41560 vsize=19063512 memory=8279104 CPUtime=3419.78 cores=0,2
/proc/41563/task/41565/stat : 41565 (java) R 41560 41563 40992 0 -1 4194368 89296 0 0 0 341930 48 0 0 20 0 20 0 45123904 19521036288 2069776 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41574] ppid=41560 vsize=19063512 memory=8279104 CPUtime=0 cores=0,2
/proc/41563/task/41574/stat : 41574 (Finalizer) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123909 19521036288 2069776 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41581] ppid=41560 vsize=19063512 memory=8279104 CPUtime=0 cores=0,2
/proc/41563/task/41581/stat : 41581 (Common-Cleaner) S 41560 41563 40992 0 -1 4194368 1366 0 0 0 0 0 0 0 20 0 20 0 45123910 19521036288 2069776 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41582] ppid=41560 vsize=19063512 memory=-6000919507049474923 CPUtime=0 cores=0,2
/proc/41563/task/41582/stat : 41582 (Timer-0) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123987 19521036288 2069776 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
Current children cumulated CPU time: 3503.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8279104 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.21 4.24 5/327 41959
/proc/meminfo: memFree=102852468/131382112 swapFree=33010684/33010684
[pid=41563] ppid=41560 vsize=19063512 memory=8279104 CPUtime=3563.46 cores=0,2
/proc/41563/stat : 41563 (java) S 41560 41563 40992 0 -1 4194304 182938 0 0 0 355950 396 0 0 20 0 20 0 45123902 19521036288 2069776 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
/proc/41563/statm: 4765878 2069776 5527 1 0 2479657 0
[pid=41563/tid=41565] ppid=41560 vsize=19063512 memory=8279104 CPUtime=3479.12 cores=0,2
/proc/41563/task/41565/stat : 41565 (java) R 41560 41563 40992 0 -1 4194368 91572 0 0 0 347864 48 0 0 20 0 20 0 45123904 19521036288 2069776 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41574] ppid=41560 vsize=19063512 memory=8279104 CPUtime=0 cores=0,2
/proc/41563/task/41574/stat : 41574 (Finalizer) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123909 19521036288 2069776 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41581] ppid=41560 vsize=19063512 memory=17792 CPUtime=0 cores=0,2
/proc/41563/task/41581/stat : 41581 (Common-Cleaner) S 41560 41563 40992 0 -1 4194368 1366 0 0 0 0 0 0 0 20 0 20 0 45123910 19521036288 2069776 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41582] ppid=41560 vsize=19063512 memory=8279104 CPUtime=0 cores=0,2
/proc/41563/task/41582/stat : 41582 (Timer-0) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123987 19521036288 2069776 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
Current children cumulated CPU time: 3563.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8279104 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3559 s]*
/proc/loadavg: 4.11 4.20 4.23 5/327 41960
/proc/meminfo: memFree=102307456/131382112 swapFree=33010684/33010684
[pid=41563] ppid=41560 vsize=19063512 memory=8279104 CPUtime=3600.1 cores=0,2
/proc/41563/stat : 41563 (java) S 41560 41563 40992 0 -1 4194304 184344 0 0 0 359611 399 0 0 20 0 20 0 45123902 19521036288 2069776 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
/proc/41563/statm: 4765878 2069776 5527 1 0 2479657 0
[pid=41563/tid=41565] ppid=41560 vsize=19063512 memory=5931336797637923176 CPUtime=3515.72 cores=0,2
/proc/41563/task/41565/stat : 41565 (java) R 41560 41563 40992 0 -1 4194368 92871 0 0 0 351524 48 0 0 20 0 20 0 45123904 19521036288 2069776 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41574] ppid=41560 vsize=19063512 memory=4638778398332764263 CPUtime=0 cores=0,2
/proc/41563/task/41574/stat : 41574 (Finalizer) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123909 19521036288 2069776 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41581] ppid=41560 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=0,2
/proc/41563/task/41581/stat : 41581 (Common-Cleaner) S 41560 41563 40992 0 -1 4194368 1407 0 0 0 0 0 0 0 20 0 20 0 45123910 19521036288 2069776 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41582] ppid=41560 vsize=19063512 memory=6632 CPUtime=0 cores=0,2
/proc/41563/task/41582/stat : 41582 (Timer-0) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45123987 19521036288 2069776 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8279104 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.61 s, system=4.02923 s

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

[startup+3559.2 s]
/proc/loadavg: 4.11 4.20 4.23 5/327 41960
/proc/meminfo: memFree=102307456/131382112 swapFree=33010684/33010684
[pid=41563] ppid=41560 vsize=19263204 memory=8279872 CPUtime=3600.46 cores=0,2
/proc/41563/stat : 41563 (java) S 41560 41563 40992 0 -1 4194304 186077 0 0 0 359646 400 0 0 20 0 21 0 45123902 19725520896 2069968 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
/proc/41563/statm: 4815801 2069968 5559 1 0 2480606 0
[pid=41563/tid=41565] ppid=41560 vsize=19263204 memory=4764 CPUtime=3515.9 cores=0,2
/proc/41563/task/41565/stat : 41565 (java) R 41560 41563 40992 0 -1 4194368 93163 0 0 0 351542 48 0 0 20 0 21 0 45123904 19725520896 2069968 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41574] ppid=41560 vsize=19263204 memory=8279104 CPUtime=0 cores=0,2
/proc/41563/task/41574/stat : 41574 (Finalizer) S 41560 41563 40992 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 45123909 19725520896 2069968 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
[pid=41563/tid=41581] ppid=41560 vsize=19263204 memory=8279104 CPUtime=0 cores=0,2
/proc/41563/task/41581/stat : 41581 (Common-Cleaner) S 41560 41563 40992 0 -1 4194368 1407 0 0 0 0 0 0 0 20 0 21 0 45123910 19725520896 2069968 18446744073709551615 94094402940928 94094402944624 140728510491168 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94094402952440 94094402953232 94094434983936 140728510499201 140728510499302 140728510499302 140728510504904 0
Current children cumulated CPU time: 3600.46 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 8279872 KiB

Child status: 143

Real time (s): 3559.3
CPU time (s): 3600.64
CPU user time (s): 3596.61
CPU system time (s): 4.02923
CPU usage (%): 101.161
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 8279872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.61
system time used= 4.02923
maximum resident set size= 8280000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186363
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 110786
involuntary context switches= 11615


# summary of solver processes directly reported to runsolver:
#   pid: 41563
#   total CPU time (s): 3600.64
#   total CPU user time (s): 3596.61
#   total CPU system time (s): 4.02923

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.353 second user time and 37.8309 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-30 16:40:41
IDJOB=4485052
IDBENCH=146691
IDSOLVER=3363
FILE ID=nodeC009/4485052-1751294441
RUNJOBID= nodeC009-1751290914-41002
SLURM_JOB_ID= 9594248
Free space on /tmp= 432648 MiB

SOLVER NAME= Sat4j Resolution 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 -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485052-1751294441/watcher-4485052-1751294441 -o /tmp/evaluation-result-4485052-1751294441/solver-4485052-1751294441 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751290914-41002 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4485052-1751294441.opb

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

MD5SUM BENCH= e50abc2725c4e3a238fbda7c772437b2
RANDOM SEED=311970569

nodeC009 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	: 0xb00001f
cpu MHz		: 1197.227
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3591.700
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.406
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1203.305
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.278
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3591.694
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 3658.020
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
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	: 0xb00001f
cpu MHz		: 1197.441
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti 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	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        104460360 kB
MemAvailable:   111035124 kB
Buffers:            3280 kB
Cached:          7347200 kB
SwapCached:            0 kB
Active:         19215104 kB
Inactive:        7049768 kB
Active(anon):   18931384 kB
Inactive(anon):      968 kB
Active(file):     283720 kB
Inactive(file):  7048800 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1364 kB
Writeback:             0 kB
AnonPages:      18917560 kB
Mapped:           123136 kB
Shmem:             17960 kB
KReclaimable:     163360 kB
Slab:             247628 kB
SReclaimable:     163360 kB
SUnreclaim:        84268 kB
KernelStack:        4960 kB
PageTables:        40700 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   23176348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150312 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  18507776 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432640 MiB
End job on nodeC009 at 2025-06-30 17:40:01