Trace number 2661868

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 RES // CP 2.2.0 2010-05-31SAT (TO)74 1800.27 943.535

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_10_1.opb
MD5SUM08f3a00099e19d384504c40fc611777e
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark74
Best CPU time to get the best result obtained on this benchmark1800.25
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 63
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint11
Maximum length of a constraint23
Number of terms in the objective function 500
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 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)6318
Sum of products size (including duplicates)12636
Number of different products6318
Sum of products size12636

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.22	c Pseudo Boolean Optimization
0.24/0.22	c ManyCore solver with 2 solvers running in parallel
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.22	c Expensive reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.22	c --- Begin Solver configuration ---
0.24/0.22	c Stops conflict analysis at the first Unique Implication Point
0.24/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.22	c Learn all clauses as in MiniSAT
0.24/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.22	c No reason simplification
0.24/0.22	c Armin Biere (Picosat) restarts strategy
0.24/0.22	c Glucose learned constraints deletion strategy
0.24/0.22	c timeout=2147483s
0.24/0.22	c DB Simplification allowed=false
0.24/0.22	c --- End Solver configuration ---
0.24/0.22	
0.24/0.22	c solving HOME/instance-2661868-1276653718.opb
0.24/0.22	c reading problem ... 
10.38/9.19	c ... done. Wall clock time 8.981s.
10.38/9.19	c #vars     6818
10.38/9.19	c #constraints  13136
10.38/9.19	c constraints type 
10.38/9.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6818
10.38/9.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6318
10.38/9.19	c constraints type 
10.38/9.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6818
10.38/9.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6318
11.07/9.53	c And the winner is CuttingPlanes
11.14/10.22	c SATISFIABLE
11.14/10.22	c OPTIMIZING...
11.14/10.22	c Got one! Elapsed wall clock time (in seconds):10.005
11.14/10.22	o 79
12.51/10.94	c And the winner is CuttingPlanes
13.32/12.32	c Got one! Elapsed wall clock time (in seconds):12.102
13.32/12.32	o 78
16.28/13.88	c And the winner is CuttingPlanes
16.44/14.34	c Got one! Elapsed wall clock time (in seconds):14.129
16.44/14.34	o 77
17.16/14.70	c And the winner is CuttingPlanes
17.17/15.38	c Got one! Elapsed wall clock time (in seconds):15.17
17.17/15.38	o 76
20.57/17.11	c cleaning 2496 clauses out of 5002 with flag 5002/5002
27.82/20.84	c cleaning 4246 clauses out of 8504 with flag 11000/11000
35.43/24.76	c cleaning 5621 clauses out of 11259 with flag 18001/18001
44.65/29.48	c cleaning 6817 clauses out of 13638 with flag 26001/26001
55.41/34.90	c cleaning 7907 clauses out of 15820 with flag 35000/35000
67.38/41.03	c cleaning 8949 clauses out of 17913 with flag 45000/45000
81.52/48.22	c cleaning 9973 clauses out of 19965 with flag 56001/56001
96.84/56.02	c cleaning 10987 clauses out of 21991 with flag 68000/68000
115.04/65.33	c cleaning 11995 clauses out of 24005 with flag 81001/81001
134.07/75.10	c cleaning 12995 clauses out of 26009 with flag 95000/95000
154.87/85.70	c cleaning 13501 clauses out of 27015 with flag 109001/109001
174.25/95.60	c cleaning 13752 clauses out of 27513 with flag 123000/123000
192.75/105.04	c cleaning 13868 clauses out of 27762 with flag 137001/137001
213.09/115.42	c cleaning 13938 clauses out of 27893 with flag 151000/151000
221.12/119.62	c And the winner is CuttingPlanes
221.17/120.03	c Got one! Elapsed wall clock time (in seconds):119.816
221.17/120.03	o 75
232.21/125.61	c cleaning 13973 clauses out of 27955 with flag 165000/165000
251.51/135.50	c cleaning 13985 clauses out of 27983 with flag 179001/179001
270.90/145.56	c cleaning 13992 clauses out of 27997 with flag 193000/193000
291.79/156.23	c cleaning 13994 clauses out of 28005 with flag 207000/207000
307.28/164.28	c And the winner is CuttingPlanes
307.46/165.14	c Got one! Elapsed wall clock time (in seconds):164.931
307.46/165.14	o 74
313.12/168.01	c cleaning 14000 clauses out of 28012 with flag 221001/221001
332.56/178.03	c cleaning 14002 clauses out of 28011 with flag 235000/235000
351.48/187.86	c cleaning 13995 clauses out of 28009 with flag 249000/249000
370.92/197.81	c cleaning 13998 clauses out of 28014 with flag 263000/263000
393.32/209.38	c cleaning 14002 clauses out of 28016 with flag 277000/277000
415.71/220.85	c cleaning 14002 clauses out of 28014 with flag 291000/291000
437.94/232.38	c cleaning 14001 clauses out of 28012 with flag 305000/305000
459.32/243.34	c cleaning 13999 clauses out of 28011 with flag 319000/319000
480.89/254.47	c cleaning 13997 clauses out of 28013 with flag 333001/333001
502.83/265.78	c cleaning 13995 clauses out of 28015 with flag 347000/347000
522.64/276.01	c cleaning 14003 clauses out of 28022 with flag 361002/361002
543.52/286.83	c cleaning 14006 clauses out of 28017 with flag 375000/375000
566.02/298.40	c cleaning 13999 clauses out of 28011 with flag 389000/389000
591.26/311.42	c cleaning 13996 clauses out of 28012 with flag 403000/403000
614.13/323.39	c cleaning 13999 clauses out of 28016 with flag 417000/417000
638.76/336.02	c cleaning 13999 clauses out of 28017 with flag 431000/431000
662.02/348.01	c cleaning 14004 clauses out of 28019 with flag 445001/445001
689.01/361.99	c cleaning 14000 clauses out of 28015 with flag 459001/459001
717.34/376.62	c cleaning 14004 clauses out of 28015 with flag 473001/473001
740.34/388.50	c cleaning 13999 clauses out of 28011 with flag 487001/487001
763.50/400.52	c cleaning 13993 clauses out of 28012 with flag 501001/501001
784.50/411.49	c cleaning 14001 clauses out of 28019 with flag 515001/515001
805.83/422.69	c cleaning 13996 clauses out of 28018 with flag 529001/529001
828.00/434.13	c cleaning 14008 clauses out of 28022 with flag 543001/543001
846.80/443.99	c cleaning 13999 clauses out of 28013 with flag 557000/557000
865.99/453.91	c cleaning 14006 clauses out of 28015 with flag 571001/571001
888.33/465.66	c cleaning 14000 clauses out of 28010 with flag 585002/585002
910.91/477.33	c cleaning 14000 clauses out of 28009 with flag 599001/599001
933.45/489.09	c cleaning 14003 clauses out of 28009 with flag 613001/613001
955.63/500.58	c cleaning 13993 clauses out of 28006 with flag 627001/627001
978.33/512.48	c cleaning 14001 clauses out of 28012 with flag 641000/641000
1001.88/524.61	c cleaning 14004 clauses out of 28012 with flag 655001/655001
1025.79/537.07	c cleaning 13996 clauses out of 28007 with flag 669000/669000
1047.51/548.33	c cleaning 13993 clauses out of 28011 with flag 683000/683000
1071.96/561.12	c cleaning 14004 clauses out of 28019 with flag 697001/697001
1097.41/574.38	c cleaning 13994 clauses out of 28014 with flag 711000/711000
1121.46/586.88	c cleaning 14002 clauses out of 28020 with flag 725000/725000
1146.28/599.72	c cleaning 13999 clauses out of 28018 with flag 739000/739000
1170.88/612.69	c cleaning 14003 clauses out of 28021 with flag 753002/753002
1194.68/625.04	c cleaning 13999 clauses out of 28017 with flag 767001/767001
1220.08/638.25	c cleaning 13996 clauses out of 28017 with flag 781000/781000
1245.06/651.23	c cleaning 14001 clauses out of 28022 with flag 795001/795001
1270.39/664.58	c cleaning 14002 clauses out of 28023 with flag 809003/809003
1294.95/677.39	c cleaning 13998 clauses out of 28018 with flag 823000/823000
1320.72/690.71	c cleaning 13999 clauses out of 28020 with flag 837000/837000
1340.69/701.28	c cleaning 14003 clauses out of 28021 with flag 851000/851000
1350.34/706.62	c cleaning 0 clauses out of 5002 with flag 0/5002
1362.39/713.12	c cleaning 13999 clauses out of 28018 with flag 865000/865000
1384.39/724.66	c cleaning 13997 clauses out of 28019 with flag 879000/879000
1404.57/735.21	c cleaning 13999 clauses out of 28022 with flag 893000/893000
1425.10/746.12	c cleaning 14001 clauses out of 28024 with flag 907001/907001
1446.48/757.34	c cleaning 14003 clauses out of 28023 with flag 921001/921001
1466.07/767.67	c cleaning 14001 clauses out of 28019 with flag 935000/935000
1488.41/779.37	c cleaning 14000 clauses out of 28018 with flag 949000/949000
1512.07/791.85	c cleaning 14003 clauses out of 28019 with flag 963001/963001
1533.80/803.27	c cleaning 14002 clauses out of 28015 with flag 977000/977000
1557.09/815.45	c cleaning 14000 clauses out of 28014 with flag 991001/991001
1579.81/827.30	c cleaning 13997 clauses out of 28014 with flag 1005001/1005001
1602.84/839.52	c cleaning 14000 clauses out of 28016 with flag 1019000/1019000
1624.76/851.06	c cleaning 14003 clauses out of 28017 with flag 1033001/1033001
1646.49/862.43	c cleaning 13998 clauses out of 28013 with flag 1047000/1047000
1669.57/874.52	c cleaning 14003 clauses out of 28015 with flag 1061000/1061000
1692.56/886.74	c cleaning 14000 clauses out of 28014 with flag 1075002/1075002
1716.04/899.02	c cleaning 14000 clauses out of 28013 with flag 1089001/1089001
1740.08/911.69	c cleaning 13996 clauses out of 28014 with flag 1103002/1103002
1764.33/924.30	c cleaning 13995 clauses out of 28016 with flag 1117000/1117000
1788.88/937.40	c cleaning 14000 clauses out of 28021 with flag 1131000/1131000
1800.06/943.41	c starts		: 29
1800.06/943.41	c conflicts		: 5613
1800.06/943.41	c decisions		: 42318
1800.06/943.41	c propagations		: 1542026
1800.06/943.41	c inspects		: 131907022
1800.06/943.41	c learnt literals	: 0
1800.06/943.42	c learnt binary clauses	: 0
1800.06/943.42	c learnt ternary clauses	: 0
1800.06/943.42	c learnt clauses	: 5613
1800.06/943.42	c ignored clauses	: 0
1800.06/943.42	c root simplifications	: 0
1800.06/943.42	c removed literals (reason simplification)	: 0
1800.06/943.42	c reason swapping (by a shorter reason)	: 0
1800.06/943.42	c Calls to reduceDB	: 1
1800.06/943.42	c number of reductions to clauses (during analyze)	: 0
1800.06/943.42	c number of learned constraints concerned by reduction	: 0
1800.06/943.42	c number of learning phase by resolution	: 0
1800.06/943.42	c number of learning phase by cutting planes	: 0
1800.06/943.42	c speed (assignments/second)	: 1981.3611284573656
1800.06/943.42	c non guided choices	0
1800.06/943.47	c learnt constraints type 
1800.06/943.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 132
1800.06/943.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5481
1800.06/943.47	c constraints type 
1800.06/943.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6818
1800.06/943.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.06/943.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6318
1800.06/943.47	c constraints type 
1800.06/943.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6818
1800.06/943.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.06/943.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6318
1800.06/943.47	s SATISFIABLE
1800.06/943.47	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 
1800.06/943.47	c objective function=74
1800.06/943.47	c Total wall clock time (in seconds): 943.257

