Trace number 2661876

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB RES // CP 2.2.0 2010-05-31SAT (TO)74 1800.27 933.45

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_10_2.opb
MD5SUMf7e9965e006e5669c3252afd9a68998d
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.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 67
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 constraint22
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)6328
Sum of products size (including duplicates)12656
Number of different products6328
Sum of products size12656

Quality of the solution as a function of time


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

Solver Data

0.08/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.2.0.v20100531
0.08/0.15	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.15	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.15	c java.vm.version	11.2-b01
0.08/0.15	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version		1.6.0_12
0.08/0.15	c os.name		Linux
0.08/0.15	c os.version		2.6.18-164.el5
0.08/0.15	c os.arch		i386
0.08/0.15	c Free memory 		1393557488
0.08/0.15	c Max memory 		1395916800
0.08/0.15	c Total memory 		1395916800
0.08/0.15	c Number of processors 	2
0.24/0.21	c Pseudo Boolean Optimization
0.24/0.21	c ManyCore solver with 2 solvers running in parallel
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@1f436f5
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.21	c Expensive reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.24/0.21	c --- Begin Solver configuration ---
0.24/0.21	c Stops conflict analysis at the first Unique Implication Point
0.24/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@18385e3
0.24/0.21	c Learn all clauses as in MiniSAT
0.24/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.24/0.21	c No reason simplification
0.24/0.21	c Armin Biere (Picosat) restarts strategy
0.24/0.21	c Glucose learned constraints deletion strategy
0.24/0.21	c timeout=2147483s
0.24/0.21	c DB Simplification allowed=false
0.24/0.21	c --- End Solver configuration ---
0.24/0.21	
0.24/0.21	c solving HOME/instance-2661876-1276654792.opb
0.24/0.21	c reading problem ... 
10.30/8.97	c ... done. Wall clock time 8.755s.
10.30/8.97	c #vars     6828
10.30/8.97	c #constraints  13156
10.30/8.97	c constraints type 
10.30/8.97	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6828
10.30/8.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6328
10.30/8.97	c constraints type 
10.30/8.97	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6828
10.30/8.97	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6328
10.83/9.26	c And the winner is Resolution
11.03/9.99	c SATISFIABLE
11.03/9.99	c OPTIMIZING...
11.03/9.99	c Got one! Elapsed wall clock time (in seconds):9.776
11.03/9.99	o 83
11.88/10.47	c And the winner is Resolution
12.34/11.01	c Got one! Elapsed wall clock time (in seconds):10.798
12.34/11.01	o 82
13.10/11.42	c And the winner is Resolution
13.25/12.03	c Got one! Elapsed wall clock time (in seconds):11.818
13.25/12.03	o 81
13.40/12.18	c And the winner is Resolution
13.58/13.08	c Got one! Elapsed wall clock time (in seconds):12.861
13.58/13.08	o 75
19.77/16.22	c cleaning 2495 clauses out of 5000 with flag 5000/5000
21.66/17.25	c And the winner is Resolution
21.81/17.48	c Got one! Elapsed wall clock time (in seconds):17.265
21.81/17.48	o 74
27.78/20.53	c cleaning 4246 clauses out of 8506 with flag 11001/11001
37.01/25.29	c cleaning 5626 clauses out of 11261 with flag 18002/18002
47.99/30.87	c cleaning 6810 clauses out of 13633 with flag 26000/26000
60.49/37.20	c cleaning 7907 clauses out of 15825 with flag 35002/35002
74.42/44.40	c cleaning 8949 clauses out of 17917 with flag 45001/45001
88.34/51.44	c cleaning 9976 clauses out of 19970 with flag 56003/56003
106.59/60.73	c cleaning 10987 clauses out of 21992 with flag 68001/68001
124.41/69.85	c cleaning 11998 clauses out of 24005 with flag 81001/81001
144.24/79.92	c cleaning 12996 clauses out of 26007 with flag 95001/95001
164.27/90.13	c cleaning 13498 clauses out of 27011 with flag 109001/109001
183.47/99.97	c cleaning 13751 clauses out of 27513 with flag 123001/123001
203.98/110.46	c cleaning 13871 clauses out of 27761 with flag 137000/137000
225.14/121.23	c cleaning 13939 clauses out of 27891 with flag 151001/151001
247.28/132.58	c cleaning 13966 clauses out of 27952 with flag 165001/165001
269.40/143.87	c cleaning 13983 clauses out of 27985 with flag 179000/179000
292.80/155.83	c cleaning 13994 clauses out of 28002 with flag 193000/193000
313.69/166.52	c cleaning 13995 clauses out of 28008 with flag 207000/207000
336.94/178.48	c cleaning 13999 clauses out of 28013 with flag 221000/221000
360.36/190.40	c cleaning 13998 clauses out of 28015 with flag 235001/235001
382.87/202.01	c cleaning 13999 clauses out of 28016 with flag 249000/249000
404.52/213.12	c cleaning 14005 clauses out of 28018 with flag 263001/263001
424.97/223.67	c cleaning 14000 clauses out of 28014 with flag 277002/277002
446.62/234.73	c cleaning 13995 clauses out of 28013 with flag 291001/291001
466.34/244.98	c cleaning 14002 clauses out of 28018 with flag 305001/305001
487.19/255.68	c cleaning 14003 clauses out of 28016 with flag 319001/319001
509.81/267.22	c cleaning 13998 clauses out of 28012 with flag 333000/333000
533.41/279.31	c cleaning 14001 clauses out of 28014 with flag 347000/347000
553.49/289.78	c cleaning 13998 clauses out of 28013 with flag 361000/361000
573.71/300.12	c cleaning 13999 clauses out of 28017 with flag 375002/375002
595.34/311.23	c cleaning 14001 clauses out of 28017 with flag 389001/389001
615.76/321.70	c cleaning 14004 clauses out of 28016 with flag 403001/403001
637.07/332.72	c cleaning 13997 clauses out of 28011 with flag 417000/417000
662.84/345.90	c cleaning 14001 clauses out of 28015 with flag 431001/431001
684.85/357.21	c cleaning 13995 clauses out of 28013 with flag 445000/445000
705.08/367.60	c cleaning 14001 clauses out of 28018 with flag 459000/459000
726.36/378.69	c cleaning 14000 clauses out of 28017 with flag 473000/473000
747.21/389.31	c cleaning 14000 clauses out of 28017 with flag 487000/487000
768.63/400.32	c cleaning 13997 clauses out of 28017 with flag 501000/501000
791.60/412.17	c cleaning 13999 clauses out of 28020 with flag 515000/515000
813.46/423.45	c cleaning 14005 clauses out of 28022 with flag 529001/529001
836.04/435.02	c cleaning 13999 clauses out of 28017 with flag 543001/543001
858.23/446.41	c cleaning 14004 clauses out of 28018 with flag 557001/557001
881.59/458.48	c cleaning 13993 clauses out of 28014 with flag 571001/571001
904.20/470.10	c cleaning 13997 clauses out of 28021 with flag 585001/585001
924.39/480.52	c cleaning 14008 clauses out of 28024 with flag 599001/599001
945.36/491.33	c cleaning 14002 clauses out of 28016 with flag 613001/613001
964.96/501.48	c cleaning 14000 clauses out of 28014 with flag 627001/627001
985.57/512.13	c cleaning 13997 clauses out of 28013 with flag 641000/641000
1005.92/522.68	c cleaning 14001 clauses out of 28017 with flag 655001/655001
1028.03/534.09	c cleaning 13997 clauses out of 28016 with flag 669001/669001
1051.14/545.93	c cleaning 14002 clauses out of 28018 with flag 683000/683000
1077.47/559.58	c cleaning 13993 clauses out of 28016 with flag 697000/697000
1103.56/572.99	c cleaning 13999 clauses out of 28023 with flag 711000/711000
1128.66/585.82	c cleaning 14006 clauses out of 28024 with flag 725000/725000
1157.92/600.83	c cleaning 14001 clauses out of 28018 with flag 739000/739000
1187.40/616.04	c cleaning 14003 clauses out of 28017 with flag 753000/753000
1217.22/631.36	c cleaning 14002 clauses out of 28014 with flag 767000/767000
1246.24/646.24	c cleaning 13999 clauses out of 28013 with flag 781001/781001
1272.88/659.92	c cleaning 13998 clauses out of 28014 with flag 795001/795001
1300.32/674.16	c cleaning 14001 clauses out of 28015 with flag 809000/809000
1327.96/688.38	c cleaning 13998 clauses out of 28015 with flag 823001/823001
1356.77/703.18	c cleaning 13996 clauses out of 28016 with flag 837000/837000
1385.18/717.72	c cleaning 13998 clauses out of 28020 with flag 851000/851000
1412.02/731.62	c cleaning 13999 clauses out of 28024 with flag 865002/865002
1440.92/746.78	c cleaning 14002 clauses out of 28023 with flag 879000/879000
1462.74/758.49	c cleaning 14001 clauses out of 28022 with flag 893001/893001
1485.39/770.13	c cleaning 14003 clauses out of 28020 with flag 907000/907000
1507.86/781.88	c cleaning 14002 clauses out of 28017 with flag 921000/921000
1528.94/792.76	c cleaning 13998 clauses out of 28015 with flag 935000/935000
1550.40/803.87	c cleaning 14003 clauses out of 28017 with flag 949000/949000
1574.02/816.00	c cleaning 14002 clauses out of 28014 with flag 963000/963000
1596.21/827.63	c cleaning 13996 clauses out of 28013 with flag 977001/977001
1622.38/841.18	c cleaning 14002 clauses out of 28016 with flag 991000/991000
1647.15/853.91	c cleaning 13995 clauses out of 28014 with flag 1005000/1005000
1670.09/865.82	c cleaning 14003 clauses out of 28019 with flag 1019000/1019000
1698.15/880.46	c cleaning 14005 clauses out of 28017 with flag 1033001/1033001
1724.46/894.09	c cleaning 14000 clauses out of 28013 with flag 1047002/1047002
1751.74/908.13	c cleaning 13997 clauses out of 28012 with flag 1061001/1061001
1778.77/922.12	c cleaning 13995 clauses out of 28015 with flag 1075001/1075001
1800.03/933.31	c starts		: 194
1800.03/933.32	c conflicts		: 1087962
1800.03/933.32	c decisions		: 1801937
1800.03/933.32	c propagations		: 137962044
1800.03/933.32	c inspects		: 1442226559
1800.03/933.32	c learnt literals	: 0
1800.03/933.32	c learnt binary clauses	: 0
1800.03/933.32	c learnt ternary clauses	: 0
1800.03/933.32	c learnt clauses	: 1087962
1800.03/933.32	c ignored clauses	: 0
1800.03/933.32	c root simplifications	: 0
1800.03/933.32	c removed literals (reason simplification)	: 872703
1800.03/933.32	c reason swapping (by a shorter reason)	: 0
1800.03/933.32	c Calls to reduceDB	: 80
1800.03/933.32	c number of reductions to clauses (during analyze)	: 0
1800.03/933.32	c number of learned constraints concerned by reduction	: 0
1800.03/933.32	c number of learning phase by resolution	: 0
1800.03/933.32	c number of learning phase by cutting planes	: 0
1800.03/933.32	c speed (assignments/second)	: 150640.88470181279
1800.03/933.32	c non guided choices	3848
1800.03/933.39	c learnt constraints type 
1800.03/933.39	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 27012
1800.03/933.39	c constraints type 
1800.03/933.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6828
1800.03/933.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.03/933.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6328
1800.03/933.39	c constraints type 
1800.03/933.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6828
1800.03/933.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.03/933.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 6328
1800.03/933.39	s SATISFIABLE
1800.03/933.39	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.03/933.39	c objective function=74
1800.03/933.39	c Total wall clock time (in seconds): 933.18

