Trace number 2658949

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 Resolution 2.2.0 2010-05-26SAT (TO)-30 1800.25 1794.82

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.2.0.v20100526
0.09/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.09/0.15	c java.vm.version	11.2-b01
0.09/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version		1.6.0_12
0.09/0.15	c os.name		Linux
0.09/0.15	c os.version		2.6.18-164.el5
0.09/0.15	c os.arch		i386
0.09/0.15	c Free memory 		1393557488
0.09/0.15	c Max memory 		1395916800
0.09/0.15	c Total memory 		1395916800
0.09/0.15	c Number of processors 	2
0.22/0.21	c Pseudo Boolean Optimization
0.22/0.21	c --- Begin Solver configuration ---
0.22/0.21	c Stops conflict analysis at the first Unique Implication Point
0.22/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1ac1fe4
0.22/0.21	c Learn all clauses as in MiniSAT
0.22/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.21	c Expensive reason simplification
0.22/0.21	c Armin Biere (Picosat) restarts strategy
0.22/0.21	c Glucose learned constraints deletion strategy
0.22/0.21	c timeout=2147483s
0.22/0.21	c DB Simplification allowed=false
0.22/0.21	c --- End Solver configuration ---
0.22/0.21	c solving HOME/instance-2658949-1276514769.opb
0.22/0.21	c reading problem ... 
1.72/1.14	c ... done. Wall clock time 0.925s.
1.72/1.14	c #vars     595
1.72/1.14	c #constraints  27931
1.72/1.14	c constraints type 
1.72/1.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 27931
1.72/1.19	c SATISFIABLE
1.72/1.19	c OPTIMIZING...
1.72/1.19	c Got one! Elapsed wall clock time (in seconds):0.977
1.72/1.19	o -25
2.06/1.39	c Got one! Elapsed wall clock time (in seconds):1.176
2.06/1.39	o -26
2.62/1.65	c Got one! Elapsed wall clock time (in seconds):1.441
2.62/1.65	o -27
3.93/2.86	c cleaning 2498 clauses out of 5000 with flag 5000/5000
4.23/3.04	c Got one! Elapsed wall clock time (in seconds):2.826
4.23/3.04	o -28
5.88/4.46	c cleaning 4249 clauses out of 8502 with flag 11000/11000
7.78/6.39	c cleaning 5627 clauses out of 11253 with flag 18000/18000
9.30/7.84	c Got one! Elapsed wall clock time (in seconds):7.627
9.30/7.84	o -29
10.11/8.68	c cleaning 6813 clauses out of 13626 with flag 26000/26000
13.10/11.57	c cleaning 7906 clauses out of 15814 with flag 35001/35001
16.32/14.71	c cleaning 8953 clauses out of 17907 with flag 45000/45000
19.86/18.28	c cleaning 9975 clauses out of 19954 with flag 56000/56000
24.38/22.70	c cleaning 10987 clauses out of 21980 with flag 68001/68001
31.22/29.51	c cleaning 11993 clauses out of 23992 with flag 81000/81000
36.45/34.78	c cleaning 12996 clauses out of 26000 with flag 95001/95001
42.98/41.28	c cleaning 13996 clauses out of 28003 with flag 110000/110000
49.61/47.89	c cleaning 15000 clauses out of 30007 with flag 126000/126000
57.66/55.81	c cleaning 15995 clauses out of 32007 with flag 143000/143000
65.79/63.92	c cleaning 16999 clauses out of 34012 with flag 161000/161000
76.54/74.64	c cleaning 17994 clauses out of 36013 with flag 180000/180000
84.88/82.98	c Got one! Elapsed wall clock time (in seconds):82.769
84.88/82.98	o -30
86.72/84.79	c cleaning 19009 clauses out of 38019 with flag 200000/200000
99.20/97.13	c cleaning 20003 clauses out of 40010 with flag 221000/221000
116.18/114.09	c cleaning 21004 clauses out of 42007 with flag 243000/243000
139.53/137.39	c cleaning 22001 clauses out of 44003 with flag 266000/266000
150.96/148.77	c cleaning 23001 clauses out of 46002 with flag 290000/290000
165.13/162.89	c cleaning 23997 clauses out of 48001 with flag 315000/315000
187.47/185.16	c cleaning 25002 clauses out of 50004 with flag 341000/341000
205.95/203.56	c cleaning 25999 clauses out of 52004 with flag 368002/368002
229.68/227.24	c cleaning 26997 clauses out of 54004 with flag 396001/396001
242.02/239.56	c cleaning 27501 clauses out of 55007 with flag 424001/424001
257.97/255.49	c cleaning 27747 clauses out of 55505 with flag 452000/452000
276.64/274.03	c cleaning 27880 clauses out of 55759 with flag 480001/480001
298.29/295.68	c cleaning 27928 clauses out of 55878 with flag 508000/508000
322.85/320.13	c cleaning 27975 clauses out of 55950 with flag 536000/536000
346.89/344.14	c cleaning 27985 clauses out of 55976 with flag 564001/564001
374.84/372.05	c cleaning 27996 clauses out of 55991 with flag 592001/592001
388.79/385.95	c cleaning 27986 clauses out of 55994 with flag 620000/620000
406.57/403.64	c cleaning 27998 clauses out of 56008 with flag 648000/648000
426.72/423.70	c cleaning 28005 clauses out of 56011 with flag 676001/676001
448.96/445.92	c cleaning 27996 clauses out of 56005 with flag 704000/704000
475.92/472.89	c cleaning 28002 clauses out of 56010 with flag 732001/732001
502.87/499.71	c cleaning 28002 clauses out of 56007 with flag 760000/760000
546.32/543.12	c cleaning 28003 clauses out of 56006 with flag 788001/788001
570.90/567.65	c cleaning 27994 clauses out of 56003 with flag 816001/816001
597.95/594.62	c cleaning 28000 clauses out of 56008 with flag 844000/844000
628.80/625.41	c cleaning 28001 clauses out of 56008 with flag 872000/872000
653.05/649.63	c cleaning 27988 clauses out of 56007 with flag 900000/900000
673.22/669.72	c cleaning 28004 clauses out of 56020 with flag 928001/928001
693.98/690.42	c cleaning 28004 clauses out of 56015 with flag 956000/956000
718.54/714.98	c cleaning 27999 clauses out of 56011 with flag 984000/984000
742.80/739.18	c cleaning 28003 clauses out of 56013 with flag 1012001/1012001
760.64/756.92	c cleaning 27996 clauses out of 56009 with flag 1040000/1040000
783.39/779.69	c cleaning 28006 clauses out of 56013 with flag 1068000/1068000
802.03/798.27	c cleaning 28000 clauses out of 56008 with flag 1096001/1096001
827.57/823.78	c cleaning 27995 clauses out of 56008 with flag 1124001/1124001
849.30/845.45	c cleaning 28002 clauses out of 56013 with flag 1152001/1152001
874.53/870.61	c cleaning 28005 clauses out of 56011 with flag 1180001/1180001
894.17/890.22	c cleaning 27990 clauses out of 56006 with flag 1208001/1208001
920.22/916.26	c cleaning 27995 clauses out of 56015 with flag 1236000/1236000
949.75/945.76	c cleaning 28007 clauses out of 56020 with flag 1264000/1264000
979.78/975.71	c cleaning 28002 clauses out of 56013 with flag 1292000/1292000
1013.81/1009.74	c cleaning 28001 clauses out of 56011 with flag 1320000/1320000
1033.77/1029.62	c cleaning 27999 clauses out of 56010 with flag 1348000/1348000
1049.84/1045.61	c cleaning 27997 clauses out of 56011 with flag 1376000/1376000
1069.00/1064.73	c cleaning 27996 clauses out of 56014 with flag 1404000/1404000
1087.95/1083.69	c cleaning 28004 clauses out of 56018 with flag 1432000/1432000
1115.40/1111.07	c cleaning 28000 clauses out of 56014 with flag 1460000/1460000
1134.32/1129.94	c cleaning 28002 clauses out of 56015 with flag 1488001/1488001
1152.96/1148.58	c cleaning 27993 clauses out of 56013 with flag 1516001/1516001
1169.70/1165.28	c cleaning 28006 clauses out of 56019 with flag 1544000/1544000
1190.43/1185.98	c cleaning 27990 clauses out of 56013 with flag 1572000/1572000
1216.95/1212.41	c cleaning 28005 clauses out of 56023 with flag 1600000/1600000
1244.99/1240.44	c cleaning 27996 clauses out of 56019 with flag 1628001/1628001
1267.36/1262.75	c cleaning 28001 clauses out of 56022 with flag 1656000/1656000
1290.47/1285.86	c cleaning 27999 clauses out of 56021 with flag 1684000/1684000
1316.69/1312.05	c cleaning 27999 clauses out of 56022 with flag 1712000/1712000
1341.35/1336.66	c cleaning 28004 clauses out of 56023 with flag 1740000/1740000
1368.25/1363.53	c cleaning 27990 clauses out of 56019 with flag 1768000/1768000
1384.79/1380.08	c cleaning 28005 clauses out of 56029 with flag 1796000/1796000
1404.91/1400.17	c cleaning 27999 clauses out of 56024 with flag 1824000/1824000
1429.34/1424.59	c cleaning 28007 clauses out of 56026 with flag 1852001/1852001
1454.67/1449.89	c cleaning 28009 clauses out of 56020 with flag 1880002/1880002
1476.82/1471.96	c cleaning 27996 clauses out of 56009 with flag 1908000/1908000
1499.96/1495.02	c cleaning 28000 clauses out of 56013 with flag 1936000/1936000
1522.66/1517.73	c cleaning 28002 clauses out of 56013 with flag 1964000/1964000
1551.85/1546.91	c cleaning 28001 clauses out of 56011 with flag 1992000/1992000
1566.12/1561.11	c cleaning 27992 clauses out of 56010 with flag 2020000/2020000
1583.57/1578.58	c cleaning 27999 clauses out of 56018 with flag 2048000/2048000
1601.00/1595.93	c cleaning 28001 clauses out of 56020 with flag 2076001/2076001
1618.22/1613.16	c cleaning 27998 clauses out of 56020 with flag 2104002/2104002
1642.32/1637.20	c cleaning 28005 clauses out of 56020 with flag 2132000/2132000
1673.99/1668.90	c cleaning 28006 clauses out of 56016 with flag 2160001/2160001
1696.63/1691.47	c cleaning 27990 clauses out of 56009 with flag 2188000/2188000
1716.97/1711.70	c cleaning 27999 clauses out of 56019 with flag 2216000/2216000
1739.10/1733.89	c cleaning 28001 clauses out of 56020 with flag 2244000/2244000
1775.10/1769.81	c cleaning 28006 clauses out of 56019 with flag 2272000/2272000
1798.41/1793.16	c cleaning 27995 clauses out of 56013 with flag 2300000/2300000
1800.07/1794.71	c starts		: 235
1800.07/1794.71	c conflicts		: 2303476
1800.07/1794.71	c decisions		: 2459664
1800.07/1794.71	c propagations		: 13853859
1800.07/1794.71	c inspects		: 1800502987
1800.07/1794.71	c learnt literals	: 0
1800.07/1794.71	c learnt binary clauses	: 0
1800.07/1794.71	c learnt ternary clauses	: 0
1800.07/1794.71	c learnt clauses	: 2303475
1800.07/1794.71	c ignored clauses	: 0
1800.07/1794.71	c root simplifications	: 0
1800.07/1794.71	c removed literals (reason simplification)	: 32100774
1800.07/1794.71	c reason swapping (by a shorter reason)	: 0
1800.07/1794.71	c Calls to reduceDB	: 92
1800.07/1794.71	c number of reductions to clauses (during analyze)	: 0
1800.07/1794.72	c number of learned constraints concerned by reduction	: 0
1800.07/1794.72	c number of learning phase by resolution	: 0
1800.07/1794.72	c number of learning phase by cutting planes	: 0
1800.07/1794.72	c speed (assignments/second)	: 8093.460144239617
1800.07/1794.72	c non guided choices	0
1800.07/1794.77	c learnt constraints type 
1800.07/1794.77	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 31570
1800.07/1794.77	c constraints type 
1800.07/1794.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.07/1794.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 27931
1800.07/1794.77	s SATISFIABLE
1800.07/1794.77	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 x252 -x253 -x254 -x255 -x256 -x257 x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 x590 -x591 -x592 -x593 -x594 -x595 
1800.07/1794.77	c objective function=-30
1800.07/1794.77	c Total wall clock time (in seconds): 1794.562