Verifier Data

OK	74

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661868-1276653718/watcher-2661868-1276653718 -o /tmp/evaluation-result-2661868-1276653718/solver-2661868-1276653718 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661868-1276653718.opb 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 15989
/proc/meminfo: memFree=1836472/2059040 swapFree=4148288/4192956
[pid=15989] ppid=15987 vsize=248 CPUtime=0
/proc/15989/stat : 15989 (java) R 15987 15989 14286 0 -1 4194304 281 0 0 0 0 0 0 0 18 0 1 0 6665299 253952 28 1992294400 134512640 134550932 4293814224 18446744073709551615 8925662 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/15989/statm: 62 28 21 10 0 23 0

[startup+0.0602251 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 15989
/proc/meminfo: memFree=1836472/2059040 swapFree=4148288/4192956
[pid=15989] ppid=15987 vsize=1521664 CPUtime=0.04
/proc/15989/stat : 15989 (java) S 15987 15989 14286 0 -1 4202496 3610 0 1 0 3 1 0 0 18 0 7 0 6665299 1558183936 3053 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 380416 3055 1023 10 0 377726 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1521664

[startup+0.101223 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 15989
/proc/meminfo: memFree=1836472/2059040 swapFree=4148288/4192956
[pid=15989] ppid=15987 vsize=1524180 CPUtime=0.08
/proc/15989/stat : 15989 (java) S 15987 15989 14286 0 -1 4202496 3959 0 1 0 6 2 0 0 18 0 12 0 6665299 1560760320 3399 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 381045 3400 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.30125 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 15989
/proc/meminfo: memFree=1836472/2059040 swapFree=4148288/4192956
[pid=15989] ppid=15987 vsize=1526356 CPUtime=0.36
/proc/15989/stat : 15989 (java) S 15987 15989 14286 0 -1 4202496 5398 0 1 0 33 3 0 0 18 0 12 0 6665299 1562988544 4836 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 381589 4836 1363 10 0 378892 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1526356

[startup+0.701294 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 15989
/proc/meminfo: memFree=1836472/2059040 swapFree=4148288/4192956
[pid=15989] ppid=15987 vsize=1528316 CPUtime=0.98
/proc/15989/stat : 15989 (java) S 15987 15989 14286 0 -1 4202496 6725 0 1 0 94 4 0 0 18 0 12 0 6665299 1564995584 6092 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 382079 6092 1396 10 0 379382 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 1528316

[startup+1.50139 s]
/proc/loadavg: 1.00 1.00 1.00 4/117 16001
/proc/meminfo: memFree=1812940/2059040 swapFree=4148288/4192956
[pid=15989] ppid=15987 vsize=1528600 CPUtime=2.02
/proc/15989/stat : 15989 (java) S 15987 15989 14286 0 -1 4202496 8882 0 1 0 197 5 0 0 18 0 12 0 6665299 1565286400 7548 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 382150 7548 1409 10 0 379453 0
[pid=15989/tid=15991] ppid=15987 vsize=1528600 CPUtime=1.28
/proc/15989/task/15991/stat : 15991 (java) R 15987 15989 14286 0 -1 4202560 5715 0 1 0 125 3 0 0 25 0 12 0 6665300 1565286400 7548 1992294400 134512640 134550932 4293814224 18446744073709551615 4109531789 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15989/tid=15992] ppid=15987 vsize=1528600 CPUtime=0
/proc/15989/task/15992/stat : 15992 (java) S 15987 15989 14286 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 6665302 1565286400 7548 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=15993] ppid=15987 vsize=1528600 CPUtime=0
/proc/15989/task/15993/stat : 15993 (java) S 15987 15989 14286 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 6665302 1565286400 7548 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15994] ppid=15987 vsize=1528600 CPUtime=0
/proc/15989/task/15994/stat : 15994 (java) S 15987 15989 14286 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 6665303 1565286400 7548 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 0 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15995] ppid=15987 vsize=1528600 CPUtime=0
/proc/15989/task/15995/stat : 15995 (java) S 15987 15989 14286 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 6665304 1565286400 7548 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15996] ppid=15987 vsize=1528600 CPUtime=0
/proc/15989/task/15996/stat : 15996 (java) S 15987 15989 14286 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 6665304 1565286400 7548 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15997] ppid=15987 vsize=1528600 CPUtime=0
/proc/15989/task/15997/stat : 15997 (java) S 15987 15989 14286 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 6665308 1565286400 7548 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15998] ppid=15987 vsize=1528600 CPUtime=0.25
/proc/15989/task/15998/stat : 15998 (java) S 15987 15989 14286 0 -1 4202560 419 0 0 0 25 0 0 0 17 0 12 0 6665308 1565286400 7548 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15999] ppid=15987 vsize=1528600 CPUtime=0.45
/proc/15989/task/15999/stat : 15999 (java) S 15987 15989 14286 0 -1 4202560 1683 0 0 0 45 0 0 0 15 0 12 0 6665308 1565286400 7548 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=16000] ppid=15987 vsize=1528600 CPUtime=0
/proc/15989/task/16000/stat : 16000 (java) S 15987 15989 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 6665308 1565286400 7548 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=16001] ppid=15987 vsize=1528600 CPUtime=0
/proc/15989/task/16001/stat : 16001 (java) S 15987 15989 14286 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 6665308 1565286400 7548 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 1528600

