Trace number 4440253

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2024 2024-07-07OPT cert.64 57.1739 54.5641

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/
submitted-PB05/manquinho/routing/normalized-s4-4-3-2pb.opb
MD5SUMec9adf76d63434d996d896282eaca207
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 benchmark64
Best CPU time to get the best result obtained on this benchmark0.064919
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables648
Total number of constraints1952
Number of constraints which are clauses1928
Number of constraints which are cardinality constraints (but not clauses)24
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint27
Number of terms in the objective function 648
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 648
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 648
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.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 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	Expensive reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c Expensive reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4440253-1721769193.opb
0.14/0.12	c reading problem ... 
0.14/0.12	c using VERIPB proof format
0.14/0.12	c  objective function found
0.14/0.19	c ... done. Wall clock time 0.064s.
0.14/0.19	c declared #vars     648
0.14/0.19	c #constraints  1952
0.14/0.19	c constraints type 
0.14/0.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 378
0.14/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.14/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1550
0.14/0.19	c 1952 constraints processed.
0.14/0.20	c objective function length is 648 literals
0.92/0.59	c cleaning 2494 clauses out of 5000 with flag 17891/5001
1.50/0.87	c cleaning 4241 clauses out of 8501 with flag 43704/11000
2.10/1.17	c cleaning 5624 clauses out of 11257 with flag 74870/18000
2.69/1.41	c cleaning 6811 clauses out of 13633 with flag 108070/26000
3.15/1.73	c cleaning 7901 clauses out of 15820 with flag 153177/35000
3.84/2.11	c cleaning 8958 clauses out of 17920 with flag 206373/45001
4.47/2.53	c cleaning 9971 clauses out of 19961 with flag 265989/56000
5.09/2.99	c SATISFIABLE
5.09/2.99	c OPTIMIZING...
5.09/2.99	c Got one! Elapsed wall clock time (in seconds):2.864
5.09/2.99	o 72
5.33/3.17	c cleaning 13443 clauses out of 26895 with flag 22528/72905
5.56/3.33	c cleaning 9718 clauses out of 19452 with flag 51341/78905
5.76/3.55	c cleaning 8359 clauses out of 16734 with flag 90848/85905
6.03/3.79	c cleaning 8186 clauses out of 16377 with flag 132198/93907
6.34/4.03	c cleaning 8592 clauses out of 17192 with flag 171516/102908
6.64/4.33	c cleaning 9290 clauses out of 18596 with flag 221692/112905
6.80/4.40	c Got one! Elapsed wall clock time (in seconds):4.27
6.80/4.40	o 70
6.93/4.52	c cleaning 7345 clauses out of 14695 with flag 15536/118294
7.07/4.69	c cleaning 6670 clauses out of 13351 with flag 50618/124295
7.17/4.71	c Got one! Elapsed wall clock time (in seconds):4.589
7.17/4.71	o 68
7.30/4.88	c cleaning 6220 clauses out of 12456 with flag 24604/130070
7.40/4.97	c Got one! Elapsed wall clock time (in seconds):4.849
7.40/4.97	o 66
7.58/5.08	c cleaning 5851 clauses out of 11716 with flag 16100/135550
7.81/5.27	c cleaning 5928 clauses out of 11865 with flag 54242/141550
8.01/5.48	c cleaning 6467 clauses out of 12938 with flag 97998/148551
8.31/5.74	c cleaning 7231 clauses out of 14470 with flag 148159/156550
8.61/6.08	c cleaning 8116 clauses out of 16239 with flag 218190/165550
9.10/6.50	c cleaning 9060 clauses out of 18123 with flag 293814/175550
9.50/6.98	c cleaning 10028 clauses out of 20064 with flag 365603/186551
10.00/7.49	c cleaning 11010 clauses out of 22035 with flag 430733/198550
10.67/8.09	c cleaning 12008 clauses out of 24025 with flag 499862/211550
11.76/8.84	c cleaning 12989 clauses out of 26018 with flag 557058/225551
12.56/9.60	c cleaning 14010 clauses out of 28028 with flag 630982/240550
13.36/10.45	c cleaning 15008 clauses out of 30019 with flag 705373/256552
14.39/11.44	c cleaning 16000 clauses out of 32007 with flag 778926/273550
15.59/12.60	c cleaning 16996 clauses out of 34008 with flag 863573/291551
16.89/13.97	c cleaning 18005 clauses out of 36015 with flag 960588/310554
18.29/15.36	c cleaning 18993 clauses out of 38007 with flag 1063029/330551
18.88/15.99	c Got one! Elapsed wall clock time (in seconds):15.869
18.88/15.99	o 64
19.19/16.26	c cleaning 16735 clauses out of 33482 with flag 24929/345019
19.39/16.48	c cleaning 11372 clauses out of 22748 with flag 50967/351020
19.68/16.73	c cleaning 9185 clauses out of 18377 with flag 80417/358021
20.09/17.16	c cleaning 8590 clauses out of 17190 with flag 112642/366020
20.38/17.49	c cleaning 8794 clauses out of 17600 with flag 153713/375020
20.88/17.94	c cleaning 9374 clauses out of 18805 with flag 199762/385019
21.48/18.56	c cleaning 10210 clauses out of 20430 with flag 238675/396018
22.17/19.25	c cleaning 11108 clauses out of 22221 with flag 299490/408019
22.88/19.97	c cleaning 12057 clauses out of 24113 with flag 360234/421019
23.78/20.82	c cleaning 13022 clauses out of 26054 with flag 421883/435018
24.68/21.75	c cleaning 14010 clauses out of 28034 with flag 485118/450020
25.67/22.78	c cleaning 15009 clauses out of 30023 with flag 552967/466019
26.86/23.94	c cleaning 15999 clauses out of 32013 with flag 633633/483018
28.07/25.15	c cleaning 16996 clauses out of 34015 with flag 716805/501019
29.26/26.34	c cleaning 18010 clauses out of 36020 with flag 812980/520020
30.65/27.72	c cleaning 18999 clauses out of 38009 with flag 905739/540019
32.16/29.26	c cleaning 19997 clauses out of 40010 with flag 1003492/561019
33.65/30.78	c cleaning 20994 clauses out of 42013 with flag 1108899/583019
35.44/32.51	c cleaning 21996 clauses out of 44018 with flag 1209775/606018
37.24/34.36	c cleaning 23007 clauses out of 46024 with flag 1320547/630020
39.23/36.50	c cleaning 24007 clauses out of 48015 with flag 1446192/655018
41.12/38.43	c cleaning 25004 clauses out of 50007 with flag 1565956/681019
43.22/40.50	c cleaning 25996 clauses out of 52003 with flag 1689835/708019
45.32/42.66	c cleaning 27000 clauses out of 54007 with flag 1811781/736019
47.61/44.90	c cleaning 27997 clauses out of 56006 with flag 1937325/765018
49.90/47.22	c cleaning 28999 clauses out of 58008 with flag 2070394/795018
52.30/49.66	c cleaning 30001 clauses out of 60009 with flag 2200797/826018
54.81/52.16	c cleaning 30996 clauses out of 62008 with flag 2332493/858018
57.13/54.52	c starts		: 4607
57.13/54.52	c conflicts		: 886036
57.13/54.52	c decisions		: 1113227
57.13/54.52	c propagations		: 49425775
57.13/54.52	c inspects		: 557072213
57.13/54.52	c shortcuts		: 0
57.13/54.52	c learnt literals	: 23
57.13/54.52	c learnt binary clauses	: 194
57.13/54.52	c learnt ternary clauses	: 1630
57.13/54.52	c learnt constraints	: 886012
57.13/54.52	c ignored constraints	: 0
57.13/54.52	c root simplifications	: 0
57.13/54.52	c removed literals (reason simplification)	: 19661305
57.13/54.52	c reason swapping (by a shorter reason)	: 0
57.13/54.52	c Calls to reduceDB	: 60
57.13/54.52	c Number of update (reduction) of LBD	: 208337
57.13/54.52	c Imported unit clauses	: 0
57.13/54.52	c No decision after first conflict	: false
57.13/54.52	c number of reductions to clauses (during analyze)	: 0
57.13/54.52	c number of learned constraints concerned by reduction	: 0
57.13/54.52	c number of learning phase by resolution	: 0
57.13/54.53	c number of learning phase by cutting planes	: 0
57.13/54.53	c number of rounding to 1 operations	: 0
57.13/54.53	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
57.13/54.53	c number of reductions of the coefficients by power 2 	: 0
57.13/54.53	c number of right shift for reduction by power 2 	: 0
57.13/54.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
57.13/54.53	c number of ending skipping 	: 0
57.13/54.53	c number of internal skipping 	: 0
57.13/54.53	c number of derivation steps 	: 0
57.13/54.53	c number of skipped derivation steps 	: 0
57.13/54.53	c number of remaining unassigned 	: 0
57.13/54.53	c number of remaining assigned 	: 0
57.13/54.53	c number of falsified literals weakened from reason	: 0
57.13/54.53	c number of falsified literals weakened from conflict	: 0
57.13/54.53	c time for arithmetic operations	: 0
57.13/54.53	c minimum degree of deleted constraints	: null
57.13/54.53	c maximum degree of deleted constraints	: null
57.13/54.53	c number of deleted constraints	: 0
57.13/54.53	c speed (assignments/second)	: 909732.6523099577
57.13/54.53	c non guided choices	: 253
57.13/54.53	s OPTIMUM FOUND
57.13/54.53	c Found 5 solution(s)
57.13/54.54	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 
57.13/54.54	c objective function=64
57.13/54.54	c Total wall clock time (in seconds): 54.417

