Trace number 4449710

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 Partial RoundingSAT 2024 2024-07-12SAT (TO)18 3600.93 3082.02

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=20-t=2.opb
MD5SUM06b87d46bf38d4b028e9a0f41f22c2e8
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 benchmark18
Best CPU time to get the best result obtained on this benchmark49.4743
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables650
Total number of constraints72640
Number of constraints which are clauses72620
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint21
Number of terms in the objective function 20
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 20
Number of bits of the sum of numbers in the objective function 5
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 22
Number of bits of the biggest sum of numbers5
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
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		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4449710-1721488340.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  objective function found
1.08/0.65	c ... done. Wall clock time 0.499s.
1.08/0.65	c declared #vars     650
1.08/0.65	c #constraints  72640
1.08/0.65	c constraints type 
1.08/0.66	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 20
1.08/0.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 20
1.08/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 72600
1.08/0.66	c 72640 constraints processed.
1.08/0.67	c objective function length is 20 literals
1.27/0.79	c SATISFIABLE
1.27/0.79	c OPTIMIZING...
1.27/0.79	c Got one! Elapsed wall clock time (in seconds):0.643
1.27/0.79	o 20
1.67/0.91	c Got one! Elapsed wall clock time (in seconds):0.766
1.67/0.91	o 18
6.19/3.26	c cleaning 1111 clauses out of 5234 with flag 0/5234
9.52/5.91	c cleaning 1541 clauses out of 10123 with flag 0/11234
14.13/9.25	c cleaning 1399 clauses out of 15594 with flag 0/18246
18.02/12.47	c cleaning 1435 clauses out of 22186 with flag 0/26237
22.34/16.68	c cleaning 1820 clauses out of 29748 with flag 0/35234
29.21/23.35	c cleaning 4120 clauses out of 37928 with flag 0/45234
36.56/30.57	c cleaning 2996 clauses out of 44809 with flag 0/56235
44.73/38.51	c cleaning 3768 clauses out of 53813 with flag 0/68235
54.63/48.15	c cleaning 3438 clauses out of 63045 with flag 0/81235
65.57/58.75	c cleaning 3946 clauses out of 73606 with flag 0/95234
77.60/70.40	c cleaning 3696 clauses out of 84664 with flag 0/110238
90.46/82.86	c cleaning 4670 clauses out of 96967 with flag 0/126237
105.61/97.78	c cleaning 4156 clauses out of 109296 with flag 0/143236
121.09/112.76	c cleaning 4558 clauses out of 123138 with flag 0/161234
137.07/128.20	c cleaning 4181 clauses out of 137580 with flag 0/180234
154.88/145.40	c cleaning 5234 clauses out of 153399 with flag 0/200234
172.77/162.93	c cleaning 3497 clauses out of 169165 with flag 0/221234
196.96/186.45	c cleaning 4008 clauses out of 187669 with flag 0/243235
226.04/214.79	c cleaning 4936 clauses out of 206661 with flag 0/266235
252.59/240.66	c cleaning 7303 clauses out of 225727 with flag 0/290237
289.37/276.47	c cleaning 9912 clauses out of 243421 with flag 0/315234
324.48/310.68	c cleaning 4711 clauses out of 259513 with flag 0/341238
352.34/337.70	c cleaning 4125 clauses out of 281798 with flag 0/368234
392.61/377.02	c cleaning 6437 clauses out of 305674 with flag 0/396235
422.54/406.02	c cleaning 7846 clauses out of 328239 with flag 0/425237
469.23/449.61	c cleaning 4008 clauses out of 350396 with flag 0/455240
509.99/489.45	c cleaning 5674 clauses out of 377385 with flag 0/486237
560.55/538.67	c cleaning 6651 clauses out of 403708 with flag 0/518234
605.40/582.30	c cleaning 2558 clauses out of 430057 with flag 0/551234
683.38/658.15	c cleaning 7673 clauses out of 461499 with flag 0/585234
743.45/713.65	c cleaning 10243 clauses out of 488828 with flag 0/620236
797.18/760.01	c cleaning 9166 clauses out of 514583 with flag 0/656234
872.50/824.74	c cleaning 8896 clauses out of 542419 with flag 0/693236
950.86/889.33	c cleaning 7388 clauses out of 571522 with flag 0/731235
1028.55/956.05	c cleaning 6336 clauses out of 603133 with flag 0/770234
1126.41/1036.27	c cleaning 9121 clauses out of 636798 with flag 0/810235
1236.63/1130.43	c cleaning 8871 clauses out of 668677 with flag 0/851235
1400.45/1262.37	c cleaning 13402 clauses out of 701807 with flag 0/893236
1503.10/1344.81	c cleaning 7003 clauses out of 731405 with flag 0/936236
1615.35/1432.47	c cleaning 13542 clauses out of 768400 with flag 0/980234
1746.30/1539.67	c cleaning 7216 clauses out of 799858 with flag 0/1025234
1917.57/1680.39	c cleaning 9403 clauses out of 838642 with flag 0/1071234
2051.27/1788.59	c cleaning 7299 clauses out of 876240 with flag 0/1118235
2227.54/1927.39	c cleaning 13171 clauses out of 916942 with flag 0/1166236
2393.23/2069.10	c cleaning 14556 clauses out of 952774 with flag 0/1215239
2583.85/2234.65	c cleaning 8450 clauses out of 988213 with flag 0/1265234
2862.45/2474.69	c cleaning 14398 clauses out of 1030763 with flag 0/1316234
3042.79/2627.11	c cleaning 11152 clauses out of 1068366 with flag 0/1368235
3235.73/2787.25	c cleaning 12220 clauses out of 1110218 with flag 0/1421239
3488.42/2990.77	c cleaning 5820 clauses out of 1151993 with flag 0/1475234
3600.34/3081.76	c starts		: 209
3600.34/3081.77	c conflicts		: 1500302
3600.34/3081.77	c decisions		: 5258294
3600.34/3081.77	c propagations		: 73704460
3600.34/3081.77	c inspects		: 6176592298
3600.34/3081.77	c shortcuts		: 0
3600.34/3081.77	c learnt literals	: 0
3600.34/3081.77	c learnt binary clauses	: 0
3600.34/3081.77	c learnt ternary clauses	: 7430
3600.34/3081.77	c learnt constraints	: 1500302
3600.34/3081.77	c ignored constraints	: 0
3600.34/3081.77	c root simplifications	: 0
3600.34/3081.77	c removed literals (reason simplification)	: 0
3600.34/3081.77	c reason swapping (by a shorter reason)	: 0
3600.34/3081.77	c Calls to reduceDB	: 50
3600.34/3081.77	c Number of update (reduction) of LBD	: 11779
3600.34/3081.77	c Imported unit clauses	: 0
3600.34/3081.77	c No decision after first conflict	: false
3600.34/3081.77	c number of reductions to clauses (during analyze)	: 0
3600.34/3081.77	c number of learned constraints concerned by reduction	: 0
3600.34/3081.77	c number of learning phase by resolution	: 0
3600.34/3081.77	c number of learning phase by cutting planes	: 0
3600.34/3081.77	c number of rounding to 1 operations	: 1656416
3600.34/3081.77	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.34/3081.77	c number of reductions of the coefficients by power 2 	: 0
3600.34/3081.77	c number of right shift for reduction by power 2 	: 0
3600.34/3081.77	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.34/3081.77	c number of ending skipping 	: 0
3600.34/3081.77	c number of internal skipping 	: 0
3600.34/3081.77	c number of derivation steps 	: 27272466
3600.34/3081.77	c number of skipped derivation steps 	: 0
3600.34/3081.77	c number of remaining unassigned 	: 2598
3600.34/3081.77	c number of remaining assigned 	: 234637097
3600.34/3081.77	c number of falsified literals weakened from reason	: 0
3600.34/3081.77	c number of falsified literals weakened from conflict	: 0
3600.34/3081.77	c time for arithmetic operations	: 16296292891
3600.34/3081.77	c minimum degree of deleted constraints	: 4
3600.34/3081.77	c maximum degree of deleted constraints	: 9518744225601782421
3600.34/3081.77	c number of deleted constraints	: 329061
3600.34/3081.77	c speed (assignments/second)	: 23921.437276561493
3600.34/3081.77	c non guided choices	: 852
3600.73/3081.95	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 917424
3600.73/3081.95	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 5280
3600.73/3081.95	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 248537
3600.73/3081.95	s SATISFIABLE
3600.73/3081.95	c Found 2 solution(s)
3600.73/3081.96	v x1 -x2 -x3 -x4 x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 x20 x21 x22 -x23 x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 x163 x164 x165 x166 x167 x168 x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 x191 -x192 x193 x194 x195 x196 x197 x198 x199 x200 x201 x202 x203 x204 x205 x206 x207 x208 x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 x470 -x471 x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 x612 x613 -x614 -x615 x616 -x617 x618 -x619 x620 x621 -x622 -x623 x624 x625 -x626 -x627 x628 -x629 x630 x631 -x632 x633 -x634 -x635 x636 x637 -x638 x639 -x640 x641 -x642 x643 -x644 x645 -x646 x647 -x648 x649 -x650 
3600.73/3081.97	c objective function=18
3600.73/3081.97	c Total wall clock time (in seconds): 3081.825

