Trace number 4449850

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)17 3600.44 3205.4

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=19-t=2.opb
MD5SUM9b7954cd6dc14b590c17dd19cf5c91cb
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 benchmark17
Best CPU time to get the best result obtained on this benchmark59.722
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables589
Total number of constraints58881
Number of constraints which are clauses58862
Number of constraints which are cardinality constraints (but not clauses)19
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 19
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 19
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 21
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.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4449850-1721489389.opb
0.13/0.15	c reading problem ... 
0.13/0.16	c  objective function found
0.89/0.60	c ... done. Wall clock time 0.439s.
0.89/0.60	c declared #vars     589
0.89/0.60	c #constraints  58881
0.89/0.60	c constraints type 
0.89/0.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 19
0.89/0.60	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 19
0.89/0.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 58843
0.89/0.60	c 58881 constraints processed.
0.89/0.60	c objective function length is 19 literals
1.08/0.68	c SATISFIABLE
1.08/0.68	c OPTIMIZING...
1.08/0.68	c Got one! Elapsed wall clock time (in seconds):0.525
1.08/0.68	o 19
1.26/0.77	c Got one! Elapsed wall clock time (in seconds):0.615
1.26/0.77	o 18
1.67/0.99	c Got one! Elapsed wall clock time (in seconds):0.843
1.86/1.00	o 17
5.63/2.96	c cleaning 903 clauses out of 5478 with flag 0/5478
9.31/5.31	c cleaning 1559 clauses out of 10576 with flag 0/11479
12.19/8.05	c cleaning 1529 clauses out of 16016 with flag 0/18478
15.67/11.43	c cleaning 1737 clauses out of 22487 with flag 0/26478
21.18/16.67	c cleaning 2915 clauses out of 29750 with flag 0/35478
27.00/22.37	c cleaning 2579 clauses out of 36836 with flag 0/45479
34.92/30.27	c cleaning 3848 clauses out of 45257 with flag 0/56479
42.61/37.84	c cleaning 3282 clauses out of 53409 with flag 0/68479
51.05/46.03	c cleaning 2743 clauses out of 63129 with flag 0/81481
62.95/57.55	c cleaning 4181 clauses out of 74383 with flag 0/95478
73.48/67.81	c cleaning 2622 clauses out of 85202 with flag 0/110478
85.02/79.02	c cleaning 3870 clauses out of 98581 with flag 0/126479
96.27/90.03	c cleaning 2488 clauses out of 111710 with flag 0/143478
115.46/108.63	c cleaning 5485 clauses out of 127225 with flag 0/161481
134.92/127.65	c cleaning 5312 clauses out of 140738 with flag 0/180479
149.36/141.76	c cleaning 2951 clauses out of 155425 with flag 0/200478
166.12/158.10	c cleaning 4981 clauses out of 173480 with flag 0/221484
188.92/180.36	c cleaning 5950 clauses out of 190494 with flag 0/243479
215.52/206.23	c cleaning 5768 clauses out of 207543 with flag 0/266478
242.67/232.86	c cleaning 5511 clauses out of 225775 with flag 0/290478
266.82/256.42	c cleaning 2541 clauses out of 245265 with flag 0/315479
296.91/285.64	c cleaning 5539 clauses out of 268731 with flag 0/341486
339.11/326.80	c cleaning 7509 clauses out of 290184 with flag 0/368478
387.79/374.21	c cleaning 3010 clauses out of 310675 with flag 0/396478
420.29/405.80	c cleaning 5173 clauses out of 336666 with flag 0/425479
451.81/436.61	c cleaning 3458 clauses out of 361492 with flag 0/455478
492.51/476.10	c cleaning 6992 clauses out of 389035 with flag 0/486479
538.53/520.77	c cleaning 4610 clauses out of 414042 with flag 0/518478
585.56/564.41	c cleaning 5345 clauses out of 442432 with flag 0/551478
658.46/635.82	c cleaning 8222 clauses out of 471087 with flag 0/585478
724.34/700.11	c cleaning 9956 clauses out of 497865 with flag 0/620478
792.78/766.97	c cleaning 5482 clauses out of 523909 with flag 0/656478
854.14/826.70	c cleaning 7959 clauses out of 555441 with flag 0/693492
920.71/891.55	c cleaning 8378 clauses out of 585468 with flag 0/731478
1005.68/974.82	c cleaning 6608 clauses out of 616090 with flag 0/770478
1087.66/1054.58	c cleaning 10256 clauses out of 649482 with flag 0/810478
1193.48/1157.85	c cleaning 8914 clauses out of 680226 with flag 0/851478
1334.34/1294.87	c cleaning 11280 clauses out of 713312 with flag 0/893478
1438.79/1395.73	c cleaning 5794 clauses out of 745032 with flag 0/936478
1536.27/1486.59	c cleaning 7547 clauses out of 783238 with flag 0/980478
1635.65/1583.05	c cleaning 4422 clauses out of 820691 with flag 0/1025478
1764.22/1707.62	c cleaning 11183 clauses out of 862270 with flag 0/1071479
1869.50/1805.51	c cleaning 14077 clauses out of 898092 with flag 0/1118484
2018.29/1933.95	c cleaning 12044 clauses out of 932009 with flag 0/1166478
2201.90/2090.90	c cleaning 13188 clauses out of 968965 with flag 0/1215478
2431.34/2278.39	c cleaning 15636 clauses out of 1005780 with flag 0/1265481
2700.13/2492.96	c cleaning 17492 clauses out of 1041142 with flag 0/1316479
2902.37/2654.18	c cleaning 12788 clauses out of 1075653 with flag 0/1368482
3063.47/2775.24	c cleaning 12240 clauses out of 1115862 with flag 0/1421479
3275.67/2940.19	c cleaning 7806 clauses out of 1157621 with flag 0/1475478
3493.94/3118.77	c cleaning 12547 clauses out of 1204818 with flag 0/1530481
3600.06/3205.22	c starts		: 211
3600.06/3205.22	c conflicts		: 1560041
3600.06/3205.22	c decisions		: 5290106
3600.06/3205.22	c propagations		: 72993979
3600.06/3205.22	c inspects		: 6728042567
3600.06/3205.22	c shortcuts		: 0
3600.06/3205.22	c learnt literals	: 0
3600.06/3205.22	c learnt binary clauses	: 0
3600.06/3205.22	c learnt ternary clauses	: 6175
3600.06/3205.22	c learnt constraints	: 1560041
3600.06/3205.22	c ignored constraints	: 0
3600.06/3205.22	c root simplifications	: 0
3600.06/3205.22	c removed literals (reason simplification)	: 0
3600.06/3205.22	c reason swapping (by a shorter reason)	: 0
3600.06/3205.22	c Calls to reduceDB	: 51
3600.06/3205.22	c Number of update (reduction) of LBD	: 9030
3600.06/3205.22	c Imported unit clauses	: 0
3600.06/3205.22	c No decision after first conflict	: false
3600.06/3205.22	c number of reductions to clauses (during analyze)	: 0
3600.06/3205.22	c number of learned constraints concerned by reduction	: 0
3600.06/3205.22	c number of learning phase by resolution	: 0
3600.06/3205.22	c number of learning phase by cutting planes	: 0
3600.06/3205.22	c number of rounding to 1 operations	: 1712396
3600.06/3205.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3205.22	c number of reductions of the coefficients by power 2 	: 0
3600.06/3205.22	c number of right shift for reduction by power 2 	: 0
3600.06/3205.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3205.22	c number of ending skipping 	: 0
3600.06/3205.22	c number of internal skipping 	: 0
3600.06/3205.22	c number of derivation steps 	: 27817814
3600.06/3205.22	c number of skipped derivation steps 	: 0
3600.06/3205.22	c number of remaining unassigned 	: 2603
3600.06/3205.22	c number of remaining assigned 	: 213763209
3600.06/3205.22	c number of falsified literals weakened from reason	: 0
3600.06/3205.22	c number of falsified literals weakened from conflict	: 0
3600.06/3205.22	c time for arithmetic operations	: 14157060065
3600.06/3205.23	c minimum degree of deleted constraints	: 4
3600.06/3205.23	c maximum degree of deleted constraints	: 16216479
3600.06/3205.23	c number of deleted constraints	: 338210
3600.06/3205.23	c speed (assignments/second)	: 22777.718869807424
3600.06/3205.23	c non guided choices	: 1235
3600.28/3205.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 955100
3600.28/3205.36	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 5021
3600.28/3205.36	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 261710
3600.28/3205.36	s SATISFIABLE
3600.28/3205.36	c Found 3 solution(s)
3600.28/3205.36	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 
3600.28/3205.36	c objective function=17
3600.28/3205.36	c Total wall clock time (in seconds): 3205.212