Verifier Data

OK	64

Checking of UNSAT/OPT proofs:

VeriPB

Running VeriPB version 2.2.1
s VERIFIED BOUNDS 64 <= obj <= 64
Verification succeeded.

VeriPB + CakePB

-- veripb --
Running VeriPB version 2.2.1
s VERIFIED BOUNDS 64 <= obj <= 64
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 64 <= obj <= 64
--summary--
ALL OK

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: 63968 MiB (32945 MiB free)
  memory of node 1: 64473 MiB (45009 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440253-1721769193/watcher-4440253-1721769193 -o /tmp/evaluation-result-4440253-1721769193/solver-4440253-1721769193 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721765586-134662 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4440253-1721769193 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440253-1721769193.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
solver pid=136705, runsolver pid=136702
Current StackSize limit: 8192 KiB


[startup+0.103003 s]*
/proc/loadavg: 4.50 4.48 4.28 6/333 136723
/proc/meminfo: memFree=79780284/131524600 swapFree=131071996/131071996
[pid=136705] ppid=136702 vsize=18975048 memory=66388 CPUtime=0.14 cores=4,6
/proc/136705/stat : 136705 (java) S 136702 136705 134651 0 -1 1077936128 7108 0 0 0 12 2 0 0 20 0 18 0 13443276 19430449152 16597 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
/proc/136705/statm: 4743762 16597 5564 1 0 549380 0
[pid=136705/tid=136707] ppid=136702 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/136705/task/136707/stat : 136707 (java) R 136702 136705 134651 0 -1 4194368 5675 0 0 0 8 1 0 0 20 0 18 0 13443276 19430449152 16597 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136716] ppid=136702 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/136705/task/136716/stat : 136716 (Finalizer) S 136702 136705 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 13443278 19430449152 16597 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136723] ppid=136702 vsize=18975048 memory=13565998624176213 CPUtime=0 cores=4,6
/proc/136705/task/136723/stat : 136723 (Common-Cleaner) S 136702 136705 134651 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 13443279 19430449152 16597 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66388 KiB