[startup+3.10155 s]
/proc/loadavg: 1.00 1.00 1.00 4/117 16001
/proc/meminfo: memFree=1800168/2059040 swapFree=4148288/4192956
[pid=15989] ppid=15987 vsize=1541904 CPUtime=4.51
/proc/15989/stat : 15989 (java) S 15987 15989 14286 0 -1 4202496 16560 0 1 0 442 9 0 0 18 0 12 0 6665299 1578909696 11573 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 385476 11573 1410 10 0 382779 0
[pid=15989/tid=15991] ppid=15987 vsize=1541904 CPUtime=2.87
/proc/15989/task/15991/stat : 15991 (java) R 15987 15989 14286 0 -1 4202560 6578 0 1 0 282 5 0 0 25 0 12 0 6665300 1578909696 11573 1992294400 134512640 134550932 4293814224 18446744073709551615 4109532066 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15989/tid=15992] ppid=15987 vsize=1541904 CPUtime=0
/proc/15989/task/15992/stat : 15992 (java) S 15987 15989 14286 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 6665302 1578909696 11573 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=15993] ppid=15987 vsize=1541904 CPUtime=0
/proc/15989/task/15993/stat : 15993 (java) S 15987 15989 14286 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 6665302 1578909696 11573 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15994] ppid=15987 vsize=1541904 CPUtime=0
/proc/15989/task/15994/stat : 15994 (java) S 15987 15989 14286 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 6665303 1578909696 11573 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 0 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15995] ppid=15987 vsize=1541904 CPUtime=0
/proc/15989/task/15995/stat : 15995 (java) S 15987 15989 14286 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 6665304 1578909696 11573 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15996] ppid=15987 vsize=1541904 CPUtime=0
/proc/15989/task/15996/stat : 15996 (java) S 15987 15989 14286 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 6665304 1578909696 11573 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15997] ppid=15987 vsize=1541904 CPUtime=0
/proc/15989/task/15997/stat : 15997 (java) S 15987 15989 14286 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 6665308 1578909696 11573 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15998] ppid=15987 vsize=1541904 CPUtime=1.12
/proc/15989/task/15998/stat : 15998 (java) S 15987 15989 14286 0 -1 4202560 6854 0 0 0 110 2 0 0 16 0 12 0 6665308 1578909696 11573 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15999] ppid=15987 vsize=1541904 CPUtime=0.49
/proc/15989/task/15999/stat : 15999 (java) S 15987 15989 14286 0 -1 4202560 2063 0 0 0 49 0 0 0 15 0 12 0 6665308 1578909696 11573 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=16000] ppid=15987 vsize=1541904 CPUtime=0
/proc/15989/task/16000/stat : 16000 (java) S 15987 15989 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 6665308 1578909696 11573 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=16001] ppid=15987 vsize=1541904 CPUtime=0
/proc/15989/task/16001/stat : 16001 (java) S 15987 15989 14286 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 6665308 1578909696 11573 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 1541904