Verifier Data

OK	17

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449850-1721489389/watcher-4449850-1721489389 -o /tmp/evaluation-result-4449850-1721489389/solver-4449850-1721489389 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721481341-1084281 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4449850-1721489389.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=1090645, runsolver pid=1090642

[startup+0.100406 s]*
/proc/loadavg: 4.12 4.17 4.17 7/333 1090663
/proc/meminfo: memFree=110941904/131524600 swapFree=131071996/131071996
[pid=1090645] ppid=1090642 vsize=18975048 memory=63268 CPUtime=0.13 cores=5,7
/proc/1090645/stat : 1090645 (java) S 1090642 1090645 1084268 0 -1 1077936128 7206 0 0 0 12 1 0 0 20 0 18 0 201107140 19430449152 15817 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
/proc/1090645/statm: 4743762 15817 5718 1 0 549321 0
[pid=1090645/tid=1090647] ppid=1090642 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1090645/task/1090647/stat : 1090647 (java) R 1090642 1090645 1084268 0 -1 1077936192 5739 0 0 0 7 1 0 0 20 0 18 0 201107141 19430449152 15817 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090656] ppid=1090642 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/1090645/task/1090656/stat : 1090656 (Finalizer) S 1090642 1090645 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 201107143 19430449152 15817 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090663] ppid=1090642 vsize=18975048 memory=15252645166212516 CPUtime=0 cores=5,7
/proc/1090645/task/1090663/stat : 1090663 (Common-Cleaner) S 1090642 1090645 1084268 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 201107144 19430449152 15817 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63268 KiB