Verifier Data

OK	74

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2661876-1276654792/watcher-2661876-1276654792 -o /tmp/evaluation-result-2661876-1276654792/solver-2661876-1276654792 -C 1800 -W 2000 -M 1800 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-2661876-1276654792.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.12 1.61 1.55 3/105 16601
/proc/meminfo: memFree=1823172/2059040 swapFree=4148288/4192956
[pid=16601] ppid=16599 vsize=248 CPUtime=0
/proc/16601/stat : 16601 (java6) R 16599 16601 14286 0 -1 4194304 110 0 0 0 0 0 0 0 25 0 1 0 6772715 253952 28 1992294400 134512640 134550932 4293361408 18446744073709551615 8925780 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/16601/statm: 62 28 21 10 0 23 0

[startup+0.021494 s]
/proc/loadavg: 1.12 1.61 1.55 3/105 16601
/proc/meminfo: memFree=1823172/2059040 swapFree=4148288/4192956
[pid=16601] ppid=16599 vsize=13684 CPUtime=0
/proc/16601/stat : 16601 (java) S 16599 16601 14286 0 -1 4202496 1185 0 0 0 0 0 0 0 25 0 2 0 6772715 14012416 631 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/16601/statm: 3421 631 307 10 0 1206 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13684

[startup+0.105126 s]
/proc/loadavg: 1.12 1.61 1.55 3/105 16601
/proc/meminfo: memFree=1823172/2059040 swapFree=4148288/4192956
[pid=16601] ppid=16599 vsize=1524180 CPUtime=0.08
/proc/16601/stat : 16601 (java) S 16599 16601 14286 0 -1 4202496 3971 0 1 0 6 2 0 0 25 0 12 0 6772715 1560760320 3409 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16601/statm: 381045 3409 1077 10 0 378348 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1524180