Verifier Data

OK	-30

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2658949-1276514769/watcher-2658949-1276514769 -o /tmp/evaluation-result-2658949-1276514769/solver-2658949-1276514769 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658949-1276514769.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: 0.99 0.98 0.99 3/106 31313
/proc/meminfo: memFree=1787200/2059040 swapFree=4136456/4192956
[pid=31313] ppid=31311 vsize=1832 CPUtime=0
/proc/31313/stat : 31313 (java6) R 31311 31313 31016 0 -1 4194304 251 0 0 0 0 0 0 0 16 0 1 0 27080961 1875968 153 1992294400 134512640 134550932 4290845968 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0 0
/proc/31313/statm: 458 153 116 10 0 63 0

[startup+0.0874791 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 31313
/proc/meminfo: memFree=1787200/2059040 swapFree=4136456/4192956
[pid=31313] ppid=31311 vsize=1521796 CPUtime=0.06
/proc/31313/stat : 31313 (java) S 31311 31313 31016 0 -1 4202496 3823 0 1 0 4 2 0 0 15 0 7 0 27080961 1558319104 3264 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0
/proc/31313/statm: 380449 3264 1045 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.101477 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 31313
/proc/meminfo: memFree=1787200/2059040 swapFree=4136456/4192956
[pid=31313] ppid=31311 vsize=1524184 CPUtime=0.09
/proc/31313/stat : 31313 (java) S 31311 31313 31016 0 -1 4202496 3954 0 1 0 6 3 0 0 15 0 12 0 27080961 1560764416 3393 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31313/statm: 381046 3393 1076 10 0 378348 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1524184

[startup+0.3015 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 31313
/proc/meminfo: memFree=1787200/2059040 swapFree=4136456/4192956
[pid=31313] ppid=31311 vsize=1526336 CPUtime=0.34
/proc/31313/stat : 31313 (java) S 31311 31313 31016 0 -1 4202496 5302 0 1 0 30 4 0 0 15 0 12 0 27080961 1562968064 4739 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31313/statm: 381584 4740 1361 10 0 378886 0
Current children cumulated CPU time (s) 0.34
Current children cumulated vsize (KiB) 1526336

[startup+0.701552 s]
/proc/loadavg: 0.99 0.98 0.99 3/106 31313
/proc/meminfo: memFree=1787200/2059040 swapFree=4136456/4192956
[pid=31313] ppid=31311 vsize=1528360 CPUtime=1.08
/proc/31313/stat : 31313 (java) S 31311 31313 31016 0 -1 4202496 7537 0 1 0 103 5 0 0 15 0 12 0 27080961 1565040640 6861 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31313/statm: 382090 6862 1396 10 0 379392 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 1528360

[startup+1.50165 s]
/proc/loadavg: 1.15 1.02 1.01 2/118 31325
/proc/meminfo: memFree=1745132/2059040 swapFree=4136456/4192956
[pid=31313] ppid=31311 vsize=1532876 CPUtime=2.42
/proc/31313/stat : 31313 (java) S 31311 31313 31016 0 -1 4202496 17800 0 1 0 233 9 0 0 15 0 13 0 27080961 1569665024 16587 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31313/statm: 383219 16587 1423 10 0 380521 0
[pid=31313/tid=31315] ppid=31311 vsize=1532876 CPUtime=1.47
/proc/31313/task/31315/stat : 31315 (java) R 31311 31313 31016 0 -1 4202560 13974 0 1 0 140 7 0 0 25 0 13 0 27080963 1569665024 16587 1992294400 134512640 134550932 4292226288 18446744073709551615 4109275499 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31313/tid=31316] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31316/stat : 31316 (java) S 31311 31313 31016 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 13 0 27080964 1569665024 16587 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31317] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31317/stat : 31317 (java) S 31311 31313 31016 0 -1 4202560 0 0 0 0 0 0 0 0 18 0 13 0 27080964 1569665024 16587 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31318] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31318/stat : 31318 (java) S 31311 31313 31016 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 13 0 27080966 1569665024 16587 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 0 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31319] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31319/stat : 31319 (java) S 31311 31313 31016 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 13 0 27080966 1569665024 16587 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31320] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31320/stat : 31320 (java) S 31311 31313 31016 0 -1 4202560 5 0 0 0 0 0 0 0 21 0 13 0 27080966 1569665024 16587 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31321] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31321/stat : 31321 (java) S 31311 31313 31016 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 27080971 1569665024 16587 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31322] ppid=31311 vsize=1532876 CPUtime=0.17
/proc/31313/task/31322/stat : 31322 (java) R 31311 31313 31016 0 -1 4202560 138 0 0 0 17 0 0 0 19 0 13 0 27080971 1569665024 16587 1992294400 134512640 134550932 4292226288 18446744073709551615 105870983 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31313/tid=31323] ppid=31311 vsize=1532876 CPUtime=0.76
/proc/31313/task/31323/stat : 31323 (java) R 31311 31313 31016 0 -1 4202560 2622 0 0 0 75 1 0 0 16 0 13 0 27080971 1569665024 16587 1992294400 134512640 134550932 4292226288 18446744073709551615 103337937 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31313/tid=31324] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31324/stat : 31324 (java) S 31311 31313 31016 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 27080971 1569665024 16587 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31325] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31325/stat : 31325 (java) S 31311 31313 31016 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 27080971 1569665024 16587 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 1532876