Verifier Data

OK	18

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: 63931 MiB (57955 MiB free)
  memory of node 1: 64510 MiB (58654 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449710-1721488340/watcher-4449710-1721488340 -o /tmp/evaluation-result-4449710-1721488340/solver-4449710-1721488340 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721488150-1093486 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4449710-1721488340.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1094178, runsolver pid=1094175

[startup+0.100087 s]*
/proc/loadavg: 4.14 4.19 4.13 7/332 1094196
/proc/meminfo: memFree=119367548/131524600 swapFree=131071996/131071996
[pid=1094178] ppid=1094175 vsize=18975048 memory=62644 CPUtime=0.14 cores=4,6
/proc/1094178/stat : 1094178 (java) S 1094175 1094178 1093475 0 -1 1077936128 7222 0 0 0 12 2 0 0 20 0 18 0 200995845 19430449152 15661 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
/proc/1094178/statm: 4743762 15661 5569 1 0 549356 0
[pid=1094178/tid=1094180] ppid=1094175 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/1094178/task/1094180/stat : 1094180 (java) R 1094175 1094178 1093475 0 -1 1078198336 5765 0 0 0 7 1 0 0 20 0 18 0 200995846 19430449152 15661 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094189] ppid=1094175 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/1094178/task/1094189/stat : 1094189 (Finalizer) S 1094175 1094178 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 200995848 19430449152 15661 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094196] ppid=1094175 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=4,6
/proc/1094178/task/1094196/stat : 1094196 (Common-Cleaner) S 1094175 1094178 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 200995848 19430449152 15661 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62644 KiB

