Trace number 4085319

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 PB 2.3.6 Resolution PB16SAT (TO)-26 1800.08 1780.04

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-2.opb
MD5SUM907943cf03e4e0f899b19858f5690e6e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-35
Best CPU time to get the best result obtained on this benchmark65.593
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -35
Optimality of the best value was proved NO
Number of variables595
Total number of constraints27847
Number of constraints which are clauses27847
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 595
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 595
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 595
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.06/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.06/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.32	c See www.sat4j.org for details.
0.06/0.32	c version PB16.v20160501
0.06/0.32	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.32	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.32	c java.vm.version	19.1-b02
0.06/0.32	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.32	c sun.arch.data.model	64
0.06/0.32	c java.version		1.6.0_24
0.06/0.32	c os.name		Linux
0.06/0.32	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.32	c os.arch		amd64
0.06/0.32	c Free memory 		501472288
0.06/0.32	c Max memory 		7480803328
0.06/0.32	c Total memory 		504102912
0.06/0.32	c Number of processors 	8
0.06/0.36	c Pseudo Boolean Optimization by upper bound
0.06/0.36	c --- Begin Solver configuration ---
0.06/0.36	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.06/0.36	c Learn all clauses as in MiniSAT
0.06/0.36	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.06/0.36	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.06/0.36	c No reason simplification
0.06/0.36	c Glucose 2.1 dynamic restart strategy
0.06/0.36	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.06/0.36	c timeout=2147483s
0.06/0.36	c DB Simplification allowed=false
0.06/0.36	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.06/0.36	c --- End Solver configuration ---
0.06/0.36	c solving HOME/instance-4085319-1465237111.opb
0.06/0.36	c reading problem ... 
0.06/0.36	c  objective function found
0.93/0.73	c ... done. Wall clock time 0.373s.
0.93/0.73	c declared #vars     595
0.93/0.73	c #constraints  27847
0.93/0.73	c constraints type 
0.93/0.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 27847
0.93/0.73	c 27847 constraints processed.
0.93/0.73	c objective function length is 595 literals
0.93/0.74	c SATISFIABLE
0.93/0.74	c OPTIMIZING...
0.93/0.74	c Got one! Elapsed wall clock time (in seconds):0.384
0.93/0.74	o -23
0.93/0.77	c Got one! Elapsed wall clock time (in seconds):0.41
0.93/0.77	o -24
0.93/0.78	c Got one! Elapsed wall clock time (in seconds):0.418
0.93/0.78	o -25
1.23/0.81	c Got one! Elapsed wall clock time (in seconds):0.457
1.23/0.81	o -26
1.86/1.24	c cleaning 2532 clauses out of 5063 with flag 10854/5063
2.46/1.69	c cleaning 4266 clauses out of 8531 with flag 23315/11063
3.10/2.27	c cleaning 5632 clauses out of 11266 with flag 37894/18064
3.80/2.99	c cleaning 6813 clauses out of 13632 with flag 54620/26062
4.91/3.91	c cleaning 7910 clauses out of 15819 with flag 73337/35062
5.91/4.99	c cleaning 8956 clauses out of 17911 with flag 94154/45064
7.20/6.24	c cleaning 9977 clauses out of 19955 with flag 117043/56064
8.60/7.61	c cleaning 10986 clauses out of 21976 with flag 142061/68062
10.01/9.06	c cleaning 11990 clauses out of 23990 with flag 169153/81062
11.98/10.88	c cleaning 13000 clauses out of 26000 with flag 197958/95062
13.78/12.68	c cleaning 13998 clauses out of 28001 with flag 228702/110063
15.58/14.45	c cleaning 14996 clauses out of 30002 with flag 261426/126062
17.78/16.62	c cleaning 15994 clauses out of 32006 with flag 296438/143062
20.43/19.13	c cleaning 17006 clauses out of 34012 with flag 333842/161062
22.94/21.66	c cleaning 18002 clauses out of 36006 with flag 373097/180062
25.84/24.59	c cleaning 19002 clauses out of 38005 with flag 414622/200063
29.84/28.33	c cleaning 20001 clauses out of 40002 with flag 457705/221062
33.04/31.51	c cleaning 21002 clauses out of 42003 with flag 502817/243064
37.74/36.13	c cleaning 21996 clauses out of 43999 with flag 550199/266062
42.84/41.24	c cleaning 23003 clauses out of 46005 with flag 599556/290064
47.64/46.05	c cleaning 23992 clauses out of 48000 with flag 650947/315062
53.40/51.62	c cleaning 24997 clauses out of 50008 with flag 704433/341062
59.11/57.32	c cleaning 25996 clauses out of 52012 with flag 759989/368063
66.75/64.78	c cleaning 27008 clauses out of 54015 with flag 817892/396062
74.95/72.66	c cleaning 28004 clauses out of 56009 with flag 877959/425064
82.53/80.12	c cleaning 29001 clauses out of 58005 with flag 939749/455064
90.81/88.37	c cleaning 30000 clauses out of 60002 with flag 1003774/486062
99.53/96.98	c cleaning 31001 clauses out of 62002 with flag 1070075/518062
109.34/106.68	c cleaning 32000 clauses out of 64003 with flag 1137891/551064
118.41/115.63	c cleaning 33001 clauses out of 66002 with flag 1208083/585063
127.48/124.66	c cleaning 33994 clauses out of 68000 with flag 1280530/620062
137.83/134.96	c cleaning 35002 clauses out of 70008 with flag 1354944/656064
146.51/143.47	c cleaning 36000 clauses out of 72004 with flag 1431532/693062
156.55/153.34	c cleaning 36997 clauses out of 74005 with flag 1509372/731063
167.39/164.12	c cleaning 38004 clauses out of 76007 with flag 1589115/770062
179.03/175.68	c cleaning 38995 clauses out of 78003 with flag 1670861/810062
189.48/186.00	c cleaning 39997 clauses out of 80008 with flag 1754682/851062
199.83/196.26	c cleaning 41005 clauses out of 82011 with flag 1840727/893062
214.14/210.48	c cleaning 42004 clauses out of 84008 with flag 1928613/936064
228.88/225.01	c cleaning 43000 clauses out of 86003 with flag 2018157/980063
243.26/239.39	c cleaning 44000 clauses out of 88003 with flag 2111164/1025063
257.62/253.57	c cleaning 44998 clauses out of 90003 with flag 2206471/1071063
271.38/267.13	c cleaning 46003 clauses out of 92005 with flag 2302868/1118063
293.20/288.88	c cleaning 46998 clauses out of 94001 with flag 2402671/1166062
319.51/314.90	c cleaning 48003 clauses out of 96006 with flag 2504698/1215065
342.46/337.78	c cleaning 49001 clauses out of 98001 with flag 2608244/1265063
365.28/360.42	c cleaning 49995 clauses out of 100000 with flag 2713670/1316063
389.58/384.56	c cleaning 50998 clauses out of 102004 with flag 2820762/1368062
410.87/405.63	c cleaning 52003 clauses out of 104007 with flag 2930146/1421063
436.39/430.98	c cleaning 52996 clauses out of 106003 with flag 3041540/1475062
465.99/460.37	c cleaning 53996 clauses out of 108007 with flag 3155379/1530062
495.47/489.53	c cleaning 55002 clauses out of 110012 with flag 3270727/1586063
526.52/520.38	c cleaning 56004 clauses out of 112009 with flag 3387707/1643062
556.68/550.25	c cleaning 57002 clauses out of 114005 with flag 3508097/1701062
583.33/576.60	c cleaning 57998 clauses out of 116004 with flag 3630756/1760063
607.93/601.05	c cleaning 58998 clauses out of 118005 with flag 3755162/1820062
632.15/625.09	c cleaning 59996 clauses out of 120007 with flag 3881494/1881062
659.55/652.08	c cleaning 61005 clauses out of 122011 with flag 4010304/1943062
685.16/677.46	c cleaning 61997 clauses out of 124006 with flag 4141402/2006062
711.74/703.61	c cleaning 63001 clauses out of 126009 with flag 4273746/2070062
741.65/733.22	c cleaning 64005 clauses out of 128009 with flag 4408531/2135063
774.76/765.82	c cleaning 64990 clauses out of 130003 with flag 4546201/2201062
804.25/795.01	c cleaning 66006 clauses out of 132015 with flag 4684942/2268064
843.03/833.41	c cleaning 67000 clauses out of 134007 with flag 4826249/2336062
878.37/868.36	c cleaning 68001 clauses out of 136007 with flag 4969458/2405062
923.04/912.57	c cleaning 68999 clauses out of 138006 with flag 5115464/2475062
969.51/958.60	c cleaning 69999 clauses out of 140008 with flag 5261893/2546063
1013.89/1002.42	c cleaning 71003 clauses out of 142009 with flag 5412040/2618063
1058.79/1046.89	c cleaning 72001 clauses out of 144005 with flag 5562481/2691062
1106.35/1093.83	c cleaning 73002 clauses out of 146005 with flag 5714874/2765063
1164.77/1151.89	c cleaning 73997 clauses out of 148005 with flag 5871463/2840065
1218.39/1204.86	c cleaning 75002 clauses out of 150007 with flag 6030507/2916064
1288.49/1274.11	c cleaning 76000 clauses out of 152005 with flag 6191682/2993064
1357.16/1342.12	c cleaning 77002 clauses out of 154005 with flag 6354213/3071064
1417.73/1402.06	c cleaning 77997 clauses out of 156002 with flag 6518754/3150063
1482.08/1465.64	c cleaning 78998 clauses out of 158004 with flag 6683602/3230062
1544.15/1526.91	c cleaning 80002 clauses out of 160009 with flag 6850144/3311065
1609.60/1591.72	c cleaning 80999 clauses out of 162004 with flag 7019567/3393062
1677.82/1659.12	c cleaning 81997 clauses out of 164005 with flag 7190811/3476062
1746.67/1727.34	c cleaning 83002 clauses out of 166011 with flag 7364427/3560065
1800.08/1780.00	c starts		: 55
1800.08/1780.00	c conflicts		: 3644330
1800.08/1780.00	c decisions		: 3785907
1800.08/1780.00	c propagations		: 20022438
1800.08/1780.00	c inspects		: 21998955454
1800.08/1780.00	c shortcuts		: 0
1800.08/1780.00	c learnt literals	: 0
1800.08/1780.00	c learnt binary clauses	: 0
1800.08/1780.00	c learnt ternary clauses	: 0
1800.08/1780.00	c learnt constraints	: 3644330
1800.08/1780.00	c ignored constraints	: 0
1800.08/1780.00	c root simplifications	: 0
1800.08/1780.00	c removed literals (reason simplification)	: 0
1800.08/1780.00	c reason swapping (by a shorter reason)	: 0
1800.08/1780.00	c Calls to reduceDB	: 80
1800.08/1780.00	c Number of update (reduction) of LBD	: 120371
1800.08/1780.00	c Imported unit clauses	: 0
1800.08/1780.00	c number of reductions to clauses (during analyze)	: 0
1800.08/1780.00	c number of learned constraints concerned by reduction	: 0
1800.08/1780.00	c number of learning phase by resolution	: 0
1800.08/1780.00	c number of learning phase by cutting planes	: 0
1800.08/1780.00	c speed (assignments/second)	: 11253.182627247483
1800.08/1780.00	c non guided choices	0
1800.08/1780.03	c learnt constraints type 
1800.08/1780.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 167274
1800.08/1780.03	s SATISFIABLE
1800.08/1780.03	c Found 4 solution(s)
1800.08/1780.03	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 
1800.08/1780.04	c objective function=-26
1800.08/1780.04	c Total wall clock time (in seconds): 1779.678