[startup+0.206549 s]*
/proc/loadavg: 4.12 4.17 4.17 7/333 1090663
/proc/meminfo: memFree=110933156/131524600 swapFree=131071996/131071996
[pid=1090645] ppid=1090642 vsize=18975048 memory=72180 CPUtime=0.33 cores=5,7
/proc/1090645/stat : 1090645 (java) S 1090642 1090645 1084268 0 -1 1077936128 7785 0 0 0 31 2 0 0 20 0 18 0 201107140 19430449152 18045 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
/proc/1090645/statm: 4743762 18045 5836 1 0 549699 0
[pid=1090645/tid=1090647] ppid=1090642 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=5,7
/proc/1090645/task/1090647/stat : 1090647 (java) R 1090642 1090645 1084268 0 -1 4194368 6043 0 0 0 17 1 0 0 20 0 18 0 201107141 19430449152 18045 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090656] ppid=1090642 vsize=18975048 memory=15948 CPUtime=0 cores=5,7
/proc/1090645/task/1090656/stat : 1090656 (Finalizer) S 1090642 1090645 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 201107143 19430449152 18045 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090663] ppid=1090642 vsize=18975048 memory=14408220236056116 CPUtime=0 cores=5,7
/proc/1090645/task/1090663/stat : 1090663 (Common-Cleaner) S 1090642 1090645 1084268 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 201107144 19430449152 18045 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 72180 KiB

[startup+0.306549 s]*
/proc/loadavg: 4.12 4.17 4.17 7/333 1090663
/proc/meminfo: memFree=110858820/131524600 swapFree=131071996/131071996
[pid=1090645] ppid=1090642 vsize=18975048 memory=146032 CPUtime=0.52 cores=5,7
/proc/1090645/stat : 1090645 (java) S 1090642 1090645 1084268 0 -1 1077936128 9401 0 0 0 49 3 0 0 20 0 18 0 201107140 19430449152 36508 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
/proc/1090645/statm: 4743762 36508 5836 1 0 550746 0
[pid=1090645/tid=1090647] ppid=1090642 vsize=18975048 memory=-7810751911280469857 CPUtime=0.27 cores=5,7
/proc/1090645/task/1090647/stat : 1090647 (java) R 1090642 1090645 1084268 0 -1 4194368 6077 0 0 0 25 2 0 0 20 0 18 0 201107141 19430449152 36508 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090656] ppid=1090642 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/1090645/task/1090656/stat : 1090656 (Finalizer) S 1090642 1090645 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 201107143 19430449152 36508 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090663] ppid=1090642 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/1090645/task/1090663/stat : 1090663 (Common-Cleaner) S 1090642 1090645 1084268 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 201107144 19430449152 36508 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 146032 KiB

[startup+0.702906 s]
/proc/loadavg: 4.12 4.17 4.17 8/334 1090664
/proc/meminfo: memFree=110837796/131524600 swapFree=131071996/131071996
[pid=1090645] ppid=1090642 vsize=19109188 memory=204904 CPUtime=1.26 cores=5,7
/proc/1090645/stat : 1090645 (java) S 1090642 1090645 1084268 0 -1 1077936128 13160 0 0 0 121 5 0 0 20 0 20 0 201107140 19567808512 51226 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
/proc/1090645/statm: 4777297 51226 5888 1 0 554085 0
[pid=1090645/tid=1090647] ppid=1090642 vsize=19109188 memory=5428 CPUtime=0.6 cores=5,7
/proc/1090645/task/1090647/stat : 1090647 (java) R 1090642 1090645 1084268 0 -1 4194368 6245 0 0 0 57 3 0 0 20 0 20 0 201107141 19567808512 51226 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090656] ppid=1090642 vsize=19109188 memory=13120 CPUtime=0 cores=5,7
/proc/1090645/task/1090656/stat : 1090656 (Finalizer) S 1090642 1090645 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201107143 19567808512 51226 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090663] ppid=1090642 vsize=19109188 memory=0 CPUtime=0 cores=5,7
/proc/1090645/task/1090663/stat : 1090663 (Common-Cleaner) S 1090642 1090645 1084268 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 201107144 19567808512 51226 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19109188 KiB
Current children cumulated memory: 204904 KiB

[startup+1.50056 s]
/proc/loadavg: 4.35 4.22 4.19 8/335 1090665
/proc/meminfo: memFree=110785412/131524600 swapFree=131071996/131071996
[pid=1090645] ppid=1090642 vsize=19108176 memory=338016 CPUtime=2.85 cores=5,7
/proc/1090645/stat : 1090645 (java) S 1090642 1090645 1084268 0 -1 1077936128 25902 0 0 0 275 10 0 0 20 0 20 0 201107140 19566772224 84504 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
/proc/1090645/statm: 4777044 84504 5888 1 0 557299 0
[pid=1090645/tid=1090647] ppid=1090642 vsize=19108176 memory=13120 CPUtime=1.38 cores=5,7
/proc/1090645/task/1090647/stat : 1090647 (java) R 1090642 1090645 1084268 0 -1 4194368 6599 0 0 0 133 5 0 0 20 0 20 0 201107141 19566772224 84504 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090656] ppid=1090642 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1090645/task/1090656/stat : 1090656 (Finalizer) S 1090642 1090645 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201107143 19566772224 84504 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090663] ppid=1090642 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1090645/task/1090663/stat : 1090663 (Common-Cleaner) S 1090642 1090645 1084268 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 201107144 19566772224 84504 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090665] ppid=1090642 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1090645/task/1090665/stat : 1090665 (Timer-0) S 1090642 1090645 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201107201 19566772224 84504 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 338016 KiB