[startup+3.11184 s]
/proc/loadavg: 1.15 1.02 1.01 2/119 31326
/proc/meminfo: memFree=1719704/2059040 swapFree=4136456/4192956
[pid=31313] ppid=31311 vsize=1532876 CPUtime=4.41
/proc/31313/stat : 31313 (java) S 31311 31313 31016 0 -1 4202496 25191 0 1 0 428 13 0 0 15 0 13 0 27080961 1569665024 23973 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31313/statm: 383219 23973 1443 10 0 380521 0
[pid=31313/tid=31315] ppid=31311 vsize=1532876 CPUtime=3.01
/proc/31313/task/31315/stat : 31315 (java) R 31311 31313 31016 0 -1 4202560 17211 0 1 0 293 8 0 0 25 0 13 0 27080963 1569665024 23973 1992294400 134512640 134550932 4292226288 18446744073709551615 4108756852 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31313/tid=31316] ppid=31311 vsize=1532876 CPUtime=0.01
/proc/31313/task/31316/stat : 31316 (java) S 31311 31313 31016 0 -1 4202560 833 0 0 0 1 0 0 0 16 0 13 0 27080964 1569665024 23973 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31317] ppid=31311 vsize=1532876 CPUtime=0.01
/proc/31313/task/31317/stat : 31317 (java) S 31311 31313 31016 0 -1 4202560 1259 0 0 0 0 1 0 0 18 0 13 0 27080964 1569665024 23973 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=31313/tid=31318] ppid=31311 vsize=1532876 CPUtime=0.03
/proc/31313/task/31318/stat : 31318 (java) S 31311 31313 31016 0 -1 4202560 2027 0 0 0 3 0 0 0 18 0 13 0 27080966 1569665024 23973 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 0 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31319] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31319/stat : 31319 (java) S 31311 31313 31016 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 27080966 1569665024 23973 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31320] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31320/stat : 31320 (java) S 31311 31313 31016 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 27080966 1569665024 23973 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31321] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31321/stat : 31321 (java) S 31311 31313 31016 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 27080971 1569665024 23973 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31322] ppid=31311 vsize=1532876 CPUtime=0.31
/proc/31313/task/31322/stat : 31322 (java) R 31311 31313 31016 0 -1 4202560 159 0 0 0 31 0 0 0 16 0 13 0 27080971 1569665024 23973 1992294400 134512640 134550932 4292226288 18446744073709551615 105875546 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31313/tid=31323] ppid=31311 vsize=1532876 CPUtime=0.98
/proc/31313/task/31323/stat : 31323 (java) R 31311 31313 31016 0 -1 4202560 2637 0 0 0 97 1 0 0 15 0 13 0 27080971 1569665024 23973 1992294400 134512640 134550932 4292226288 18446744073709551615 102289649 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31313/tid=31324] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31324/stat : 31324 (java) S 31311 31313 31016 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 27080971 1569665024 23973 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31325] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31325/stat : 31325 (java) S 31311 31313 31016 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 27080971 1569665024 23973 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=31313/tid=31326] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31326/stat : 31326 (java) S 31311 31313 31016 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 27081079 1569665024 23973 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 1532876