[startup+0.303426 s]
/proc/loadavg: 1.12 1.61 1.55 3/105 16601
/proc/meminfo: memFree=1823172/2059040 swapFree=4148288/4192956
[pid=16601] ppid=16599 vsize=1525636 CPUtime=0.36
/proc/16601/stat : 16601 (java) S 16599 16601 14286 0 -1 4202496 5384 0 1 0 33 3 0 0 25 0 12 0 6772715 1562251264 4820 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16601/statm: 381409 4820 1363 10 0 378712 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 1525636

[startup+0.701448 s]
/proc/loadavg: 1.12 1.61 1.55 3/105 16601
/proc/meminfo: memFree=1823172/2059040 swapFree=4148288/4192956
[pid=16601] ppid=16599 vsize=1528172 CPUtime=0.97
/proc/16601/stat : 16601 (java) S 16599 16601 14286 0 -1 4202496 6683 0 1 0 93 4 0 0 25 0 12 0 6772715 1564848128 6013 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16601/statm: 382043 6013 1396 10 0 379346 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 1528172

[startup+1.50228 s]
/proc/loadavg: 1.12 1.61 1.55 2/117 16613
/proc/meminfo: memFree=1800572/2059040 swapFree=4148288/4192956
[pid=16601] ppid=16599 vsize=1529488 CPUtime=2.01
/proc/16601/stat : 16601 (java) S 16599 16601 14286 0 -1 4202496 8814 0 1 0 196 5 0 0 25 0 12 0 6772715 1566195712 7509 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16601/statm: 382372 7509 1409 10 0 379675 0
[pid=16601/tid=16603] ppid=16599 vsize=1529488 CPUtime=1.27
/proc/16601/task/16603/stat : 16603 (java) R 16599 16601 14286 0 -1 4202560 5639 0 1 0 124 3 0 0 25 0 12 0 6772717 1566195712 7509 1992294400 134512640 134550932 4292244272 18446744073709551615 4109827198 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16601/tid=16604] ppid=16599 vsize=1529488 CPUtime=0
/proc/16601/task/16604/stat : 16604 (java) S 16599 16601 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 6772719 1566195712 7509 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16605] ppid=16599 vsize=1529488 CPUtime=0
/proc/16601/task/16605/stat : 16605 (java) S 16599 16601 14286 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 6772719 1566195712 7509 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16606] ppid=16599 vsize=1529488 CPUtime=0
/proc/16601/task/16606/stat : 16606 (java) S 16599 16601 14286 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 6772720 1566195712 7509 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 0 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16607] ppid=16599 vsize=1529488 CPUtime=0
/proc/16601/task/16607/stat : 16607 (java) S 16599 16601 14286 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 6772721 1566195712 7509 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16608] ppid=16599 vsize=1529488 CPUtime=0
/proc/16601/task/16608/stat : 16608 (java) S 16599 16601 14286 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 6772721 1566195712 7509 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16609] ppid=16599 vsize=1529488 CPUtime=0
/proc/16601/task/16609/stat : 16609 (java) S 16599 16601 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 6772725 1566195712 7509 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16610] ppid=16599 vsize=1529488 CPUtime=0.24
/proc/16601/task/16610/stat : 16610 (java) S 16599 16601 14286 0 -1 4202560 274 0 0 0 24 0 0 0 16 0 12 0 6772725 1566195712 7509 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16611] ppid=16599 vsize=1529488 CPUtime=0.46
/proc/16601/task/16611/stat : 16611 (java) S 16599 16601 14286 0 -1 4202560 1837 0 0 0 46 0 0 0 15 0 12 0 6772725 1566195712 7509 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16612] ppid=16599 vsize=1529488 CPUtime=0
/proc/16601/task/16612/stat : 16612 (java) S 16599 16601 14286 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 6772725 1566195712 7509 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16613] ppid=16599 vsize=1529488 CPUtime=0
/proc/16601/task/16613/stat : 16613 (java) S 16599 16601 14286 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 6772725 1566195712 7509 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 1529488