[startup+0.206058 s]*
/proc/loadavg: 4.14 4.19 4.13 7/332 1094196
/proc/meminfo: memFree=119356808/131524600 swapFree=131071996/131071996
[pid=1094178] ppid=1094175 vsize=18975048 memory=74144 CPUtime=0.33 cores=4,6
/proc/1094178/stat : 1094178 (java) S 1094175 1094178 1093475 0 -1 1077936128 7793 0 0 0 31 2 0 0 20 0 18 0 200995845 19430449152 18536 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
/proc/1094178/statm: 4743762 18536 5816 1 0 549715 0
[pid=1094178/tid=1094180] ppid=1094175 vsize=18975048 memory=6876556183782621315 CPUtime=0.19 cores=4,6
/proc/1094178/task/1094180/stat : 1094180 (java) R 1094175 1094178 1093475 0 -1 4194368 6044 0 0 0 17 2 0 0 20 0 18 0 200995846 19430449152 18536 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094189] ppid=1094175 vsize=18975048 memory=15975 CPUtime=0 cores=4,6
/proc/1094178/task/1094189/stat : 1094189 (Finalizer) S 1094175 1094178 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 200995848 19430449152 18536 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094196] ppid=1094175 vsize=18975048 memory=14698495600756458 CPUtime=0 cores=4,6
/proc/1094178/task/1094196/stat : 1094196 (Common-Cleaner) S 1094175 1094178 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 200995848 19430449152 18536 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 74144 KiB

[startup+0.31038 s]*
/proc/loadavg: 4.14 4.19 4.13 6/332 1094196
/proc/meminfo: memFree=119288172/131524600 swapFree=131071996/131071996
[pid=1094178] ppid=1094175 vsize=18975048 memory=142460 CPUtime=0.53 cores=4,6
/proc/1094178/stat : 1094178 (java) S 1094175 1094178 1093475 0 -1 1077936128 9476 0 0 0 49 4 0 0 20 0 18 0 200995845 19430449152 35615 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
/proc/1094178/statm: 4743762 35615 5832 1 0 550809 0
[pid=1094178/tid=1094180] ppid=1094175 vsize=18975048 memory=-7522521535128560742 CPUtime=0.27 cores=4,6
/proc/1094178/task/1094180/stat : 1094180 (java) R 1094175 1094178 1093475 0 -1 4194368 6076 0 0 0 24 3 0 0 20 0 18 0 200995846 19430449152 35615 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094189] ppid=1094175 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1094178/task/1094189/stat : 1094189 (Finalizer) S 1094175 1094178 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 200995848 19430449152 35615 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094196] ppid=1094175 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1094178/task/1094196/stat : 1094196 (Common-Cleaner) S 1094175 1094178 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 200995848 19430449152 35615 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 142460 KiB

[startup+0.703058 s]
/proc/loadavg: 4.14 4.19 4.13 6/333 1094197
/proc/meminfo: memFree=119259784/131524600 swapFree=131071996/131071996
[pid=1094178] ppid=1094175 vsize=19108176 memory=242640 CPUtime=1.27 cores=4,6
/proc/1094178/stat : 1094178 (java) S 1094175 1094178 1093475 0 -1 1077936128 17826 0 0 0 119 8 0 0 20 0 20 0 200995845 19566772224 60660 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
/proc/1094178/statm: 4777044 60660 5902 1 0 555124 0
[pid=1094178/tid=1094180] ppid=1094175 vsize=19108176 memory=5472 CPUtime=0.6 cores=4,6
/proc/1094178/task/1094180/stat : 1094180 (java) R 1094175 1094178 1093475 0 -1 4194368 6272 0 0 0 55 5 0 0 20 0 20 0 200995846 19566772224 60660 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094189] ppid=1094175 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/1094178/task/1094189/stat : 1094189 (Finalizer) S 1094175 1094178 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200995848 19566772224 60660 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094196] ppid=1094175 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1094178/task/1094196/stat : 1094196 (Common-Cleaner) S 1094175 1094178 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200995848 19566772224 60660 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 242640 KiB