[startup+6.30187 s]
/proc/loadavg: 1.00 1.00 1.00 3/125 16278
/proc/meminfo: memFree=1777288/2059040 swapFree=4148288/4192956
[pid=15989] ppid=15987 vsize=1540808 CPUtime=7.66
/proc/15989/stat : 15989 (java) S 15987 15989 14286 0 -1 4202496 17482 0 1 0 755 11 0 0 18 0 12 0 6665299 1577787392 12202 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 385202 12202 1410 10 0 382505 0
[pid=15989/tid=15991] ppid=15987 vsize=1540808 CPUtime=5.96
/proc/15989/task/15991/stat : 15991 (java) R 15987 15989 14286 0 -1 4202560 7489 0 1 0 589 7 0 0 25 0 12 0 6665300 1577787392 12202 1992294400 134512640 134550932 4293814224 18446744073709551615 4109532084 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15989/tid=15992] ppid=15987 vsize=1540808 CPUtime=0
/proc/15989/task/15992/stat : 15992 (java) S 15987 15989 14286 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 12 0 6665302 1577787392 12202 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=15993] ppid=15987 vsize=1540808 CPUtime=0
/proc/15989/task/15993/stat : 15993 (java) S 15987 15989 14286 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 12 0 6665302 1577787392 12202 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15994] ppid=15987 vsize=1540808 CPUtime=0
/proc/15989/task/15994/stat : 15994 (java) S 15987 15989 14286 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 6665303 1577787392 12202 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 0 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15995] ppid=15987 vsize=1540808 CPUtime=0
/proc/15989/task/15995/stat : 15995 (java) S 15987 15989 14286 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 12 0 6665304 1577787392 12202 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15996] ppid=15987 vsize=1540808 CPUtime=0
/proc/15989/task/15996/stat : 15996 (java) S 15987 15989 14286 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 12 0 6665304 1577787392 12202 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15997] ppid=15987 vsize=1540808 CPUtime=0
/proc/15989/task/15997/stat : 15997 (java) S 15987 15989 14286 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 6665308 1577787392 12202 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15998] ppid=15987 vsize=1540808 CPUtime=1.16
/proc/15989/task/15998/stat : 15998 (java) S 15987 15989 14286 0 -1 4202560 6859 0 0 0 114 2 0 0 15 0 12 0 6665308 1577787392 12202 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=15999] ppid=15987 vsize=1540808 CPUtime=0.5
/proc/15989/task/15999/stat : 15999 (java) S 15987 15989 14286 0 -1 4202560 2069 0 0 0 50 0 0 0 15 0 12 0 6665308 1577787392 12202 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=16000] ppid=15987 vsize=1540808 CPUtime=0
/proc/15989/task/16000/stat : 16000 (java) S 15987 15989 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 6665308 1577787392 12202 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=16001] ppid=15987 vsize=1540808 CPUtime=0
/proc/15989/task/16001/stat : 16001 (java) S 15987 15989 14286 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 12 0 6665308 1577787392 12202 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.66
Current children cumulated vsize (KiB) 1540808

