Trace number 2661902

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)76 1800.52 946.899

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_10_3.opb
MD5SUM31a0e10ee8ac2049545ec8eab33f6948
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.04
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 69
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)6316
Sum of products size (including duplicates)12632
Number of different products6316
Sum of products size12632

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.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.21/0.22	c Pseudo Boolean Optimization
0.21/0.22	c ManyCore solver with 2 solvers running in parallel
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.21/0.22	c Expensive reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.22	c --- Begin Solver configuration ---
0.21/0.22	c Stops conflict analysis at the first Unique Implication Point
0.21/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.21/0.22	c Learn all clauses as in MiniSAT
0.21/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.22	c No reason simplification
0.21/0.22	c Armin Biere (Picosat) restarts strategy
0.21/0.22	c Glucose learned constraints deletion strategy
0.21/0.22	c timeout=2147483s
0.21/0.22	c DB Simplification allowed=false
0.21/0.22	c --- End Solver configuration ---
0.21/0.22	
0.21/0.22	c solving HOME/instance-2661902-1276657790.opb
0.21/0.22	c reading problem ... 
10.33/8.89	c ... done. Wall clock time 8.668s.
10.33/8.89	c #vars     6816
10.33/8.89	c #constraints  13132
10.33/8.89	c constraints type 
10.33/8.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6816
10.33/8.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6316
10.33/8.89	c constraints type 
10.33/8.89	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6816
10.33/8.89	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6316
10.84/9.18	c And the winner is Resolution
11.08/9.91	c SATISFIABLE
11.08/9.91	c OPTIMIZING...
11.08/9.91	c Got one! Elapsed wall clock time (in seconds):9.691
11.08/9.91	o 85
11.26/10.01	c And the winner is Resolution
11.37/10.94	c Got one! Elapsed wall clock time (in seconds):10.718
11.37/10.94	o 84
12.69/11.60	c And the winner is Resolution
12.80/11.96	c Got one! Elapsed wall clock time (in seconds):11.74
12.80/11.96	o 83
13.09/12.11	c And the winner is Resolution
13.17/13.02	c Got one! Elapsed wall clock time (in seconds):12.794
13.17/13.02	o 80
13.34/13.20	c And the winner is Resolution
13.54/14.03	c Got one! Elapsed wall clock time (in seconds):13.805
13.54/14.03	o 79
13.67/14.20	c And the winner is Resolution
13.97/15.05	c Got one! Elapsed wall clock time (in seconds):14.829
13.97/15.05	o 78
14.26/15.22	c And the winner is Resolution
14.37/16.06	c Got one! Elapsed wall clock time (in seconds):15.839
14.37/16.06	o 77
19.20/18.54	c And the winner is Resolution
19.32/19.21	c Got one! Elapsed wall clock time (in seconds):18.987
19.32/19.21	o 76
19.89/19.51	c cleaning 2496 clauses out of 5000 with flag 5000/5000
27.11/23.29	c cleaning 4246 clauses out of 8505 with flag 11001/11001
35.72/27.64	c cleaning 5627 clauses out of 11259 with flag 18001/18001
45.91/32.89	c cleaning 6810 clauses out of 13632 with flag 26001/26001
57.82/38.99	c cleaning 7906 clauses out of 15822 with flag 35001/35001
71.32/45.85	c cleaning 8951 clauses out of 17915 with flag 45000/45000
86.02/53.31	c cleaning 9970 clauses out of 19964 with flag 56000/56000
102.47/61.71	c cleaning 10985 clauses out of 21994 with flag 68000/68000
120.22/70.86	c cleaning 11995 clauses out of 24009 with flag 81000/81000
138.24/80.08	c cleaning 12997 clauses out of 26014 with flag 95000/95000
158.40/90.32	c cleaning 13504 clauses out of 27017 with flag 109000/109000
175.38/99.04	c cleaning 13751 clauses out of 27513 with flag 123000/123000
194.01/108.64	c cleaning 13875 clauses out of 27762 with flag 137000/137000
217.09/120.43	c cleaning 13931 clauses out of 27887 with flag 151000/151000
245.08/134.71	c cleaning 13967 clauses out of 27956 with flag 165000/165000
268.27/146.64	c cleaning 13987 clauses out of 27989 with flag 179000/179000
286.41/156.09	c cleaning 13993 clauses out of 28002 with flag 193000/193000
306.42/166.37	c cleaning 13999 clauses out of 28011 with flag 207002/207002
327.63/177.24	c cleaning 13995 clauses out of 28011 with flag 221001/221001
349.80/188.64	c cleaning 14001 clauses out of 28015 with flag 235000/235000
376.20/202.25	c cleaning 13995 clauses out of 28014 with flag 249000/249000
399.96/214.43	c cleaning 14005 clauses out of 28021 with flag 263002/263002
418.92/224.21	c cleaning 14001 clauses out of 28014 with flag 277000/277000
439.87/235.04	c cleaning 13996 clauses out of 28013 with flag 291000/291000
458.46/244.77	c cleaning 14003 clauses out of 28018 with flag 305001/305001
477.99/254.89	c cleaning 14003 clauses out of 28014 with flag 319000/319000
501.16/267.20	c cleaning 13998 clauses out of 28011 with flag 333000/333000
524.53/279.57	c cleaning 14004 clauses out of 28015 with flag 347002/347002
548.61/292.01	c cleaning 14000 clauses out of 28011 with flag 361002/361002
572.66/304.41	c cleaning 13997 clauses out of 28010 with flag 375001/375001
597.28/317.19	c cleaning 13991 clauses out of 28013 with flag 389001/389001
617.73/327.76	c cleaning 14003 clauses out of 28021 with flag 403000/403000
637.77/338.22	c cleaning 14006 clauses out of 28019 with flag 417001/417001
658.81/349.14	c cleaning 14003 clauses out of 28013 with flag 431001/431001
683.41/361.90	c cleaning 13991 clauses out of 28010 with flag 445001/445001
707.21/374.11	c cleaning 14004 clauses out of 28020 with flag 459002/459002
732.01/387.07	c cleaning 14003 clauses out of 28015 with flag 473001/473001
755.83/399.31	c cleaning 14002 clauses out of 28012 with flag 487001/487001
780.58/412.11	c cleaning 14001 clauses out of 28009 with flag 501000/501000
804.57/424.53	c cleaning 13992 clauses out of 28009 with flag 515001/515001
828.70/437.17	c cleaning 14002 clauses out of 28017 with flag 529001/529001
852.66/449.57	c cleaning 14002 clauses out of 28015 with flag 543001/543001
876.41/461.81	c cleaning 14000 clauses out of 28013 with flag 557001/557001
900.55/474.33	c cleaning 13996 clauses out of 28013 with flag 571001/571001
926.46/487.80	c cleaning 14004 clauses out of 28017 with flag 585001/585001
947.60/498.89	c cleaning 14001 clauses out of 28012 with flag 599000/599000
968.55/509.72	c cleaning 13998 clauses out of 28012 with flag 613001/613001
990.48/521.17	c cleaning 13998 clauses out of 28013 with flag 627000/627000
1013.35/533.18	c cleaning 14002 clauses out of 28015 with flag 641000/641000
1034.26/544.08	c cleaning 14000 clauses out of 28015 with flag 655002/655002
1054.73/554.79	c cleaning 13998 clauses out of 28014 with flag 669001/669001
1075.60/565.63	c cleaning 14005 clauses out of 28017 with flag 683002/683002
1100.81/578.86	c cleaning 13997 clauses out of 28010 with flag 697000/697000
1126.43/592.12	c cleaning 14001 clauses out of 28014 with flag 711001/711001
1150.88/604.85	c cleaning 13997 clauses out of 28012 with flag 725000/725000
1175.08/617.48	c cleaning 13997 clauses out of 28015 with flag 739000/739000
1199.81/630.47	c cleaning 14001 clauses out of 28018 with flag 753000/753000
1223.22/642.61	c cleaning 0 clauses out of 5001 with flag 0/5001
1226.00/644.43	c cleaning 13997 clauses out of 28017 with flag 767000/767000
1250.97/657.46	c cleaning 14002 clauses out of 28021 with flag 781001/781001
1272.85/669.07	c cleaning 13999 clauses out of 28019 with flag 795001/795001
1293.64/679.96	c cleaning 13995 clauses out of 28020 with flag 809001/809001
1314.03/690.61	c cleaning 14003 clauses out of 28026 with flag 823002/823002
1334.40/701.33	c cleaning 14001 clauses out of 28023 with flag 837002/837002
1354.91/712.29	c cleaning 14003 clauses out of 28022 with flag 851002/851002
1376.47/723.52	c cleaning 14000 clauses out of 28018 with flag 865001/865001
1398.57/735.12	c cleaning 14001 clauses out of 28017 with flag 879000/879000
1418.68/745.72	c cleaning 13998 clauses out of 28016 with flag 893000/893000
1440.48/757.34	c cleaning 14005 clauses out of 28019 with flag 907001/907001
1462.77/769.02	c cleaning 14000 clauses out of 28013 with flag 921000/921000
1482.47/779.49	c cleaning 13999 clauses out of 28014 with flag 935001/935001
1506.72/792.13	c cleaning 14000 clauses out of 28015 with flag 949001/949001
1537.61/808.32	c cleaning 13996 clauses out of 28014 with flag 963000/963000
1564.19/822.22	c cleaning 13998 clauses out of 28018 with flag 977000/977000
1590.01/835.78	c cleaning 14004 clauses out of 28021 with flag 991001/991001
1613.77/848.29	c cleaning 14004 clauses out of 28017 with flag 1005001/1005001
1635.86/860.08	c cleaning 13997 clauses out of 28012 with flag 1019000/1019000
1659.43/872.43	c cleaning 13996 clauses out of 28015 with flag 1033000/1033000
1682.59/884.65	c cleaning 14003 clauses out of 28020 with flag 1047001/1047001
1707.95/897.98	c cleaning 13999 clauses out of 28016 with flag 1061000/1061000
1732.77/911.14	c cleaning 14000 clauses out of 28018 with flag 1075001/1075001
1754.34/922.52	c cleaning 14001 clauses out of 28018 with flag 1089001/1089001
1777.07/934.60	c cleaning 13997 clauses out of 28016 with flag 1103000/1103000
1800.20/946.72	c starts		: 197
1800.20/946.72	c conflicts		: 1117000
1800.20/946.72	c decisions		: 1875609
1800.20/946.72	c propagations		: 142860786
1800.20/946.72	c inspects		: 1402083987
1800.20/946.72	c learnt literals	: 0
1800.20/946.72	c learnt binary clauses	: 0
1800.20/946.72	c learnt ternary clauses	: 0
1800.20/946.72	c learnt clauses	: 1117000
1800.20/946.72	c ignored clauses	: 0
1800.20/946.72	c root simplifications	: 0
1800.20/946.72	c removed literals (reason simplification)	: 825461
1800.20/946.72	c reason swapping (by a shorter reason)	: 0
1800.20/946.72	c Calls to reduceDB	: 83
1800.20/946.72	c number of reductions to clauses (during analyze)	: 0
1800.20/946.72	c number of learned constraints concerned by reduction	: 0
1800.20/946.72	c number of learning phase by resolution	: 0
1800.20/946.72	c number of learning phase by cutting planes	: 0
1800.20/946.72	c speed (assignments/second)	: 154026.47308702458
1800.20/946.72	c non guided choices	5005
1800.20/946.80	c learnt constraints type 
1800.20/946.80	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 28019
1800.20/946.80	c constraints type 
1800.20/946.80	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6816
1800.20/946.80	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.20/946.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6316
1800.20/946.80	c constraints type 
1800.20/946.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6816
1800.20/946.80	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.20/946.80	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6316
1800.20/946.80	s SATISFIABLE
1800.20/946.81	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.20/946.81	c objective function=76
1800.20/946.81	c Total wall clock time (in seconds): 946.584