[startup+3.10145 s]
/proc/loadavg: 1.19 1.61 1.55 4/117 16613
/proc/meminfo: memFree=1788916/2059040 swapFree=4148288/4192956
[pid=16601] ppid=16599 vsize=1541644 CPUtime=4.47
/proc/16601/stat : 16601 (java) S 16599 16601 14286 0 -1 4202496 16446 0 1 0 440 7 0 0 25 0 12 0 6772715 1578643456 11488 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16601/statm: 385411 11488 1410 10 0 382714 0
[pid=16601/tid=16603] ppid=16599 vsize=1541644 CPUtime=2.82
/proc/16601/task/16603/stat : 16603 (java) R 16599 16601 14286 0 -1 4202560 6536 0 1 0 279 3 0 0 25 0 12 0 6772717 1578643456 11488 1992294400 134512640 134550932 4292244272 18446744073709551615 4109826305 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16601/tid=16604] ppid=16599 vsize=1541644 CPUtime=0
/proc/16601/task/16604/stat : 16604 (java) S 16599 16601 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 6772719 1578643456 11488 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16605] ppid=16599 vsize=1541644 CPUtime=0
/proc/16601/task/16605/stat : 16605 (java) S 16599 16601 14286 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 6772719 1578643456 11488 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16606] ppid=16599 vsize=1541644 CPUtime=0
/proc/16601/task/16606/stat : 16606 (java) S 16599 16601 14286 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 6772720 1578643456 11488 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 0 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16607] ppid=16599 vsize=1541644 CPUtime=0
/proc/16601/task/16607/stat : 16607 (java) S 16599 16601 14286 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 6772721 1578643456 11488 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16608] ppid=16599 vsize=1541644 CPUtime=0
/proc/16601/task/16608/stat : 16608 (java) S 16599 16601 14286 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 6772721 1578643456 11488 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16609] ppid=16599 vsize=1541644 CPUtime=0
/proc/16601/task/16609/stat : 16609 (java) S 16599 16601 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 6772725 1578643456 11488 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16610] ppid=16599 vsize=1541644 CPUtime=1.11
/proc/16601/task/16610/stat : 16610 (java) S 16599 16601 14286 0 -1 4202560 6688 0 0 0 109 2 0 0 16 0 12 0 6772725 1578643456 11488 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16611] ppid=16599 vsize=1541644 CPUtime=0.5
/proc/16601/task/16611/stat : 16611 (java) S 16599 16601 14286 0 -1 4202560 2158 0 0 0 50 0 0 0 15 0 12 0 6772725 1578643456 11488 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16612] ppid=16599 vsize=1541644 CPUtime=0
/proc/16601/task/16612/stat : 16612 (java) S 16599 16601 14286 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 6772725 1578643456 11488 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16613] ppid=16599 vsize=1541644 CPUtime=0
/proc/16601/task/16613/stat : 16613 (java) S 16599 16601 14286 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 6772725 1578643456 11488 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 1541644

[startup+6.30177 s]
/proc/loadavg: 1.19 1.61 1.55 2/117 16613
/proc/meminfo: memFree=1780360/2059040 swapFree=4148288/4192956
[pid=16601] ppid=16599 vsize=1539496 CPUtime=7.7
/proc/16601/stat : 16601 (java) S 16599 16601 14286 0 -1 4202496 17436 0 1 0 762 8 0 0 25 0 12 0 6772715 1576443904 11996 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16601/statm: 384874 11996 1410 10 0 382177 0
[pid=16601/tid=16603] ppid=16599 vsize=1539496 CPUtime=5.99
/proc/16601/task/16603/stat : 16603 (java) R 16599 16601 14286 0 -1 4202560 7511 0 1 0 595 4 0 0 25 0 12 0 6772717 1576443904 11996 1992294400 134512640 134550932 4292244272 18446744073709551615 4109826627 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16601/tid=16604] ppid=16599 vsize=1539496 CPUtime=0
/proc/16601/task/16604/stat : 16604 (java) S 16599 16601 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 6772719 1576443904 11996 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16605] ppid=16599 vsize=1539496 CPUtime=0
/proc/16601/task/16605/stat : 16605 (java) S 16599 16601 14286 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 12 0 6772719 1576443904 11996 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16606] ppid=16599 vsize=1539496 CPUtime=0
/proc/16601/task/16606/stat : 16606 (java) S 16599 16601 14286 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 12 0 6772720 1576443904 11996 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 0 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16607] ppid=16599 vsize=1539496 CPUtime=0
/proc/16601/task/16607/stat : 16607 (java) S 16599 16601 14286 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 12 0 6772721 1576443904 11996 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16608] ppid=16599 vsize=1539496 CPUtime=0
/proc/16601/task/16608/stat : 16608 (java) S 16599 16601 14286 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 12 0 6772721 1576443904 11996 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16609] ppid=16599 vsize=1539496 CPUtime=0
/proc/16601/task/16609/stat : 16609 (java) S 16599 16601 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 6772725 1576443904 11996 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16610] ppid=16599 vsize=1539496 CPUtime=1.16
/proc/16601/task/16610/stat : 16610 (java) S 16599 16601 14286 0 -1 4202560 6699 0 0 0 114 2 0 0 15 0 12 0 6772725 1576443904 11996 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16611] ppid=16599 vsize=1539496 CPUtime=0.52
/proc/16601/task/16611/stat : 16611 (java) S 16599 16601 14286 0 -1 4202560 2162 0 0 0 52 0 0 0 15 0 12 0 6772725 1576443904 11996 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16612] ppid=16599 vsize=1539496 CPUtime=0
/proc/16601/task/16612/stat : 16612 (java) S 16599 16601 14286 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 6772725 1576443904 11996 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16613] ppid=16599 vsize=1539496 CPUtime=0
/proc/16601/task/16613/stat : 16613 (java) S 16599 16601 14286 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 6772725 1576443904 11996 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.7
Current children cumulated vsize (KiB) 1539496