[startup+3.10614 s]
/proc/loadavg: 4.35 4.22 4.19 6/335 1090665
/proc/meminfo: memFree=110337552/131524600 swapFree=131071996/131071996
[pid=1090645] ppid=1090642 vsize=19108176 memory=720000 CPUtime=6.03 cores=5,7
/proc/1090645/stat : 1090645 (java) S 1090642 1090645 1084268 0 -1 1077936128 33148 0 0 0 585 18 0 0 20 0 20 0 201107140 19566772224 180000 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
/proc/1090645/statm: 4777044 180000 5904 1 0 1084561 0
[pid=1090645/tid=1090647] ppid=1090642 vsize=19108176 memory=0 CPUtime=2.91 cores=5,7
/proc/1090645/task/1090647/stat : 1090647 (java) R 1090642 1090645 1084268 0 -1 4194368 8225 0 0 0 280 11 0 0 20 0 20 0 201107141 19566772224 180000 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090656] ppid=1090642 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/1090645/task/1090656/stat : 1090656 (Finalizer) S 1090642 1090645 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201107143 19566772224 180000 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090663] ppid=1090642 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1090645/task/1090663/stat : 1090663 (Common-Cleaner) S 1090642 1090645 1084268 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 201107144 19566772224 180000 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090665] ppid=1090642 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/1090645/task/1090665/stat : 1090665 (Timer-0) S 1090642 1090645 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201107201 19566772224 180000 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
Current children cumulated CPU time: 6.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 720000 KiB

[startup+6.30028 s]
/proc/loadavg: 4.33 4.22 4.19 5/335 1090665
/proc/meminfo: memFree=108871536/131524600 swapFree=131071996/131071996
[pid=1090645] ppid=1090642 vsize=19108176 memory=2129700 CPUtime=10.35 cores=5,7
/proc/1090645/stat : 1090645 (java) S 1090642 1090645 1084268 0 -1 1077936128 34080 0 0 0 988 47 0 0 20 0 20 0 201107140 19566772224 532425 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
/proc/1090645/statm: 4777044 532425 5904 1 0 1084579 0
[pid=1090645/tid=1090647] ppid=1090642 vsize=19108176 memory=0 CPUtime=6.07 cores=5,7
/proc/1090645/task/1090647/stat : 1090647 (java) R 1090642 1090645 1084268 0 -1 4194368 8903 0 0 0 568 39 0 0 20 0 20 0 201107141 19566772224 532425 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090656] ppid=1090642 vsize=19108176 memory=13120 CPUtime=0 cores=5,7
/proc/1090645/task/1090656/stat : 1090656 (Finalizer) S 1090642 1090645 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201107143 19566772224 532425 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090663] ppid=1090642 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/1090645/task/1090663/stat : 1090663 (Common-Cleaner) S 1090642 1090645 1084268 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 201107144 19566772224 532425 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090665] ppid=1090642 vsize=19108176 memory=48544 CPUtime=0 cores=5,7
/proc/1090645/task/1090665/stat : 1090665 (Timer-0) S 1090642 1090645 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201107201 19566772224 532425 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
Current children cumulated CPU time: 10.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2129700 KiB

[startup+12.7003 s]
/proc/loadavg: 4.30 4.21 4.18 5/338 1090725
/proc/meminfo: memFree=108870432/131524600 swapFree=131071996/131071996
[pid=1090645] ppid=1090642 vsize=19108176 memory=2185292 CPUtime=17.09 cores=5,7
/proc/1090645/stat : 1090645 (java) S 1090642 1090645 1084268 0 -1 1077936128 34277 0 0 0 1660 49 0 0 20 0 20 0 201107140 19566772224 546323 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
/proc/1090645/statm: 4777044 546323 5904 1 0 1084624 0
[pid=1090645/tid=1090647] ppid=1090642 vsize=19108176 memory=208808 CPUtime=12.24 cores=5,7
/proc/1090645/task/1090647/stat : 1090647 (java) R 1090642 1090645 1084268 0 -1 4194368 8987 0 0 0 1184 40 0 0 20 0 20 0 201107141 19566772224 546323 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090656] ppid=1090642 vsize=19108176 memory=2129916 CPUtime=0 cores=5,7
/proc/1090645/task/1090656/stat : 1090656 (Finalizer) S 1090642 1090645 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201107143 19566772224 546323 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090663] ppid=1090642 vsize=19108176 memory=773428 CPUtime=0 cores=5,7
/proc/1090645/task/1090663/stat : 1090663 (Common-Cleaner) S 1090642 1090645 1084268 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 201107144 19566772224 546323 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090665] ppid=1090642 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1090645/task/1090665/stat : 1090665 (Timer-0) S 1090642 1090645 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201107201 19566772224 546323 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
Current children cumulated CPU time: 17.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2185292 KiB