Verifier Data

OK	76

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661902-1276657790/watcher-2661902-1276657790 -o /tmp/evaluation-result-2661902-1276657790/solver-2661902-1276657790 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661902-1276657790.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/106 8073
/proc/meminfo: memFree=1768544/2059040 swapFree=4140252/4192956
[pid=8073] ppid=8071 vsize=1700 CPUtime=0
/proc/8073/stat : 8073 (java6) R 8071 8073 7185 0 -1 4194304 200 0 0 0 0 0 0 0 19 0 1 0 41380649 1740800 105 1992294400 134512640 134550932 4292114576 18446744073709551615 3729568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/8073/statm: 458 111 86 10 0 63 0

[startup+0.0504309 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8073
/proc/meminfo: memFree=1768544/2059040 swapFree=4140252/4192956
[pid=8073] ppid=8071 vsize=1521016 CPUtime=0.03
/proc/8073/stat : 8073 (java) S 8071 8073 7185 0 -1 4202496 3476 0 1 0 2 1 0 0 15 0 5 0 41380649 1557520384 2920 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/8073/statm: 380254 2921 984 10 0 377564 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 1521016

[startup+0.100431 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8073
/proc/meminfo: memFree=1768544/2059040 swapFree=4140252/4192956
[pid=8073] ppid=8071 vsize=1524180 CPUtime=0.08
/proc/8073/stat : 8073 (java) S 8071 8073 7185 0 -1 4202496 3946 0 1 0 6 2 0 0 15 0 12 0 41380649 1560760320 3386 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8073/statm: 381045 3386 1075 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.300435 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8073
/proc/meminfo: memFree=1768544/2059040 swapFree=4140252/4192956
[pid=8073] ppid=8071 vsize=1526520 CPUtime=0.35
/proc/8073/stat : 8073 (java) S 8071 8073 7185 0 -1 4202496 5375 0 1 0 31 4 0 0 15 0 12 0 41380649 1563156480 4813 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8073/statm: 381630 4813 1353 10 0 378933 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 1526520

[startup+0.700441 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 8073
/proc/meminfo: memFree=1768544/2059040 swapFree=4140252/4192956
[pid=8073] ppid=8071 vsize=1528404 CPUtime=1.09
/proc/8073/stat : 8073 (java) S 8071 8073 7185 0 -1 4202496 6842 0 1 0 104 5 0 0 15 0 12 0 41380649 1565085696 6239 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8073/statm: 382101 6239 1396 10 0 379404 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 1528404

[startup+1.50145 s]
/proc/loadavg: 1.00 1.00 1.00 3/118 8085
/proc/meminfo: memFree=1745632/2059040 swapFree=4140252/4192956
[pid=8073] ppid=8071 vsize=1528824 CPUtime=2.14
/proc/8073/stat : 8073 (java) S 8071 8073 7185 0 -1 4202496 8372 0 1 0 208 6 0 0 15 0 12 0 41380649 1565515776 7458 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8073/statm: 382206 7458 1409 10 0 379509 0
[pid=8073/tid=8075] ppid=8071 vsize=1528824 CPUtime=1.39
/proc/8073/task/8075/stat : 8075 (java) R 8071 8073 7185 0 -1 4202560 5701 0 1 0 135 4 0 0 25 0 12 0 41380651 1565515776 7458 1992294400 134512640 134550932 4288097472 18446744073709551615 4109793155 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8073/tid=8076] ppid=8071 vsize=1528824 CPUtime=0
/proc/8073/task/8076/stat : 8076 (java) S 8071 8073 7185 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 41380652 1565515776 7458 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8077] ppid=8071 vsize=1528824 CPUtime=0
/proc/8073/task/8077/stat : 8077 (java) S 8071 8073 7185 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 41380652 1565515776 7458 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8078] ppid=8071 vsize=1528824 CPUtime=0
/proc/8073/task/8078/stat : 8078 (java) S 8071 8073 7185 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 41380654 1565515776 7458 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 0 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8079] ppid=8071 vsize=1528824 CPUtime=0
/proc/8073/task/8079/stat : 8079 (java) S 8071 8073 7185 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 41380654 1565515776 7458 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8080] ppid=8071 vsize=1528824 CPUtime=0
/proc/8073/task/8080/stat : 8080 (java) S 8071 8073 7185 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 41380654 1565515776 7458 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8081] ppid=8071 vsize=1528824 CPUtime=0
/proc/8073/task/8081/stat : 8081 (java) S 8071 8073 7185 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 41380658 1565515776 7458 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8082] ppid=8071 vsize=1528824 CPUtime=0.22
/proc/8073/task/8082/stat : 8082 (java) S 8071 8073 7185 0 -1 4202560 403 0 0 0 22 0 0 0 18 0 12 0 41380658 1565515776 7458 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8083] ppid=8071 vsize=1528824 CPUtime=0.5
/proc/8073/task/8083/stat : 8083 (java) S 8071 8073 7185 0 -1 4202560 1206 0 0 0 50 0 0 0 15 0 12 0 41380659 1565515776 7458 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8084] ppid=8071 vsize=1528824 CPUtime=0
/proc/8073/task/8084/stat : 8084 (java) S 8071 8073 7185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 41380659 1565515776 7458 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8085] ppid=8071 vsize=1528824 CPUtime=0
/proc/8073/task/8085/stat : 8085 (java) S 8071 8073 7185 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 41380659 1565515776 7458 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 1528824