[startup+0.214942 s]*
/proc/loadavg: 4.50 4.48 4.28 6/334 136724
/proc/meminfo: memFree=79771284/131524600 swapFree=131071996/131071996
[pid=136705] ppid=136702 vsize=19041612 memory=75908 CPUtime=0.35 cores=4,6
/proc/136705/stat : 136705 (java) S 136702 136705 134651 0 -1 1077936128 7704 0 0 0 33 2 0 0 20 0 19 0 13443276 19498610688 18977 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
/proc/136705/statm: 4760403 18977 5893 1 0 550035 0
[pid=136705/tid=136707] ppid=136702 vsize=19041612 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/136705/task/136707/stat : 136707 (java) R 136702 136705 134651 0 -1 4194368 5956 0 0 0 18 1 0 0 20 0 19 0 13443276 19498610688 18977 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136716] ppid=136702 vsize=19041612 memory=5719 CPUtime=0 cores=4,6
/proc/136705/task/136716/stat : 136716 (Finalizer) S 136702 136705 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 13443278 19498610688 18977 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136723] ppid=136702 vsize=19041612 memory=14127849065940646 CPUtime=0 cores=4,6
/proc/136705/task/136723/stat : 136723 (Common-Cleaner) S 136702 136705 134651 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 13443279 19498610688 18977 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136724] ppid=136702 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/136705/task/136724/stat : 136724 (Timer-0) S 136702 136705 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 13443296 19498610688 18977 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 75908 KiB

[startup+0.308896 s]*
/proc/loadavg: 4.50 4.48 4.28 6/334 136724
/proc/meminfo: memFree=79761472/131524600 swapFree=131071996/131071996
[pid=136705] ppid=136702 vsize=19041612 memory=84992 CPUtime=0.53 cores=4,6
/proc/136705/stat : 136705 (java) S 136702 136705 134651 0 -1 1077936128 8737 0 0 0 50 3 0 0 20 0 19 0 13443276 19498610688 21248 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
/proc/136705/statm: 4760403 21248 5893 1 0 550688 0
[pid=136705/tid=136707] ppid=136702 vsize=19041612 memory=-9033485719114130108 CPUtime=0.29 cores=4,6
/proc/136705/task/136707/stat : 136707 (java) R 136702 136705 134651 0 -1 4194368 5974 0 0 0 27 2 0 0 20 0 19 0 13443276 19498610688 21248 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136716] ppid=136702 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/136705/task/136716/stat : 136716 (Finalizer) S 136702 136705 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 13443278 19498610688 21248 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136723] ppid=136702 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/136705/task/136723/stat : 136723 (Common-Cleaner) S 136702 136705 134651 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 13443279 19498610688 21248 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136724] ppid=136702 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/136705/task/136724/stat : 136724 (Timer-0) S 136702 136705 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 13443296 19498610688 21248 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 84992 KiB