[startup+12.7026 s]
/proc/loadavg: 1.23 1.05 1.02 1/119 16507
/proc/meminfo: memFree=1746636/2059040 swapFree=4148288/4192956
[pid=15989] ppid=15987 vsize=1545052 CPUtime=14.1
/proc/15989/stat : 15989 (java) S 15987 15989 14286 0 -1 4202496 37027 0 1 0 1363 47 0 0 18 0 16 0 6665299 1582133248 27757 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 386263 27757 1429 10 0 383566 0
[pid=15989/tid=15991] ppid=15987 vsize=1545052 CPUtime=8.78
/proc/15989/task/15991/stat : 15991 (java) S 15987 15989 14286 0 -1 4202560 8387 0 1 0 867 11 0 0 16 0 16 0 6665300 1582133248 27757 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15992] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/15992/stat : 15992 (java) S 15987 15989 14286 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 16 0 6665302 1582133248 27757 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=15993] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/15993/stat : 15993 (java) S 15987 15989 14286 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 16 0 6665302 1582133248 27757 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15994] ppid=15987 vsize=1545052 CPUtime=0.38
/proc/15989/task/15994/stat : 15994 (java) S 15987 15989 14286 0 -1 4202560 2 0 0 0 15 23 0 0 15 0 16 0 6665303 1582133248 27757 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 0 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=15995] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/15995/stat : 15995 (java) S 15987 15989 14286 0 -1 4202560 11 0 0 0 0 0 0 0 23 0 16 0 6665304 1582133248 27757 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15996] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/15996/stat : 15996 (java) S 15987 15989 14286 0 -1 4202560 4 0 0 0 0 0 0 0 24 0 16 0 6665304 1582133248 27757 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15997] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/15997/stat : 15997 (java) S 15987 15989 14286 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6665308 1582133248 27757 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15998] ppid=15987 vsize=1545052 CPUtime=2.07
/proc/15989/task/15998/stat : 15998 (java) S 15987 15989 14286 0 -1 4202560 6955 0 0 0 204 3 0 0 16 0 16 0 6665308 1582133248 27757 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=15999] ppid=15987 vsize=1545052 CPUtime=1.84
/proc/15989/task/15999/stat : 15999 (java) R 15987 15989 14286 0 -1 4202560 7023 0 0 0 182 2 0 0 15 0 16 0 6665308 1582133248 27757 1992294400 134512640 134550932 4293814224 18446744073709551615 105724168 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15989/tid=16000] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/16000/stat : 16000 (java) S 15987 15989 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6665308 1582133248 27757 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=16001] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/16001/stat : 16001 (java) S 15987 15989 14286 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 16 0 6665308 1582133248 27757 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=16465] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/16465/stat : 16465 (java) S 15987 15989 14286 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 6666223 1582133248 27757 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=16466] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/16466/stat : 16466 (java) S 15987 15989 14286 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6666254 1582133248 27757 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.1
Current children cumulated vsize (KiB) 1545052

[startup+25.5019 s]
/proc/loadavg: 1.43 1.10 1.03 4/121 16513
/proc/meminfo: memFree=1609260/2059040 swapFree=4148288/4192956
[pid=15989] ppid=15987 vsize=1545052 CPUtime=36.9
/proc/15989/stat : 15989 (java) S 15987 15989 14286 0 -1 4202496 65265 0 1 0 3628 62 0 0 18 0 16 0 6665299 1582133248 55040 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 386263 55040 1453 10 0 383566 0
[pid=15989/tid=15991] ppid=15987 vsize=1545052 CPUtime=8.79
/proc/15989/task/15991/stat : 15991 (java) S 15987 15989 14286 0 -1 4202560 8387 0 1 0 868 11 0 0 15 0 16 0 6665300 1582133248 55040 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15992] ppid=15987 vsize=1545052 CPUtime=0.5
/proc/15989/task/15992/stat : 15992 (java) S 15987 15989 14286 0 -1 4202560 8347 0 0 0 46 4 0 0 16 0 16 0 6665302 1582133248 55040 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15993] ppid=15987 vsize=1545052 CPUtime=0.51
/proc/15989/task/15993/stat : 15993 (java) S 15987 15989 14286 0 -1 4202560 8213 0 0 0 47 4 0 0 16 0 16 0 6665302 1582133248 55040 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=15994] ppid=15987 vsize=1545052 CPUtime=0.72
/proc/15989/task/15994/stat : 15994 (java) S 15987 15989 14286 0 -1 4202560 1269 0 0 0 48 24 0 0 15 0 16 0 6665303 1582133248 55040 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 0 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15995] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/15995/stat : 15995 (java) S 15987 15989 14286 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6665304 1582133248 55040 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15996] ppid=15987 vsize=1545052 CPUtime=0

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