[startup+6.3016 s]
/proc/loadavg: 1.15 1.02 1.01 2/119 31326
/proc/meminfo: memFree=1676304/2059040 swapFree=4136456/4192956
[pid=31313] ppid=31311 vsize=1532876 CPUtime=7.78
/proc/31313/stat : 31313 (java) S 31311 31313 31016 0 -1 4202496 30201 0 1 0 763 15 0 0 15 0 13 0 27080961 1569665024 28915 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31313/statm: 383219 28915 1443 10 0 380521 0
[pid=31313/tid=31315] ppid=31311 vsize=1532876 CPUtime=6.14
/proc/31313/task/31315/stat : 31315 (java) R 31311 31313 31016 0 -1 4202560 17216 0 1 0 606 8 0 0 25 0 13 0 27080963 1569665024 28915 1992294400 134512640 134550932 4292226288 18446744073709551615 4109331956 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31313/tid=31316] ppid=31311 vsize=1532876 CPUtime=0.03
/proc/31313/task/31316/stat : 31316 (java) S 31311 31313 31016 0 -1 4202560 2575 0 0 0 2 1 0 0 16 0 13 0 27080964 1569665024 28915 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=31313/tid=31317] ppid=31311 vsize=1532876 CPUtime=0.03
/proc/31313/task/31317/stat : 31317 (java) S 31311 31313 31016 0 -1 4202560 2988 0 0 0 1 2 0 0 18 0 13 0 27080964 1569665024 28915 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=31313/tid=31318] ppid=31311 vsize=1532876 CPUtime=0.07
/proc/31313/task/31318/stat : 31318 (java) S 31311 31313 31016 0 -1 4202560 3542 0 0 0 6 1 0 0 16 0 13 0 27080966 1569665024 28915 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 0 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31319] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31319/stat : 31319 (java) S 31311 31313 31016 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 27080966 1569665024 28915 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31320] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31320/stat : 31320 (java) S 31311 31313 31016 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 27080966 1569665024 28915 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31321] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31321/stat : 31321 (java) S 31311 31313 31016 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 27080971 1569665024 28915 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31322] ppid=31311 vsize=1532876 CPUtime=0.43
/proc/31313/task/31322/stat : 31322 (java) S 31311 31313 31016 0 -1 4202560 174 0 0 0 43 0 0 0 15 0 13 0 27080971 1569665024 28915 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31323] ppid=31311 vsize=1532876 CPUtime=1.03
/proc/31313/task/31323/stat : 31323 (java) S 31311 31313 31016 0 -1 4202560 2641 0 0 0 102 1 0 0 15 0 13 0 27080971 1569665024 28915 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31324] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31324/stat : 31324 (java) S 31311 31313 31016 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 27080971 1569665024 28915 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31325] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31325/stat : 31325 (java) S 31311 31313 31016 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 27080971 1569665024 28915 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=31313/tid=31326] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31326/stat : 31326 (java) S 31311 31313 31016 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 27081079 1569665024 28915 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.78
Current children cumulated vsize (KiB) 1532876