[startup+3.10148 s]
/proc/loadavg: 1.00 1.00 1.00 4/118 8085
/proc/meminfo: memFree=1732736/2059040 swapFree=4140252/4192956
[pid=8073] ppid=8071 vsize=1541372 CPUtime=4.59
/proc/8073/stat : 8073 (java) S 8071 8073 7185 0 -1 4202496 15673 0 1 0 449 10 0 0 15 0 12 0 41380649 1578364928 11372 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8073/statm: 385343 11372 1410 10 0 382646 0
[pid=8073/tid=8075] ppid=8071 vsize=1541372 CPUtime=2.93
/proc/8073/task/8075/stat : 8075 (java) R 8071 8073 7185 0 -1 4202560 6549 0 1 0 288 5 0 0 25 0 12 0 41380651 1578364928 11372 1992294400 134512640 134550932 4288097472 18446744073709551615 4109793422 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=8073/tid=8076] ppid=8071 vsize=1541372 CPUtime=0
/proc/8073/task/8076/stat : 8076 (java) S 8071 8073 7185 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 41380652 1578364928 11372 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8077] ppid=8071 vsize=1541372 CPUtime=0
/proc/8073/task/8077/stat : 8077 (java) S 8071 8073 7185 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 41380652 1578364928 11372 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8078] ppid=8071 vsize=1541372 CPUtime=0
/proc/8073/task/8078/stat : 8078 (java) S 8071 8073 7185 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 41380654 1578364928 11372 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 0 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8079] ppid=8071 vsize=1541372 CPUtime=0
/proc/8073/task/8079/stat : 8079 (java) S 8071 8073 7185 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 41380654 1578364928 11372 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8080] ppid=8071 vsize=1541372 CPUtime=0
/proc/8073/task/8080/stat : 8080 (java) S 8071 8073 7185 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 41380654 1578364928 11372 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8081] ppid=8071 vsize=1541372 CPUtime=0
/proc/8073/task/8081/stat : 8081 (java) S 8071 8073 7185 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 41380658 1578364928 11372 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8082] ppid=8071 vsize=1541372 CPUtime=1.09
/proc/8073/task/8082/stat : 8082 (java) S 8071 8073 7185 0 -1 4202560 6561 0 0 0 106 3 0 0 16 0 12 0 41380658 1578364928 11372 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8083] ppid=8071 vsize=1541372 CPUtime=0.54
/proc/8073/task/8083/stat : 8083 (java) S 8071 8073 7185 0 -1 4202560 1501 0 0 0 54 0 0 0 16 0 12 0 41380659 1578364928 11372 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8084] ppid=8071 vsize=1541372 CPUtime=0
/proc/8073/task/8084/stat : 8084 (java) S 8071 8073 7185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 41380659 1578364928 11372 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8085] ppid=8071 vsize=1541372 CPUtime=0
/proc/8073/task/8085/stat : 8085 (java) S 8071 8073 7185 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 41380659 1578364928 11372 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.59
Current children cumulated vsize (KiB) 1541372