Verifier Data

OK	-26

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4085319-1465237111/watcher-4085319-1465237111 -o /tmp/evaluation-result-4085319-1465237111/solver-4085319-1465237111 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1465237111-7010 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085319-1465237111.opb 

pid=7031
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.26 1.68 1.96 3/173 7034
/proc/meminfo: memFree=30406800/32872528 swapFree=15272/1656604
[pid=7034] ppid=7031 vsize=272 CPUtime=0 cores=0,2,4,6
/proc/7034/stat : 7034 (java) D 7031 7034 4042 0 -1 4202496 157 0 1 0 0 0 0 0 20 0 1 0 105644468 278528 34 33554432000 1073741824 1073778376 140733385863584 140733385860760 239863950631 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/7034/statm: 68 34 25 9 0 25 0

[startup+0.100097 s]
/proc/loadavg: 1.26 1.68 1.96 3/173 7034
/proc/meminfo: memFree=30406800/32872528 swapFree=15272/1656604
[pid=7034] ppid=7031 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/7034/stat : 7034 (java) D 7031 7034 4042 0 -1 4202496 1145 0 19 0 0 0 0 0 20 0 1 0 105644468 23793664 814 33554432000 1073741824 1073778376 140736340395248 140736340385240 140310237599440 0 0 4096 0 18446744071579943789 0 0 17 4 0 0 7 0 0
/proc/7034/statm: 5809 814 608 9 0 128 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23236