[startup+0.700231 s]
/proc/loadavg: 4.50 4.48 4.28 7/334 136724
/proc/meminfo: memFree=79732736/131524600 swapFree=131071996/131071996
[pid=136705] ppid=136702 vsize=19041612 memory=136992 CPUtime=1.29 cores=4,6
/proc/136705/stat : 136705 (java) S 136702 136705 134651 0 -1 1077936128 12813 0 0 0 125 4 0 0 20 0 19 0 13443276 19498610688 34248 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
/proc/136705/statm: 4760403 34248 5909 1 0 553269 0
[pid=136705/tid=136707] ppid=136702 vsize=19041612 memory=50792 CPUtime=0.65 cores=4,6
/proc/136705/task/136707/stat : 136707 (java) R 136702 136705 134651 0 -1 4194368 6059 0 0 0 63 2 0 0 20 0 19 0 13443276 19498610688 34248 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136716] ppid=136702 vsize=19041612 memory=12992 CPUtime=0 cores=4,6
/proc/136705/task/136716/stat : 136716 (Finalizer) S 136702 136705 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 13443278 19498610688 34248 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136723] ppid=136702 vsize=19041612 memory=2336 CPUtime=0 cores=4,6
/proc/136705/task/136723/stat : 136723 (Common-Cleaner) S 136702 136705 134651 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 13443279 19498610688 34248 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136724] ppid=136702 vsize=19041612 memory=32404 CPUtime=0 cores=4,6
/proc/136705/task/136724/stat : 136724 (Timer-0) S 136702 136705 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 13443296 19498610688 34248 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 136992 KiB

[startup+1.50036 s]
/proc/loadavg: 4.50 4.48 4.28 6/334 136724
/proc/meminfo: memFree=79669908/131524600 swapFree=131071996/131071996
[pid=136705] ppid=136702 vsize=19108176 memory=181552 CPUtime=2.87 cores=4,6
/proc/136705/stat : 136705 (java) S 136702 136705 134651 0 -1 1077936128 20002 0 0 0 281 6 0 0 20 0 20 0 13443276 19566772224 45388 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
/proc/136705/statm: 4777044 45388 5973 1 0 554598 0
[pid=136705/tid=136707] ppid=136702 vsize=19108176 memory=12992 CPUtime=1.44 cores=4,6
/proc/136705/task/136707/stat : 136707 (java) R 136702 136705 134651 0 -1 4194368 6527 0 0 0 141 3 0 0 20 0 20 0 13443276 19566772224 45388 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136716] ppid=136702 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/136705/task/136716/stat : 136716 (Finalizer) S 136702 136705 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13443278 19566772224 45388 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136723] ppid=136702 vsize=19108176 memory=2336 CPUtime=0 cores=4,6
/proc/136705/task/136723/stat : 136723 (Common-Cleaner) S 136702 136705 134651 0 -1 1077936192 72 0 0 0 0 0 0 0 20 0 20 0 13443279 19566772224 45388 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136724] ppid=136702 vsize=19108176 memory=32404 CPUtime=0 cores=4,6
/proc/136705/task/136724/stat : 136724 (Timer-0) S 136702 136705 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13443296 19566772224 45388 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 181552 KiB

[startup+3.10571 s]
/proc/loadavg: 4.50 4.48 4.28 10/334 136860
/proc/meminfo: memFree=85744556/131524600 swapFree=131071996/131071996
[pid=136705] ppid=136702 vsize=19108176 memory=189356 CPUtime=5.33 cores=4,6
/proc/136705/stat : 136705 (java) S 136702 136705 134651 0 -1 1077936128 25289 0 0 0 525 8 0 0 20 0 20 0 13443276 19566772224 47339 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
/proc/136705/statm: 4777044 47339 5973 1 0 555890 0
[pid=136705/tid=136707] ppid=136702 vsize=19108176 memory=0 CPUtime=3.02 cores=4,6
/proc/136705/task/136707/stat : 136707 (java) R 136702 136705 134651 0 -1 4194368 7439 0 0 0 297 5 0 0 20 0 20 0 13443276 19566772224 47339 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136716] ppid=136702 vsize=19108176 memory=-9033485719114130108 CPUtime=0 cores=4,6
/proc/136705/task/136716/stat : 136716 (Finalizer) S 136702 136705 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13443278 19566772224 47339 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136723] ppid=136702 vsize=19108176 memory=12992 CPUtime=0 cores=4,6
/proc/136705/task/136723/stat : 136723 (Common-Cleaner) S 136702 136705 134651 0 -1 1077936192 72 0 0 0 0 0 0 0 20 0 20 0 13443279 19566772224 47339 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136724] ppid=136702 vsize=19108176 memory=2336 CPUtime=0 cores=4,6
/proc/136705/task/136724/stat : 136724 (Timer-0) S 136702 136705 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13443296 19566772224 47339 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
Current children cumulated CPU time: 5.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 189356 KiB