[startup+6.30153 s]
/proc/loadavg: 1.00 1.00 1.00 2/118 8085
/proc/meminfo: memFree=1725172/2059040 swapFree=4140252/4192956
[pid=8073] ppid=8071 vsize=1540308 CPUtime=7.82
/proc/8073/stat : 8073 (java) S 8071 8073 7185 0 -1 4202496 16656 0 1 0 771 11 0 0 15 0 12 0 41380649 1577275392 12126 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8073/statm: 385077 12126 1410 10 0 382380 0
[pid=8073/tid=8075] ppid=8071 vsize=1540308 CPUtime=6.1
/proc/8073/task/8075/stat : 8075 (java) R 8071 8073 7185 0 -1 4202560 7514 0 1 0 604 6 0 0 25 0 12 0 41380651 1577275392 12126 1992294400 134512640 134550932 4288097472 18446744073709551615 4109793422 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8073/tid=8076] ppid=8071 vsize=1540308 CPUtime=0
/proc/8073/task/8076/stat : 8076 (java) S 8071 8073 7185 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 12 0 41380652 1577275392 12126 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8077] ppid=8071 vsize=1540308 CPUtime=0
/proc/8073/task/8077/stat : 8077 (java) S 8071 8073 7185 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 12 0 41380652 1577275392 12126 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8078] ppid=8071 vsize=1540308 CPUtime=0
/proc/8073/task/8078/stat : 8078 (java) S 8071 8073 7185 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 41380654 1577275392 12126 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 0 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8079] ppid=8071 vsize=1540308 CPUtime=0
/proc/8073/task/8079/stat : 8079 (java) S 8071 8073 7185 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 12 0 41380654 1577275392 12126 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8080] ppid=8071 vsize=1540308 CPUtime=0
/proc/8073/task/8080/stat : 8080 (java) S 8071 8073 7185 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 12 0 41380654 1577275392 12126 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8081] ppid=8071 vsize=1540308 CPUtime=0
/proc/8073/task/8081/stat : 8081 (java) S 8071 8073 7185 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 12 0 41380658 1577275392 12126 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8082] ppid=8071 vsize=1540308 CPUtime=1.14
/proc/8073/task/8082/stat : 8082 (java) S 8071 8073 7185 0 -1 4202560 6573 0 0 0 111 3 0 0 15 0 12 0 41380658 1577275392 12126 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8083] ppid=8071 vsize=1540308 CPUtime=0.55
/proc/8073/task/8083/stat : 8083 (java) S 8071 8073 7185 0 -1 4202560 1507 0 0 0 55 0 0 0 15 0 12 0 41380659 1577275392 12126 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8084] ppid=8071 vsize=1540308 CPUtime=0
/proc/8073/task/8084/stat : 8084 (java) S 8071 8073 7185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 12 0 41380659 1577275392 12126 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8085] ppid=8071 vsize=1540308 CPUtime=0
/proc/8073/task/8085/stat : 8085 (java) S 8071 8073 7185 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 41380659 1577275392 12126 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 7.82
Current children cumulated vsize (KiB) 1540308