[startup+12.7016 s]
/proc/loadavg: 1.13 1.02 1.00 2/119 31326
/proc/meminfo: memFree=1640344/2059040 swapFree=4136456/4192956
[pid=31313] ppid=31311 vsize=1532876 CPUtime=14.33
/proc/31313/stat : 31313 (java) S 31311 31313 31016 0 -1 4202496 39396 0 1 0 1414 19 0 0 15 0 13 0 27080961 1569665024 37850 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31313/statm: 383219 37850 1443 10 0 380521 0
[pid=31313/tid=31315] ppid=31311 vsize=1532876 CPUtime=12.28
/proc/31313/task/31315/stat : 31315 (java) R 31311 31313 31016 0 -1 4202560 17217 0 1 0 1220 8 0 0 25 0 13 0 27080963 1569665024 37850 1992294400 134512640 134550932 4292226288 18446744073709551615 4109254020 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31313/tid=31316] ppid=31311 vsize=1532876 CPUtime=0.1
/proc/31313/task/31316/stat : 31316 (java) S 31311 31313 31016 0 -1 4202560 5002 0 0 0 8 2 0 0 16 0 13 0 27080964 1569665024 37850 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31317] ppid=31311 vsize=1532876 CPUtime=0.09
/proc/31313/task/31317/stat : 31317 (java) S 31311 31313 31016 0 -1 4202560 5475 0 0 0 6 3 0 0 18 0 13 0 27080964 1569665024 37850 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31318] ppid=31311 vsize=1532876 CPUtime=0.23
/proc/31313/task/31318/stat : 31318 (java) S 31311 31313 31016 0 -1 4202560 7806 0 0 0 21 2 0 0 15 0 13 0 27080966 1569665024 37850 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 0 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=31313/tid=31319] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31319/stat : 31319 (java) S 31311 31313 31016 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 27080966 1569665024 37850 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31320] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31320/stat : 31320 (java) S 31311 31313 31016 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 27080966 1569665024 37850 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31321] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31321/stat : 31321 (java) S 31311 31313 31016 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 27080971 1569665024 37850 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31322] ppid=31311 vsize=1532876 CPUtime=0.46
/proc/31313/task/31322/stat : 31322 (java) S 31311 31313 31016 0 -1 4202560 179 0 0 0 46 0 0 0 15 0 13 0 27080971 1569665024 37850 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31323] ppid=31311 vsize=1532876 CPUtime=1.11
/proc/31313/task/31323/stat : 31323 (java) S 31311 31313 31016 0 -1 4202560 2652 0 0 0 110 1 0 0 15 0 13 0 27080971 1569665024 37850 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31324] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31324/stat : 31324 (java) S 31311 31313 31016 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 27080971 1569665024 37850 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31325] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31325/stat : 31325 (java) S 31311 31313 31016 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 13 0 27080971 1569665024 37850 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31326] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31326/stat : 31326 (java) S 31311 31313 31016 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 27081079 1569665024 37850 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.33
Current children cumulated vsize (KiB) 1532876