[startup+0.200219 s]
/proc/loadavg: 1.26 1.68 1.96 3/173 7034
/proc/meminfo: memFree=30406800/32872528 swapFree=15272/1656604
[pid=7034] ppid=7031 vsize=9092432 CPUtime=0.03 cores=0,2,4,6
/proc/7034/stat : 7034 (java) S 7031 7034 4042 0 -1 4202496 2955 0 26 0 2 1 0 0 20 0 11 0 105644468 9310650368 3602 33554432000 1073741824 1073778376 140736340395248 140736340386384 239876472893 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/7034/statm: 2273108 3602 1631 9 0 2263809 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9092432

[startup+0.300197 s]
/proc/loadavg: 1.26 1.68 1.96 3/173 7034
/proc/meminfo: memFree=30406800/32872528 swapFree=15272/1656604
[pid=7034] ppid=7031 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/7034/stat : 7034 (java) S 7031 7034 4042 0 -1 4202496 3330 0 26 0 5 1 0 0 20 0 18 0 105644468 9787879424 4486 33554432000 1073741824 1073778376 140736340395248 140736340386384 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/7034/statm: 2389619 4486 1788 9 0 2380296 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558476

[startup+0.700178 s]
/proc/loadavg: 1.26 1.68 1.96 3/173 7034
/proc/meminfo: memFree=30406800/32872528 swapFree=15272/1656604
[pid=7034] ppid=7031 vsize=9558476 CPUtime=0.93 cores=0,2,4,6
/proc/7034/stat : 7034 (java) S 7031 7034 4042 0 -1 4202496 11110 0 26 0 90 3 0 0 20 0 18 0 105644468 9787879424 17986 33554432000 1073741824 1073778376 140736340395248 140736340386384 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/7034/statm: 2389619 17986 2243 9 0 2380296 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 1.26 1.68 1.96 3/213 7077
/proc/meminfo: memFree=30252048/32872528 swapFree=15272/1656604
[pid=7034] ppid=7031 vsize=9625040 CPUtime=2.35 cores=0,2,4,6
/proc/7034/stat : 7034 (java) S 7031 7034 4042 0 -1 4202496 15389 0 26 0 230 5 0 0 20 0 19 0 105644468 9856040960 27390 33554432000 1073741824 1073778376 140736340395248 140736340386384 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/7034/statm: 2406260 27390 2269 9 0 2396937 0
[pid=7034/tid=7043] ppid=7031 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/7034/task/7043/stat : 7043 (java) R 7031 7034 4042 0 -1 4202560 2422 0 6 0 120 2 0 0 20 0 19 0 105644479 9856040960 27390 33554432000 1073741824 1073778376 140736340395248 140310233272000 140310089610212 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0
[pid=7034/tid=7045] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7045/stat : 7045 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 27390 33554432000 1073741824 1073778376 140736340395248 140310211382056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7047] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7047/stat : 7047 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 27390 33554432000 1073741824 1073778376 140736340395248 140310210329256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7049] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7049/stat : 7049 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 27390 33554432000 1073741824 1073778376 140736340395248 140310209276968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7034/tid=7051] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7051/stat : 7051 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 27390 33554432000 1073741824 1073778376 140736340395248 140310208224168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7034/tid=7052] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7052/stat : 7052 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 27390 33554432000 1073741824 1073778376 140736340395248 140309870668072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7054] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7054/stat : 7054 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 27390 33554432000 1073741824 1073778376 140736340395248 140309869615272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7034/tid=7055] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7055/stat : 7055 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 27390 33554432000 1073741824 1073778376 140736340395248 140309868562984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7057] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7057/stat : 7057 (java) S 7031 7034 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 27390 33554432000 1073741824 1073778376 140736340395248 140309867510184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7061] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7061/stat : 7061 (java) S 7031 7034 4042 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105644488 9856040960 27390 33554432000 1073741824 1073778376 140736340395248 140309855312616 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7062] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7062/stat : 7062 (java) S 7031 7034 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105644489 9856040960 27390 33554432000 1073741824 1073778376 140736340395248 140309854258680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7064] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7064/stat : 7064 (java) S 7031 7034 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105644489 9856040960 27390 33554432000 1073741824 1073778376 140736340395248 140309853206280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7066] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7066/stat : 7066 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 27390 33554432000 1073741824 1073778376 140736340395248 140309852154768 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7068] ppid=7031 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/7034/task/7068/stat : 7068 (java) S 7031 7034 4042 0 -1 4202560 6847 0 0 0 64 1 0 0 20 0 19 0 105644495 9856040960 27390 33554432000 1073741824 1073778376 140736340395248 140309851101368 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7070] ppid=7031 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/7034/task/7070/stat : 7070 (java) S 7031 7034 4042 0 -1 4202560 4863 0 0 0 42 1 0 0 20 0 19 0 105644495 9856040960 27390 33554432000 1073741824 1073778376 140736340395248 140309850048568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7071] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7071/stat : 7071 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 27390 33554432000 1073741824 1073778376 140736340395248 140309848996472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7073] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7073/stat : 7073 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 27390 33554432000 1073741824 1073778376 140736340395248 140309847943880 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7077] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7077/stat : 7077 (java) S 7031 7034 4042 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105644543 9856040960 27390 33554432000 1073741824 1073778376 140736340395248 140309846889896 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 1.32 1.68 1.96 3/213 7077
/proc/meminfo: memFree=30213944/32872528 swapFree=15272/1656604
[pid=7034] ppid=7031 vsize=9625040 CPUtime=4.03 cores=0,2,4,6
/proc/7034/stat : 7034 (java) S 7031 7034 4042 0 -1 4202496 15412 0 26 0 397 6 0 0 20 0 19 0 105644468 9856040960 38654 33554432000 1073741824 1073778376 140736340395248 140736340386384 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/7034/statm: 2406260 38654 2269 9 0 2396937 0
[pid=7034/tid=7043] ppid=7031 vsize=9625040 CPUtime=2.82 cores=0,2,4,6
/proc/7034/task/7043/stat : 7043 (java) R 7031 7034 4042 0 -1 4202560 2445 0 6 0 279 3 0 0 20 0 19 0 105644479 9856040960 38654 33554432000 1073741824 1073778376 140736340395248 140310233280776 140310089556460 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0
[pid=7034/tid=7045] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7045/stat : 7045 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 38654 33554432000 1073741824 1073778376 140736340395248 140310211382056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7047] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7047/stat : 7047 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 38654 33554432000 1073741824 1073778376 140736340395248 140310210329256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7049] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7049/stat : 7049 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 38654 33554432000 1073741824 1073778376 140736340395248 140310209276968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7034/tid=7051] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7051/stat : 7051 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 38654 33554432000 1073741824 1073778376 140736340395248 140310208224168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7034/tid=7052] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7052/stat : 7052 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 38654 33554432000 1073741824 1073778376 140736340395248 140309870668072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7054] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7054/stat : 7054 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 38654 33554432000 1073741824 1073778376 140736340395248 140309869615272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7034/tid=7055] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7055/stat : 7055 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 38654 33554432000 1073741824 1073778376 140736340395248 140309868562984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7057] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7057/stat : 7057 (java) S 7031 7034 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 38654 33554432000 1073741824 1073778376 140736340395248 140309867510184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7061] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7061/stat : 7061 (java) S 7031 7034 4042 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105644488 9856040960 38654 33554432000 1073741824 1073778376 140736340395248 140309855312616 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7062] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7062/stat : 7062 (java) S 7031 7034 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105644489 9856040960 38654 33554432000 1073741824 1073778376 140736340395248 140309854258680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7064] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7064/stat : 7064 (java) S 7031 7034 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105644489 9856040960 38654 33554432000 1073741824 1073778376 140736340395248 140309853206280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7066] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7066/stat : 7066 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 38654 33554432000 1073741824 1073778376 140736340395248 140309852154768 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7068] ppid=7031 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/7034/task/7068/stat : 7068 (java) S 7031 7034 4042 0 -1 4202560 6847 0 0 0 67 2 0 0 20 0 19 0 105644495 9856040960 38654 33554432000 1073741824 1073778376 140736340395248 140309851101368 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7070] ppid=7031 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/7034/task/7070/stat : 7070 (java) S 7031 7034 4042 0 -1 4202560 4863 0 0 0 47 2 0 0 20 0 19 0 105644495 9856040960 38654 33554432000 1073741824 1073778376 140736340395248 140309850048568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7071] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7071/stat : 7071 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 38654 33554432000 1073741824 1073778376 140736340395248 140309848996472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7073] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7073/stat : 7073 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 38654 33554432000 1073741824 1073778376 140736340395248 140309847943880 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7077] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7077/stat : 7077 (java) S 7031 7034 4042 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105644543 9856040960 38654 33554432000 1073741824 1073778376 140736340395248 140309846889896 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.03
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 1.32 1.68 1.96 3/213 7077
/proc/meminfo: memFree=30121484/32872528 swapFree=15272/1656604
[pid=7034] ppid=7031 vsize=9625040 CPUtime=7.3 cores=0,2,4,6
/proc/7034/stat : 7034 (java) S 7031 7034 4042 0 -1 4202496 15513 0 26 0 719 11 0 0 20 0 19 0 105644468 9856040960 52986 33554432000 1073741824 1073778376 140736340395248 140736340386384 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/7034/statm: 2406260 52986 2283 9 0 2396937 0
[pid=7034/tid=7043] ppid=7031 vsize=9625040 CPUtime=5.98 cores=0,2,4,6
/proc/7034/task/7043/stat : 7043 (java) R 7031 7034 4042 0 -1 4202560 2458 0 6 0 595 3 0 0 20 0 19 0 105644479 9856040960 52986 33554432000 1073741824 1073778376 140736340395248 140310233271984 140310089541701 0 4 0 16800975 0 0 0 -1 2 0 0 10 0 0
[pid=7034/tid=7045] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7045/stat : 7045 (java) S 7031 7034 4042 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 52986 33554432000 1073741824 1073778376 140736340395248 140310211382056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7034/tid=7047] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7047/stat : 7047 (java) S 7031 7034 4042 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 52986 33554432000 1073741824 1073778376 140736340395248 140310210329256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7049] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7049/stat : 7049 (java) S 7031 7034 4042 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 52986 33554432000 1073741824 1073778376 140736340395248 140310209276968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7034/tid=7051] ppid=7031 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/7034/task/7051/stat : 7051 (java) S 7031 7034 4042 0 -1 4202560 27 0 0 0 0 1 0 0 20 0 19 0 105644484 9856040960 52986 33554432000 1073741824 1073778376 140736340395248 140310208224168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7034/tid=7052] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7052/stat : 7052 (java) S 7031 7034 4042 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 52986 33554432000 1073741824 1073778376 140736340395248 140309870668072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7054] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7054/stat : 7054 (java) S 7031 7034 4042 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 52986 33554432000 1073741824 1073778376 140736340395248 140309869615272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7034/tid=7055] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7055/stat : 7055 (java) S 7031 7034 4042 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 52986 33554432000 1073741824 1073778376 140736340395248 140309868562984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7057] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7057/stat : 7057 (java) S 7031 7034 4042 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 105644484 9856040960 52986 33554432000 1073741824 1073778376 140736340395248 140309867510184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7061] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7061/stat : 7061 (java) S 7031 7034 4042 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105644488 9856040960 52986 33554432000 1073741824 1073778376 140736340395248 140309855312616 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7062] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7062/stat : 7062 (java) S 7031 7034 4042 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105644489 9856040960 52986 33554432000 1073741824 1073778376 140736340395248 140309854258680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7064] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7064/stat : 7064 (java) S 7031 7034 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105644489 9856040960 52986 33554432000 1073741824 1073778376 140736340395248 140309853206280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7066] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7066/stat : 7066 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 52986 33554432000 1073741824 1073778376 140736340395248 140309852154768 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7068] ppid=7031 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/7034/task/7068/stat : 7068 (java) S 7031 7034 4042 0 -1 4202560 6847 0 0 0 67 2 0 0 20 0 19 0 105644495 9856040960 52986 33554432000 1073741824 1073778376 140736340395248 140309851101368 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7070] ppid=7031 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/7034/task/7070/stat : 7070 (java) S 7031 7034 4042 0 -1 4202560 4863 0 0 0 47 2 0 0 20 0 19 0 105644495 9856040960 52986 33554432000 1073741824 1073778376 140736340395248 140309850048568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7071] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7071/stat : 7071 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 52986 33554432000 1073741824 1073778376 140736340395248 140309848996472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7073] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7073/stat : 7073 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 52986 33554432000 1073741824 1073778376 140736340395248 140309847943880 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7077] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7077/stat : 7077 (java) S 7031 7034 4042 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105644543 9856040960 52986 33554432000 1073741824 1073778376 140736340395248 140309846889896 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.3
Current children cumulated vsize (KiB) 9625040


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

