Trace number 4102965

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)217 1800.07 1791.95

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8a3.opb
MD5SUM5018d2b93ba4422fc03308c57dbd6158
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark191
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 191
Optimality of the best value was proved NO
Number of variables528
Total number of constraints1816
Number of constraints which are clauses1816
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 constraint8
Number of terms in the objective function 528
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 528
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 528
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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4102965-1466231388.opb
0.10/0.10	c reading problem ... 
0.10/0.10	c  objective function found
0.28/0.24	c ... done. Wall clock time 0.136s.
0.28/0.24	c declared #vars     528
0.28/0.24	c #constraints  1816
0.28/0.24	c constraints type 
0.28/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 160
0.28/0.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1656
0.28/0.24	c 1816 constraints processed.
0.28/0.24	c objective function length is 528 literals
0.28/0.25	c SATISFIABLE
0.28/0.25	c OPTIMIZING...
0.28/0.25	c Got one! Elapsed wall clock time (in seconds):0.148
0.28/0.25	o 217
0.99/0.64	c cleaning 2497 clauses out of 5003 with flag 10719/5003
1.34/0.95	c cleaning 4253 clauses out of 8506 with flag 23825/11003
1.76/1.34	c cleaning 5627 clauses out of 11253 with flag 38554/18003
2.27/1.82	c cleaning 6804 clauses out of 13626 with flag 55513/26003
2.80/2.35	c cleaning 7908 clauses out of 15822 with flag 76283/35003
3.52/3.00	c cleaning 8957 clauses out of 17914 with flag 97813/45003
4.22/3.77	c cleaning 9979 clauses out of 19958 with flag 121096/56004
5.12/4.64	c cleaning 10984 clauses out of 21978 with flag 146429/68003
6.23/5.71	c cleaning 11997 clauses out of 23995 with flag 175008/81004
7.33/6.87	c cleaning 12995 clauses out of 25999 with flag 205719/95005
8.73/8.26	c cleaning 13998 clauses out of 28003 with flag 237944/110004
10.03/9.50	c cleaning 14999 clauses out of 30005 with flag 271822/126004
11.48/10.92	c cleaning 15995 clauses out of 32006 with flag 311073/143004
13.08/12.51	c cleaning 17002 clauses out of 34011 with flag 353048/161004
14.78/14.20	c cleaning 18002 clauses out of 36009 with flag 394191/180004
16.68/16.16	c cleaning 18997 clauses out of 38006 with flag 437802/200003
18.98/18.41	c cleaning 20005 clauses out of 40010 with flag 486746/221004
21.28/20.73	c cleaning 20998 clauses out of 42005 with flag 534729/243004
23.78/23.25	c cleaning 21999 clauses out of 44007 with flag 586681/266004
27.11/26.52	c cleaning 22997 clauses out of 46008 with flag 643246/290004
30.31/29.72	c cleaning 24001 clauses out of 48010 with flag 700911/315003
33.40/32.86	c cleaning 25000 clauses out of 50010 with flag 760528/341004
37.20/36.65	c cleaning 26001 clauses out of 52009 with flag 823346/368003
41.30/40.77	c cleaning 26997 clauses out of 54008 with flag 888368/396003
45.80/45.20	c cleaning 28006 clauses out of 56011 with flag 956455/425003
50.49/49.84	c cleaning 29003 clauses out of 58005 with flag 1026059/455003
54.19/53.52	c cleaning 29995 clauses out of 60002 with flag 1095624/486003
58.89/58.22	c cleaning 31000 clauses out of 62008 with flag 1166354/518004
63.93/63.19	c cleaning 32001 clauses out of 64008 with flag 1238732/551004
68.05/67.24	c cleaning 33003 clauses out of 66006 with flag 1310521/585003
73.04/72.24	c cleaning 33998 clauses out of 68003 with flag 1387089/620003
78.64/77.84	c cleaning 34994 clauses out of 70005 with flag 1466875/656003
85.07/84.12	c cleaning 36004 clauses out of 72012 with flag 1550322/693004
90.87/89.96	c cleaning 36997 clauses out of 74007 with flag 1636049/731003
97.37/96.44	c cleaning 38002 clauses out of 76011 with flag 1723022/770004
103.17/102.22	c cleaning 38996 clauses out of 78009 with flag 1809907/810004
110.12/109.08	c cleaning 39997 clauses out of 80012 with flag 1905409/851003
117.72/116.64	c cleaning 41005 clauses out of 82016 with flag 2004790/893004
124.32/123.25	c cleaning 41997 clauses out of 84010 with flag 2101498/936003
132.44/131.21	c cleaning 43004 clauses out of 86013 with flag 2202446/980003
139.54/138.31	c cleaning 43995 clauses out of 88009 with flag 2305899/1025003
148.03/146.85	c cleaning 45006 clauses out of 90015 with flag 2413330/1071004
157.88/156.57	c cleaning 46000 clauses out of 92008 with flag 2524265/1118003
168.59/167.21	c cleaning 46996 clauses out of 94008 with flag 2637841/1166003
179.93/178.46	c cleaning 47995 clauses out of 96013 with flag 2752636/1215004
191.33/189.89	c cleaning 49006 clauses out of 98017 with flag 2870359/1265003
200.30/198.69	c cleaning 50006 clauses out of 100011 with flag 2983923/1316003
210.30/208.65	c cleaning 50998 clauses out of 102006 with flag 3101095/1368004
220.31/218.64	c cleaning 52000 clauses out of 104007 with flag 3224697/1421003
230.58/228.79	c cleaning 52998 clauses out of 106007 with flag 3350544/1475003
240.98/239.16	c cleaning 53999 clauses out of 108011 with flag 3475823/1530005
253.14/251.29	c cleaning 55003 clauses out of 110011 with flag 3605348/1586004
267.53/265.52	c cleaning 56002 clauses out of 112007 with flag 3737569/1643003
281.03/279.07	c cleaning 56992 clauses out of 114006 with flag 3875299/1701004
294.51/292.45	c cleaning 57995 clauses out of 116013 with flag 4013959/1760003
310.21/308.18	c cleaning 59005 clauses out of 118018 with flag 4153685/1820003
327.47/325.37	c cleaning 60007 clauses out of 120014 with flag 4298893/1881004
345.18/343.07	c cleaning 61000 clauses out of 122007 with flag 4446333/1943004
363.24/361.00	c cleaning 61998 clauses out of 124006 with flag 4593672/2006003
379.34/377.03	c cleaning 63001 clauses out of 126008 with flag 4741723/2070003
396.94/394.62	c cleaning 64000 clauses out of 128007 with flag 4896776/2135003
413.20/410.89	c cleaning 64995 clauses out of 130008 with flag 5048845/2201004
432.42/429.93	c cleaning 65993 clauses out of 132013 with flag 5206096/2268004
453.00/450.40	c cleaning 67006 clauses out of 134019 with flag 5364794/2336003
473.09/470.54	c cleaning 67999 clauses out of 136014 with flag 5530052/2405004
492.54/489.96	c cleaning 68996 clauses out of 138014 with flag 5694222/2475003
513.41/510.78	c cleaning 70006 clauses out of 140020 with flag 5860722/2546005
536.42/533.65	c cleaning 70996 clauses out of 142012 with flag 6031436/2618003
555.31/552.47	c cleaning 72006 clauses out of 144016 with flag 6202295/2691003
575.44/572.46	c cleaning 73002 clauses out of 146010 with flag 6375898/2765003
595.21/592.19	c cleaning 73994 clauses out of 148008 with flag 6551288/2840003
613.00/609.82	c cleaning 75002 clauses out of 150015 with flag 6730365/2916004
631.19/627.98	c cleaning 76000 clauses out of 152013 with flag 6909481/2993004
649.67/646.30	c cleaning 77002 clauses out of 154013 with flag 7089491/3071004
670.35/666.91	c cleaning 78003 clauses out of 156010 with flag 7276426/3150003
690.83/687.37	c cleaning 78997 clauses out of 158008 with flag 7460758/3230004
711.70/708.14	c cleaning 80002 clauses out of 160011 with flag 7649840/3311004
736.27/732.68	c cleaning 80997 clauses out of 162009 with flag 7840938/3393004
759.92/756.24	c cleaning 81998 clauses out of 164011 with flag 8036062/3476003
783.57/779.82	c cleaning 83003 clauses out of 166014 with flag 8234208/3560004
808.99/805.17	c cleaning 84002 clauses out of 168010 with flag 8438144/3645003
835.57/831.68	c cleaning 85000 clauses out of 170008 with flag 8643732/3731003
861.33/857.35	c cleaning 85997 clauses out of 172008 with flag 8848676/3818003
890.65/886.50	c cleaning 86994 clauses out of 174011 with flag 9059698/3906003
917.23/913.03	c cleaning 88007 clauses out of 176018 with flag 9269920/3995004
947.03/942.76	c cleaning 88999 clauses out of 178011 with flag 9480596/4085004
979.25/974.94	c cleaning 90005 clauses out of 180011 with flag 9693172/4176003
1010.32/1005.97	c cleaning 91004 clauses out of 182008 with flag 9910177/4268005
1043.46/1038.97	c cleaning 91992 clauses out of 184004 with flag 10130600/4361005
1074.95/1070.20	c cleaning 93003 clauses out of 186010 with flag 10351082/4455003
1107.89/1103.17	c cleaning 94002 clauses out of 188007 with flag 10576627/4550003
1143.18/1138.33	c cleaning 94996 clauses out of 190005 with flag 10805902/4646003
1179.75/1174.89	c cleaning 96004 clauses out of 192010 with flag 11038251/4743004
1216.49/1211.34	c cleaning 96999 clauses out of 194005 with flag 11271836/4841003
1252.75/1247.40	c cleaning 98001 clauses out of 196007 with flag 11508335/4940004
1289.83/1284.48	c cleaning 98995 clauses out of 198006 with flag 11740558/5040004
1323.36/1317.75	c cleaning 100004 clauses out of 200011 with flag 11978182/5141004
1361.88/1356.17	c cleaning 101001 clauses out of 202006 with flag 12222905/5243003
1395.15/1389.30	c cleaning 101996 clauses out of 204006 with flag 12466259/5346004
1437.55/1431.42	c cleaning 103004 clauses out of 206011 with flag 12711876/5450005
1472.12/1465.88	c cleaning 103991 clauses out of 208005 with flag 12962549/5555003
1508.89/1502.38	c cleaning 104998 clauses out of 210015 with flag 13217397/5661004
1547.24/1540.52	c cleaning 106002 clauses out of 212017 with flag 13474182/5768004
1581.41/1574.53	c cleaning 107002 clauses out of 214015 with flag 13730701/5876004
1619.91/1612.86	c cleaning 108002 clauses out of 216013 with flag 13989339/5985004
1653.77/1646.49	c cleaning 108992 clauses out of 218010 with flag 14253195/6095003
1696.16/1688.62	c cleaning 110003 clauses out of 220018 with flag 14519397/6206003
1735.26/1727.54	c cleaning 111005 clauses out of 222016 with flag 14787329/6318004
1769.36/1761.43	c cleaning 112000 clauses out of 224010 with flag 15054124/6431003
1800.07/1791.91	c starts		: 53
1800.07/1791.91	c conflicts		: 6527185
1800.07/1791.91	c decisions		: 9451422
1800.07/1791.91	c propagations		: 228983731
1800.07/1791.91	c inspects		: 37908424898
1800.07/1791.91	c shortcuts		: 0
1800.07/1791.91	c learnt literals	: 0
1800.07/1791.91	c learnt binary clauses	: 0
1800.07/1791.91	c learnt ternary clauses	: 0
1800.07/1791.91	c learnt constraints	: 6527185
1800.07/1791.91	c ignored constraints	: 0
1800.07/1791.91	c root simplifications	: 0
1800.07/1791.91	c removed literals (reason simplification)	: 0
1800.07/1791.91	c reason swapping (by a shorter reason)	: 0
1800.07/1791.91	c Calls to reduceDB	: 109
1800.07/1791.91	c Number of update (reduction) of LBD	: 672325
1800.07/1791.91	c Imported unit clauses	: 0
1800.07/1791.91	c number of reductions to clauses (during analyze)	: 0
1800.07/1791.91	c number of learned constraints concerned by reduction	: 0
1800.07/1791.91	c number of learning phase by resolution	: 0
1800.07/1791.91	c number of learning phase by cutting planes	: 0
1800.07/1791.91	c speed (assignments/second)	: 127804.77800574662
1800.07/1791.91	c non guided choices	0
1800.07/1791.94	c learnt constraints type 
1800.07/1791.94	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 208192
1800.07/1791.94	s SATISFIABLE
1800.07/1791.94	c Found 1 solution(s)
1800.07/1791.94	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 
1800.07/1791.94	c objective function=217
1800.07/1791.94	c Total wall clock time (in seconds): 1791.842