[startup+25.5003 s]
/proc/loadavg: 4.25 4.21 4.18 5/338 1090727
/proc/meminfo: memFree=107886044/131524600 swapFree=131071996/131071996
[pid=1090645] ppid=1090642 vsize=19108176 memory=3112364 CPUtime=30.22 cores=5,7
/proc/1090645/stat : 1090645 (java) S 1090642 1090645 1084268 0 -1 1077936128 37534 0 0 0 2955 67 0 0 20 0 20 0 201107140 19566772224 778091 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
/proc/1090645/statm: 4777044 778091 5904 1 0 1205786 0
[pid=1090645/tid=1090647] ppid=1090642 vsize=19108176 memory=2129916 CPUtime=24.73 cores=5,7
/proc/1090645/task/1090647/stat : 1090647 (java) R 1090642 1090645 1084268 0 -1 4194368 11464 0 0 0 2419 54 0 0 20 0 20 0 201107141 19566772224 778091 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090656] ppid=1090642 vsize=19108176 memory=2864548 CPUtime=0 cores=5,7
/proc/1090645/task/1090656/stat : 1090656 (Finalizer) S 1090642 1090645 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201107143 19566772224 778091 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090663] ppid=1090642 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1090645/task/1090663/stat : 1090663 (Common-Cleaner) S 1090642 1090645 1084268 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 201107144 19566772224 778091 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090665] ppid=1090642 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=5,7
/proc/1090645/task/1090665/stat : 1090665 (Timer-0) S 1090642 1090645 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 201107201 19566772224 778091 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
Current children cumulated CPU time: 30.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3112364 KiB

[startup+51.106 s]
/proc/loadavg: 4.23 4.20 4.18 5/338 1090733
/proc/meminfo: memFree=107850764/131524600 swapFree=131071996/131071996
[pid=1090645] ppid=1090642 vsize=19108176 memory=3147908 CPUtime=56.31 cores=5,7
/proc/1090645/stat : 1090645 (java) S 1090642 1090645 1084268 0 -1 1077936128 45689 0 0 0 5561 70 0 0 20 0 20 0 201107140 19566772224 786977 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
/proc/1090645/statm: 4777044 786977 5929 1 0 1205787 0
[pid=1090645/tid=1090647] ppid=1090642 vsize=19108176 memory=3112736 CPUtime=49.66 cores=5,7
/proc/1090645/task/1090647/stat : 1090647 (java) R 1090642 1090645 1084268 0 -1 4194368 14873 0 0 0 4911 55 0 0 20 0 20 0 201107141 19566772224 786977 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090656] ppid=1090642 vsize=19108176 memory=3113028 CPUtime=0 cores=5,7
/proc/1090645/task/1090656/stat : 1090656 (Finalizer) S 1090642 1090645 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 201107143 19566772224 786977 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090663] ppid=1090642 vsize=19108176 memory=11400 CPUtime=0 cores=5,7
/proc/1090645/task/1090663/stat : 1090663 (Common-Cleaner) S 1090642 1090645 1084268 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 201107144 19566772224 786977 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0

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

[startup+2862.3 s]
/proc/loadavg: 1.56 2.80 3.73 2/254 1091940
/proc/meminfo: memFree=115431516/131524600 swapFree=131071996/131071996
[pid=1090645] ppid=1090642 vsize=19174740 memory=7256416 CPUtime=3180.67 cores=5,7
/proc/1090645/stat : 1090645 (java) S 1090642 1090645 1084268 0 -1 1077936128 674100 0 0 0 317513 554 0 0 20 0 21 0 201107140 19634933760 1814104 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
/proc/1090645/statm: 4793685 1814104 5960 1 0 1826967 0
[pid=1090645/tid=1090647] ppid=1090642 vsize=19174740 memory=48544 CPUtime=2773.9 cores=5,7
/proc/1090645/task/1090647/stat : 1090647 (java) R 1090642 1090645 1084268 0 -1 4194368 321608 0 0 0 277240 150 0 0 20 0 21 0 201107141 19634933760 1814104 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 32 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090656] ppid=1090642 vsize=19174740 memory=7256412 CPUtime=0 cores=5,7
/proc/1090645/task/1090656/stat : 1090656 (Finalizer) S 1090642 1090645 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 201107143 19634933760 1814104 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090663] ppid=1090642 vsize=19174740 memory=-7810751911280469857 CPUtime=0 cores=5,7
/proc/1090645/task/1090663/stat : 1090663 (Common-Cleaner) S 1090642 1090645 1084268 0 -1 1077936192 2955 0 0 0 0 0 0 0 20 0 21 0 201107144 19634933760 1814104 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090665] ppid=1090642 vsize=19174740 memory=7256412 CPUtime=0 cores=5,7
/proc/1090645/task/1090665/stat : 1090665 (Timer-0) S 1090642 1090645 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 201107201 19634933760 1814104 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
Current children cumulated CPU time: 3180.67 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 7256416 KiB