[pid=7034/tid=7077] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7077/stat : 7077 (java) S 7031 7034 4042 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105644543 9856040960 111512 33554432000 1073741824 1073778376 140736340395248 140309846889896 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1620.36
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.24 2.21 2.13 3/213 7119
/proc/meminfo: memFree=29483028/32872528 swapFree=15272/1656604
[pid=7034] ppid=7031 vsize=9625040 CPUtime=1681.03 cores=0,2,4,6
/proc/7034/stat : 7034 (java) S 7031 7034 4042 0 -1 4202496 35303 0 26 0 167853 250 0 0 20 0 19 0 105644468 9856040960 123214 33554432000 1073741824 1073778376 140736340395248 140736340386384 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/7034/statm: 2406260 123214 2292 9 0 2396937 0
[pid=7034/tid=7043] ppid=7031 vsize=9625040 CPUtime=1644.47 cores=0,2,4,6
/proc/7034/task/7043/stat : 7043 (java) R 7031 7034 4042 0 -1 4202560 2884 0 6 0 164415 32 0 0 20 0 19 0 105644479 9856040960 123214 33554432000 1073741824 1073778376 140736340395248 140310233279696 140310089564977 0 4 0 16800975 0 0 0 -1 0 0 0 10 0 0
[pid=7034/tid=7045] ppid=7031 vsize=9625040 CPUtime=3.1 cores=0,2,4,6
/proc/7034/task/7045/stat : 7045 (java) S 7031 7034 4042 0 -1 4202560 2349 0 0 0 284 26 0 0 20 0 19 0 105644484 9856040960 123214 33554432000 1073741824 1073778376 140736340395248 140310211382056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7047] ppid=7031 vsize=9625040 CPUtime=3.15 cores=0,2,4,6
/proc/7034/task/7047/stat : 7047 (java) S 7031 7034 4042 0 -1 4202560 2292 0 0 0 289 26 0 0 20 0 19 0 105644484 9856040960 123214 33554432000 1073741824 1073778376 140736340395248 140310210329256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7049] ppid=7031 vsize=9625040 CPUtime=3.14 cores=0,2,4,6
/proc/7034/task/7049/stat : 7049 (java) S 7031 7034 4042 0 -1 4202560 2087 0 0 0 291 23 0 0 20 0 19 0 105644484 9856040960 123214 33554432000 1073741824 1073778376 140736340395248 140310209276968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7051] ppid=7031 vsize=9625040 CPUtime=3.03 cores=0,2,4,6
/proc/7034/task/7051/stat : 7051 (java) S 7031 7034 4042 0 -1 4202560 2051 0 0 0 279 24 0 0 20 0 19 0 105644484 9856040960 123214 33554432000 1073741824 1073778376 140736340395248 140310208224168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7034/tid=7052] ppid=7031 vsize=9625040 CPUtime=3.11 cores=0,2,4,6
/proc/7034/task/7052/stat : 7052 (java) S 7031 7034 4042 0 -1 4202560 1584 0 0 0 284 27 0 0 20 0 19 0 105644484 9856040960 123214 33554432000 1073741824 1073778376 140736340395248 140309870668072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7054] ppid=7031 vsize=9625040 CPUtime=3.14 cores=0,2,4,6
/proc/7034/task/7054/stat : 7054 (java) S 7031 7034 4042 0 -1 4202560 2996 0 0 0 285 29 0 0 20 0 19 0 105644484 9856040960 123214 33554432000 1073741824 1073778376 140736340395248 140309869615272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7055] ppid=7031 vsize=9625040 CPUtime=3.3 cores=0,2,4,6
/proc/7034/task/7055/stat : 7055 (java) S 7031 7034 4042 0 -1 4202560 1879 0 0 0 303 27 0 0 20 0 19 0 105644484 9856040960 123214 33554432000 1073741824 1073778376 140736340395248 140309868562984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7034/tid=7057] ppid=7031 vsize=9625040 CPUtime=3.11 cores=0,2,4,6
/proc/7034/task/7057/stat : 7057 (java) S 7031 7034 4042 0 -1 4202560 2125 0 0 0 285 26 0 0 20 0 19 0 105644484 9856040960 123214 33554432000 1073741824 1073778376 140736340395248 140309867510184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7061] ppid=7031 vsize=9625040 CPUtime=5.76 cores=0,2,4,6
/proc/7034/task/7061/stat : 7061 (java) S 7031 7034 4042 0 -1 4202560 2008 0 0 0 569 7 0 0 20 0 19 0 105644488 9856040960 123214 33554432000 1073741824 1073778376 140736340395248 140309855312616 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7062] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7062/stat : 7062 (java) S 7031 7034 4042 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105644489 9856040960 123214 33554432000 1073741824 1073778376 140736340395248 140309854258680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7064] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7064/stat : 7064 (java) S 7031 7034 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105644489 9856040960 123214 33554432000 1073741824 1073778376 140736340395248 140309853206280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7066] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7066/stat : 7066 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 123214 33554432000 1073741824 1073778376 140736340395248 140309852154768 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7068] ppid=7031 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/7034/task/7068/stat : 7068 (java) S 7031 7034 4042 0 -1 4202560 6847 0 0 0 67 2 0 0 20 0 19 0 105644495 9856040960 123214 33554432000 1073741824 1073778376 140736340395248 140309851101368 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7070] ppid=7031 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/7034/task/7070/stat : 7070 (java) S 7031 7034 4042 0 -1 4202560 4865 0 0 0 49 2 0 0 20 0 19 0 105644495 9856040960 123214 33554432000 1073741824 1073778376 140736340395248 140309850048568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7071] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7071/stat : 7071 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 123214 33554432000 1073741824 1073778376 140736340395248 140309848996472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7073] ppid=7031 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/7034/task/7073/stat : 7073 (java) S 7031 7034 4042 0 -1 4202560 93 0 0 0 29 30 0 0 20 0 19 0 105644495 9856040960 123214 33554432000 1073741824 1073778376 140736340395248 140309847943880 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7077] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7077/stat : 7077 (java) S 7031 7034 4042 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105644543 9856040960 123214 33554432000 1073741824 1073778376 140736340395248 140309846889896 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1681.03
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.45 2.27 2.16 3/213 7120
/proc/meminfo: memFree=29515060/32872528 swapFree=15272/1656604
[pid=7034] ppid=7031 vsize=9625040 CPUtime=1741.65 cores=0,2,4,6
/proc/7034/stat : 7034 (java) S 7031 7034 4042 0 -1 4202496 36024 0 26 0 173908 257 0 0 20 0 19 0 105644468 9856040960 115267 33554432000 1073741824 1073778376 140736340395248 140736340386384 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/7034/statm: 2406260 115267 2292 9 0 2396937 0
[pid=7034/tid=7043] ppid=7031 vsize=9625040 CPUtime=1703.7 cores=0,2,4,6
/proc/7034/task/7043/stat : 7043 (java) R 7031 7034 4042 0 -1 4202560 2906 0 6 0 170337 33 0 0 20 0 19 0 105644479 9856040960 115267 33554432000 1073741824 1073778376 140736340395248 140310233279696 140310089565363 0 4 0 16800975 0 0 0 -1 2 0 0 10 0 0
[pid=7034/tid=7045] ppid=7031 vsize=9625040 CPUtime=3.22 cores=0,2,4,6
/proc/7034/task/7045/stat : 7045 (java) S 7031 7034 4042 0 -1 4202560 2819 0 0 0 295 27 0 0 20 0 19 0 105644484 9856040960 115267 33554432000 1073741824 1073778376 140736340395248 140310211382056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7047] ppid=7031 vsize=9625040 CPUtime=3.28 cores=0,2,4,6
/proc/7034/task/7047/stat : 7047 (java) S 7031 7034 4042 0 -1 4202560 2311 0 0 0 300 28 0 0 20 0 19 0 105644484 9856040960 115267 33554432000 1073741824 1073778376 140736340395248 140310210329256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7049] ppid=7031 vsize=9625040 CPUtime=3.26 cores=0,2,4,6
/proc/7034/task/7049/stat : 7049 (java) S 7031 7034 4042 0 -1 4202560 2095 0 0 0 303 23 0 0 20 0 19 0 105644484 9856040960 115267 33554432000 1073741824 1073778376 140736340395248 140310209276968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7051] ppid=7031 vsize=9625040 CPUtime=3.16 cores=0,2,4,6
/proc/7034/task/7051/stat : 7051 (java) S 7031 7034 4042 0 -1 4202560 2069 0 0 0 291 25 0 0 20 0 19 0 105644484 9856040960 115267 33554432000 1073741824 1073778376 140736340395248 140310208224168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7034/tid=7052] ppid=7031 vsize=9625040 CPUtime=3.19 cores=0,2,4,6
/proc/7034/task/7052/stat : 7052 (java) S 7031 7034 4042 0 -1 4202560 1588 0 0 0 291 28 0 0 20 0 19 0 105644484 9856040960 115267 33554432000 1073741824 1073778376 140736340395248 140309870668072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7034/tid=7054] ppid=7031 vsize=9625040 CPUtime=3.24 cores=0,2,4,6
/proc/7034/task/7054/stat : 7054 (java) S 7031 7034 4042 0 -1 4202560 3008 0 0 0 294 30 0 0 20 0 19 0 105644484 9856040960 115267 33554432000 1073741824 1073778376 140736340395248 140309869615272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7034/tid=7055] ppid=7031 vsize=9625040 CPUtime=3.39 cores=0,2,4,6
/proc/7034/task/7055/stat : 7055 (java) S 7031 7034 4042 0 -1 4202560 1888 0 0 0 312 27 0 0 20 0 19 0 105644484 9856040960 115267 33554432000 1073741824 1073778376 140736340395248 140309868562984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7057] ppid=7031 vsize=9625040 CPUtime=3.24 cores=0,2,4,6
/proc/7034/task/7057/stat : 7057 (java) S 7031 7034 4042 0 -1 4202560 2147 0 0 0 297 27 0 0 20 0 19 0 105644484 9856040960 115267 33554432000 1073741824 1073778376 140736340395248 140309867510184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7034/tid=7061] ppid=7031 vsize=9625040 CPUtime=6.1 cores=0,2,4,6
/proc/7034/task/7061/stat : 7061 (java) S 7031 7034 4042 0 -1 4202560 2141 0 0 0 602 8 0 0 20 0 19 0 105644488 9856040960 115267 33554432000 1073741824 1073778376 140736340395248 140309855312616 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7062] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7062/stat : 7062 (java) S 7031 7034 4042 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105644489 9856040960 115267 33554432000 1073741824 1073778376 140736340395248 140309854258680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7064] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7064/stat : 7064 (java) S 7031 7034 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105644489 9856040960 115267 33554432000 1073741824 1073778376 140736340395248 140309853206280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7066] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7066/stat : 7066 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 115267 33554432000 1073741824 1073778376 140736340395248 140309852154768 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7068] ppid=7031 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/7034/task/7068/stat : 7068 (java) S 7031 7034 4042 0 -1 4202560 6847 0 0 0 67 2 0 0 20 0 19 0 105644495 9856040960 115267 33554432000 1073741824 1073778376 140736340395248 140309851101368 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7070] ppid=7031 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/7034/task/7070/stat : 7070 (java) S 7031 7034 4042 0 -1 4202560 4865 0 0 0 49 2 0 0 20 0 19 0 105644495 9856040960 115267 33554432000 1073741824 1073778376 140736340395248 140309850048568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7071] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7071/stat : 7071 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 115267 33554432000 1073741824 1073778376 140736340395248 140309848996472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7073] ppid=7031 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/7034/task/7073/stat : 7073 (java) S 7031 7034 4042 0 -1 4202560 97 0 0 0 30 31 0 0 20 0 19 0 105644495 9856040960 115267 33554432000 1073741824 1073778376 140736340395248 140309847943880 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7077] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7077/stat : 7077 (java) S 7031 7034 4042 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105644543 9856040960 115267 33554432000 1073741824 1073778376 140736340395248 140309846889896 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1741.65
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780 s]
/proc/loadavg: 2.39 2.28 2.17 3/213 7121
/proc/meminfo: memFree=29477868/32872528 swapFree=15272/1656604
[pid=7034] ppid=7031 vsize=9625040 CPUtime=1800.08 cores=0,2,4,6
/proc/7034/stat : 7034 (java) S 7031 7034 4042 0 -1 4202496 37904 0 26 0 179740 268 0 0 20 0 19 0 105644468 9856040960 124708 33554432000 1073741824 1073778376 140736340395248 140736340386384 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 7 0 0
/proc/7034/statm: 2406260 124708 2292 9 0 2396937 0
[pid=7034/tid=7043] ppid=7031 vsize=9625040 CPUtime=1760.72 cores=0,2,4,6
/proc/7034/task/7043/stat : 7043 (java) R 7031 7034 4042 0 -1 4202560 2927 0 6 0 176038 34 0 0 20 0 19 0 105644479 9856040960 124708 33554432000 1073741824 1073778376 140736340395248 140310233279696 140310089610555 0 4 0 16800975 0 0 0 -1 2 0 0 10 0 0
[pid=7034/tid=7045] ppid=7031 vsize=9625040 CPUtime=3.35 cores=0,2,4,6
/proc/7034/task/7045/stat : 7045 (java) S 7031 7034 4042 0 -1 4202560 2857 0 0 0 307 28 0 0 20 0 19 0 105644484 9856040960 124708 33554432000 1073741824 1073778376 140736340395248 140310211382056 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7047] ppid=7031 vsize=9625040 CPUtime=3.41 cores=0,2,4,6
/proc/7034/task/7047/stat : 7047 (java) S 7031 7034 4042 0 -1 4202560 2551 0 0 0 311 30 0 0 20 0 19 0 105644484 9856040960 124708 33554432000 1073741824 1073778376 140736340395248 140310210329256 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7034/tid=7049] ppid=7031 vsize=9625040 CPUtime=3.38 cores=0,2,4,6
/proc/7034/task/7049/stat : 7049 (java) S 7031 7034 4042 0 -1 4202560 2129 0 0 0 314 24 0 0 20 0 19 0 105644484 9856040960 124708 33554432000 1073741824 1073778376 140736340395248 140310209276968 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7034/tid=7051] ppid=7031 vsize=9625040 CPUtime=3.32 cores=0,2,4,6
/proc/7034/task/7051/stat : 7051 (java) S 7031 7034 4042 0 -1 4202560 2638 0 0 0 306 26 0 0 20 0 19 0 105644484 9856040960 124708 33554432000 1073741824 1073778376 140736340395248 140310208224168 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7052] ppid=7031 vsize=9625040 CPUtime=3.29 cores=0,2,4,6
/proc/7034/task/7052/stat : 7052 (java) S 7031 7034 4042 0 -1 4202560 1840 0 0 0 301 28 0 0 20 0 19 0 105644484 9856040960 124708 33554432000 1073741824 1073778376 140736340395248 140309870668072 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7054] ppid=7031 vsize=9625040 CPUtime=3.37 cores=0,2,4,6
/proc/7034/task/7054/stat : 7054 (java) S 7031 7034 4042 0 -1 4202560 3380 0 0 0 306 31 0 0 20 0 19 0 105644484 9856040960 124708 33554432000 1073741824 1073778376 140736340395248 140309869615272 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7034/tid=7055] ppid=7031 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/7034/task/7055/stat : 7055 (java) S 7031 7034 4042 0 -1 4202560 2025 0 0 0 323 28 0 0 20 0 19 0 105644484 9856040960 124708 33554432000 1073741824 1073778376 140736340395248 140309868562984 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7034/tid=7057] ppid=7031 vsize=9625040 CPUtime=3.37 cores=0,2,4,6
/proc/7034/task/7057/stat : 7057 (java) S 7031 7034 4042 0 -1 4202560 2283 0 0 0 308 29 0 0 20 0 19 0 105644484 9856040960 124708 33554432000 1073741824 1073778376 140736340395248 140309867510184 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7061] ppid=7031 vsize=9625040 CPUtime=6.31 cores=0,2,4,6
/proc/7034/task/7061/stat : 7061 (java) S 7031 7034 4042 0 -1 4202560 2218 0 0 0 623 8 0 0 20 0 19 0 105644488 9856040960 124708 33554432000 1073741824 1073778376 140736340395248 140309855312616 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7062] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7062/stat : 7062 (java) S 7031 7034 4042 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105644489 9856040960 124708 33554432000 1073741824 1073778376 140736340395248 140309854258680 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7064] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7064/stat : 7064 (java) S 7031 7034 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105644489 9856040960 124708 33554432000 1073741824 1073778376 140736340395248 140309853206280 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7066] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7066/stat : 7066 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 124708 33554432000 1073741824 1073778376 140736340395248 140309852154768 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7068] ppid=7031 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/7034/task/7068/stat : 7068 (java) S 7031 7034 4042 0 -1 4202560 6847 0 0 0 67 2 0 0 20 0 19 0 105644495 9856040960 124708 33554432000 1073741824 1073778376 140736340395248 140309851101368 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7070] ppid=7031 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/7034/task/7070/stat : 7070 (java) S 7031 7034 4042 0 -1 4202560 4865 0 0 0 49 2 0 0 20 0 19 0 105644495 9856040960 124708 33554432000 1073741824 1073778376 140736340395248 140309850048568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7071] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7071/stat : 7071 (java) S 7031 7034 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105644495 9856040960 124708 33554432000 1073741824 1073778376 140736340395248 140309848996472 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7034/tid=7073] ppid=7031 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/7034/task/7073/stat : 7073 (java) S 7031 7034 4042 0 -1 4202560 101 0 0 0 31 32 0 0 20 0 19 0 105644495 9856040960 124708 33554432000 1073741824 1073778376 140736340395248 140309847943880 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7034/tid=7077] ppid=7031 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7034/task/7077/stat : 7077 (java) S 7031 7034 4042 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105644543 9856040960 124708 33554432000 1073741824 1073778376 140736340395248 140309846889896 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 7034 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7034 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=49415
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=165518
# CPU time returned by wait4() is 1796.21
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1780.04
CPU time (s): 1800.08
CPU user time (s): 1797.4
CPU system time (s): 2.68
CPU usage (%): 101.126
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.05
system time used= 3.16552
maximum resident set size= 870812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37943
page faults= 26
swaps= 0
block input operations= 19008
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53027
involuntary context switches= 54606

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.0745 second user time and 13.8409 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-06 20:18:31
IDJOB=4085319
IDBENCH=2274
IDSOLVER=2546
FILE ID=node136/4085319-1465237111
RUNJOBID= node136-1465237111-7010
PBS_JOBID= 19843227
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085319-1465237111/watcher-4085319-1465237111 -o /tmp/evaluation-result-4085319-1465237111/solver-4085319-1465237111 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1465237111-7010 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085319-1465237111.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 907943cf03e4e0f899b19858f5690e6e
RANDOM SEED=409520893

node136.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.959
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.959
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.959
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.959
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.959
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.959
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.959
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.959
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30408088 kB
Buffers:           19080 kB
Cached:            85712 kB
SwapCached:          804 kB
Active:            38476 kB
Inactive:          68748 kB
Active(anon):       3732 kB
Inactive(anon):     1208 kB
Active(file):      34744 kB
Inactive(file):    67540 kB
Unevictable:     1656604 kB
Mlocked:           15272 kB
SwapTotal:      67108856 kB
SwapFree:       67099344 kB
Dirty:              1568 kB
Writeback:             0 kB
AnonPages:       1625836 kB
Mapped:             7048 kB
Shmem:                 0 kB
Slab:             566124 kB
SReclaimable:      10668 kB
SUnreclaim:       555456 kB
KernelStack:        1416 kB
PageTables:         6728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1753712 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1611776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node136 at 2016-06-06 20:48:12