[startup+12.7016 s]
/proc/loadavg: 1.08 1.02 1.01 4/122 8095
/proc/meminfo: memFree=1701332/2059040 swapFree=4140252/4192956
[pid=8073] ppid=8071 vsize=1542056 CPUtime=13.17
/proc/8073/stat : 8073 (java) S 8071 8073 7185 0 -1 4202496 26997 0 1 0 1301 16 0 0 15 0 14 0 41380649 1579065344 21641 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8073/statm: 385514 21641 1429 10 0 382817 0
[pid=8073/tid=8075] ppid=8071 vsize=1542056 CPUtime=8.72
/proc/8073/task/8075/stat : 8075 (java) S 8071 8073 7185 0 -1 4202560 8439 0 1 0 865 7 0 0 19 0 14 0 41380651 1579065344 21641 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8076] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8076/stat : 8076 (java) S 8071 8073 7185 0 -1 4202560 2 0 0 0 0 0 0 0 17 0 14 0 41380652 1579065344 21641 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8077] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8077/stat : 8077 (java) S 8071 8073 7185 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 14 0 41380652 1579065344 21641 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8078] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8078/stat : 8078 (java) S 8071 8073 7185 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 14 0 41380654 1579065344 21641 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 0 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8079] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8079/stat : 8079 (java) S 8071 8073 7185 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 14 0 41380654 1579065344 21641 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8080] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8080/stat : 8080 (java) S 8071 8073 7185 0 -1 4202560 4 0 0 0 0 0 0 0 21 0 14 0 41380654 1579065344 21641 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8081] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8081/stat : 8081 (java) S 8071 8073 7185 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 14 0 41380658 1579065344 21641 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8082] ppid=8071 vsize=1542056 CPUtime=1.98
/proc/8073/task/8082/stat : 8082 (java) S 8071 8073 7185 0 -1 4202560 6700 0 0 0 195 3 0 0 15 0 14 0 41380658 1579065344 21641 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8083] ppid=8071 vsize=1542056 CPUtime=1.66
/proc/8073/task/8083/stat : 8083 (java) S 8071 8073 7185 0 -1 4202560 2462 0 0 0 165 1 0 0 15 0 14 0 41380659 1579065344 21641 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8084] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8084/stat : 8084 (java) S 8071 8073 7185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 14 0 41380659 1579065344 21641 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8085] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8085/stat : 8085 (java) S 8071 8073 7185 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 41380659 1579065344 21641 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8088] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8088/stat : 8088 (java) S 8071 8073 7185 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 41381548 1579065344 21641 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8089] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8089/stat : 8089 (java) S 8071 8073 7185 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 41381549 1579065344 21641 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 13.17
Current children cumulated vsize (KiB) 1542056

[startup+25.5022 s]
/proc/loadavg: 1.15 1.03 1.01 4/122 8105
/proc/meminfo: memFree=1567288/2059040 swapFree=4140252/4192956
[pid=8073] ppid=8071 vsize=1542056 CPUtime=31.56
/proc/8073/stat : 8073 (java) S 8071 8073 7185 0 -1 4202496 57537 0 1 0 3128 28 0 0 15 0 16 0 41380649 1579065344 51500 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8073/statm: 385514 51500 1449 10 0 382817 0
[pid=8073/tid=8075] ppid=8071 vsize=1542056 CPUtime=8.75
/proc/8073/task/8075/stat : 8075 (java) S 8071 8073 7185 0 -1 4202560 8697 0 1 0 868 7 0 0 18 0 16 0 41380651 1579065344 51500 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8076] ppid=8071 vsize=1542056 CPUtime=0.43
/proc/8073/task/8076/stat : 8076 (java) S 8071 8073 7185 0 -1 4202560 7166 0 0 0 41 2 0 0 16 0 16 0 41380652 1579065344 51500 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8077] ppid=8071 vsize=1542056 CPUtime=0.43
/proc/8073/task/8077/stat : 8077 (java) S 8071 8073 7185 0 -1 4202560 6647 0 0 0 41 2 0 0 15 0 16 0 41380652 1579065344 51500 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8078] ppid=8071 vsize=1542056 CPUtime=0.22
/proc/8073/task/8078/stat : 8078 (java) S 8071 8073 7185 0 -1 4202560 1256 0 0 0 21 1 0 0 16 0 16 0 41380654 1579065344 51500 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 0 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8079] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8079/stat : 8079 (java) S 8071 8073 7185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 41380654 1579065344 51500 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8080] ppid=8071 vsize=1542056 CPUtime=0

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

/proc/8073/task/8104/stat : 8104 (java) S 8071 8073 7185 0 -1 4202560 1056 0 0 0 72612 18 0 0 25 0 16 0 41382570 1579065344 116520 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8105] ppid=8071 vsize=1542056 CPUtime=727.21
/proc/8073/task/8105/stat : 8105 (java) S 8071 8073 7185 0 -1 4202560 900 0 0 0 72703 18 0 0 25 0 16 0 41382570 1579065344 116520 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1564.35
Current children cumulated vsize (KiB) 1542056