[startup+2922.3 s]
/proc/loadavg: 1.48 2.55 3.58 2/254 1091950
/proc/meminfo: memFree=113583488/131524600 swapFree=131071996/131071996
[pid=1090645] ppid=1090642 vsize=19174740 memory=9099700 CPUtime=3253.36 cores=5,7
/proc/1090645/stat : 1090645 (java) S 1090642 1090645 1084268 0 -1 1077936128 680928 0 0 0 324733 603 0 0 20 0 21 0 201107140 19634933760 2274925 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
/proc/1090645/statm: 4793685 2274925 5960 1 0 2288810 0
[pid=1090645/tid=1090647] ppid=1090642 vsize=19174740 memory=48544 CPUtime=2832.39 cores=5,7
/proc/1090645/task/1090647/stat : 1090647 (java) R 1090642 1090645 1084268 0 -1 4194368 326057 0 0 0 283055 184 0 0 20 0 21 0 201107141 19634933760 2274925 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090656] ppid=1090642 vsize=19174740 memory=11400 CPUtime=0 cores=5,7
/proc/1090645/task/1090656/stat : 1090656 (Finalizer) S 1090642 1090645 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 201107143 19634933760 2274925 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090663] ppid=1090642 vsize=19174740 memory=9070972 CPUtime=0 cores=5,7
/proc/1090645/task/1090663/stat : 1090663 (Common-Cleaner) S 1090642 1090645 1084268 0 -1 1077936192 3009 0 0 0 0 0 0 0 20 0 21 0 201107144 19634933760 2274925 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090665] ppid=1090642 vsize=19174740 memory=9070972 CPUtime=0 cores=5,7
/proc/1090645/task/1090665/stat : 1090665 (Timer-0) S 1090642 1090645 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 201107201 19634933760 2274925 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
Current children cumulated CPU time: 3253.36 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9099700 KiB

[startup+2982.3 s]
/proc/loadavg: 1.53 2.37 3.45 2/254 1091961
/proc/meminfo: memFree=113582732/131524600 swapFree=131071996/131071996
[pid=1090645] ppid=1090642 vsize=19174740 memory=9100240 CPUtime=3325.84 cores=5,7
/proc/1090645/stat : 1090645 (java) S 1090642 1090645 1084268 0 -1 1077936128 704383 0 0 0 331970 614 0 0 20 0 21 0 201107140 19634933760 2275060 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
/proc/1090645/statm: 4793685 2275060 5960 1 0 2288811 0
[pid=1090645/tid=1090647] ppid=1090642 vsize=19174740 memory=9099700 CPUtime=2891.2 cores=5,7
/proc/1090645/task/1090647/stat : 1090647 (java) R 1090642 1090645 1084268 0 -1 4194368 339402 0 0 0 288934 186 0 0 20 0 21 0 201107141 19634933760 2275060 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090656] ppid=1090642 vsize=19174740 memory=5428 CPUtime=0 cores=5,7
/proc/1090645/task/1090656/stat : 1090656 (Finalizer) S 1090642 1090645 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 201107143 19634933760 2275060 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090663] ppid=1090642 vsize=19174740 memory=9100240 CPUtime=0 cores=5,7
/proc/1090645/task/1090663/stat : 1090663 (Common-Cleaner) S 1090642 1090645 1084268 0 -1 1077936192 3030 0 0 0 0 0 0 0 20 0 21 0 201107144 19634933760 2275060 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090665] ppid=1090642 vsize=19174740 memory=9100240 CPUtime=0 cores=5,7
/proc/1090645/task/1090665/stat : 1090665 (Timer-0) S 1090642 1090645 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 201107201 19634933760 2275060 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
Current children cumulated CPU time: 3325.84 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9100240 KiB

[startup+3042.3 s]
/proc/loadavg: 1.34 2.16 3.31 2/257 1091977
/proc/meminfo: memFree=113581920/131524600 swapFree=131071996/131071996
[pid=1090645] ppid=1090642 vsize=19174740 memory=9100240 CPUtime=3398.59 cores=5,7
/proc/1090645/stat : 1090645 (java) S 1090642 1090645 1084268 0 -1 1077936128 728011 0 0 0 339231 628 0 0 20 0 21 0 201107140 19634933760 2275060 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
/proc/1090645/statm: 4793685 2275060 5960 1 0 2288811 0
[pid=1090645/tid=1090647] ppid=1090642 vsize=19174740 memory=9100228 CPUtime=2949.73 cores=5,7
/proc/1090645/task/1090647/stat : 1090647 (java) R 1090642 1090645 1084268 0 -1 4194368 347553 0 0 0 294786 187 0 0 20 0 21 0 201107141 19634933760 2275060 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090656] ppid=1090642 vsize=19174740 memory=13120 CPUtime=0 cores=5,7
/proc/1090645/task/1090656/stat : 1090656 (Finalizer) S 1090642 1090645 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 201107143 19634933760 2275060 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090663] ppid=1090642 vsize=19174740 memory=1848 CPUtime=0 cores=5,7
/proc/1090645/task/1090663/stat : 1090663 (Common-Cleaner) S 1090642 1090645 1084268 0 -1 1077936192 3120 0 0 0 0 0 0 0 20 0 21 0 201107144 19634933760 2275060 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090665] ppid=1090642 vsize=19174740 memory=9100240 CPUtime=0 cores=5,7
/proc/1090645/task/1090665/stat : 1090665 (Timer-0) S 1090642 1090645 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 201107201 19634933760 2275060 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
Current children cumulated CPU time: 3398.59 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9100240 KiB