[startup+6.30027 s]
/proc/loadavg: 4.62 4.51 4.29 5/336 136862
/proc/meminfo: memFree=85427432/131524600 swapFree=131071996/131071996
[pid=136705] ppid=136702 vsize=19108176 memory=410980 CPUtime=8.91 cores=4,6
/proc/136705/stat : 136705 (java) S 136702 136705 134651 0 -1 1077936128 28350 0 0 0 876 15 0 0 20 0 20 0 13443276 19566772224 102745 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
/proc/136705/statm: 4777044 102745 5973 1 0 555909 0
[pid=136705/tid=136707] ppid=136702 vsize=19108176 memory=12992 CPUtime=6.19 cores=4,6
/proc/136705/task/136707/stat : 136707 (java) R 136702 136705 134651 0 -1 4194368 8379 0 0 0 608 11 0 0 20 0 20 0 13443276 19566772224 102745 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136716] ppid=136702 vsize=19108176 memory=2336 CPUtime=0 cores=4,6
/proc/136705/task/136716/stat : 136716 (Finalizer) S 136702 136705 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13443278 19566772224 102745 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136723] ppid=136702 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/136705/task/136723/stat : 136723 (Common-Cleaner) S 136702 136705 134651 0 -1 1077936192 80 0 0 0 0 0 0 0 20 0 20 0 13443279 19566772224 102745 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136724] ppid=136702 vsize=19108176 memory=11624 CPUtime=0 cores=4,6
/proc/136705/task/136724/stat : 136724 (Timer-0) S 136702 136705 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13443296 19566772224 102745 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
Current children cumulated CPU time: 8.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 410980 KiB

[startup+12.7003 s]
/proc/loadavg: 4.57 4.50 4.29 5/336 136863
/proc/meminfo: memFree=83993256/131524600 swapFree=131071996/131071996
[pid=136705] ppid=136702 vsize=19108176 memory=601832 CPUtime=15.69 cores=4,6
/proc/136705/stat : 136705 (java) S 136702 136705 134651 0 -1 1077936128 32608 0 0 0 1548 21 0 0 20 0 20 0 13443276 19566772224 150458 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
/proc/136705/statm: 4777044 150458 5973 1 0 555909 0
[pid=136705/tid=136707] ppid=136702 vsize=19108176 memory=599620 CPUtime=12.56 cores=4,6
/proc/136705/task/136707/stat : 136707 (java) R 136702 136705 134651 0 -1 4194368 9329 0 0 0 1240 16 0 0 20 0 20 0 13443276 19566772224 150458 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136716] ppid=136702 vsize=19108176 memory=601816 CPUtime=0 cores=4,6
/proc/136705/task/136716/stat : 136716 (Finalizer) S 136702 136705 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13443278 19566772224 150458 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136723] ppid=136702 vsize=19108176 memory=12992 CPUtime=0 cores=4,6
/proc/136705/task/136723/stat : 136723 (Common-Cleaner) S 136702 136705 134651 0 -1 1077936192 80 0 0 0 0 0 0 0 20 0 20 0 13443279 19566772224 150458 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136724] ppid=136702 vsize=19108176 memory=11624 CPUtime=0 cores=4,6
/proc/136705/task/136724/stat : 136724 (Timer-0) S 136702 136705 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13443296 19566772224 150458 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
Current children cumulated CPU time: 15.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 601832 KiB

[startup+25.5003 s]
/proc/loadavg: 4.52 4.49 4.29 5/336 136934
/proc/meminfo: memFree=98005784/131524600 swapFree=131071996/131071996
[pid=136705] ppid=136702 vsize=19108176 memory=1316664 CPUtime=28.46 cores=4,6
/proc/136705/stat : 136705 (java) S 136702 136705 134651 0 -1 1077936128 35870 0 0 0 2807 39 0 0 20 0 20 0 13443276 19566772224 329166 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
/proc/136705/statm: 4777044 329166 5988 1 0 555909 0
[pid=136705/tid=136707] ppid=136702 vsize=19108176 memory=12992 CPUtime=25.3 cores=4,6
/proc/136705/task/136707/stat : 136707 (java) R 136702 136705 134651 0 -1 4194368 10994 0 0 0 2496 34 0 0 20 0 20 0 13443276 19566772224 329166 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136716] ppid=136702 vsize=19108176 memory=11624 CPUtime=0 cores=4,6
/proc/136705/task/136716/stat : 136716 (Finalizer) S 136702 136705 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13443278 19566772224 329166 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136723] ppid=136702 vsize=19108176 memory=599620 CPUtime=0 cores=4,6
/proc/136705/task/136723/stat : 136723 (Common-Cleaner) S 136702 136705 134651 0 -1 1077936192 80 0 0 0 0 0 0 0 20 0 20 0 13443279 19566772224 329166 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136724] ppid=136702 vsize=19108176 memory=419304 CPUtime=0 cores=4,6
/proc/136705/task/136724/stat : 136724 (Timer-0) S 136702 136705 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13443296 19566772224 329166 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
Current children cumulated CPU time: 28.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1316664 KiB