[startup+25.5025 s]
/proc/loadavg: 1.11 1.01 1.00 2/119 31327
/proc/meminfo: memFree=1615668/2059040 swapFree=4136456/4192956
[pid=31313] ppid=31311 vsize=1532876 CPUtime=27.21
/proc/31313/stat : 31313 (java) S 31311 31313 31016 0 -1 4202496 47836 0 1 0 2698 23 0 0 15 0 13 0 27080961 1569665024 44006 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31313/statm: 383219 44006 1443 10 0 380521 0
[pid=31313/tid=31315] ppid=31311 vsize=1532876 CPUtime=24.78
/proc/31313/task/31315/stat : 31315 (java) R 31311 31313 31016 0 -1 4202560 17220 0 1 0 2469 9 0 0 25 0 13 0 27080963 1569665024 44006 1992294400 134512640 134550932 4292226288 18446744073709551615 4109245298 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31313/tid=31316] ppid=31311 vsize=1532876 CPUtime=0.2
/proc/31313/task/31316/stat : 31316 (java) S 31311 31313 31016 0 -1 4202560 8550 0 0 0 17 3 0 0 15 0 13 0 27080964 1569665024 44006 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31317] ppid=31311 vsize=1532876 CPUtime=0.17
/proc/31313/task/31317/stat : 31317 (java) S 31311 31313 31016 0 -1 4202560 8545 0 0 0 13 4 0 0 18 0 13 0 27080964 1569665024 44006 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31318] ppid=31311 vsize=1532876 CPUtime=0.42
/proc/31313/task/31318/stat : 31318 (java) S 31311 31313 31016 0 -1 4202560 9625 0 0 0 40 2 0 0 15 0 13 0 27080966 1569665024 44006 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 0 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=31313/tid=31319] ppid=31311 vsize=1532876 CPUtime=0

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

[pid=31313/tid=31318] ppid=31311 vsize=1532876 CPUtime=8.94
/proc/31313/task/31318/stat : 31318 (java) S 31311 31313 31016 0 -1 4202560 9715 0 0 0 891 3 0 0 15 0 13 0 27080966 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 0 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=31313/tid=31319] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31319/stat : 31319 (java) S 31311 31313 31016 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 27080966 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31320] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31320/stat : 31320 (java) S 31311 31313 31016 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 27080966 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31321] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31321/stat : 31321 (java) S 31311 31313 31016 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 27080971 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31322] ppid=31311 vsize=1532876 CPUtime=0.61
/proc/31313/task/31322/stat : 31322 (java) S 31311 31313 31016 0 -1 4202560 188 0 0 0 61 0 0 0 16 0 13 0 27080971 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31323] ppid=31311 vsize=1532876 CPUtime=1.11
/proc/31313/task/31323/stat : 31323 (java) S 31311 31313 31016 0 -1 4202560 2652 0 0 0 110 1 0 0 15 0 13 0 27080971 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31324] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31324/stat : 31324 (java) S 31311 31313 31016 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 27080971 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31325] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31325/stat : 31325 (java) S 31311 31313 31016 0 -1 4202560 92 0 0 0 0 0 0 0 15 0 13 0 27080971 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31326] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31326/stat : 31326 (java) S 31311 31313 31016 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 27081079 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1607.42
Current children cumulated vsize (KiB) 1532876

[startup+1662.3 s]
/proc/loadavg: 1.15 1.13 1.07 2/119 31370
/proc/meminfo: memFree=1506300/2059040 swapFree=4136456/4192956
[pid=31313] ppid=31311 vsize=1532876 CPUtime=1667.5
/proc/31313/stat : 31313 (java) S 31311 31313 31016 0 -1 4202496 86570 0 1 0 166702 48 0 0 15 0 13 0 27080961 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31313/statm: 383219 70781 1443 10 0 380521 0
[pid=31313/tid=31315] ppid=31311 vsize=1532876 CPUtime=1647.99
/proc/31313/task/31315/stat : 31315 (java) R 31311 31313 31016 0 -1 4202560 19841 0 1 0 164786 13 0 0 25 0 13 0 27080963 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4109245338 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31313/tid=31316] ppid=31311 vsize=1532876 CPUtime=4.33
/proc/31313/task/31316/stat : 31316 (java) S 31311 31313 31016 0 -1 4202560 26710 0 0 0 419 14 0 0 16 0 13 0 27080964 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31317] ppid=31311 vsize=1532876 CPUtime=4.26
/proc/31313/task/31317/stat : 31317 (java) S 31311 31313 31016 0 -1 4202560 26301 0 0 0 411 15 0 0 16 0 13 0 27080964 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31318] ppid=31311 vsize=1532876 CPUtime=9.14
/proc/31313/task/31318/stat : 31318 (java) S 31311 31313 31016 0 -1 4202560 9717 0 0 0 911 3 0 0 15 0 13 0 27080966 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 0 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=31313/tid=31319] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31319/stat : 31319 (java) S 31311 31313 31016 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 27080966 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31320] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31320/stat : 31320 (java) S 31311 31313 31016 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 27080966 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31321] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31321/stat : 31321 (java) S 31311 31313 31016 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 27080971 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31322] ppid=31311 vsize=1532876 CPUtime=0.61
/proc/31313/task/31322/stat : 31322 (java) S 31311 31313 31016 0 -1 4202560 188 0 0 0 61 0 0 0 16 0 13 0 27080971 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31323] ppid=31311 vsize=1532876 CPUtime=1.11
/proc/31313/task/31323/stat : 31323 (java) S 31311 31313 31016 0 -1 4202560 2652 0 0 0 110 1 0 0 15 0 13 0 27080971 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31324] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31324/stat : 31324 (java) S 31311 31313 31016 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 27080971 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31325] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31325/stat : 31325 (java) S 31311 31313 31016 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 13 0 27080971 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31326] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31326/stat : 31326 (java) S 31311 31313 31016 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 27081079 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1667.5
Current children cumulated vsize (KiB) 1532876