[startup+3102.3 s]
/proc/loadavg: 1.56 2.06 3.20 3/257 1091988
/proc/meminfo: memFree=113580952/131524600 swapFree=131071996/131071996
[pid=1090645] ppid=1090642 vsize=19174740 memory=9100304 CPUtime=3473.96 cores=5,7
/proc/1090645/stat : 1090645 (java) S 1090642 1090645 1084268 0 -1 1077936128 751569 0 0 0 346752 644 0 0 20 0 21 0 201107140 19634933760 2275076 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
/proc/1090645/statm: 4793685 2275076 5960 1 0 2288825 0
[pid=1090645/tid=1090647] ppid=1090642 vsize=19174740 memory=9100240 CPUtime=3008.08 cores=5,7
/proc/1090645/task/1090647/stat : 1090647 (java) R 1090642 1090645 1084268 0 -1 4194368 358852 0 0 0 300620 188 0 0 20 0 21 0 201107141 19634933760 2275076 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090656] ppid=1090642 vsize=19174740 memory=9100240 CPUtime=0 cores=5,7
/proc/1090645/task/1090656/stat : 1090656 (Finalizer) S 1090642 1090645 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 201107143 19634933760 2275076 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090663] ppid=1090642 vsize=19174740 memory=21604 CPUtime=0 cores=5,7
/proc/1090645/task/1090663/stat : 1090663 (Common-Cleaner) S 1090642 1090645 1084268 0 -1 1077936192 3227 0 0 0 0 0 0 0 20 0 21 0 201107144 19634933760 2275076 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090665] ppid=1090642 vsize=19174740 memory=9100304 CPUtime=0 cores=5,7
/proc/1090645/task/1090665/stat : 1090665 (Timer-0) S 1090642 1090645 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 201107201 19634933760 2275076 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
Current children cumulated CPU time: 3473.96 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9100304 KiB

[startup+3162.3 s]
/proc/loadavg: 1.40 1.92 3.08 2/258 1092000
/proc/meminfo: memFree=113580472/131524600 swapFree=131071996/131071996
[pid=1090645] ppid=1090642 vsize=19174740 memory=9100308 CPUtime=3544.72 cores=5,7
/proc/1090645/stat : 1090645 (java) S 1090642 1090645 1084268 0 -1 1077936128 775389 0 0 0 353818 654 0 0 20 0 21 0 201107140 19634933760 2275077 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
/proc/1090645/statm: 4793685 2275077 5960 1 0 2288827 0
[pid=1090645/tid=1090647] ppid=1090642 vsize=19174740 memory=21604 CPUtime=3066.5 cores=5,7
/proc/1090645/task/1090647/stat : 1090647 (java) R 1090642 1090645 1084268 0 -1 4194368 369865 0 0 0 306461 189 0 0 20 0 21 0 201107141 19634933760 2275077 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090656] ppid=1090642 vsize=19174740 memory=9100304 CPUtime=0 cores=5,7
/proc/1090645/task/1090656/stat : 1090656 (Finalizer) S 1090642 1090645 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 201107143 19634933760 2275077 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090663] ppid=1090642 vsize=19174740 memory=9100308 CPUtime=0 cores=5,7
/proc/1090645/task/1090663/stat : 1090663 (Common-Cleaner) S 1090642 1090645 1084268 0 -1 1077936192 3325 0 0 0 0 0 0 0 20 0 21 0 201107144 19634933760 2275077 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090665] ppid=1090642 vsize=19174740 memory=9100308 CPUtime=0 cores=5,7
/proc/1090645/task/1090665/stat : 1090665 (Timer-0) S 1090642 1090645 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 201107201 19634933760 2275077 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
Current children cumulated CPU time: 3544.72 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9100308 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3205.2 s]
/proc/loadavg: 1.52 1.89 3.02 2/258 1092007
/proc/meminfo: memFree=113580036/131524600 swapFree=131071996/131071996
[pid=1090645] ppid=1090642 vsize=19174740 memory=9100348 CPUtime=3600.06 cores=5,7
/proc/1090645/stat : 1090645 (java) S 1090642 1090645 1084268 0 -1 1077936128 798946 0 0 0 359337 669 0 0 20 0 21 0 201107140 19634933760 2275087 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
/proc/1090645/statm: 4793685 2275087 5960 1 0 2288861 0
[pid=1090645/tid=1090647] ppid=1090642 vsize=19174740 memory=48544 CPUtime=3108.28 cores=5,7
/proc/1090645/task/1090647/stat : 1090647 (java) R 1090642 1090645 1084268 0 -1 4194368 381263 0 0 0 310638 190 0 0 20 0 21 0 201107141 19634933760 2275087 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090656] ppid=1090642 vsize=19174740 memory=13120 CPUtime=0 cores=5,7
/proc/1090645/task/1090656/stat : 1090656 (Finalizer) S 1090642 1090645 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 201107143 19634933760 2275087 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090663] ppid=1090642 vsize=19174740 memory=5428 CPUtime=0 cores=5,7
/proc/1090645/task/1090663/stat : 1090663 (Common-Cleaner) S 1090642 1090645 1084268 0 -1 1077936192 3436 0 0 0 0 0 0 0 20 0 21 0 201107144 19634933760 2275087 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090665] ppid=1090642 vsize=19174740 memory=16216 CPUtime=0 cores=5,7
/proc/1090645/task/1090665/stat : 1090665 (Timer-0) S 1090642 1090645 1084268 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 201107201 19634933760 2275087 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 9100348 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.71 s, system=6.72831 s

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