[startup+51.1058 s]
/proc/loadavg: 4.40 4.46 4.29 4/336 136939
/proc/meminfo: memFree=97304728/131524600 swapFree=131071996/131071996
[pid=136705] ppid=136702 vsize=19108176 memory=1316668 CPUtime=53.8 cores=4,6
/proc/136705/stat : 136705 (java) S 136702 136705 134651 0 -1 1077936128 40014 0 0 0 5335 45 0 0 20 0 20 0 13443276 19566772224 329167 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
/proc/136705/statm: 4777044 329167 5988 1 0 555909 0
[pid=136705/tid=136707] ppid=136702 vsize=19108176 memory=1316668 CPUtime=50.62 cores=4,6
/proc/136705/task/136707/stat : 136707 (java) R 136702 136705 134651 0 -1 4194368 13364 0 0 0 5023 39 0 0 20 0 20 0 13443276 19566772224 329167 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136716] ppid=136702 vsize=19108176 memory=4516 CPUtime=0 cores=4,6
/proc/136705/task/136716/stat : 136716 (Finalizer) S 136702 136705 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13443278 19566772224 329167 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136723] ppid=136702 vsize=19108176 memory=31760 CPUtime=0 cores=4,6
/proc/136705/task/136723/stat : 136723 (Common-Cleaner) S 136702 136705 134651 0 -1 1077936192 80 0 0 0 0 0 0 0 20 0 20 0 13443279 19566772224 329167 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136724] ppid=136702 vsize=19108176 memory=11624 CPUtime=0 cores=4,6
/proc/136705/task/136724/stat : 136724 (Timer-0) S 136702 136705 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13443296 19566772224 329167 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
Current children cumulated CPU time: 53.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1316668 KiB

[startup+54.564 s]
# the end of solver process 136705 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=56.6917 s, system=0.482162 s

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

[startup+51.2003 s]
/proc/loadavg: 4.40 4.46 4.29 4/336 136939
/proc/meminfo: memFree=97304728/131524600 swapFree=131071996/131071996
[pid=136705] ppid=136702 vsize=19108176 memory=1316668 CPUtime=53.89 cores=4,6
/proc/136705/stat : 136705 (java) S 136702 136705 134651 0 -1 1077936128 40016 0 0 0 5344 45 0 0 20 0 20 0 13443276 19566772224 329167 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
/proc/136705/statm: 4777044 329167 5988 1 0 555909 0
[pid=136705/tid=136707] ppid=136702 vsize=19108176 memory=599620 CPUtime=50.71 cores=4,6
/proc/136705/task/136707/stat : 136707 (java) R 136702 136705 134651 0 -1 4194368 13366 0 0 0 5032 39 0 0 20 0 20 0 13443276 19566772224 329167 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136716] ppid=136702 vsize=19108176 memory=1316668 CPUtime=0 cores=4,6
/proc/136705/task/136716/stat : 136716 (Finalizer) S 136702 136705 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13443278 19566772224 329167 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136723] ppid=136702 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/136705/task/136723/stat : 136723 (Common-Cleaner) S 136702 136705 134651 0 -1 1077936192 80 0 0 0 0 0 0 0 20 0 20 0 13443279 19566772224 329167 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136724] ppid=136702 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/136705/task/136724/stat : 136724 (Timer-0) S 136702 136705 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13443296 19566772224 329167 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
Current children cumulated CPU time: 53.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1316668 KiB

[startup+52.8002 s]
/proc/loadavg: 4.40 4.46 4.29 5/336 136939
/proc/meminfo: memFree=97287412/131524600 swapFree=131071996/131071996
[pid=136705] ppid=136702 vsize=19108176 memory=1324864 CPUtime=55.5 cores=4,6
/proc/136705/stat : 136705 (java) S 136702 136705 134651 0 -1 1077936128 41654 0 0 0 5504 46 0 0 20 0 20 0 13443276 19566772224 331216 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
/proc/136705/statm: 4777044 331216 5988 1 0 555909 0
[pid=136705/tid=136707] ppid=136702 vsize=19108176 memory=1316668 CPUtime=52.29 cores=4,6
/proc/136705/task/136707/stat : 136707 (java) R 136702 136705 134651 0 -1 4194368 13393 0 0 0 5190 39 0 0 20 0 20 0 13443276 19566772224 331216 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136716] ppid=136702 vsize=19108176 memory=1316668 CPUtime=0 cores=4,6
/proc/136705/task/136716/stat : 136716 (Finalizer) S 136702 136705 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13443278 19566772224 331216 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136723] ppid=136702 vsize=19108176 memory=1324864 CPUtime=0 cores=4,6
/proc/136705/task/136723/stat : 136723 (Common-Cleaner) S 136702 136705 134651 0 -1 1077936192 105 0 0 0 0 0 0 0 20 0 20 0 13443279 19566772224 331216 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136724] ppid=136702 vsize=19108176 memory=16104 CPUtime=0 cores=4,6
/proc/136705/task/136724/stat : 136724 (Timer-0) S 136702 136705 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13443296 19566772224 331216 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
Current children cumulated CPU time: 55.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1324864 KiB