[startup+882.302 s]
/proc/loadavg: 2.03 1.97 1.61 3/122 8132
/proc/meminfo: memFree=1288660/2059040 swapFree=4140252/4192956
[pid=8073] ppid=8071 vsize=1542056 CPUtime=1678.04
/proc/8073/stat : 8073 (java) S 8071 8073 7185 0 -1 4202496 132160 0 1 0 167627 177 0 0 15 0 16 0 41380649 1579065344 120438 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8073/statm: 385514 120438 1453 10 0 382817 0
[pid=8073/tid=8075] ppid=8071 vsize=1542056 CPUtime=8.76
/proc/8073/task/8075/stat : 8075 (java) S 8071 8073 7185 0 -1 4202560 8729 0 1 0 868 8 0 0 15 0 16 0 41380651 1579065344 120438 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8076] ppid=8071 vsize=1542056 CPUtime=24.71
/proc/8073/task/8076/stat : 8076 (java) S 8071 8073 7185 0 -1 4202560 40755 0 0 0 2412 59 0 0 15 0 16 0 41380652 1579065344 120438 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8077] ppid=8071 vsize=1542056 CPUtime=24.72
/proc/8073/task/8077/stat : 8077 (java) S 8071 8073 7185 0 -1 4202560 45057 0 0 0 2434 38 0 0 16 0 16 0 41380652 1579065344 120438 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8078] ppid=8071 vsize=1542056 CPUtime=50.92
/proc/8073/task/8078/stat : 8078 (java) S 8071 8073 7185 0 -1 4202560 1755 0 0 0 5077 15 0 0 15 0 16 0 41380654 1579065344 120438 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 0 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8079] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8079/stat : 8079 (java) S 8071 8073 7185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 41380654 1579065344 120438 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8080] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8080/stat : 8080 (java) S 8071 8073 7185 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 41380654 1579065344 120438 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8081] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8081/stat : 8081 (java) S 8071 8073 7185 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 41380658 1579065344 120438 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8082] ppid=8071 vsize=1542056 CPUtime=2.86
/proc/8073/task/8082/stat : 8082 (java) S 8071 8073 7185 0 -1 4202560 6751 0 0 0 283 3 0 0 15 0 16 0 41380658 1579065344 120438 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8083] ppid=8071 vsize=1542056 CPUtime=2.78
/proc/8073/task/8083/stat : 8083 (java) S 8071 8073 7185 0 -1 4202560 2516 0 0 0 277 1 0 0 16 0 16 0 41380659 1579065344 120438 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8084] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8084/stat : 8084 (java) S 8071 8073 7185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 41380659 1579065344 120438 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8085] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8085/stat : 8085 (java) S 8071 8073 7185 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 41380659 1579065344 120438 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8088] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8088/stat : 8088 (java) S 8071 8073 7185 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 41381548 1579065344 120438 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8089] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8089/stat : 8089 (java) S 8071 8073 7185 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 41381549 1579065344 120438 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8104] ppid=8071 vsize=1542056 CPUtime=778.74
/proc/8073/task/8104/stat : 8104 (java) R 8071 8073 7185 0 -1 4202560 1104 0 0 0 77854 20 0 0 25 0 16 0 41382570 1579065344 120438 1992294400 134512640 134550932 4288097472 18446744073709551615 4110192169 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8073/tid=8105] ppid=8071 vsize=1542056 CPUtime=779.09
/proc/8073/task/8105/stat : 8105 (java) R 8071 8073 7185 0 -1 4202560 928 0 0 0 77890 19 0 0 25 0 16 0 41382570 1579065344 120438 1992294400 134512640 134550932 4288097472 18446744073709551615 4109910525 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1678.04
Current children cumulated vsize (KiB) 1542056