[startup+3205.3 s]
/proc/loadavg: 1.52 1.89 3.02 2/258 1092007
/proc/meminfo: memFree=113580036/131524600 swapFree=131071996/131071996
[pid=1090645] ppid=1090642 vsize=19374432 memory=9100984 CPUtime=3600.28 cores=5,7
/proc/1090645/stat : 1090645 (java) S 1090642 1090645 1084268 0 -1 1077936128 801342 0 0 0 359358 670 0 0 20 0 22 0 201107140 19839418368 2275246 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
/proc/1090645/statm: 4843608 2275246 5959 1 0 2289812 0
[pid=1090645/tid=1090647] ppid=1090642 vsize=19374432 memory=21604 CPUtime=3108.37 cores=5,7
/proc/1090645/task/1090647/stat : 1090647 (java) R 1090642 1090645 1084268 0 -1 4194368 381426 0 0 0 310647 190 0 0 20 0 22 0 201107141 19839418368 2275246 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 36 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090656] ppid=1090642 vsize=19374432 memory=9100308 CPUtime=0 cores=5,7
/proc/1090645/task/1090656/stat : 1090656 (Finalizer) S 1090642 1090645 1084268 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 201107143 19839418368 2275246 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
[pid=1090645/tid=1090663] ppid=1090642 vsize=19374432 memory=9100312 CPUtime=0 cores=5,7
/proc/1090645/task/1090663/stat : 1090663 (Common-Cleaner) S 1090642 1090645 1084268 0 -1 1077936192 3436 0 0 0 0 0 0 0 20 0 22 0 201107144 19839418368 2275246 134679101440 94587407704064 94587407707760 140726475213936 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94587407715576 94587407716368 94587435012096 140726475219950 140726475220063 140726475220063 140726475227080 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 9100984 KiB

Child status: 143

Real time (s): 3205.4
CPU time (s): 3600.44
CPU user time (s): 3593.71
CPU system time (s): 6.72831
CPU usage (%): 112.324
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 9100984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.71
system time used= 6.72831
maximum resident set size= 9101992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 801698
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 121639
involuntary context switches= 26563


# summary of solver processes directly reported to runsolver:
#   pid: 1090645
#   total CPU time (s): 3600.44
#   total CPU user time (s): 3593.71
#   total CPU system time (s): 6.72831

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.85807 second user time and 16.9366 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-20 17:30:01
IDJOB=4449850
IDBENCH=176150
IDSOLVER=3046
FILE ID=nodeC031/4449850-1721489389
RUNJOBID= nodeC031-1721481341-1084281
SLURM_JOB_ID= 7545758
Free space on /tmp= 890076 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=19-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-4449850-1721489389/watcher-4449850-1721489389 -o /tmp/evaluation-result-4449850-1721489389/solver-4449850-1721489389 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721481341-1084281 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4449850-1721489389.opb

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

MD5SUM BENCH= 9b7954cd6dc14b590c17dd19cf5c91cb
RANDOM SEED=1922032903

nodeC031.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		: 3600.000
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.55
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		: 3675.259
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.11
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		: 3668.420
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.55
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		: 3600.238
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.11
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		: 3668.443
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.55
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		: 3659.435
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.11
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		: 3599.907
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.55
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		: 3649.692
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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        110984052 kB
MemAvailable:   117953596 kB
Buffers:          554648 kB
Cached:          7175352 kB
SwapCached:            0 kB
Active:          1108216 kB
Inactive:       18601732 kB
Active(anon):       1560 kB
Inactive(anon): 12024012 kB
Active(file):    1106656 kB
Inactive(file):  6577720 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2512 kB
Writeback:             0 kB
AnonPages:      11977496 kB
Mapped:           128548 kB
Shmem:             45912 kB
KReclaimable:     249632 kB
Slab:             382712 kB
SReclaimable:     249632 kB
SUnreclaim:       133080 kB
KernelStack:        5052 kB
PageTables:        33324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   12668596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            74880 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11681792 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:      260820 kB
DirectMap2M:    41455616 kB
DirectMap1G:    94371840 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC031 at 2024-07-20 18:23:27