[startup+12.7014 s]
/proc/loadavg: 1.17 1.60 1.55 1/119 16621
/proc/meminfo: memFree=1722188/2059040 swapFree=4148288/4192956
[pid=16601] ppid=16599 vsize=1542972 CPUtime=13.58
/proc/16601/stat : 16601 (java) S 16599 16601 14286 0 -1 4202496 39309 0 1 0 1339 19 0 0 25 0 14 0 6772715 1580003328 32682 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16601/statm: 385743 32682 1429 10 0 383046 0
[pid=16601/tid=16603] ppid=16599 vsize=1542972 CPUtime=8.69
/proc/16601/task/16603/stat : 16603 (java) S 16599 16601 14286 0 -1 4202560 8453 0 1 0 864 5 0 0 19 0 14 0 6772717 1580003328 32682 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16604] ppid=16599 vsize=1542972 CPUtime=0
/proc/16601/task/16604/stat : 16604 (java) S 16599 16601 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6772719 1580003328 32682 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16605] ppid=16599 vsize=1542972 CPUtime=0
/proc/16601/task/16605/stat : 16605 (java) S 16599 16601 14286 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 14 0 6772719 1580003328 32682 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16606] ppid=16599 vsize=1542972 CPUtime=0
/proc/16601/task/16606/stat : 16606 (java) S 16599 16601 14286 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 14 0 6772720 1580003328 32682 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 0 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16607] ppid=16599 vsize=1542972 CPUtime=0
/proc/16601/task/16607/stat : 16607 (java) S 16599 16601 14286 0 -1 4202560 10 0 0 0 0 0 0 0 25 0 14 0 6772721 1580003328 32682 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16608] ppid=16599 vsize=1542972 CPUtime=0
/proc/16601/task/16608/stat : 16608 (java) S 16599 16601 14286 0 -1 4202560 5 0 0 0 0 0 0 0 25 0 14 0 6772721 1580003328 32682 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16609] ppid=16599 vsize=1542972 CPUtime=0
/proc/16601/task/16609/stat : 16609 (java) S 16599 16601 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 14 0 6772725 1580003328 32682 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16610] ppid=16599 vsize=1542972 CPUtime=2.4
/proc/16601/task/16610/stat : 16610 (java) S 16599 16601 14286 0 -1 4202560 8071 0 0 0 238 2 0 0 16 0 14 0 6772725 1580003328 32682 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16611] ppid=16599 vsize=1542972 CPUtime=1.26
/proc/16601/task/16611/stat : 16611 (java) S 16599 16601 14286 0 -1 4202560 2503 0 0 0 126 0 0 0 15 0 14 0 6772725 1580003328 32682 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16612] ppid=16599 vsize=1542972 CPUtime=0
/proc/16601/task/16612/stat : 16612 (java) S 16599 16601 14286 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 14 0 6772725 1580003328 32682 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16613] ppid=16599 vsize=1542972 CPUtime=0
/proc/16601/task/16613/stat : 16613 (java) S 16599 16601 14286 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 14 0 6772725 1580003328 32682 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16616] ppid=16599 vsize=1542972 CPUtime=0
/proc/16601/task/16616/stat : 16616 (java) S 16599 16601 14286 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 14 0 6773624 1580003328 32682 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16617] ppid=16599 vsize=1542972 CPUtime=0
/proc/16601/task/16617/stat : 16617 (java) S 16599 16601 14286 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 14 0 6773624 1580003328 32682 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.58
Current children cumulated vsize (KiB) 1542972

[startup+25.5018 s]
/proc/loadavg: 1.29 1.61 1.55 3/121 16627
/proc/meminfo: memFree=1614416/2059040 swapFree=4148288/4192956
[pid=16601] ppid=16599 vsize=1541784 CPUtime=37.48
/proc/16601/stat : 16601 (java) S 16599 16601 14286 0 -1 4202496 62514 0 1 0 3716 32 0 0 25 0 16 0 6772715 1578786816 53915 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16601/statm: 385446 53915 1453 10 0 382749 0
[pid=16601/tid=16603] ppid=16599 vsize=1541784 CPUtime=8.7
/proc/16601/task/16603/stat : 16603 (java) S 16599 16601 14286 0 -1 4202560 8518 0 1 0 865 5 0 0 15 0 16 0 6772717 1578786816 53915 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16604] ppid=16599 vsize=1541784 CPUtime=0.48
/proc/16601/task/16604/stat : 16604 (java) S 16599 16601 14286 0 -1 4202560 8030 0 0 0 44 4 0 0 15 0 16 0 6772719 1578786816 53915 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16605] ppid=16599 vsize=1541784 CPUtime=0.49
/proc/16601/task/16605/stat : 16605 (java) S 16599 16601 14286 0 -1 4202560 8389 0 0 0 46 3 0 0 15 0 16 0 6772719 1578786816 53915 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16606] ppid=16599 vsize=1541784 CPUtime=0.31
/proc/16601/task/16606/stat : 16606 (java) S 16599 16601 14286 0 -1 4202560 819 0 0 0 31 0 0 0 16 0 16 0 6772720 1578786816 53915 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 0 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16607] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16607/stat : 16607 (java) S 16599 16601 14286 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6772721 1578786816 53915 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16608] ppid=16599 vsize=1541784 CPUtime=0

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