[startup+1.50106 s]
/proc/loadavg: 4.14 4.19 4.13 7/334 1094198
/proc/meminfo: memFree=119126000/131524600 swapFree=131071996/131071996
[pid=1094178] ppid=1094175 vsize=19108176 memory=301512 CPUtime=2.83 cores=4,6
/proc/1094178/stat : 1094178 (java) S 1094175 1094178 1093475 0 -1 1077936128 29575 0 0 0 273 10 0 0 20 0 20 0 200995845 19566772224 75378 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
/proc/1094178/statm: 4777044 75378 5902 1 0 557863 0
[pid=1094178/tid=1094180] ppid=1094175 vsize=19108176 memory=13196 CPUtime=1.29 cores=4,6
/proc/1094178/task/1094180/stat : 1094180 (java) R 1094175 1094178 1093475 0 -1 4194368 6582 0 0 0 124 5 0 0 20 0 20 0 200995846 19566772224 75378 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094189] ppid=1094175 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1094178/task/1094189/stat : 1094189 (Finalizer) S 1094175 1094178 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200995848 19566772224 75378 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094196] ppid=1094175 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1094178/task/1094196/stat : 1094196 (Common-Cleaner) S 1094175 1094178 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200995848 19566772224 75378 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094198] ppid=1094175 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1094178/task/1094198/stat : 1094198 (Timer-0) S 1094175 1094178 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200995912 19566772224 75378 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 301512 KiB

[startup+3.10607 s]
/proc/loadavg: 4.14 4.19 4.13 7/334 1094198
/proc/meminfo: memFree=118550768/131524600 swapFree=131071996/131071996
[pid=1094178] ppid=1094175 vsize=19108176 memory=845600 CPUtime=6 cores=4,6
/proc/1094178/stat : 1094178 (java) S 1094175 1094178 1093475 0 -1 1077936128 33556 0 0 0 579 21 0 0 20 0 20 0 200995845 19566772224 211400 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
/proc/1094178/statm: 4777044 211400 5902 1 0 1027861 0
[pid=1094178/tid=1094180] ppid=1094175 vsize=19108176 memory=0 CPUtime=2.8 cores=4,6
/proc/1094178/task/1094180/stat : 1094180 (java) R 1094175 1094178 1093475 0 -1 4194368 7460 0 0 0 266 14 0 0 20 0 20 0 200995846 19566772224 211400 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094189] ppid=1094175 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/1094178/task/1094189/stat : 1094189 (Finalizer) S 1094175 1094178 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200995848 19566772224 211400 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094196] ppid=1094175 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1094178/task/1094196/stat : 1094196 (Common-Cleaner) S 1094175 1094178 1093475 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 200995848 19566772224 211400 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094198] ppid=1094175 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/1094178/task/1094198/stat : 1094198 (Timer-0) S 1094175 1094178 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200995912 19566772224 211400 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
Current children cumulated CPU time: 6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 845600 KiB

[startup+6.30023 s]
/proc/loadavg: 4.21 4.21 4.14 5/334 1094198
/proc/meminfo: memFree=117825528/131524600 swapFree=131071996/131071996
[pid=1094178] ppid=1094175 vsize=19108176 memory=1567320 CPUtime=9.98 cores=4,6
/proc/1094178/stat : 1094178 (java) S 1094175 1094178 1093475 0 -1 1077936128 35408 0 0 0 963 35 0 0 20 0 20 0 200995845 19566772224 391830 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
/proc/1094178/statm: 4777044 391830 5902 1 0 1027951 0
[pid=1094178/tid=1094180] ppid=1094175 vsize=19108176 memory=0 CPUtime=5.93 cores=4,6
/proc/1094178/task/1094180/stat : 1094180 (java) R 1094175 1094178 1093475 0 -1 4194368 8727 0 0 0 566 27 0 0 20 0 20 0 200995846 19566772224 391830 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094189] ppid=1094175 vsize=19108176 memory=13196 CPUtime=0 cores=4,6
/proc/1094178/task/1094189/stat : 1094189 (Finalizer) S 1094175 1094178 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200995848 19566772224 391830 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094196] ppid=1094175 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/1094178/task/1094196/stat : 1094196 (Common-Cleaner) S 1094175 1094178 1093475 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 200995848 19566772224 391830 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094198] ppid=1094175 vsize=19108176 memory=49576 CPUtime=0 cores=4,6
/proc/1094178/task/1094198/stat : 1094198 (Timer-0) S 1094175 1094178 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200995912 19566772224 391830 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
Current children cumulated CPU time: 9.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1567320 KiB