[startup+942.301 s]
/proc/loadavg: 2.05 1.99 1.64 3/122 8134
/proc/meminfo: memFree=1272664/2059040 swapFree=4140252/4192956
[pid=8073] ppid=8071 vsize=1542056 CPUtime=1791.46
/proc/8073/stat : 8073 (java) S 8071 8073 7185 0 -1 4202496 136347 0 1 0 178951 195 0 0 15 0 16 0 41380649 1579065344 124424 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8073/statm: 385514 124424 1453 10 0 382817 0
[pid=8073/tid=8075] ppid=8071 vsize=1542056 CPUtime=8.76
/proc/8073/task/8075/stat : 8075 (java) S 8071 8073 7185 0 -1 4202560 8730 0 1 0 868 8 0 0 15 0 16 0 41380651 1579065344 124424 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8076] ppid=8071 vsize=1542056 CPUtime=26.78
/proc/8073/task/8076/stat : 8076 (java) S 8071 8073 7185 0 -1 4202560 42528 0 0 0 2606 72 0 0 16 0 16 0 41380652 1579065344 124424 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8077] ppid=8071 vsize=1542056 CPUtime=26.77
/proc/8073/task/8077/stat : 8077 (java) S 8071 8073 7185 0 -1 4202560 47396 0 0 0 2638 39 0 0 15 0 16 0 41380652 1579065344 124424 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8078] ppid=8071 vsize=1542056 CPUtime=56.49
/proc/8073/task/8078/stat : 8078 (java) S 8071 8073 7185 0 -1 4202560 1760 0 0 0 5632 17 0 0 15 0 16 0 41380654 1579065344 124424 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 0 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8079] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8079/stat : 8079 (java) S 8071 8073 7185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 41380654 1579065344 124424 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8080] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8080/stat : 8080 (java) S 8071 8073 7185 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 41380654 1579065344 124424 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8081] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8081/stat : 8081 (java) S 8071 8073 7185 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 41380658 1579065344 124424 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8082] ppid=8071 vsize=1542056 CPUtime=2.86
/proc/8073/task/8082/stat : 8082 (java) S 8071 8073 7185 0 -1 4202560 6751 0 0 0 283 3 0 0 15 0 16 0 41380658 1579065344 124424 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8083] ppid=8071 vsize=1542056 CPUtime=2.78
/proc/8073/task/8083/stat : 8083 (java) S 8071 8073 7185 0 -1 4202560 2516 0 0 0 277 1 0 0 16 0 16 0 41380659 1579065344 124424 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8084] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8084/stat : 8084 (java) S 8071 8073 7185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 41380659 1579065344 124424 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8085] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8085/stat : 8085 (java) S 8071 8073 7185 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 41380659 1579065344 124424 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8088] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8088/stat : 8088 (java) S 8071 8073 7185 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 41381548 1579065344 124424 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8089] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8089/stat : 8089 (java) S 8071 8073 7185 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 41381549 1579065344 124424 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8104] ppid=8071 vsize=1542056 CPUtime=830.91
/proc/8073/task/8104/stat : 8104 (java) R 8071 8073 7185 0 -1 4202560 1140 0 0 0 83069 22 0 0 25 0 16 0 41382570 1579065344 124424 1992294400 134512640 134550932 4288097472 18446744073709551615 4110168511 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8073/tid=8105] ppid=8071 vsize=1542056 CPUtime=830.66
/proc/8073/task/8105/stat : 8105 (java) R 8071 8073 7185 0 -1 4202560 958 0 0 0 83046 20 0 0 25 0 16 0 41382570 1579065344 124424 1992294400 134512640 134550932 4288097472 18446744073709551615 4110179945 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1791.46
Current children cumulated vsize (KiB) 1542056



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+946.703 s]
/proc/loadavg: 2.04 1.99 1.64 3/122 8134
/proc/meminfo: memFree=1268820/2059040 swapFree=4140252/4192956
[pid=8073] ppid=8071 vsize=1542056 CPUtime=1800.2
/proc/8073/stat : 8073 (java) S 8071 8073 7185 0 -1 4202496 137315 0 1 0 179822 198 0 0 15 0 16 0 41380649 1579065344 125377 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8073/statm: 385514 125377 1453 10 0 382817 0
[pid=8073/tid=8075] ppid=8071 vsize=1542056 CPUtime=8.76
/proc/8073/task/8075/stat : 8075 (java) S 8071 8073 7185 0 -1 4202560 8730 0 1 0 868 8 0 0 15 0 16 0 41380651 1579065344 125377 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8076] ppid=8071 vsize=1542056 CPUtime=26.99
/proc/8073/task/8076/stat : 8076 (java) S 8071 8073 7185 0 -1 4202560 42705 0 0 0 2625 74 0 0 16 0 16 0 41380652 1579065344 125377 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8077] ppid=8071 vsize=1542056 CPUtime=26.97
/proc/8073/task/8077/stat : 8077 (java) S 8071 8073 7185 0 -1 4202560 48181 0 0 0 2658 39 0 0 15 0 16 0 41380652 1579065344 125377 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8078] ppid=8071 vsize=1542056 CPUtime=56.49
/proc/8073/task/8078/stat : 8078 (java) S 8071 8073 7185 0 -1 4202560 1760 0 0 0 5632 17 0 0 15 0 16 0 41380654 1579065344 125377 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 0 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8079] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8079/stat : 8079 (java) S 8071 8073 7185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 41380654 1579065344 125377 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8080] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8080/stat : 8080 (java) S 8071 8073 7185 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 16 0 41380654 1579065344 125377 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8081] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8081/stat : 8081 (java) S 8071 8073 7185 0 -1 4202560 1 0 0 0 0 0 0 0 22 0 16 0 41380658 1579065344 125377 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8082] ppid=8071 vsize=1542056 CPUtime=2.86
/proc/8073/task/8082/stat : 8082 (java) S 8071 8073 7185 0 -1 4202560 6751 0 0 0 283 3 0 0 15 0 16 0 41380658 1579065344 125377 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8083] ppid=8071 vsize=1542056 CPUtime=2.78
/proc/8073/task/8083/stat : 8083 (java) S 8071 8073 7185 0 -1 4202560 2516 0 0 0 277 1 0 0 16 0 16 0 41380659 1579065344 125377 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8084] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8084/stat : 8084 (java) S 8071 8073 7185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 16 0 41380659 1579065344 125377 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8085] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8085/stat : 8085 (java) S 8071 8073 7185 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 16 0 41380659 1579065344 125377 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8088] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8088/stat : 8088 (java) S 8071 8073 7185 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 41381548 1579065344 125377 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8089] ppid=8071 vsize=1542056 CPUtime=0
/proc/8073/task/8089/stat : 8089 (java) S 8071 8073 7185 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 16 0 41381549 1579065344 125377 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8104] ppid=8071 vsize=1542056 CPUtime=835.11
/proc/8073/task/8104/stat : 8104 (java) R 8071 8073 7185 0 -1 4202560 1144 0 0 0 83489 22 0 0 25 0 16 0 41382570 1579065344 125377 1992294400 134512640 134550932 4288097472 18446744073709551615 4110891556 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8073/tid=8105] ppid=8071 vsize=1542056 CPUtime=834.78
/proc/8073/task/8105/stat : 8105 (java) R 8071 8073 7185 0 -1 4202560 960 0 0 0 83458 20 0 0 25 0 16 0 41382570 1579065344 125377 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.2
Current children cumulated vsize (KiB) 1542056

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

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