/proc/16601/statm: 385446 92564 1453 10 0 382749 0
[pid=16601/tid=16603] ppid=16599 vsize=1541784 CPUtime=8.7
/proc/16601/task/16603/stat : 16603 (java) S 16599 16601 14286 0 -1 4202560 8539 0 1 0 865 5 0 0 15 0 16 0 6772717 1578786816 92564 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16604] ppid=16599 vsize=1541784 CPUtime=17.72
/proc/16601/task/16604/stat : 16604 (java) S 16599 16601 14286 0 -1 4202560 28963 0 0 0 1737 35 0 0 16 0 16 0 6772719 1578786816 92564 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16605] ppid=16599 vsize=1541784 CPUtime=17.74
/proc/16601/task/16605/stat : 16605 (java) S 16599 16601 14286 0 -1 4202560 28401 0 0 0 1741 33 0 0 16 0 16 0 6772719 1578786816 92564 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16606] ppid=16599 vsize=1541784 CPUtime=27.9
/proc/16601/task/16606/stat : 16606 (java) S 16599 16601 14286 0 -1 4202560 910 0 0 0 2778 12 0 0 15 0 16 0 6772720 1578786816 92564 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 0 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16607] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16607/stat : 16607 (java) S 16599 16601 14286 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6772721 1578786816 92564 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16608] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16608/stat : 16608 (java) S 16599 16601 14286 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 6772721 1578786816 92564 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16609] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16609/stat : 16609 (java) S 16599 16601 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6772725 1578786816 92564 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16610] ppid=16599 vsize=1541784 CPUtime=2.95
/proc/16601/task/16610/stat : 16610 (java) S 16599 16601 14286 0 -1 4202560 8103 0 0 0 293 2 0 0 15 0 16 0 6772725 1578786816 92564 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16611] ppid=16599 vsize=1541784 CPUtime=2.25
/proc/16601/task/16611/stat : 16611 (java) S 16599 16601 14286 0 -1 4202560 3566 0 0 0 224 1 0 0 15 0 16 0 6772725 1578786816 92564 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16612] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16612/stat : 16612 (java) S 16599 16601 14286 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6772725 1578786816 92564 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16613] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16613/stat : 16613 (java) S 16599 16601 14286 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 16 0 6772725 1578786816 92564 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16616] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16616/stat : 16616 (java) S 16599 16601 14286 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 6773624 1578786816 92564 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16617] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16617/stat : 16617 (java) S 16599 16601 14286 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6773624 1578786816 92564 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16626] ppid=16599 vsize=1541784 CPUtime=693.23
/proc/16601/task/16626/stat : 16626 (java) R 16599 16601 14286 0 -1 4202560 864 0 0 0 69318 5 0 0 19 0 16 0 6774464 1578786816 92564 1992294400 134512640 134550932 4292244272 18446744073709551615 4110271852 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16601/tid=16627] ppid=16599 vsize=1541784 CPUtime=691.33
/proc/16601/task/16627/stat : 16627 (java) R 16599 16601 14286 0 -1 4202560 749 0 0 0 69127 6 0 0 25 0 16 0 6774464 1578786816 92564 1992294400 134512640 134550932 4292244272 18446744073709551615 4110229072 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1469.96
Current children cumulated vsize (KiB) 1541784

[startup+822.302 s]
/proc/loadavg: 2.23 2.14 1.88 3/121 16652
/proc/meminfo: memFree=1441684/2059040 swapFree=4148288/4192956
[pid=16601] ppid=16599 vsize=1541784 CPUtime=1585.73
/proc/16601/stat : 16601 (java) S 16599 16601 14286 0 -1 4202496 108620 0 1 0 158449 124 0 0 25 0 16 0 6772715 1578786816 96058 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16601/statm: 385446 96058 1453 10 0 382749 0
[pid=16601/tid=16603] ppid=16599 vsize=1541784 CPUtime=8.7
/proc/16601/task/16603/stat : 16603 (java) S 16599 16601 14286 0 -1 4202560 8542 0 1 0 865 5 0 0 15 0 16 0 6772717 1578786816 96058 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16604] ppid=16599 vsize=1541784 CPUtime=19.48
/proc/16601/task/16604/stat : 16604 (java) S 16599 16601 14286 0 -1 4202560 30686 0 0 0 1909 39 0 0 16 0 16 0 6772719 1578786816 96058 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16605] ppid=16599 vsize=1541784 CPUtime=19.49
/proc/16601/task/16605/stat : 16605 (java) S 16599 16601 14286 0 -1 4202560 30321 0 0 0 1915 34 0 0 15 0 16 0 6772719 1578786816 96058 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16606] ppid=16599 vsize=1541784 CPUtime=31.13
/proc/16601/task/16606/stat : 16606 (java) S 16599 16601 14286 0 -1 4202560 914 0 0 0 3100 13 0 0 16 0 16 0 6772720 1578786816 96058 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 0 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16607] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16607/stat : 16607 (java) S 16599 16601 14286 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6772721 1578786816 96058 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16608] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16608/stat : 16608 (java) S 16599 16601 14286 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 6772721 1578786816 96058 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16609] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16609/stat : 16609 (java) S 16599 16601 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6772725 1578786816 96058 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16610] ppid=16599 vsize=1541784 CPUtime=2.95
/proc/16601/task/16610/stat : 16610 (java) S 16599 16601 14286 0 -1 4202560 8103 0 0 0 293 2 0 0 15 0 16 0 6772725 1578786816 96058 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16611] ppid=16599 vsize=1541784 CPUtime=2.25
/proc/16601/task/16611/stat : 16611 (java) S 16599 16601 14286 0 -1 4202560 3566 0 0 0 224 1 0 0 15 0 16 0 6772725 1578786816 96058 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16612] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16612/stat : 16612 (java) S 16599 16601 14286 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6772725 1578786816 96058 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16613] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16613/stat : 16613 (java) S 16599 16601 14286 0 -1 4202560 47 0 0 0 0 0 0 0 15 0 16 0 6772725 1578786816 96058 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16616] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16616/stat : 16616 (java) S 16599 16601 14286 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 6773624 1578786816 96058 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16617] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16617/stat : 16617 (java) S 16599 16601 14286 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6773624 1578786816 96058 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16626] ppid=16599 vsize=1541784 CPUtime=747.49
/proc/16601/task/16626/stat : 16626 (java) R 16599 16601 14286 0 -1 4202560 914 0 0 0 74744 5 0 0 25 0 16 0 6774464 1578786816 96058 1992294400 134512640 134550932 4292244272 18446744073709551615 4110184854 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16601/tid=16627] ppid=16599 vsize=1541784 CPUtime=746.11
/proc/16601/task/16627/stat : 16627 (java) R 16599 16601 14286 0 -1 4202560 779 0 0 0 74604 7 0 0 25 0 16 0 6774464 1578786816 96058 1992294400 134512640 134550932 4292244272 18446744073709551615 4110264880 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1585.73
Current children cumulated vsize (KiB) 1541784