[startup+1722.3 s]
/proc/loadavg: 1.18 1.13 1.08 2/119 31372
/proc/meminfo: memFree=1506300/2059040 swapFree=4136456/4192956
[pid=31313] ppid=31311 vsize=1532876 CPUtime=1727.6
/proc/31313/stat : 31313 (java) S 31311 31313 31016 0 -1 4202496 86583 0 1 0 172712 48 0 0 15 0 13 0 27080961 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31313/statm: 383219 70781 1443 10 0 380521 0
[pid=31313/tid=31315] ppid=31311 vsize=1532876 CPUtime=1707.43
/proc/31313/task/31315/stat : 31315 (java) R 31311 31313 31016 0 -1 4202560 19844 0 1 0 170730 13 0 0 25 0 13 0 27080963 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4109275499 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31313/tid=31316] ppid=31311 vsize=1532876 CPUtime=4.47
/proc/31313/task/31316/stat : 31316 (java) S 31311 31313 31016 0 -1 4202560 26710 0 0 0 433 14 0 0 15 0 13 0 27080964 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31317] ppid=31311 vsize=1532876 CPUtime=4.39
/proc/31313/task/31317/stat : 31317 (java) S 31311 31313 31016 0 -1 4202560 26301 0 0 0 424 15 0 0 16 0 13 0 27080964 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31318] ppid=31311 vsize=1532876 CPUtime=9.53
/proc/31313/task/31318/stat : 31318 (java) S 31311 31313 31016 0 -1 4202560 9723 0 0 0 950 3 0 0 15 0 13 0 27080966 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 0 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=31313/tid=31319] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31319/stat : 31319 (java) S 31311 31313 31016 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 27080966 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31320] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31320/stat : 31320 (java) S 31311 31313 31016 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 27080966 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31321] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31321/stat : 31321 (java) S 31311 31313 31016 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 27080971 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31322] ppid=31311 vsize=1532876 CPUtime=0.61
/proc/31313/task/31322/stat : 31322 (java) S 31311 31313 31016 0 -1 4202560 188 0 0 0 61 0 0 0 16 0 13 0 27080971 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31323] ppid=31311 vsize=1532876 CPUtime=1.11
/proc/31313/task/31323/stat : 31323 (java) S 31311 31313 31016 0 -1 4202560 2652 0 0 0 110 1 0 0 15 0 13 0 27080971 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31324] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31324/stat : 31324 (java) S 31311 31313 31016 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 27080971 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31325] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31325/stat : 31325 (java) S 31311 31313 31016 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 13 0 27080971 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31326] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31326/stat : 31326 (java) S 31311 31313 31016 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 27081079 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1727.6
Current children cumulated vsize (KiB) 1532876