/proc/15989/statm: 386263 115727 1453 10 0 383566 0
[pid=15989/tid=15991] ppid=15987 vsize=1545052 CPUtime=8.8
/proc/15989/task/15991/stat : 15991 (java) S 15987 15989 14286 0 -1 4202560 8417 0 1 0 869 11 0 0 15 0 16 0 6665300 1582133248 115727 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15992] ppid=15987 vsize=1545052 CPUtime=22.86
/proc/15989/task/15992/stat : 15992 (java) S 15987 15989 14286 0 -1 4202560 40556 0 0 0 2247 39 0 0 16 0 16 0 6665302 1582133248 115727 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=15993] ppid=15987 vsize=1545052 CPUtime=22.86
/proc/15989/task/15993/stat : 15993 (java) S 15987 15989 14286 0 -1 4202560 39368 0 0 0 2246 40 0 0 16 0 16 0 6665302 1582133248 115727 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15994] ppid=15987 vsize=1545052 CPUtime=45.51
/proc/15989/task/15994/stat : 15994 (java) S 15987 15989 14286 0 -1 4202560 1909 0 0 0 4515 36 0 0 15 0 16 0 6665303 1582133248 115727 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 0 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=15995] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/15995/stat : 15995 (java) S 15987 15989 14286 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6665304 1582133248 115727 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15996] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/15996/stat : 15996 (java) S 15987 15989 14286 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6665304 1582133248 115727 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15997] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/15997/stat : 15997 (java) S 15987 15989 14286 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6665308 1582133248 115727 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15998] ppid=15987 vsize=1545052 CPUtime=2.77
/proc/15989/task/15998/stat : 15998 (java) S 15987 15989 14286 0 -1 4202560 6999 0 0 0 274 3 0 0 16 0 16 0 6665308 1582133248 115727 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15999] ppid=15987 vsize=1545052 CPUtime=2.69
/proc/15989/task/15999/stat : 15999 (java) S 15987 15989 14286 0 -1 4202560 7079 0 0 0 267 2 0 0 15 0 16 0 6665308 1582133248 115727 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=16000] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/16000/stat : 16000 (java) S 15987 15989 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6665308 1582133248 115727 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=16001] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/16001/stat : 16001 (java) S 15987 15989 14286 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 16 0 6665308 1582133248 115727 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=16465] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/16465/stat : 16465 (java) S 15987 15989 14286 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 6666223 1582133248 115727 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=16466] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/16466/stat : 16466 (java) S 15987 15989 14286 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6666254 1582133248 115727 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=16520] ppid=15987 vsize=1545052 CPUtime=591.52
/proc/15989/task/16520/stat : 16520 (java) R 15987 15989 14286 0 -1 4202560 470 0 0 0 59146 6 0 0 25 0 16 0 6681814 1582133248 115727 1992294400 134512640 134550932 4293814224 18446744073709551615 4109939032 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15989/tid=16521] ppid=15987 vsize=1545052 CPUtime=591.18
/proc/15989/task/16521/stat : 16521 (java) R 15987 15989 14286 0 -1 4202560 418 0 0 0 59114 4 0 0 25 0 16 0 6681814 1582133248 115727 1992294400 134512640 134550932 4293814224 18446744073709551615 4109936976 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1569.89
Current children cumulated vsize (KiB) 1545052