[startup+946.825 s]
/proc/loadavg: 2.04 1.99 1.64 3/122 8134
/proc/meminfo: memFree=1268820/2059040 swapFree=4140252/4192956
[pid=8073] ppid=8071 vsize=1542704 CPUtime=1800.42
/proc/8073/stat : 8073 (java) S 8071 8073 7185 0 -1 4202496 137334 0 1 0 179844 198 0 0 15 0 17 0 41380649 1579728896 125396 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/8073/statm: 385676 125396 1453 10 0 382979 0
[pid=8073/tid=8075] ppid=8071 vsize=1542704 CPUtime=8.76
/proc/8073/task/8075/stat : 8075 (java) S 8071 8073 7185 0 -1 4202560 8730 0 1 0 868 8 0 0 15 0 17 0 41380651 1579728896 125396 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8076] ppid=8071 vsize=1542704 CPUtime=26.99
/proc/8073/task/8076/stat : 8076 (java) S 8071 8073 7185 0 -1 4202560 42705 0 0 0 2625 74 0 0 16 0 17 0 41380652 1579728896 125396 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8077] ppid=8071 vsize=1542704 CPUtime=26.97
/proc/8073/task/8077/stat : 8077 (java) S 8071 8073 7185 0 -1 4202560 48181 0 0 0 2658 39 0 0 15 0 17 0 41380652 1579728896 125396 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8078] ppid=8071 vsize=1542704 CPUtime=56.49
/proc/8073/task/8078/stat : 8078 (java) S 8071 8073 7185 0 -1 4202560 1760 0 0 0 5632 17 0 0 15 0 17 0 41380654 1579728896 125396 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 0 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8079] ppid=8071 vsize=1542704 CPUtime=0
/proc/8073/task/8079/stat : 8079 (java) S 8071 8073 7185 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 17 0 41380654 1579728896 125396 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8080] ppid=8071 vsize=1542704 CPUtime=0
/proc/8073/task/8080/stat : 8080 (java) S 8071 8073 7185 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 17 0 41380654 1579728896 125396 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8081] ppid=8071 vsize=1542704 CPUtime=0
/proc/8073/task/8081/stat : 8081 (java) S 8071 8073 7185 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 17 0 41380658 1579728896 125396 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8082] ppid=8071 vsize=1542704 CPUtime=2.86
/proc/8073/task/8082/stat : 8082 (java) S 8071 8073 7185 0 -1 4202560 6751 0 0 0 283 3 0 0 16 0 17 0 41380658 1579728896 125396 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8083] ppid=8071 vsize=1542704 CPUtime=2.81
/proc/8073/task/8083/stat : 8083 (java) S 8071 8073 7185 0 -1 4202560 2516 0 0 0 280 1 0 0 15 0 17 0 41380659 1579728896 125396 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8084] ppid=8071 vsize=1542704 CPUtime=0
/proc/8073/task/8084/stat : 8084 (java) S 8071 8073 7185 0 -1 4202560 0 0 0 0 0 0 0 0 24 0 17 0 41380659 1579728896 125396 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8085] ppid=8071 vsize=1542704 CPUtime=0
/proc/8073/task/8085/stat : 8085 (java) S 8071 8073 7185 0 -1 4202560 54 0 0 0 0 0 0 0 15 0 17 0 41380659 1579728896 125396 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8088] ppid=8071 vsize=1542704 CPUtime=0
/proc/8073/task/8088/stat : 8088 (java) S 8071 8073 7185 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 17 0 41381548 1579728896 125396 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 0 0 0 0
[pid=8073/tid=8089] ppid=8071 vsize=1542704 CPUtime=0
/proc/8073/task/8089/stat : 8089 (java) S 8071 8073 7185 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 17 0 41381549 1579728896 125396 1992294400 134512640 134550932 4288097472 18446744073709551615 4294960144 0 4 0 16800975 18446604437830396800 0 0 -1 1 0 0 0
[pid=8073/tid=8104] ppid=8071 vsize=1542704 CPUtime=835.19
/proc/8073/task/8104/stat : 8104 (java) R 8071 8073 7185 0 -1 4202560 1144 0 0 0 83497 22 0 0 25 0 17 0 41382570 1579728896 125396 1992294400 134512640 134550932 4288097472 18446744073709551615 4110323377 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=8073/tid=8105] ppid=8071 vsize=1542704 CPUtime=834.86
/proc/8073/task/8105/stat : 8105 (java) R 8071 8073 7185 0 -1 4202560 960 0 0 0 83466 20 0 0 25 0 17 0 41382570 1579728896 125396 1992294400 134512640 134550932 4288097472 18446744073709551615 4110733534 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (KiB) 1542704

Child status: 143
Real time (s): 946.899
CPU time (s): 1800.52
CPU user time (s): 1798.49
CPU system time (s): 2.03269
CPU usage (%): 190.15
Max. virtual memory (cumulated for all children) (KiB): 1543352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.49
system time used= 2.03269
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137335
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= 35182
involuntary context switches= 54224

runsolver used 5.14222 second user time and 10.5154 second system time

The end

Launcher Data

Begin job on node010 at 2010-06-16 05:09:50
IDJOB=2661902
IDBENCH=48157
IDSOLVER=1166
FILE ID=node010/2661902-1276657790
PBS_JOBID= 11172457
Free space on /tmp= 62532 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_3.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2661902-1276657790/watcher-2661902-1276657790 -o /tmp/evaluation-result-2661902-1276657790/solver-2661902-1276657790 -C 1800 -W 2000 -M 1800  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661902-1276657790.opb

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

MD5SUM BENCH= 31a0e10ee8ac2049545ec8eab33f6948
RANDOM SEED=992051192

node010.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.267
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.53
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.267
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:       1768816 kB
Buffers:         58988 kB
Cached:         138024 kB
SwapCached:       6268 kB
Active:          61048 kB
Inactive:       149420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1768816 kB
SwapTotal:     4192956 kB
SwapFree:      4140252 kB
Dirty:             424 kB
Writeback:           0 kB
AnonPages:       11676 kB
Mapped:          13036 kB
Slab:            57736 kB
PageTables:       4036 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   183216 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= 62532 MiB
End job on node010 at 2010-06-16 05:25:39