[startup+12.7011 s]
/proc/loadavg: 4.28 4.22 4.14 5/334 1094199
/proc/meminfo: memFree=117573176/131524600 swapFree=131071996/131071996
[pid=1094178] ppid=1094175 vsize=19108176 memory=1993192 CPUtime=18.38 cores=4,6
/proc/1094178/stat : 1094178 (java) S 1094175 1094178 1093475 0 -1 1077936128 38558 0 0 0 1794 44 0 0 20 0 20 0 200995845 19566772224 498298 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
/proc/1094178/statm: 4777044 498298 5918 1 0 1030455 0
[pid=1094178/tid=1094180] ppid=1094175 vsize=19108176 memory=260132 CPUtime=12.1 cores=4,6
/proc/1094178/task/1094180/stat : 1094180 (java) S 1094175 1094178 1093475 0 -1 1077936192 9068 0 0 0 1179 31 0 0 20 0 20 0 200995846 19566772224 498298 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094189] ppid=1094175 vsize=19108176 memory=1767900 CPUtime=0 cores=4,6
/proc/1094178/task/1094189/stat : 1094189 (Finalizer) S 1094175 1094178 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200995848 19566772224 498298 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094196] ppid=1094175 vsize=19108176 memory=845660 CPUtime=0 cores=4,6
/proc/1094178/task/1094196/stat : 1094196 (Common-Cleaner) S 1094175 1094178 1093475 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 200995848 19566772224 498298 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094198] ppid=1094175 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1094178/task/1094198/stat : 1094198 (Timer-0) S 1094175 1094178 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200995912 19566772224 498298 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
Current children cumulated CPU time: 18.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1993192 KiB

[startup+25.5003 s]
/proc/loadavg: 4.21 4.21 4.14 5/334 1094201
/proc/meminfo: memFree=116842348/131524600 swapFree=131071996/131071996
[pid=1094178] ppid=1094175 vsize=19108176 memory=2396884 CPUtime=31.48 cores=4,6
/proc/1094178/stat : 1094178 (java) S 1094175 1094178 1093475 0 -1 1077936128 43124 0 0 0 3096 52 0 0 20 0 20 0 200995845 19566772224 599221 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
/proc/1094178/statm: 4777044 599221 5918 1 0 1030458 0
[pid=1094178/tid=1094180] ppid=1094175 vsize=19108176 memory=1767900 CPUtime=24.42 cores=4,6
/proc/1094178/task/1094180/stat : 1094180 (java) R 1094175 1094178 1093475 0 -1 4194368 10932 0 0 0 2404 38 0 0 20 0 20 0 200995846 19566772224 599221 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094189] ppid=1094175 vsize=19108176 memory=2337432 CPUtime=0 cores=4,6
/proc/1094178/task/1094189/stat : 1094189 (Finalizer) S 1094175 1094178 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200995848 19566772224 599221 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094196] ppid=1094175 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1094178/task/1094196/stat : 1094196 (Common-Cleaner) S 1094175 1094178 1093475 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 200995848 19566772224 599221 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094198] ppid=1094175 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=4,6
/proc/1094178/task/1094198/stat : 1094198 (Timer-0) S 1094175 1094178 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 200995912 19566772224 599221 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
Current children cumulated CPU time: 31.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2396884 KiB

[startup+51.1058 s]
/proc/loadavg: 4.20 4.21 4.14 5/333 1094206
/proc/meminfo: memFree=116298116/131524600 swapFree=131071996/131071996
[pid=1094178] ppid=1094175 vsize=19108176 memory=2761576 CPUtime=57.75 cores=4,6
/proc/1094178/stat : 1094178 (java) S 1094175 1094178 1093475 0 -1 1077936128 50790 0 0 0 5714 61 0 0 20 0 20 0 200995845 19566772224 690394 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
/proc/1094178/statm: 4777044 690394 5931 1 0 1030493 0
[pid=1094178/tid=1094180] ppid=1094175 vsize=19108176 memory=2659152 CPUtime=49.16 cores=4,6
/proc/1094178/task/1094180/stat : 1094180 (java) R 1094175 1094178 1093475 0 -1 4194368 14371 0 0 0 4875 41 0 0 20 0 20 0 200995846 19566772224 690394 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094189] ppid=1094175 vsize=19108176 memory=2659164 CPUtime=0 cores=4,6
/proc/1094178/task/1094189/stat : 1094189 (Finalizer) S 1094175 1094178 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 200995848 19566772224 690394 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094196] ppid=1094175 vsize=19108176 memory=11544 CPUtime=0 cores=4,6
/proc/1094178/task/1094196/stat : 1094196 (Common-Cleaner) S 1094175 1094178 1093475 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 200995848 19566772224 690394 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0

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

/proc/1094178/task/1094189/stat : 1094189 (Finalizer) S 1094175 1094178 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 200995848 19634933760 2482170 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094196] ppid=1094175 vsize=19174740 memory=9928548 CPUtime=0 cores=4,6
/proc/1094178/task/1094196/stat : 1094196 (Common-Cleaner) S 1094175 1094178 1093475 0 -1 1077936192 1962 0 0 0 0 0 0 0 20 0 21 0 200995848 19634933760 2482170 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094198] ppid=1094175 vsize=19174740 memory=-7522521535128560742 CPUtime=0 cores=4,6
/proc/1094178/task/1094198/stat : 1094198 (Timer-0) S 1094175 1094178 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 200995912 19634933760 2482170 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
Current children cumulated CPU time: 3105.27 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9928680 KiB