[startup+882.309 s]
/proc/loadavg: 1.93 1.92 1.61 3/121 16541
/proc/meminfo: memFree=1352960/2059040 swapFree=4148288/4192956
[pid=15989] ppid=15987 vsize=1545052 CPUtime=1683.86
/proc/15989/stat : 15989 (java) S 15987 15989 14286 0 -1 4202496 133673 0 1 0 168218 168 0 0 18 0 16 0 6665299 1582133248 118514 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 386263 118514 1453 10 0 383566 0
[pid=15989/tid=15991] ppid=15987 vsize=1545052 CPUtime=8.8
/proc/15989/task/15991/stat : 15991 (java) S 15987 15989 14286 0 -1 4202560 8421 0 1 0 869 11 0 0 15 0 16 0 6665300 1582133248 118514 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15992] ppid=15987 vsize=1545052 CPUtime=24.86
/proc/15989/task/15992/stat : 15992 (java) S 15987 15989 14286 0 -1 4202560 42280 0 0 0 2444 42 0 0 15 0 16 0 6665302 1582133248 118514 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=15993] ppid=15987 vsize=1545052 CPUtime=24.85
/proc/15989/task/15993/stat : 15993 (java) R 15987 15989 14286 0 -1 4202560 40566 0 0 0 2442 43 0 0 16 0 16 0 6665302 1582133248 118514 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15989/tid=15994] ppid=15987 vsize=1545052 CPUtime=50.62
/proc/15989/task/15994/stat : 15994 (java) S 15987 15989 14286 0 -1 4202560 1913 0 0 0 5024 38 0 0 16 0 16 0 6665303 1582133248 118514 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 0 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=15995] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/15995/stat : 15995 (java) S 15987 15989 14286 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6665304 1582133248 118514 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15996] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/15996/stat : 15996 (java) S 15987 15989 14286 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6665304 1582133248 118514 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15997] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/15997/stat : 15997 (java) S 15987 15989 14286 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6665308 1582133248 118514 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15998] ppid=15987 vsize=1545052 CPUtime=2.77
/proc/15989/task/15998/stat : 15998 (java) S 15987 15989 14286 0 -1 4202560 6999 0 0 0 274 3 0 0 16 0 16 0 6665308 1582133248 118514 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15999] ppid=15987 vsize=1545052 CPUtime=2.69
/proc/15989/task/15999/stat : 15999 (java) S 15987 15989 14286 0 -1 4202560 7079 0 0 0 267 2 0 0 15 0 16 0 6665308 1582133248 118514 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=16000] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/16000/stat : 16000 (java) S 15987 15989 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6665308 1582133248 118514 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=16001] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/16001/stat : 16001 (java) S 15987 15989 14286 0 -1 4202560 52 0 0 0 0 0 0 0 15 0 16 0 6665308 1582133248 118514 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=16465] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/16465/stat : 16465 (java) S 15987 15989 14286 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 6666223 1582133248 118514 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=16466] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/16466/stat : 16466 (java) S 15987 15989 14286 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6666254 1582133248 118514 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=16520] ppid=15987 vsize=1545052 CPUtime=643.94
/proc/15989/task/16520/stat : 16520 (java) R 15987 15989 14286 0 -1 4202560 507 0 0 0 64388 6 0 0 25 0 16 0 6681814 1582133248 118514 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15989/tid=16521] ppid=15987 vsize=1545052 CPUtime=643.6
/proc/15989/task/16521/stat : 16521 (java) R 15987 15989 14286 0 -1 4202560 454 0 0 0 64356 4 0 0 25 0 16 0 6681814 1582133248 118514 1992294400 134512640 134550932 4293814224 18446744073709551615 4110112707 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1683.86
Current children cumulated vsize (KiB) 1545052

[startup+942.313 s]
/proc/loadavg: 2.05 1.95 1.64 4/121 16541
/proc/meminfo: memFree=1348496/2059040 swapFree=4148288/4192956
[pid=15989] ppid=15987 vsize=1545052 CPUtime=1797.9
/proc/15989/stat : 15989 (java) S 15987 15989 14286 0 -1 4202496 134882 0 1 0 179615 175 0 0 18 0 16 0 6665299 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 386263 119630 1453 10 0 383566 0
[pid=15989/tid=15991] ppid=15987 vsize=1545052 CPUtime=8.8
/proc/15989/task/15991/stat : 15991 (java) S 15987 15989 14286 0 -1 4202560 8424 0 1 0 869 11 0 0 15 0 16 0 6665300 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15992] ppid=15987 vsize=1545052 CPUtime=26.62
/proc/15989/task/15992/stat : 15992 (java) R 15987 15989 14286 0 -1 4202560 42758 0 0 0 2618 44 0 0 15 0 16 0 6665302 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 103111331 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15989/tid=15993] ppid=15987 vsize=1545052 CPUtime=26.59
/proc/15989/task/15993/stat : 15993 (java) R 15987 15989 14286 0 -1 4202560 41223 0 0 0 2613 46 0 0 15 0 16 0 6665302 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 105886447 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15989/tid=15994] ppid=15987 vsize=1545052 CPUtime=55.6
/proc/15989/task/15994/stat : 15994 (java) S 15987 15989 14286 0 -1 4202560 1917 0 0 0 5522 38 0 0 16 0 16 0 6665303 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 0 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=15995] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/15995/stat : 15995 (java) S 15987 15989 14286 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6665304 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15996] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/15996/stat : 15996 (java) S 15987 15989 14286 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6665304 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15997] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/15997/stat : 15997 (java) S 15987 15989 14286 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6665308 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15998] ppid=15987 vsize=1545052 CPUtime=2.77
/proc/15989/task/15998/stat : 15998 (java) S 15987 15989 14286 0 -1 4202560 6999 0 0 0 274 3 0 0 16 0 16 0 6665308 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15999] ppid=15987 vsize=1545052 CPUtime=2.69
/proc/15989/task/15999/stat : 15999 (java) S 15987 15989 14286 0 -1 4202560 7079 0 0 0 267 2 0 0 15 0 16 0 6665308 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=16000] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/16000/stat : 16000 (java) S 15987 15989 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6665308 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=16001] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/16001/stat : 16001 (java) S 15987 15989 14286 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 6665308 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=16465] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/16465/stat : 16465 (java) S 15987 15989 14286 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 6666223 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=16466] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/16466/stat : 16466 (java) S 15987 15989 14286 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6666254 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=16520] ppid=15987 vsize=1545052 CPUtime=696.59
/proc/15989/task/16520/stat : 16520 (java) S 15987 15989 14286 0 -1 4202560 538 0 0 0 69652 7 0 0 25 0 16 0 6681814 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=16521] ppid=15987 vsize=1545052 CPUtime=696.51
/proc/15989/task/16521/stat : 16521 (java) S 15987 15989 14286 0 -1 4202560 486 0 0 0 69646 5 0 0 25 0 16 0 6681814 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1797.9
Current children cumulated vsize (KiB) 1545052



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+943.402 s]
/proc/loadavg: 2.05 1.95 1.64 3/121 16541
/proc/meminfo: memFree=1348496/2059040 swapFree=4148288/4192956
[pid=15989] ppid=15987 vsize=1545052 CPUtime=1800.06
/proc/15989/stat : 15989 (java) S 15987 15989 14286 0 -1 4202496 134884 0 1 0 179831 175 0 0 18 0 16 0 6665299 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 386263 119630 1453 10 0 383566 0
[pid=15989/tid=15991] ppid=15987 vsize=1545052 CPUtime=8.8
/proc/15989/task/15991/stat : 15991 (java) S 15987 15989 14286 0 -1 4202560 8424 0 1 0 869 11 0 0 15 0 16 0 6665300 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15992] ppid=15987 vsize=1545052 CPUtime=26.66
/proc/15989/task/15992/stat : 15992 (java) S 15987 15989 14286 0 -1 4202560 42758 0 0 0 2622 44 0 0 16 0 16 0 6665302 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=15993] ppid=15987 vsize=1545052 CPUtime=26.63
/proc/15989/task/15993/stat : 15993 (java) S 15987 15989 14286 0 -1 4202560 41223 0 0 0 2617 46 0 0 15 0 16 0 6665302 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15994] ppid=15987 vsize=1545052 CPUtime=55.6
/proc/15989/task/15994/stat : 15994 (java) S 15987 15989 14286 0 -1 4202560 1917 0 0 0 5522 38 0 0 15 0 16 0 6665303 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 0 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=15995] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/15995/stat : 15995 (java) S 15987 15989 14286 0 -1 4202560 12 0 0 0 0 0 0 0 18 0 16 0 6665304 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15996] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/15996/stat : 15996 (java) S 15987 15989 14286 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 6665304 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15997] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/15997/stat : 15997 (java) S 15987 15989 14286 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6665308 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15998] ppid=15987 vsize=1545052 CPUtime=2.77
/proc/15989/task/15998/stat : 15998 (java) S 15987 15989 14286 0 -1 4202560 6999 0 0 0 274 3 0 0 16 0 16 0 6665308 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=15999] ppid=15987 vsize=1545052 CPUtime=2.69
/proc/15989/task/15999/stat : 15999 (java) S 15987 15989 14286 0 -1 4202560 7079 0 0 0 267 2 0 0 15 0 16 0 6665308 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=16000] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/16000/stat : 16000 (java) S 15987 15989 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6665308 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=16001] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/16001/stat : 16001 (java) S 15987 15989 14286 0 -1 4202560 56 0 0 0 0 0 0 0 15 0 16 0 6665308 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=16465] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/16465/stat : 16465 (java) S 15987 15989 14286 0 -1 4202560 6 0 0 0 0 0 0 0 19 0 16 0 6666223 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=15989/tid=16466] ppid=15987 vsize=1545052 CPUtime=0
/proc/15989/task/16466/stat : 16466 (java) S 15987 15989 14286 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 16 0 6666254 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=15989/tid=16520] ppid=15987 vsize=1545052 CPUtime=697.65
/proc/15989/task/16520/stat : 16520 (java) R 15987 15989 14286 0 -1 4202560 538 0 0 0 69758 7 0 0 25 0 16 0 6681814 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4109989363 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15989/tid=16521] ppid=15987 vsize=1545052 CPUtime=697.54
/proc/15989/task/16521/stat : 16521 (java) R 15987 15989 14286 0 -1 4202560 488 0 0 0 69749 5 0 0 25 0 16 0 6681814 1582133248 119630 1992294400 134512640 134550932 4293814224 18446744073709551615 4109974059 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1545052

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