[startup+882.303 s]
/proc/loadavg: 2.15 2.14 1.89 4/121 16654
/proc/meminfo: memFree=1424324/2059040 swapFree=4148288/4192956
[pid=16601] ppid=16599 vsize=1541784 CPUtime=1701.27
/proc/16601/stat : 16601 (java) S 16599 16601 14286 0 -1 4202496 113136 0 1 0 169995 132 0 0 25 0 16 0 6772715 1578786816 100319 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16601/statm: 385446 100319 1453 10 0 382749 0
[pid=16601/tid=16603] ppid=16599 vsize=1541784 CPUtime=8.7
/proc/16601/task/16603/stat : 16603 (java) S 16599 16601 14286 0 -1 4202560 8545 0 1 0 865 5 0 0 15 0 16 0 6772717 1578786816 100319 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16604] ppid=16599 vsize=1541784 CPUtime=21.21
/proc/16601/task/16604/stat : 16604 (java) S 16599 16601 14286 0 -1 4202560 32466 0 0 0 2079 42 0 0 16 0 16 0 6772719 1578786816 100319 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16605] ppid=16599 vsize=1541784 CPUtime=21.23
/proc/16601/task/16605/stat : 16605 (java) S 16599 16601 14286 0 -1 4202560 32967 0 0 0 2086 37 0 0 15 0 16 0 6772719 1578786816 100319 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16606] ppid=16599 vsize=1541784 CPUtime=34.58
/proc/16601/task/16606/stat : 16606 (java) S 16599 16601 14286 0 -1 4202560 918 0 0 0 3444 14 0 0 16 0 16 0 6772720 1578786816 100319 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 0 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16607] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16607/stat : 16607 (java) S 16599 16601 14286 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6772721 1578786816 100319 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16608] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16608/stat : 16608 (java) S 16599 16601 14286 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 6772721 1578786816 100319 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16609] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16609/stat : 16609 (java) S 16599 16601 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6772725 1578786816 100319 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16610] ppid=16599 vsize=1541784 CPUtime=2.95
/proc/16601/task/16610/stat : 16610 (java) S 16599 16601 14286 0 -1 4202560 8103 0 0 0 293 2 0 0 15 0 16 0 6772725 1578786816 100319 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16611] ppid=16599 vsize=1541784 CPUtime=2.25
/proc/16601/task/16611/stat : 16611 (java) S 16599 16601 14286 0 -1 4202560 3566 0 0 0 224 1 0 0 15 0 16 0 6772725 1578786816 100319 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16612] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16612/stat : 16612 (java) S 16599 16601 14286 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6772725 1578786816 100319 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16613] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16613/stat : 16613 (java) S 16599 16601 14286 0 -1 4202560 51 0 0 0 0 0 0 0 15 0 16 0 6772725 1578786816 100319 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16616] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16616/stat : 16616 (java) S 16599 16601 14286 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 6773624 1578786816 100319 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16617] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16617/stat : 16617 (java) S 16599 16601 14286 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6773624 1578786816 100319 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16626] ppid=16599 vsize=1541784 CPUtime=801.81
/proc/16601/task/16626/stat : 16626 (java) R 16599 16601 14286 0 -1 4202560 972 0 0 0 80175 6 0 0 20 0 16 0 6774464 1578786816 100319 1992294400 134512640 134550932 4292244272 18446744073709551615 4109976255 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16601/tid=16627] ppid=16599 vsize=1541784 CPUtime=800.41
/proc/16601/task/16627/stat : 16627 (java) R 16599 16601 14286 0 -1 4202560 800 0 0 0 80034 7 0 0 20 0 16 0 6774464 1578786816 100319 1992294400 134512640 134550932 4292244272 18446744073709551615 4110229072 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1701.27
Current children cumulated vsize (KiB) 1541784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+933.302 s]
/proc/loadavg: 2.11 2.13 1.90 3/121 16656
/proc/meminfo: memFree=1407708/2059040 swapFree=4148288/4192956
[pid=16601] ppid=16599 vsize=1541784 CPUtime=1800.03
/proc/16601/stat : 16601 (java) S 16599 16601 14286 0 -1 4202496 117599 0 1 0 179864 139 0 0 25 0 16 0 6772715 1578786816 104468 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16601/statm: 385446 104468 1453 10 0 382749 0
[pid=16601/tid=16603] ppid=16599 vsize=1541784 CPUtime=8.7
/proc/16601/task/16603/stat : 16603 (java) S 16599 16601 14286 0 -1 4202560 8547 0 1 0 865 5 0 0 15 0 16 0 6772717 1578786816 104468 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16604] ppid=16599 vsize=1541784 CPUtime=22.73
/proc/16601/task/16604/stat : 16604 (java) S 16599 16601 14286 0 -1 4202560 35064 0 0 0 2228 45 0 0 16 0 16 0 6772719 1578786816 104468 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16605] ppid=16599 vsize=1541784 CPUtime=22.74
/proc/16601/task/16605/stat : 16605 (java) S 16599 16601 14286 0 -1 4202560 34763 0 0 0 2233 41 0 0 16 0 16 0 6772719 1578786816 104468 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16606] ppid=16599 vsize=1541784 CPUtime=36.96
/proc/16601/task/16606/stat : 16606 (java) S 16599 16601 14286 0 -1 4202560 920 0 0 0 3681 15 0 0 15 0 16 0 6772720 1578786816 104468 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 0 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16607] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16607/stat : 16607 (java) S 16599 16601 14286 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 16 0 6772721 1578786816 104468 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16608] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16608/stat : 16608 (java) S 16599 16601 14286 0 -1 4202560 8 0 0 0 0 0 0 0 18 0 16 0 6772721 1578786816 104468 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16609] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16609/stat : 16609 (java) S 16599 16601 14286 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 16 0 6772725 1578786816 104468 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16610] ppid=16599 vsize=1541784 CPUtime=2.95
/proc/16601/task/16610/stat : 16610 (java) S 16599 16601 14286 0 -1 4202560 8103 0 0 0 293 2 0 0 15 0 16 0 6772725 1578786816 104468 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16611] ppid=16599 vsize=1541784 CPUtime=2.25
/proc/16601/task/16611/stat : 16611 (java) S 16599 16601 14286 0 -1 4202560 3566 0 0 0 224 1 0 0 15 0 16 0 6772725 1578786816 104468 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16612] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16612/stat : 16612 (java) S 16599 16601 14286 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 16 0 6772725 1578786816 104468 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16613] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16613/stat : 16613 (java) S 16599 16601 14286 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 16 0 6772725 1578786816 104468 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16616] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16616/stat : 16616 (java) S 16599 16601 14286 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 16 0 6773624 1578786816 104468 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 1 0 0 0
[pid=16601/tid=16617] ppid=16599 vsize=1541784 CPUtime=0
/proc/16601/task/16617/stat : 16617 (java) S 16599 16601 14286 0 -1 4202560 4 0 0 0 0 0 0 0 25 0 16 0 6773624 1578786816 104468 1992294400 134512640 134550932 4292244272 18446744073709551615 4294960144 0 4 0 16800975 18446604437837670336 0 0 -1 0 0 0 0
[pid=16601/tid=16626] ppid=16599 vsize=1541784 CPUtime=848.78
/proc/16601/task/16626/stat : 16626 (java) R 16599 16601 14286 0 -1 4202560 1014 0 0 0 84872 6 0 0 25 0 16 0 6774464 1578786816 104468 1992294400 134512640 134550932 4292244272 18446744073709551615 4109914672 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=16601/tid=16627] ppid=16599 vsize=1541784 CPUtime=846.8
/proc/16601/task/16627/stat : 16627 (java) R 16599 16601 14286 0 -1 4202560 821 0 0 0 84672 8 0 0 25 0 16 0 6774464 1578786816 104468 1992294400 134512640 134550932 4292244272 18446744073709551615 4109976298 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1541784

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

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