[startup+2742.3 s]
/proc/loadavg: 5.05 4.79 4.67 5/336 1096000
/proc/meminfo: memFree=100862416/131524600 swapFree=131071996/131071996
[pid=1094178] ppid=1094175 vsize=19174740 memory=9930900 CPUtime=3178.74 cores=4,6
/proc/1094178/stat : 1094178 (java) S 1094175 1094178 1093475 0 -1 1077936128 868830 0 0 0 317204 670 0 0 20 0 21 0 200995845 19634933760 2482725 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
/proc/1094178/statm: 4793685 2482725 5963 1 0 2499497 0
[pid=1094178/tid=1094180] ppid=1094175 vsize=19174740 memory=9927412 CPUtime=2654.02 cores=4,6
/proc/1094178/task/1094180/stat : 1094180 (java) R 1094175 1094178 1093475 0 -1 4194368 398802 0 0 0 265208 194 0 0 20 0 21 0 200995846 19634933760 2482725 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 26 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094189] ppid=1094175 vsize=19174740 memory=11544 CPUtime=0 cores=4,6
/proc/1094178/task/1094189/stat : 1094189 (Finalizer) S 1094175 1094178 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 200995848 19634933760 2482725 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094196] ppid=1094175 vsize=19174740 memory=9928548 CPUtime=0 cores=4,6
/proc/1094178/task/1094196/stat : 1094196 (Common-Cleaner) S 1094175 1094178 1093475 0 -1 1077936192 1997 0 0 0 0 0 0 0 20 0 21 0 200995848 19634933760 2482725 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094198] ppid=1094175 vsize=19174740 memory=9928700 CPUtime=0 cores=4,6
/proc/1094178/task/1094198/stat : 1094198 (Timer-0) S 1094175 1094178 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 200995912 19634933760 2482725 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
Current children cumulated CPU time: 3178.74 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9930900 KiB

[startup+2802.3 s]
/proc/loadavg: 4.75 4.76 4.67 5/336 1096010
/proc/meminfo: memFree=100501368/131524600 swapFree=131071996/131071996
[pid=1094178] ppid=1094175 vsize=19174740 memory=9931240 CPUtime=3252.78 cores=4,6
/proc/1094178/stat : 1094178 (java) S 1094175 1094178 1093475 0 -1 1077936128 894045 0 0 0 324593 685 0 0 20 0 21 0 200995845 19634933760 2482810 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
/proc/1094178/statm: 4793685 2482810 5963 1 0 2499579 0
[pid=1094178/tid=1094180] ppid=1094175 vsize=19174740 memory=11544 CPUtime=2712.23 cores=4,6
/proc/1094178/task/1094180/stat : 1094180 (java) R 1094175 1094178 1093475 0 -1 4194368 412094 0 0 0 271028 195 0 0 20 0 21 0 200995846 19634933760 2482810 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 26 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094189] ppid=1094175 vsize=19174740 memory=9931148 CPUtime=0 cores=4,6
/proc/1094178/task/1094189/stat : 1094189 (Finalizer) S 1094175 1094178 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 200995848 19634933760 2482810 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094196] ppid=1094175 vsize=19174740 memory=9931148 CPUtime=0 cores=4,6
/proc/1094178/task/1094196/stat : 1094196 (Common-Cleaner) S 1094175 1094178 1093475 0 -1 1077936192 2032 0 0 0 0 0 0 0 20 0 21 0 200995848 19634933760 2482810 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094198] ppid=1094175 vsize=19174740 memory=49576 CPUtime=0 cores=4,6
/proc/1094178/task/1094198/stat : 1094198 (Timer-0) S 1094175 1094178 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 200995912 19634933760 2482810 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
Current children cumulated CPU time: 3252.78 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9931240 KiB

[startup+2862.3 s]
/proc/loadavg: 4.24 4.63 4.63 4/311 1096057
/proc/meminfo: memFree=111762536/131524600 swapFree=131071996/131071996
[pid=1094178] ppid=1094175 vsize=19174740 memory=9931372 CPUtime=3326.6 cores=4,6
/proc/1094178/stat : 1094178 (java) S 1094175 1094178 1093475 0 -1 1077936128 919284 0 0 0 331961 699 0 0 20 0 21 0 200995845 19634933760 2482843 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
/proc/1094178/statm: 4793685 2482843 5963 1 0 2499615 0
[pid=1094178/tid=1094180] ppid=1094175 vsize=19174740 memory=9930940 CPUtime=2770.87 cores=4,6
/proc/1094178/task/1094180/stat : 1094180 (java) R 1094175 1094178 1093475 0 -1 4194368 420705 0 0 0 276891 196 0 0 20 0 21 0 200995846 19634933760 2482843 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 26 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094189] ppid=1094175 vsize=19174740 memory=9931372 CPUtime=0 cores=4,6
/proc/1094178/task/1094189/stat : 1094189 (Finalizer) S 1094175 1094178 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 200995848 19634933760 2482843 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094196] ppid=1094175 vsize=19174740 memory=49576 CPUtime=0 cores=4,6
/proc/1094178/task/1094196/stat : 1094196 (Common-Cleaner) S 1094175 1094178 1093475 0 -1 1077936192 2052 0 0 0 0 0 0 0 20 0 21 0 200995848 19634933760 2482843 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094198] ppid=1094175 vsize=19174740 memory=11544 CPUtime=0 cores=4,6
/proc/1094178/task/1094198/stat : 1094198 (Timer-0) S 1094175 1094178 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 200995912 19634933760 2482843 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
Current children cumulated CPU time: 3326.6 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9931372 KiB