[startup+53.6003 s]
/proc/loadavg: 4.40 4.46 4.29 5/336 136939
/proc/meminfo: memFree=97264648/131524600 swapFree=131071996/131071996
[pid=136705] ppid=136702 vsize=19108176 memory=1324864 CPUtime=56.3 cores=4,6
/proc/136705/stat : 136705 (java) S 136702 136705 134651 0 -1 1077936128 41654 0 0 0 5584 46 0 0 20 0 20 0 13443276 19566772224 331216 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
/proc/136705/statm: 4777044 331216 5988 1 0 555909 0
[pid=136705/tid=136707] ppid=136702 vsize=19108176 memory=39168 CPUtime=53.08 cores=4,6
/proc/136705/task/136707/stat : 136707 (java) R 136702 136705 134651 0 -1 4194368 13393 0 0 0 5269 39 0 0 20 0 20 0 13443276 19566772224 331216 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136716] ppid=136702 vsize=19108176 memory=5508 CPUtime=0 cores=4,6
/proc/136705/task/136716/stat : 136716 (Finalizer) S 136702 136705 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13443278 19566772224 331216 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136723] ppid=136702 vsize=19108176 memory=16104 CPUtime=0 cores=4,6
/proc/136705/task/136723/stat : 136723 (Common-Cleaner) S 136702 136705 134651 0 -1 1077936192 105 0 0 0 0 0 0 0 20 0 20 0 13443279 19566772224 331216 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136724] ppid=136702 vsize=19108176 memory=2336 CPUtime=0 cores=4,6
/proc/136705/task/136724/stat : 136724 (Timer-0) S 136702 136705 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13443296 19566772224 331216 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
Current children cumulated CPU time: 56.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1324864 KiB

[startup+54.0002 s]*
/proc/loadavg: 4.40 4.46 4.29 5/336 136939
/proc/meminfo: memFree=97238376/131524600 swapFree=131071996/131071996
[pid=136705] ppid=136702 vsize=19108176 memory=1324864 CPUtime=56.7 cores=4,6
/proc/136705/stat : 136705 (java) S 136702 136705 134651 0 -1 1077936128 41656 0 0 0 5624 46 0 0 20 0 20 0 13443276 19566772224 331216 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
/proc/136705/statm: 4777044 331216 5988 1 0 555909 0
[pid=136705/tid=136707] ppid=136702 vsize=19108176 memory=0 CPUtime=53.49 cores=4,6
/proc/136705/task/136707/stat : 136707 (java) R 136702 136705 134651 0 -1 4194368 13395 0 0 0 5310 39 0 0 20 0 20 0 13443276 19566772224 331216 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136716] ppid=136702 vsize=19108176 memory=25 CPUtime=0 cores=4,6
/proc/136705/task/136716/stat : 136716 (Finalizer) S 136702 136705 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13443278 19566772224 331216 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136723] ppid=136702 vsize=19108176 memory=-9105259639152091836 CPUtime=0 cores=4,6
/proc/136705/task/136723/stat : 136723 (Common-Cleaner) S 136702 136705 134651 0 -1 1077936192 105 0 0 0 0 0 0 0 20 0 20 0 13443279 19566772224 331216 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136724] ppid=136702 vsize=19108176 memory=2244 CPUtime=0 cores=4,6
/proc/136705/task/136724/stat : 136724 (Timer-0) S 136702 136705 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13443296 19566772224 331216 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
Current children cumulated CPU time: 56.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1324864 KiB

[startup+54.4003 s]
/proc/loadavg: 4.40 4.46 4.29 5/336 136939
/proc/meminfo: memFree=97238376/131524600 swapFree=131071996/131071996
[pid=136705] ppid=136702 vsize=19108176 memory=1324868 CPUtime=57.1 cores=4,6
/proc/136705/stat : 136705 (java) S 136702 136705 134651 0 -1 1077936128 42725 0 0 0 5664 46 0 0 20 0 20 0 13443276 19566772224 331217 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
/proc/136705/statm: 4777044 331217 5988 1 0 555909 0
[pid=136705/tid=136707] ppid=136702 vsize=19108176 memory=0 CPUtime=53.89 cores=4,6
/proc/136705/task/136707/stat : 136707 (java) R 136702 136705 134651 0 -1 4194368 13858 0 0 0 5349 40 0 0 20 0 20 0 13443276 19566772224 331217 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136716] ppid=136702 vsize=19108176 memory=4516 CPUtime=0 cores=4,6
/proc/136705/task/136716/stat : 136716 (Finalizer) S 136702 136705 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13443278 19566772224 331217 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136723] ppid=136702 vsize=19108176 memory=1328941 CPUtime=0 cores=4,6
/proc/136705/task/136723/stat : 136723 (Common-Cleaner) S 136702 136705 134651 0 -1 1077936192 105 0 0 0 0 0 0 0 20 0 20 0 13443279 19566772224 331217 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136724] ppid=136702 vsize=19108176 memory=1324864 CPUtime=0 cores=4,6
/proc/136705/task/136724/stat : 136724 (Timer-0) S 136702 136705 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13443296 19566772224 331217 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
Current children cumulated CPU time: 57.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1324868 KiB