Verifier Data

OK	217

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-4102965-1466231388/watcher-4102965-1466231388 -o /tmp/evaluation-result-4102965-1466231388/solver-4102965-1466231388 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466206074-15532 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4102965-1466231388.opb 

pid=20806
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: 2.21 2.20 2.18 3/194 20809
/proc/meminfo: memFree=29291172/32872528 swapFree=1542984/1696284
[pid=20809] ppid=20806 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/20809/stat : 20809 (java) S 20806 20809 15516 0 -1 4202496 1293 0 0 0 0 0 0 0 20 0 2 0 25185392 95129600 927 33554432000 1073741824 1073778376 140737366998704 140737366989840 270710898749 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20809/statm: 23225 927 703 9 0 16769 0
[pid=20809/tid=20810] ppid=20806 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20810/stat : 20810 (java) R 20806 20809 15516 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 2 0 25185392 96370688 929 33554432000 1073741824 1073778376 140737366998704 140523772575272 270698376535 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100023 s]
/proc/loadavg: 2.21 2.20 2.18 3/194 20809
/proc/meminfo: memFree=29291172/32872528 swapFree=1542984/1696284
[pid=20809] ppid=20806 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/20809/stat : 20809 (java) S 20806 20809 15516 0 -1 4202496 4481 0 1 0 9 1 0 0 20 0 18 0 25185392 9787879424 6117 33554432000 1073741824 1073778376 140737366998704 140737366989840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20809/statm: 2389619 6117 2157 9 0 2380296 0
[pid=20809/tid=20810] ppid=20806 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/20809/task/20810/stat : 20810 (java) R 20806 20809 15516 0 -1 4202560 2378 0 1 0 6 1 0 0 20 0 18 0 25185392 9787879424 6117 33554432000 1073741824 1073778376 140737366998704 140523772579960 270710924557 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200262 s]
/proc/loadavg: 2.21 2.20 2.18 3/194 20809
/proc/meminfo: memFree=29291172/32872528 swapFree=1542984/1696284
[pid=20809] ppid=20806 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/20809/stat : 20809 (java) S 20806 20809 15516 0 -1 4202496 5004 0 1 0 27 1 0 0 20 0 18 0 25185392 9787879424 7035 33554432000 1073741824 1073778376 140737366998704 140737366989840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20809/statm: 2389619 7035 2219 9 0 2380296 0
[pid=20809/tid=20810] ppid=20806 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/20809/task/20810/stat : 20810 (java) R 20806 20809 15516 0 -1 4202560 2396 0 1 0 16 1 0 0 20 0 18 0 25185392 9787879424 7035 33554432000 1073741824 1073778376 140737366998704 140523772579960 140523629305575 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300253 s]
/proc/loadavg: 2.21 2.20 2.18 3/194 20809
/proc/meminfo: memFree=29291172/32872528 swapFree=1542984/1696284
[pid=20809] ppid=20806 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/20809/stat : 20809 (java) S 20806 20809 15516 0 -1 4202496 6315 0 1 0 48 2 0 0 20 0 19 0 25185392 9856040960 8694 33554432000 1073741824 1073778376 140737366998704 140737366989840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20809/statm: 2406260 8694 2245 9 0 2396937 0
[pid=20809/tid=20810] ppid=20806 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/20809/task/20810/stat : 20810 (java) R 20806 20809 15516 0 -1 4202560 2410 0 1 0 26 1 0 0 20 0 19 0 25185392 9856040960 8694 33554432000 1073741824 1073778376 140737366998704 140523772580480 140523629207392 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700293 s]
/proc/loadavg: 2.21 2.20 2.18 3/194 20809
/proc/meminfo: memFree=29291172/32872528 swapFree=1542984/1696284
[pid=20809] ppid=20806 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/20809/stat : 20809 (java) S 20806 20809 15516 0 -1 4202496 7970 0 1 0 111 2 0 0 20 0 19 0 25185392 9856040960 10561 33554432000 1073741824 1073778376 140737366998704 140737366989840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20809/statm: 2406260 10561 2256 9 0 2396937 0
[pid=20809/tid=20810] ppid=20806 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/20809/task/20810/stat : 20810 (java) R 20806 20809 15516 0 -1 4202560 2413 0 1 0 66 1 0 0 20 0 19 0 25185392 9856040960 10561 33554432000 1073741824 1073778376 140737366998704 140523772580480 140523629248460 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.21 2.20 2.18 3/213 20828
/proc/meminfo: memFree=29251388/32872528 swapFree=1542984/1696284
[pid=20809] ppid=20806 vsize=9625040 CPUtime=1.97 cores=0,2,4,6
/proc/20809/stat : 20809 (java) S 20806 20809 15516 0 -1 4202496 7980 0 1 0 195 2 0 0 20 0 19 0 25185392 9856040960 13636 33554432000 1073741824 1073778376 140737366998704 140737366989840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20809/statm: 2406260 13636 2258 9 0 2396937 0
[pid=20809/tid=20810] ppid=20806 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/20809/task/20810/stat : 20810 (java) R 20806 20809 15516 0 -1 4202560 2420 0 1 0 146 2 0 0 20 0 19 0 25185392 9856040960 13636 33554432000 1073741824 1073778376 140737366998704 140523772580376 140523629747499 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20809/tid=20812] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20812/stat : 20812 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185393 9856040960 13636 33554432000 1073741824 1073778376 140737366998704 140523750681512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20813] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20813/stat : 20813 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185393 9856040960 13636 33554432000 1073741824 1073778376 140737366998704 140523749628968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20809/tid=20814] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20814/stat : 20814 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185393 9856040960 13636 33554432000 1073741824 1073778376 140737366998704 140523748575912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20815] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20815/stat : 20815 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185393 9856040960 13636 33554432000 1073741824 1073778376 140737366998704 140523411073832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20809/tid=20816] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20816/stat : 20816 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185393 9856040960 13636 33554432000 1073741824 1073778376 140737366998704 140523410020776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20817] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20817/stat : 20817 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185393 9856040960 13636 33554432000 1073741824 1073778376 140737366998704 140523408968232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20809/tid=20818] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20818/stat : 20818 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185393 9856040960 13636 33554432000 1073741824 1073778376 140737366998704 140523407915176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20809/tid=20819] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20819/stat : 20819 (java) S 20806 20809 15516 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25185393 9856040960 13636 33554432000 1073741824 1073778376 140737366998704 140523406862632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20820] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20820/stat : 20820 (java) S 20806 20809 15516 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25185394 9856040960 13636 33554432000 1073741824 1073778376 140737366998704 140523394665320 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20809/tid=20821] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20821/stat : 20821 (java) S 20806 20809 15516 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25185394 9856040960 13636 33554432000 1073741824 1073778376 140737366998704 140523393611640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20822] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20822/stat : 20822 (java) S 20806 20809 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25185394 9856040960 13636 33554432000 1073741824 1073778376 140737366998704 140523392558472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20823] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20823/stat : 20823 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185396 9856040960 13636 33554432000 1073741824 1073778376 140737366998704 140523391507216 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20824] ppid=20806 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/20809/task/20824/stat : 20824 (java) S 20806 20809 15516 0 -1 4202560 1349 0 0 0 21 0 0 0 20 0 19 0 25185396 9856040960 13636 33554432000 1073741824 1073778376 140737366998704 140523390454072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20825] ppid=20806 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/20809/task/20825/stat : 20825 (java) S 20806 20809 15516 0 -1 4202560 2935 0 0 0 25 0 0 0 20 0 19 0 25185397 9856040960 13636 33554432000 1073741824 1073778376 140737366998704 140523389401528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20826] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20826/stat : 20826 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185397 9856040960 13636 33554432000 1073741824 1073778376 140737366998704 140523388348664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20827] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20827/stat : 20827 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185397 9856040960 13636 33554432000 1073741824 1073778376 140737366998704 140523387296328 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20809/tid=20828] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20828/stat : 20828 (java) S 20806 20809 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25185416 9856040960 13636 33554432000 1073741824 1073778376 140737366998704 140523386144296 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.19 2.20 2.18 3/213 20828
/proc/meminfo: memFree=29232904/32872528 swapFree=1542984/1696284
[pid=20809] ppid=20806 vsize=9625040 CPUtime=3.62 cores=0,2,4,6
/proc/20809/stat : 20809 (java) S 20806 20809 15516 0 -1 4202496 7992 0 1 0 359 3 0 0 20 0 19 0 25185392 9856040960 19780 33554432000 1073741824 1073778376 140737366998704 140737366989840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20809/statm: 2406260 19780 2258 9 0 2396937 0
[pid=20809/tid=20810] ppid=20806 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/20809/task/20810/stat : 20810 (java) R 20806 20809 15516 0 -1 4202560 2432 0 1 0 305 2 0 0 20 0 19 0 25185392 9856040960 19780 33554432000 1073741824 1073778376 140737366998704 140523772571328 140523629694224 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20809/tid=20812] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20812/stat : 20812 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185393 9856040960 19780 33554432000 1073741824 1073778376 140737366998704 140523750681512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20813] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20813/stat : 20813 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185393 9856040960 19780 33554432000 1073741824 1073778376 140737366998704 140523749628968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20809/tid=20814] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20814/stat : 20814 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185393 9856040960 19780 33554432000 1073741824 1073778376 140737366998704 140523748575912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20815] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20815/stat : 20815 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185393 9856040960 19780 33554432000 1073741824 1073778376 140737366998704 140523411073832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20809/tid=20816] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20816/stat : 20816 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185393 9856040960 19780 33554432000 1073741824 1073778376 140737366998704 140523410020776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20817] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20817/stat : 20817 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185393 9856040960 19780 33554432000 1073741824 1073778376 140737366998704 140523408968232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20809/tid=20818] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20818/stat : 20818 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185393 9856040960 19780 33554432000 1073741824 1073778376 140737366998704 140523407915176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20809/tid=20819] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20819/stat : 20819 (java) S 20806 20809 15516 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25185393 9856040960 19780 33554432000 1073741824 1073778376 140737366998704 140523406862632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20820] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20820/stat : 20820 (java) S 20806 20809 15516 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25185394 9856040960 19780 33554432000 1073741824 1073778376 140737366998704 140523394665320 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20809/tid=20821] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20821/stat : 20821 (java) S 20806 20809 15516 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25185394 9856040960 19780 33554432000 1073741824 1073778376 140737366998704 140523393611640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20822] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20822/stat : 20822 (java) S 20806 20809 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25185394 9856040960 19780 33554432000 1073741824 1073778376 140737366998704 140523392558472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20823] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20823/stat : 20823 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185396 9856040960 19780 33554432000 1073741824 1073778376 140737366998704 140523391507216 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20824] ppid=20806 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/20809/task/20824/stat : 20824 (java) S 20806 20809 15516 0 -1 4202560 1349 0 0 0 25 0 0 0 20 0 19 0 25185396 9856040960 19780 33554432000 1073741824 1073778376 140737366998704 140523390454072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20825] ppid=20806 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/20809/task/20825/stat : 20825 (java) S 20806 20809 15516 0 -1 4202560 2935 0 0 0 26 0 0 0 20 0 19 0 25185397 9856040960 19780 33554432000 1073741824 1073778376 140737366998704 140523389401528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20826] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20826/stat : 20826 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185397 9856040960 19780 33554432000 1073741824 1073778376 140737366998704 140523388348664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20827] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20827/stat : 20827 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185397 9856040960 19780 33554432000 1073741824 1073778376 140737366998704 140523387296328 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20809/tid=20828] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20828/stat : 20828 (java) S 20806 20809 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25185416 9856040960 19780 33554432000 1073741824 1073778376 140737366998704 140523386144296 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.19 2.20 2.18 4/213 20828
/proc/meminfo: memFree=29190392/32872528 swapFree=1542984/1696284
[pid=20809] ppid=20806 vsize=9625040 CPUtime=6.83 cores=0,2,4,6
/proc/20809/stat : 20809 (java) S 20806 20809 15516 0 -1 4202496 8013 0 1 0 679 4 0 0 20 0 19 0 25185392 9856040960 29143 33554432000 1073741824 1073778376 140737366998704 140737366989840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20809/statm: 2406260 29143 2259 9 0 2396937 0
[pid=20809/tid=20810] ppid=20806 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/20809/task/20810/stat : 20810 (java) R 20806 20809 15516 0 -1 4202560 2452 0 1 0 624 2 0 0 20 0 19 0 25185392 9856040960 29143 33554432000 1073741824 1073778376 140737366998704 140523772571328 140523629699773 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20809/tid=20812] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20812/stat : 20812 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185393 9856040960 29143 33554432000 1073741824 1073778376 140737366998704 140523750681512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20813] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20813/stat : 20813 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185393 9856040960 29143 33554432000 1073741824 1073778376 140737366998704 140523749628968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20809/tid=20814] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20814/stat : 20814 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185393 9856040960 29143 33554432000 1073741824 1073778376 140737366998704 140523748575912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20815] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20815/stat : 20815 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185393 9856040960 29143 33554432000 1073741824 1073778376 140737366998704 140523411073832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20809/tid=20816] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20816/stat : 20816 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185393 9856040960 29143 33554432000 1073741824 1073778376 140737366998704 140523410020776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20817] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20817/stat : 20817 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185393 9856040960 29143 33554432000 1073741824 1073778376 140737366998704 140523408968232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20809/tid=20818] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20818/stat : 20818 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185393 9856040960 29143 33554432000 1073741824 1073778376 140737366998704 140523407915176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20809/tid=20819] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20819/stat : 20819 (java) S 20806 20809 15516 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 25185393 9856040960 29143 33554432000 1073741824 1073778376 140737366998704 140523406862632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20820] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20820/stat : 20820 (java) S 20806 20809 15516 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 25185394 9856040960 29143 33554432000 1073741824 1073778376 140737366998704 140523394665320 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20809/tid=20821] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20821/stat : 20821 (java) S 20806 20809 15516 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 25185394 9856040960 29143 33554432000 1073741824 1073778376 140737366998704 140523393611640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20822] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20822/stat : 20822 (java) S 20806 20809 15516 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25185394 9856040960 29143 33554432000 1073741824 1073778376 140737366998704 140523392558472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20823] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20823/stat : 20823 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185396 9856040960 29143 33554432000 1073741824 1073778376 140737366998704 140523391507216 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20824] ppid=20806 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/20809/task/20824/stat : 20824 (java) S 20806 20809 15516 0 -1 4202560 1349 0 0 0 25 0 0 0 20 0 19 0 25185396 9856040960 29143 33554432000 1073741824 1073778376 140737366998704 140523390454072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20825] ppid=20806 vsize=9625040 CPUtime=0.26 cores=0,2,4,6

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