[startup+933.417 s]
/proc/loadavg: 2.11 2.13 1.90 3/121 16656
/proc/meminfo: memFree=1407708/2059040 swapFree=4148288/4192956
[pid=16601] ppid=16599 vsize=0 CPUtime=1800.23
/proc/16601/stat : 16601 (java) Z 16599 16601 14286 0 -1 4203548 117617 0 1 0 179883 140 0 0 17 0 2 0 6772715 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/16601/statm: 0 0 0 0 0 0 0
[pid=16601/tid=16626] ppid=16599 vsize=0 CPUtime=848.83
/proc/16601/task/16626/stat : 16626 (java) R 16599 16601 14286 0 -1 4203588 1014 0 0 0 84876 7 0 0 25 0 2 0 6774464 0 0 1992294400 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 933.45
CPU time (s): 1800.27
CPU user time (s): 1798.83
CPU system time (s): 1.43478
CPU usage (%): 192.862
Max. virtual memory (cumulated for all children) (KiB): 1543236

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.83
system time used= 1.43478
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117617
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= 35517
involuntary context switches= 52313

runsolver used 5.17621 second user time and 9.49456 second system time

The end

Launcher Data

Begin job on node082 at 2010-06-16 04:19:52
IDJOB=2661876
IDBENCH=48131
IDSOLVER=1166
FILE ID=node082/2661876-1276654792
PBS_JOBID= 11172422
Free space on /tmp= 62584 MiB

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

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

MD5SUM BENCH= f7e9965e006e5669c3252afd9a68998d
RANDOM SEED=1863521213

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

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

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


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1823692 kB
Buffers:         32888 kB
Cached:         105168 kB
SwapCached:       6752 kB
Active:          99676 kB
Inactive:        60024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1823692 kB
SwapTotal:     4192956 kB
SwapFree:      4148288 kB
Dirty:             384 kB
Writeback:           0 kB
AnonPages:       18876 kB
Mapped:          13268 kB
Slab:            53932 kB
PageTables:       3948 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180600 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264964 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

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