[startup+54.5002 s]
/proc/loadavg: 4.40 4.46 4.29 5/336 136939
/proc/meminfo: memFree=97238376/131524600 swapFree=131071996/131071996
[pid=136705] ppid=136702 vsize=19108176 memory=1324904 CPUtime=57.13 cores=4,6
/proc/136705/stat : 136705 (java) S 136702 136705 134651 0 -1 1077936128 43103 0 0 0 5666 47 0 0 20 0 20 0 13443276 19566772224 331226 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
/proc/136705/statm: 4777044 331226 5988 1 0 555909 0
[pid=136705/tid=136707] ppid=136702 vsize=19108176 memory=31760 CPUtime=53.9 cores=4,6
/proc/136705/task/136707/stat : 136707 (java) D 136702 136705 134651 0 -1 4194368 14219 0 0 0 5350 40 0 0 20 0 20 0 13443276 19566772224 331226 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 33 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136716] ppid=136702 vsize=19108176 memory=11624 CPUtime=0 cores=4,6
/proc/136705/task/136716/stat : 136716 (Finalizer) S 136702 136705 134651 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13443278 19566772224 331226 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136723] ppid=136702 vsize=19108176 memory=50792 CPUtime=0 cores=4,6
/proc/136705/task/136723/stat : 136723 (Common-Cleaner) S 136702 136705 134651 0 -1 1077936192 105 0 0 0 0 0 0 0 20 0 20 0 13443279 19566772224 331226 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
[pid=136705/tid=136724] ppid=136702 vsize=19108176 memory=1316668 CPUtime=0 cores=4,6
/proc/136705/task/136724/stat : 136724 (Timer-0) S 136702 136705 134651 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13443296 19566772224 331226 134679101440 94840930332672 94840930336368 140734387353696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94840930344184 94840930344976 94840932614144 140734387356587 140734387356769 140734387356769 140734387363784 0
Current children cumulated CPU time: 57.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1324904 KiB

Child status: 30

Real time (s): 54.5641
CPU time (s): 57.1739
CPU user time (s): 56.6917
CPU system time (s): 0.482162
CPU usage (%): 104.783
Max. virtual memory (cumulated for all children) (KiB): 19109928
Max. memory (cumulated for all children) (KiB): 1324904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 56.6917
system time used= 0.482162
maximum resident set size= 1326112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44228
page faults= 0
swaps= 0
block input operations= 0
block output operations= 274104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3297
involuntary context switches= 340


# summary of solver processes directly reported to runsolver:
#   pid: 136705
#   total CPU time (s): 57.1739
#   total CPU user time (s): 56.6917
#   total CPU system time (s): 0.482162

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.136267 second user time and 0.291586 second system time

The end

Launcher Data

Begin job on nodeC030 at 2024-07-23 23:13:13
IDJOB=4440253
IDBENCH=147193
IDSOLVER=3079
FILE ID=nodeC030/4440253-1721769193
RUNJOBID= nodeC030-1721765586-134662
SLURM_JOB_ID= 7770658
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/routing/normalized-s4-4-3-2pb.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440253-1721769193/watcher-4440253-1721769193 -o /tmp/evaluation-result-4440253-1721769193/solver-4440253-1721769193 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC030-1721765586-134662 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440253-1721769193 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440253-1721769193.opb

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

MD5SUM BENCH= ec9adf76d63434d996d896282eaca207
RANDOM SEED=985865819

nodeC030.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		: 3678.556
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.45
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		: 3691.964
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	: 7005.46
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		: 3625.292
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.45
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		: 3599.928
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	: 7005.46
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		: 3636.807
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.45
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		: 3692.043
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	: 7005.46
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		: 3617.429
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.45
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.987
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	: 7005.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        79826520 kB
MemAvailable:   122096964 kB
Buffers:          192512 kB
Cached:         42787596 kB
SwapCached:            0 kB
Active:          1350048 kB
Inactive:       49504260 kB
Active(anon):       1552 kB
Inactive(anon):  7918636 kB
Active(file):    1348496 kB
Inactive(file): 41585624 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             81624 kB
Writeback:             0 kB
AnonPages:       7870956 kB
Mapped:           128364 kB
Shmem:             45912 kB
KReclaimable:     352296 kB
Slab:             471332 kB
SReclaimable:     352296 kB
SUnreclaim:       119036 kB
KernelStack:        5088 kB
PageTables:        25464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9458176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21088 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7575552 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:      285396 kB
DirectMap2M:    27799552 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC030 at 2024-07-23 23:14:08