[startup+2922.3 s]
/proc/loadavg: 3.67 4.39 4.55 4/309 1096080
/proc/meminfo: memFree=111751852/131524600 swapFree=131071996/131071996
[pid=1094178] ppid=1094175 vsize=19174740 memory=9931392 CPUtime=3400.09 cores=4,6
/proc/1094178/stat : 1094178 (java) S 1094175 1094178 1093475 0 -1 1077936128 942582 0 0 0 339296 713 0 0 20 0 21 0 200995845 19634933760 2482848 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
/proc/1094178/statm: 4793685 2482848 5963 1 0 2499615 0
[pid=1094178/tid=1094180] ppid=1094175 vsize=19174740 memory=9931392 CPUtime=2829.68 cores=4,6
/proc/1094178/task/1094180/stat : 1094180 (java) R 1094175 1094178 1093475 0 -1 4194368 427416 0 0 0 282771 197 0 0 20 0 21 0 200995846 19634933760 2482848 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 26 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094189] ppid=1094175 vsize=19174740 memory=11544 CPUtime=0 cores=4,6
/proc/1094178/task/1094189/stat : 1094189 (Finalizer) S 1094175 1094178 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 200995848 19634933760 2482848 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094196] ppid=1094175 vsize=19174740 memory=9931372 CPUtime=0 cores=4,6
/proc/1094178/task/1094196/stat : 1094196 (Common-Cleaner) S 1094175 1094178 1093475 0 -1 1077936192 2102 0 0 0 0 0 0 0 20 0 21 0 200995848 19634933760 2482848 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094198] ppid=1094175 vsize=19174740 memory=9931392 CPUtime=0 cores=4,6
/proc/1094178/task/1094198/stat : 1094198 (Timer-0) S 1094175 1094178 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 200995912 19634933760 2482848 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
Current children cumulated CPU time: 3400.09 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9931392 KiB

[startup+2982.3 s]
/proc/loadavg: 3.47 4.20 4.47 4/309 1096090
/proc/meminfo: memFree=111743256/131524600 swapFree=131071996/131071996
[pid=1094178] ppid=1094175 vsize=19174740 memory=9931444 CPUtime=3480.04 cores=4,6
/proc/1094178/stat : 1094178 (java) S 1094175 1094178 1093475 0 -1 1077936128 967832 0 0 0 347272 732 0 0 20 0 21 0 200995845 19634933760 2482861 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
/proc/1094178/statm: 4793685 2482861 5963 1 0 2499615 0
[pid=1094178/tid=1094180] ppid=1094175 vsize=19174740 memory=9931444 CPUtime=2887.9 cores=4,6
/proc/1094178/task/1094180/stat : 1094180 (java) R 1094175 1094178 1093475 0 -1 4194368 439928 0 0 0 288592 198 0 0 20 0 21 0 200995846 19634933760 2482861 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 26 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094189] ppid=1094175 vsize=19174740 memory=9931392 CPUtime=0 cores=4,6
/proc/1094178/task/1094189/stat : 1094189 (Finalizer) S 1094175 1094178 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 200995848 19634933760 2482861 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094196] ppid=1094175 vsize=19174740 memory=9931392 CPUtime=0 cores=4,6
/proc/1094178/task/1094196/stat : 1094196 (Common-Cleaner) S 1094175 1094178 1093475 0 -1 1077936192 2152 0 0 0 0 0 0 0 20 0 21 0 200995848 19634933760 2482861 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094198] ppid=1094175 vsize=19174740 memory=2320 CPUtime=0 cores=4,6
/proc/1094178/task/1094198/stat : 1094198 (Timer-0) S 1094175 1094178 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 200995912 19634933760 2482861 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
Current children cumulated CPU time: 3480.04 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9931444 KiB