[startup+1782.3 s]
/proc/loadavg: 1.06 1.11 1.07 2/119 31374
/proc/meminfo: memFree=1506052/2059040 swapFree=4136456/4192956
[pid=31313] ppid=31311 vsize=1532876 CPUtime=1787.61
/proc/31313/stat : 31313 (java) S 31311 31313 31016 0 -1 4202496 86591 0 1 0 178713 48 0 0 15 0 13 0 27080961 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31313/statm: 383219 70781 1443 10 0 380521 0
[pid=31313/tid=31315] ppid=31311 vsize=1532876 CPUtime=1767.18
/proc/31313/task/31315/stat : 31315 (java) R 31311 31313 31016 0 -1 4202560 19846 0 1 0 176705 13 0 0 25 0 13 0 27080963 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4109244778 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31313/tid=31316] ppid=31311 vsize=1532876 CPUtime=4.5
/proc/31313/task/31316/stat : 31316 (java) S 31311 31313 31016 0 -1 4202560 26710 0 0 0 436 14 0 0 16 0 13 0 27080964 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31317] ppid=31311 vsize=1532876 CPUtime=4.43
/proc/31313/task/31317/stat : 31317 (java) S 31311 31313 31016 0 -1 4202560 26301 0 0 0 428 15 0 0 15 0 13 0 27080964 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=31313/tid=31318] ppid=31311 vsize=1532876 CPUtime=9.73
/proc/31313/task/31318/stat : 31318 (java) S 31311 31313 31016 0 -1 4202560 9725 0 0 0 970 3 0 0 15 0 13 0 27080966 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 0 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=31313/tid=31319] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31319/stat : 31319 (java) S 31311 31313 31016 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 27080966 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31320] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31320/stat : 31320 (java) S 31311 31313 31016 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 27080966 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31321] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31321/stat : 31321 (java) S 31311 31313 31016 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 27080971 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31322] ppid=31311 vsize=1532876 CPUtime=0.61
/proc/31313/task/31322/stat : 31322 (java) S 31311 31313 31016 0 -1 4202560 188 0 0 0 61 0 0 0 16 0 13 0 27080971 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31323] ppid=31311 vsize=1532876 CPUtime=1.11
/proc/31313/task/31323/stat : 31323 (java) S 31311 31313 31016 0 -1 4202560 2652 0 0 0 110 1 0 0 15 0 13 0 27080971 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31324] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31324/stat : 31324 (java) S 31311 31313 31016 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 27080971 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31325] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31325/stat : 31325 (java) S 31311 31313 31016 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 27080971 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31326] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31326/stat : 31326 (java) S 31311 31313 31016 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 27081079 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1787.61
Current children cumulated vsize (KiB) 1532876



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 1.05 1.10 1.07 2/119 31374
/proc/meminfo: memFree=1506052/2059040 swapFree=4136456/4192956
[pid=31313] ppid=31311 vsize=1532876 CPUtime=1800.07
/proc/31313/stat : 31313 (java) S 31311 31313 31016 0 -1 4202496 86594 0 1 0 179959 48 0 0 15 0 13 0 27080961 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31313/statm: 383219 70781 1443 10 0 380521 0
[pid=31313/tid=31315] ppid=31311 vsize=1532876 CPUtime=1779.33
/proc/31313/task/31315/stat : 31315 (java) R 31311 31313 31016 0 -1 4202560 19847 0 1 0 177920 13 0 0 25 0 13 0 27080963 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4109244819 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31313/tid=31316] ppid=31311 vsize=1532876 CPUtime=4.57
/proc/31313/task/31316/stat : 31316 (java) S 31311 31313 31016 0 -1 4202560 26710 0 0 0 443 14 0 0 16 0 13 0 27080964 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31317] ppid=31311 vsize=1532876 CPUtime=4.48
/proc/31313/task/31317/stat : 31317 (java) S 31311 31313 31016 0 -1 4202560 26301 0 0 0 433 15 0 0 15 0 13 0 27080964 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31318] ppid=31311 vsize=1532876 CPUtime=9.92
/proc/31313/task/31318/stat : 31318 (java) S 31311 31313 31016 0 -1 4202560 9727 0 0 0 989 3 0 0 15 0 13 0 27080966 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 0 0 16800975 18446604437639862464 0 0 -1 1 0 0 0
[pid=31313/tid=31319] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31319/stat : 31319 (java) S 31311 31313 31016 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 13 0 27080966 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31320] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31320/stat : 31320 (java) S 31311 31313 31016 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 13 0 27080966 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31321] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31321/stat : 31321 (java) S 31311 31313 31016 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 13 0 27080971 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31322] ppid=31311 vsize=1532876 CPUtime=0.61
/proc/31313/task/31322/stat : 31322 (java) S 31311 31313 31016 0 -1 4202560 188 0 0 0 61 0 0 0 16 0 13 0 27080971 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31323] ppid=31311 vsize=1532876 CPUtime=1.11
/proc/31313/task/31323/stat : 31323 (java) S 31311 31313 31016 0 -1 4202560 2652 0 0 0 110 1 0 0 15 0 13 0 27080971 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31324] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31324/stat : 31324 (java) S 31311 31313 31016 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 13 0 27080971 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31325] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31325/stat : 31325 (java) S 31311 31313 31016 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 13 0 27080971 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
[pid=31313/tid=31326] ppid=31311 vsize=1532876 CPUtime=0
/proc/31313/task/31326/stat : 31326 (java) S 31311 31313 31016 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 13 0 27081079 1569665024 70781 1992294400 134512640 134550932 4292226288 18446744073709551615 4294960144 0 4 0 16800975 18446604437639862464 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 1532876

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

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

[startup+1794.82 s]
/proc/loadavg: 1.05 1.10 1.07 2/119 31374
/proc/meminfo: memFree=1506052/2059040 swapFree=4136456/4192956
[pid=31313] ppid=31311 vsize=0 CPUtime=1800.24
/proc/31313/stat : 31313 (java) Z 31311 31313 31016 0 -1 4203548 86617 0 1 0 179973 51 0 0 15 0 2 0 27080961 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/31313/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.24
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1794.82
CPU time (s): 1800.25
CPU user time (s): 1799.73
CPU system time (s): 0.51992
CPU usage (%): 100.303
Max. virtual memory (cumulated for all children) (KiB): 1532876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.73
system time used= 0.51992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 86617
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= 37590
involuntary context switches= 14799

runsolver used 3.32649 second user time and 9.8585 second system time

The end

Launcher Data

Begin job on node001 at 2010-06-14 13:26:09
IDJOB=2658949
IDBENCH=2272
IDSOLVER=1164
FILE ID=node001/2658949-1276514769
PBS_JOBID= 11173429
Free space on /tmp= 62436 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb35-17-opb/normalized-frb35-17-3.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2658949-1276514769/watcher-2658949-1276514769 -o /tmp/evaluation-result-2658949-1276514769/solver-2658949-1276514769 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2658949-1276514769.opb

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

MD5SUM BENCH= 3895ca8e12182fcd80d7923f66584703
RANDOM SEED=1356368095

node001.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.202
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.40
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.202
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	: 5599.46
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1787728 kB
Buffers:         84976 kB
Cached:         108380 kB
SwapCached:       9304 kB
Active:          97064 kB
Inactive:       108608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1787728 kB
SwapTotal:     4192956 kB
SwapFree:      4136456 kB
Dirty:             940 kB
Writeback:           0 kB
AnonPages:       10956 kB
Mapped:           9192 kB
Slab:            43880 kB
PageTables:       4088 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180620 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62432 MiB
End job on node001 at 2010-06-14 13:56:06