/proc/20809/task/20828/stat : 20828 (java) S 20806 20809 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25185416 9856040960 100997 33554432000 1073741824 1073778376 140737366998704 140523386144296 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1730.06
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.29 2.25 2.21 4/213 21068
/proc/meminfo: memFree=29287264/32872528 swapFree=1542984/1696284
[pid=20809] ppid=20806 vsize=9625040 CPUtime=1790.4 cores=0,2,4,6
/proc/20809/stat : 20809 (java) S 20806 20809 15516 0 -1 4202496 15538 0 1 0 178937 103 0 0 20 0 19 0 25185392 9856040960 98143 33554432000 1073741824 1073778376 140737366998704 140737366989840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20809/statm: 2406260 98143 2281 9 0 2396937 0
[pid=20809/tid=20810] ppid=20806 vsize=9625040 CPUtime=1772.7 cores=0,2,4,6
/proc/20809/task/20810/stat : 20810 (java) R 20806 20809 15516 0 -1 4202560 2588 0 1 0 177239 31 0 0 20 0 19 0 25185392 9856040960 98143 33554432000 1073741824 1073778376 140737366998704 140523772579024 140523629713886 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20809/tid=20812] ppid=20806 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/20809/task/20812/stat : 20812 (java) S 20806 20809 15516 0 -1 4202560 506 0 0 0 117 9 0 0 20 0 19 0 25185393 9856040960 98143 33554432000 1073741824 1073778376 140737366998704 140523750681512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20813] ppid=20806 vsize=9625040 CPUtime=1.3 cores=0,2,4,6
/proc/20809/task/20813/stat : 20813 (java) S 20806 20809 15516 0 -1 4202560 640 0 0 0 118 12 0 0 20 0 19 0 25185393 9856040960 98143 33554432000 1073741824 1073778376 140737366998704 140523749628968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20809/tid=20814] ppid=20806 vsize=9625040 CPUtime=1.27 cores=0,2,4,6
/proc/20809/task/20814/stat : 20814 (java) S 20806 20809 15516 0 -1 4202560 506 0 0 0 121 6 0 0 20 0 19 0 25185393 9856040960 98143 33554432000 1073741824 1073778376 140737366998704 140523748575912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20815] ppid=20806 vsize=9625040 CPUtime=1.29 cores=0,2,4,6
/proc/20809/task/20815/stat : 20815 (java) S 20806 20809 15516 0 -1 4202560 491 0 0 0 118 11 0 0 20 0 19 0 25185393 9856040960 98143 33554432000 1073741824 1073778376 140737366998704 140523411073832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20809/tid=20816] ppid=20806 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/20809/task/20816/stat : 20816 (java) S 20806 20809 15516 0 -1 4202560 743 0 0 0 124 9 0 0 20 0 19 0 25185393 9856040960 98143 33554432000 1073741824 1073778376 140737366998704 140523410020776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20809/tid=20817] ppid=20806 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/20809/task/20817/stat : 20817 (java) S 20806 20809 15516 0 -1 4202560 1136 0 0 0 124 9 0 0 20 0 19 0 25185393 9856040960 98143 33554432000 1073741824 1073778376 140737366998704 140523408968232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20818] ppid=20806 vsize=9625040 CPUtime=1.32 cores=0,2,4,6
/proc/20809/task/20818/stat : 20818 (java) S 20806 20809 15516 0 -1 4202560 794 0 0 0 123 9 0 0 20 0 19 0 25185393 9856040960 98143 33554432000 1073741824 1073778376 140737366998704 140523407915176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20819] ppid=20806 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/20809/task/20819/stat : 20819 (java) S 20806 20809 15516 0 -1 4202560 1498 0 0 0 123 10 0 0 20 0 19 0 25185393 9856040960 98143 33554432000 1073741824 1073778376 140737366998704 140523406862632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20820] ppid=20806 vsize=9625040 CPUtime=1.9 cores=0,2,4,6
/proc/20809/task/20820/stat : 20820 (java) S 20806 20809 15516 0 -1 4202560 507 0 0 0 186 4 0 0 20 0 19 0 25185394 9856040960 98143 33554432000 1073741824 1073778376 140737366998704 140523394665320 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20809/tid=20821] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20821/stat : 20821 (java) S 20806 20809 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25185394 9856040960 98143 33554432000 1073741824 1073778376 140737366998704 140523393611640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20822] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20822/stat : 20822 (java) S 20806 20809 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25185394 9856040960 98143 33554432000 1073741824 1073778376 140737366998704 140523392558472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20823] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20823/stat : 20823 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185396 9856040960 98143 33554432000 1073741824 1073778376 140737366998704 140523391507216 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20824] ppid=20806 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/20809/task/20824/stat : 20824 (java) S 20806 20809 15516 0 -1 4202560 1828 0 0 0 27 0 0 0 20 0 19 0 25185396 9856040960 98143 33554432000 1073741824 1073778376 140737366998704 140523390454072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20825] ppid=20806 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/20809/task/20825/stat : 20825 (java) S 20806 20809 15516 0 -1 4202560 2935 0 0 0 26 0 0 0 20 0 19 0 25185397 9856040960 98143 33554432000 1073741824 1073778376 140737366998704 140523389401528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20826] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20826/stat : 20826 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185397 9856040960 98143 33554432000 1073741824 1073778376 140737366998704 140523388348664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20827] ppid=20806 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/20809/task/20827/stat : 20827 (java) S 20806 20809 15516 0 -1 4202560 104 0 0 0 19 24 0 0 20 0 19 0 25185397 9856040960 98143 33554432000 1073741824 1073778376 140737366998704 140523387296328 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20809/tid=20828] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20828/stat : 20828 (java) S 20806 20809 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25185416 9856040960 98143 33554432000 1073741824 1073778376 140737366998704 140523386144296 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1790.4
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.9 s]
/proc/loadavg: 2.40 2.27 2.21 3/213 21069
/proc/meminfo: memFree=29293284/32872528 swapFree=1542984/1696284
[pid=20809] ppid=20806 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/20809/stat : 20809 (java) S 20806 20809 15516 0 -1 4202496 15575 0 1 0 179904 103 0 0 20 0 19 0 25185392 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140737366989840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20809/statm: 2406260 97826 2281 9 0 2396937 0
[pid=20809/tid=20810] ppid=20806 vsize=9625040 CPUtime=1782.13 cores=0,2,4,6
/proc/20809/task/20810/stat : 20810 (java) R 20806 20809 15516 0 -1 4202560 2589 0 1 0 178181 32 0 0 20 0 19 0 25185392 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523772579024 140523629699773 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20809/tid=20812] ppid=20806 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/20809/task/20812/stat : 20812 (java) S 20806 20809 15516 0 -1 4202560 506 0 0 0 117 9 0 0 20 0 19 0 25185393 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523750681512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20813] ppid=20806 vsize=9625040 CPUtime=1.32 cores=0,2,4,6
/proc/20809/task/20813/stat : 20813 (java) S 20806 20809 15516 0 -1 4202560 640 0 0 0 120 12 0 0 20 0 19 0 25185393 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523749628968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20814] ppid=20806 vsize=9625040 CPUtime=1.28 cores=0,2,4,6
/proc/20809/task/20814/stat : 20814 (java) S 20806 20809 15516 0 -1 4202560 506 0 0 0 122 6 0 0 20 0 19 0 25185393 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523748575912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20815] ppid=20806 vsize=9625040 CPUtime=1.31 cores=0,2,4,6
/proc/20809/task/20815/stat : 20815 (java) S 20806 20809 15516 0 -1 4202560 491 0 0 0 120 11 0 0 20 0 19 0 25185393 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523411073832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20809/tid=20816] ppid=20806 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/20809/task/20816/stat : 20816 (java) S 20806 20809 15516 0 -1 4202560 743 0 0 0 124 10 0 0 20 0 19 0 25185393 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523410020776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20817] ppid=20806 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/20809/task/20817/stat : 20817 (java) S 20806 20809 15516 0 -1 4202560 1136 0 0 0 125 9 0 0 20 0 19 0 25185393 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523408968232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20818] ppid=20806 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/20809/task/20818/stat : 20818 (java) S 20806 20809 15516 0 -1 4202560 794 0 0 0 124 9 0 0 20 0 19 0 25185393 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523407915176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20819] ppid=20806 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/20809/task/20819/stat : 20819 (java) S 20806 20809 15516 0 -1 4202560 1498 0 0 0 124 10 0 0 20 0 19 0 25185393 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523406862632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20820] ppid=20806 vsize=9625040 CPUtime=2.03 cores=0,2,4,6
/proc/20809/task/20820/stat : 20820 (java) S 20806 20809 15516 0 -1 4202560 543 0 0 0 199 4 0 0 20 0 19 0 25185394 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523394665320 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20809/tid=20821] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20821/stat : 20821 (java) S 20806 20809 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25185394 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523393611640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20822] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20822/stat : 20822 (java) S 20806 20809 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25185394 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523392558472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20823] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20823/stat : 20823 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185396 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523391507216 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20824] ppid=20806 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/20809/task/20824/stat : 20824 (java) S 20806 20809 15516 0 -1 4202560 1828 0 0 0 27 0 0 0 20 0 19 0 25185396 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523390454072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20825] ppid=20806 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/20809/task/20825/stat : 20825 (java) S 20806 20809 15516 0 -1 4202560 2935 0 0 0 26 0 0 0 20 0 19 0 25185397 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523389401528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20826] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20826/stat : 20826 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185397 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523388348664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20827] ppid=20806 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/20809/task/20827/stat : 20827 (java) S 20806 20809 15516 0 -1 4202560 104 0 0 0 19 24 0 0 20 0 19 0 25185397 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523387296328 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20809/tid=20828] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20828/stat : 20828 (java) S 20806 20809 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25185416 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523386144296 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 20809 sig 9
??? kill -20809 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1791.9 s]
/proc/loadavg: 2.40 2.27 2.21 3/213 21069
/proc/meminfo: memFree=29293284/32872528 swapFree=1542984/1696284
[pid=20809] ppid=20806 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/20809/stat : 20809 (java) S 20806 20809 15516 0 -1 4202496 15575 0 1 0 179904 103 0 0 20 0 19 0 25185392 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140737366989840 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20809/statm: 2406260 97826 2281 9 0 2396937 0
[pid=20809/tid=20810] ppid=20806 vsize=9625040 CPUtime=1782.13 cores=0,2,4,6
/proc/20809/task/20810/stat : 20810 (java) R 20806 20809 15516 0 -1 4202560 2589 0 1 0 178181 32 0 0 20 0 19 0 25185392 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523772579024 140523629699773 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20809/tid=20812] ppid=20806 vsize=9625040 CPUtime=1.26 cores=0,2,4,6
/proc/20809/task/20812/stat : 20812 (java) S 20806 20809 15516 0 -1 4202560 506 0 0 0 117 9 0 0 20 0 19 0 25185393 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523750681512 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20813] ppid=20806 vsize=9625040 CPUtime=1.32 cores=0,2,4,6
/proc/20809/task/20813/stat : 20813 (java) S 20806 20809 15516 0 -1 4202560 640 0 0 0 120 12 0 0 20 0 19 0 25185393 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523749628968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20814] ppid=20806 vsize=9625040 CPUtime=1.28 cores=0,2,4,6
/proc/20809/task/20814/stat : 20814 (java) S 20806 20809 15516 0 -1 4202560 506 0 0 0 122 6 0 0 20 0 19 0 25185393 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523748575912 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20815] ppid=20806 vsize=9625040 CPUtime=1.31 cores=0,2,4,6
/proc/20809/task/20815/stat : 20815 (java) S 20806 20809 15516 0 -1 4202560 491 0 0 0 120 11 0 0 20 0 19 0 25185393 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523411073832 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20809/tid=20816] ppid=20806 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/20809/task/20816/stat : 20816 (java) S 20806 20809 15516 0 -1 4202560 743 0 0 0 124 10 0 0 20 0 19 0 25185393 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523410020776 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20817] ppid=20806 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/20809/task/20817/stat : 20817 (java) S 20806 20809 15516 0 -1 4202560 1136 0 0 0 125 9 0 0 20 0 19 0 25185393 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523408968232 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20818] ppid=20806 vsize=9625040 CPUtime=1.33 cores=0,2,4,6
/proc/20809/task/20818/stat : 20818 (java) S 20806 20809 15516 0 -1 4202560 794 0 0 0 124 9 0 0 20 0 19 0 25185393 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523407915176 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20819] ppid=20806 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/20809/task/20819/stat : 20819 (java) S 20806 20809 15516 0 -1 4202560 1498 0 0 0 124 10 0 0 20 0 19 0 25185393 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523406862632 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20820] ppid=20806 vsize=9625040 CPUtime=2.03 cores=0,2,4,6
/proc/20809/task/20820/stat : 20820 (java) S 20806 20809 15516 0 -1 4202560 543 0 0 0 199 4 0 0 20 0 19 0 25185394 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523394665320 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20809/tid=20821] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20821/stat : 20821 (java) S 20806 20809 15516 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25185394 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523393611640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20822] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20822/stat : 20822 (java) S 20806 20809 15516 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25185394 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523392558472 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20823] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20823/stat : 20823 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185396 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523391507216 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20809/tid=20824] ppid=20806 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/20809/task/20824/stat : 20824 (java) S 20806 20809 15516 0 -1 4202560 1828 0 0 0 27 0 0 0 20 0 19 0 25185396 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523390454072 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20825] ppid=20806 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/20809/task/20825/stat : 20825 (java) S 20806 20809 15516 0 -1 4202560 2935 0 0 0 26 0 0 0 20 0 19 0 25185397 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523389401528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20826] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20826/stat : 20826 (java) S 20806 20809 15516 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25185397 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523388348664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20809/tid=20827] ppid=20806 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/20809/task/20827/stat : 20827 (java) S 20806 20809 15516 0 -1 4202560 104 0 0 0 19 24 0 0 20 0 19 0 25185397 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523387296328 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20809/tid=20828] ppid=20806 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/20809/task/20828/stat : 20828 (java) S 20806 20809 15516 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25185416 9856040960 97826 33554432000 1073741824 1073778376 140737366998704 140523386144296 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20809 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=508193
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=502771
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1791.95
CPU time (s): 1800.07
CPU user time (s): 1799.04
CPU system time (s): 1.03
CPU usage (%): 100.453
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.51
system time used= 1.50277
maximum resident set size= 701736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15629
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41505
involuntary context switches= 26247

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.95249 second user time and 13.305 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 08:29:48
IDJOB=4102965
IDBENCH=2200
IDSOLVER=2546
FILE ID=node125/4102965-1466231388
RUNJOBID= node125-1466206074-15532
PBS_JOBID= 19918152
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8a3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102965-1466231388/watcher-4102965-1466231388 -o /tmp/evaluation-result-4102965-1466231388/solver-4102965-1466231388 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466206074-15532 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4102965-1466231388.opb

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

MD5SUM BENCH= 5018d2b93ba4422fc03308c57dbd6158
RANDOM SEED=1783226091

node125.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.683
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.36
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.683
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.683
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.683
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.54
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.683
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.683
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.55
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.683
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.683
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:        29291700 kB
Buffers:          104812 kB
Cached:           104092 kB
SwapCached:          688 kB
Active:          1005036 kB
Inactive:         144000 kB
Active(anon):     941432 kB
Inactive(anon):     1040 kB
Active(file):      63604 kB
Inactive(file):   142960 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:               928 kB
Writeback:             0 kB
AnonPages:       2651608 kB
Mapped:            15416 kB
Shmem:                 0 kB
Slab:             602200 kB
SReclaimable:      45312 kB
SUnreclaim:       556888 kB
KernelStack:        1616 kB
PageTables:         9376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3866768 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1087488 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= 71744 MiB
End job on node125 at 2016-06-18 08:59:40