[startup+3042.3 s]
/proc/loadavg: 3.29 4.01 4.39 4/309 1096100
/proc/meminfo: memFree=111736808/131524600 swapFree=131071996/131071996
[pid=1094178] ppid=1094175 vsize=19174740 memory=9931476 CPUtime=3553.53 cores=4,6
/proc/1094178/stat : 1094178 (java) S 1094175 1094178 1093475 0 -1 1077936128 975813 0 0 0 354608 745 0 0 20 0 21 0 200995845 19634933760 2482869 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
/proc/1094178/statm: 4793685 2482869 5963 1 0 2499615 0
[pid=1094178/tid=1094180] ppid=1094175 vsize=19174740 memory=9931444 CPUtime=2946.79 cores=4,6
/proc/1094178/task/1094180/stat : 1094180 (java) R 1094175 1094178 1093475 0 -1 4194368 445620 0 0 0 294481 198 0 0 20 0 21 0 200995846 19634933760 2482869 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 26 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094189] ppid=1094175 vsize=19174740 memory=9931444 CPUtime=0 cores=4,6
/proc/1094178/task/1094189/stat : 1094189 (Finalizer) S 1094175 1094178 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 200995848 19634933760 2482869 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094196] ppid=1094175 vsize=19174740 memory=11544 CPUtime=0 cores=4,6
/proc/1094178/task/1094196/stat : 1094196 (Common-Cleaner) S 1094175 1094178 1093475 0 -1 1077936192 2172 0 0 0 0 0 0 0 20 0 21 0 200995848 19634933760 2482869 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094198] ppid=1094175 vsize=19174740 memory=9931476 CPUtime=0 cores=4,6
/proc/1094178/task/1094198/stat : 1094198 (Timer-0) S 1094175 1094178 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 200995912 19634933760 2482869 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
Current children cumulated CPU time: 3553.53 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9931476 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3081.6 s]
/proc/loadavg: 3.31 3.93 4.34 4/307 1096107
/proc/meminfo: memFree=111734516/131524600 swapFree=131071996/131071996
[pid=1094178] ppid=1094175 vsize=19174740 memory=9931520 CPUtime=3600.12 cores=4,6
/proc/1094178/stat : 1094178 (java) S 1094175 1094178 1093475 0 -1 1077936128 996438 0 0 0 359259 753 0 0 20 0 21 0 200995845 19634933760 2482880 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
/proc/1094178/statm: 4793685 2482880 5963 1 0 2499615 0
[pid=1094178/tid=1094180] ppid=1094175 vsize=19174740 memory=32196 CPUtime=2985.18 cores=4,6
/proc/1094178/task/1094180/stat : 1094180 (java) S 1094175 1094178 1093475 0 -1 1077936192 451446 0 0 0 298319 199 0 0 20 0 21 0 200995846 19634933760 2482880 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 26 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094189] ppid=1094175 vsize=19174740 memory=-7522521535128560742 CPUtime=0 cores=4,6
/proc/1094178/task/1094189/stat : 1094189 (Finalizer) S 1094175 1094178 1093475 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 200995848 19634933760 2482880 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094196] ppid=1094175 vsize=19174740 memory=5444 CPUtime=0 cores=4,6
/proc/1094178/task/1094196/stat : 1094196 (Common-Cleaner) S 1094175 1094178 1093475 0 -1 1077936192 2222 0 0 0 0 0 0 0 20 0 21 0 200995848 19634933760 2482880 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
[pid=1094178/tid=1094198] ppid=1094175 vsize=19174740 memory=-7522521535128560742 CPUtime=0 cores=4,6
/proc/1094178/task/1094198/stat : 1094198 (Timer-0) S 1094175 1094178 1093475 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 200995912 19634933760 2482880 134679101440 94416971231232 94416971234928 140721910978688 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94416971242744 94416971243536 94416981979136 140721910985710 140721910985823 140721910985823 140721910992840 0
Current children cumulated CPU time: 3600.12 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9931520 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.36 s, system=7.56849 s

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

[startup+3082 s]*
/proc/loadavg: 3.31 3.93 4.34 4/288 1096110
/proc/meminfo: memFree=116497612/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3082.02
CPU time (s): 3600.93
CPU user time (s): 3593.36
CPU system time (s): 7.56849
CPU usage (%): 116.837
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 9932608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.36
system time used= 7.56849
maximum resident set size= 9933696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1000215
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119027
involuntary context switches= 33982


# summary of solver processes directly reported to runsolver:
#   pid: 1094178
#   total CPU time (s): 3600.93
#   total CPU user time (s): 3593.36
#   total CPU system time (s): 7.56849

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.55622 second user time and 15.4377 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-20 17:12:32
IDJOB=4449710
IDBENCH=176097
IDSOLVER=3046
FILE ID=nodeC017/4449710-1721488340
RUNJOBID= nodeC017-1721488150-1093486
SLURM_JOB_ID= 7545780
Free space on /tmp= 890072 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=20-t=2.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449710-1721488340/watcher-4449710-1721488340 -o /tmp/evaluation-result-4449710-1721488340/solver-4449710-1721488340 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721488150-1093486 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4449710-1721488340.opb

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

MD5SUM BENCH= 06b87d46bf38d4b028e9a0f41f22c2e8
RANDOM SEED=1432598493

nodeC017.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        119409680 kB
MemAvailable:   121910920 kB
Buffers:          615656 kB
Cached:          2710860 kB
SwapCached:            0 kB
Active:          1329740 kB
Inactive:       10106112 kB
Active(anon):       1544 kB
Inactive(anon):  8153680 kB
Active(file):    1328196 kB
Inactive(file):  1952432 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2820 kB
Writeback:             0 kB
AnonPages:       8109300 kB
Mapped:           128308 kB
Shmem:             45912 kB
KReclaimable:     120520 kB
Slab:             237480 kB
SReclaimable:     120520 kB
SUnreclaim:       116960 kB
KernelStack:        5024 kB
PageTables:        25928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   10312576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73024 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7798784 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      305876 kB
DirectMap2M:    43507712 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC017 at 2024-07-20 18:03:55