Solver just ended. Dumping a history of the last processes samples

[startup+943.516 s]
/proc/loadavg: 2.05 1.95 1.64 3/121 16541
/proc/meminfo: memFree=1348496/2059040 swapFree=4148288/4192956
[pid=15989] ppid=15987 vsize=0 CPUtime=1800.24
/proc/15989/stat : 15989 (java) Z 15987 15989 14286 0 -1 4203548 134903 0 1 0 179846 178 0 0 17 0 2 0 6665299 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/15989/statm: 0 0 0 0 0 0 0
[pid=15989/tid=16521] ppid=15987 vsize=0 CPUtime=697.63
/proc/15989/task/16521/stat : 16521 (java) R 15987 15989 14286 0 -1 4203588 488 0 0 0 69755 8 0 0 25 0 2 0 6681814 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 943.535
CPU time (s): 1800.27
CPU user time (s): 1798.47
CPU system time (s): 1.80272
CPU usage (%): 190.801
Max. virtual memory (cumulated for all children) (KiB): 1546948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.47
system time used= 1.80272
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 134903
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35401
involuntary context switches= 58073

runsolver used 5.53416 second user time and 9.26059 second system time

The end

Launcher Data

Begin job on node082 at 2010-06-16 04:01:58
IDJOB=2661868
IDBENCH=48123
IDSOLVER=1166
FILE ID=node082/2661868-1276653718
PBS_JOBID= 11172422
Free space on /tmp= 62584 MiB

SOLVER NAME= SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_10_1.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661868-1276653718/watcher-2661868-1276653718 -o /tmp/evaluation-result-2661868-1276653718/solver-2661868-1276653718 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661868-1276653718.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 08f3a00099e19d384504c40fc611777e
RANDOM SEED=1362395599

node082.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.215
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.43
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.215
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.41
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1836744 kB
Buffers:         30204 kB
Cached:          94896 kB
SwapCached:       6528 kB
Active:          96420 kB
Inactive:        50060 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1836744 kB
SwapTotal:     4192956 kB
SwapFree:      4148288 kB
Dirty:             400 kB
Writeback:           0 kB
AnonPages:       18776 kB
Mapped:          13224 kB
Slab:            53840 kB
PageTables:       3864 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180468 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62580 MiB
End job on node082 at 2010-06-16 04:17:43