Trace number 3711216

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 specific settings 2.3.2 snapshotSAT (TO)79 1800.08 1797.05

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 benchmark53
Best CPU time to get the best result obtained on this benchmark1796.76
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@742808b3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3711216-1338166522.opb
0.09/0.12	c reading problem ... 
0.74/0.48	c ... done. Wall clock time 0.361s.
0.74/0.48	c declared #vars     500
0.74/0.48	c internal #vars     6828
0.74/0.48	c #constraints  13156
0.74/0.48	c constraints type 
0.74/0.48	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6828
0.74/0.48	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6328
0.74/0.48	c 13156 constraints processed.
1.34/0.61	c SATISFIABLE
1.34/0.61	c OPTIMIZING...
1.34/0.61	c Got one! Elapsed wall clock time (in seconds):0.485
1.34/0.61	o 499
1.34/0.67	c Got one! Elapsed wall clock time (in seconds):0.544
1.34/0.67	o 498
1.34/0.69	c Got one! Elapsed wall clock time (in seconds):0.572
1.34/0.69	o 497
1.64/0.72	c Got one! Elapsed wall clock time (in seconds):0.598
1.64/0.72	o 496
1.64/0.73	c Got one! Elapsed wall clock time (in seconds):0.612
1.64/0.73	o 495
1.64/0.74	c Got one! Elapsed wall clock time (in seconds):0.623
1.64/0.74	o 494
1.64/0.76	c Got one! Elapsed wall clock time (in seconds):0.634
1.64/0.76	o 493
1.64/0.77	c Got one! Elapsed wall clock time (in seconds):0.645
1.64/0.77	o 492
1.64/0.78	c Got one! Elapsed wall clock time (in seconds):0.654
1.64/0.78	o 491
1.64/0.78	c Got one! Elapsed wall clock time (in seconds):0.662
1.64/0.78	o 490
1.64/0.80	c Got one! Elapsed wall clock time (in seconds):0.674
1.64/0.80	o 489
1.93/0.83	c Got one! Elapsed wall clock time (in seconds):0.704
1.93/0.83	o 80
1.93/0.84	c Got one! Elapsed wall clock time (in seconds):0.716
1.93/0.84	o 79
4.56/3.28	c cleaning 2494 clauses out of 5001 with flag 5000/5001
7.76/6.38	c cleaning 4241 clauses out of 8507 with flag 11000/11001
11.39/10.00	c cleaning 5621 clauses out of 11269 with flag 18003/18004
15.80/14.34	c cleaning 6817 clauses out of 13645 with flag 26000/26001
20.63/19.18	c cleaning 7907 clauses out of 15829 with flag 35001/35002
26.33/24.83	c cleaning 8950 clauses out of 17921 with flag 45000/45001
32.03/30.55	c cleaning 9980 clauses out of 19971 with flag 56000/56001
38.54/37.04	c cleaning 10990 clauses out of 21991 with flag 68000/68001
46.24/44.71	c cleaning 11993 clauses out of 24004 with flag 81003/81004
54.16/52.64	c cleaning 12993 clauses out of 26008 with flag 95000/95001
62.39/60.83	c cleaning 14002 clauses out of 28015 with flag 110000/110001
70.59/69.06	c cleaning 14997 clauses out of 30014 with flag 126001/126002
80.59/79.06	c cleaning 16001 clauses out of 32016 with flag 143000/143001
91.10/89.56	c cleaning 17002 clauses out of 34017 with flag 161002/161003
102.11/100.50	c cleaning 18001 clauses out of 36016 with flag 180003/180004
113.63/112.03	c cleaning 18993 clauses out of 38013 with flag 200001/200002
125.03/123.43	c cleaning 20004 clauses out of 40021 with flag 221002/221003
137.83/136.23	c cleaning 20988 clauses out of 42015 with flag 243000/243001
151.84/150.26	c cleaning 22011 clauses out of 44027 with flag 266000/266001
164.95/163.31	c cleaning 23006 clauses out of 46021 with flag 290005/290006
180.88/179.25	c cleaning 23989 clauses out of 48011 with flag 315001/315002
195.78/194.17	c cleaning 24997 clauses out of 50022 with flag 341001/341002
211.82/210.16	c cleaning 26005 clauses out of 52024 with flag 368000/368001
228.42/226.71	c cleaning 27003 clauses out of 54019 with flag 396000/396001
244.92/243.23	c cleaning 28000 clauses out of 56016 with flag 425000/425001
261.84/260.14	c cleaning 28998 clauses out of 58016 with flag 455000/455001
279.53/277.80	c cleaning 29998 clauses out of 60018 with flag 486000/486001
298.04/296.37	c cleaning 30998 clauses out of 62020 with flag 518000/518001
318.38/316.62	c cleaning 31998 clauses out of 64022 with flag 551000/551001
339.61/337.87	c cleaning 32997 clauses out of 66024 with flag 585000/585001
358.93/357.15	c cleaning 34006 clauses out of 68031 with flag 620004/620005
380.77/378.93	c cleaning 35005 clauses out of 70022 with flag 656001/656002
401.89/400.08	c cleaning 35994 clauses out of 72016 with flag 693000/693001
425.43/423.54	c cleaning 36995 clauses out of 74022 with flag 731000/731001
446.94/445.09	c cleaning 38008 clauses out of 76029 with flag 770002/770003
471.56/469.66	c cleaning 38996 clauses out of 78019 with flag 810000/810001
498.97/497.02	c cleaning 39988 clauses out of 80023 with flag 851000/851001
525.32/523.38	c cleaning 41011 clauses out of 82036 with flag 893001/893002
549.95/547.98	c cleaning 41996 clauses out of 84024 with flag 936000/936001
577.39/575.34	c cleaning 43002 clauses out of 86029 with flag 980001/980002
602.12/600.01	c cleaning 43998 clauses out of 88026 with flag 1025000/1025001
629.85/627.73	c cleaning 44996 clauses out of 90028 with flag 1071000/1071001
656.09/653.93	c cleaning 45994 clauses out of 92032 with flag 1118000/1118001
682.42/680.29	c cleaning 47009 clauses out of 94038 with flag 1166000/1166001
712.45/710.20	c cleaning 47999 clauses out of 96029 with flag 1215000/1215001
745.06/742.80	c cleaning 49001 clauses out of 98031 with flag 1265001/1265002
777.59/775.33	c cleaning 49998 clauses out of 100029 with flag 1316000/1316001
807.15/804.88	c cleaning 51001 clauses out of 102031 with flag 1368000/1368001
836.57/834.24	c cleaning 52009 clauses out of 104035 with flag 1421005/1421006
868.81/866.42	c cleaning 53004 clauses out of 106022 with flag 1475001/1475002
894.03/891.69	c cleaning 54002 clauses out of 108019 with flag 1530002/1530003
930.78/928.33	c cleaning 54993 clauses out of 110016 with flag 1586001/1586002
966.31/963.85	c cleaning 56000 clauses out of 112022 with flag 1643000/1643001
1000.72/998.26	c cleaning 56994 clauses out of 114022 with flag 1701000/1701001
1035.65/1033.13	c cleaning 58002 clauses out of 116030 with flag 1760002/1760003
1069.27/1066.73	c cleaning 59001 clauses out of 118026 with flag 1820000/1820001
1103.40/1100.83	c cleaning 60004 clauses out of 120026 with flag 1881001/1881002
1137.62/1135.00	c cleaning 60990 clauses out of 122021 with flag 1943000/1943001
1173.25/1170.67	c cleaning 62004 clauses out of 124033 with flag 2006002/2006003
1212.36/1209.71	c cleaning 63000 clauses out of 126027 with flag 2070000/2070001
1248.08/1245.40	c cleaning 64005 clauses out of 128027 with flag 2135000/2135001
1287.20/1284.53	c cleaning 65005 clauses out of 130022 with flag 2201000/2201001
1329.02/1326.39	c cleaning 65997 clauses out of 132017 with flag 2268000/2268001
1368.65/1365.97	c cleaning 66997 clauses out of 134020 with flag 2336000/2336001
1409.28/1406.54	c cleaning 67997 clauses out of 136023 with flag 2405000/2405001
1451.31/1448.60	c cleaning 69001 clauses out of 138027 with flag 2475001/2475002
1495.44/1492.61	c cleaning 69997 clauses out of 140027 with flag 2546002/2546003
1539.35/1536.55	c cleaning 70995 clauses out of 142028 with flag 2618000/2618001
1583.60/1580.72	c cleaning 72006 clauses out of 144033 with flag 2691000/2691001
1629.54/1626.62	c cleaning 72997 clauses out of 146027 with flag 2765000/2765001
1676.55/1673.62	c cleaning 73999 clauses out of 148032 with flag 2840002/2840003
1724.79/1721.87	c cleaning 75001 clauses out of 150031 with flag 2916000/2916001
1773.62/1770.67	c cleaning 76007 clauses out of 152030 with flag 2993000/2993001
1800.08/1797.01	c starts		: 258
1800.08/1797.01	c conflicts		: 3039203
1800.08/1797.01	c decisions		: 6332289
1800.08/1797.01	c propagations		: 2408396621
1800.08/1797.01	c inspects		: 16479903780
1800.08/1797.01	c shortcuts		: 0
1800.08/1797.01	c learnt literals	: 0
1800.08/1797.01	c learnt binary clauses	: 0
1800.08/1797.01	c learnt ternary clauses	: 1
1800.08/1797.01	c learnt constraints	: 3039202
1800.08/1797.01	c ignored constraints	: 0
1800.08/1797.01	c root simplifications	: 258
1800.08/1797.01	c removed literals (reason simplification)	: 67935
1800.08/1797.01	c reason swapping (by a shorter reason)	: 0
1800.08/1797.01	c Calls to reduceDB	: 73
1800.08/1797.01	c number of reductions to clauses (during analyze)	: 0
1800.08/1797.01	c number of learned constraints concerned by reduction	: 0
1800.08/1797.01	c number of learning phase by resolution	: 0
1800.08/1797.01	c number of learning phase by cutting planes	: 0
1800.08/1797.01	c speed (assignments/second)	: 1340596.7066163246
1800.08/1797.01	c non guided choices	17036
1800.08/1797.04	c learnt constraints type 
1800.08/1797.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 122273
1800.08/1797.04	c constraints type 
1800.08/1797.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6828
1800.08/1797.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.08/1797.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 6328
1800.08/1797.04	c 13157 constraints processed.
1800.08/1797.04	s SATISFIABLE
1800.08/1797.04	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.08/1797.04	c objective function=79
1800.08/1797.04	c Total wall clock time (in seconds): 1796.917

Verifier Data

OK	79

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3711216-1338166522/watcher-3711216-1338166522 -o /tmp/evaluation-result-3711216-1338166522/solver-3711216-1338166522 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711216-1338166522.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.01 2.00 3/192 16397
/proc/meminfo: memFree=29617464/32873852 swapFree=7624/7624
[pid=16397] ppid=16395 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/16397/stat : 16397 (java) R 16395 16397 15185 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 282777659 9515008 175 33554432000 1073741824 1073778376 140735097431696 140735097414424 252263089040 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/16397/statm: 2331 181 139 9 0 79 0

[startup+0.0903129 s]
/proc/loadavg: 1.92 2.01 2.00 3/192 16397
/proc/meminfo: memFree=29617464/32873852 swapFree=7624/7624
[pid=16397] ppid=16395 vsize=9558440 CPUtime=0.07 cores=1,3,5,7
/proc/16397/stat : 16397 (java) S 16395 16397 15185 0 -1 4202496 3685 0 1 0 6 1 0 0 20 0 18 0 282777659 9787842560 4894 33554432000 1073741824 1073778376 140734368173744 140734368164880 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16397/statm: 2389610 4894 1939 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558440

[startup+0.100305 s]
/proc/loadavg: 1.92 2.01 2.00 3/192 16397
/proc/meminfo: memFree=29617464/32873852 swapFree=7624/7624
[pid=16397] ppid=16395 vsize=9558440 CPUtime=0.09 cores=1,3,5,7
/proc/16397/stat : 16397 (java) S 16395 16397 15185 0 -1 4202496 4263 0 1 0 8 1 0 0 20 0 18 0 282777659 9787842560 5471 33554432000 1073741824 1073778376 140734368173744 140734368164880 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16397/statm: 2389610 5475 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300306 s]
/proc/loadavg: 1.92 2.01 2.00 3/192 16397
/proc/meminfo: memFree=29617464/32873852 swapFree=7624/7624
[pid=16397] ppid=16395 vsize=9558440 CPUtime=0.44 cores=1,3,5,7
/proc/16397/stat : 16397 (java) S 16395 16397 15185 0 -1 4202496 5222 0 1 0 42 2 0 0 20 0 18 0 282777659 9787842560 7716 33554432000 1073741824 1073778376 140734368173744 140734368164880 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16397/statm: 2389610 7713 2229 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558440

[startup+0.700314 s]
/proc/loadavg: 1.92 2.01 2.00 3/192 16397
/proc/meminfo: memFree=29617464/32873852 swapFree=7624/7624
[pid=16397] ppid=16395 vsize=9625004 CPUtime=1.64 cores=1,3,5,7
/proc/16397/stat : 16397 (java) S 16395 16397 15185 0 -1 4202496 19450 0 1 0 159 5 0 0 20 0 19 0 282777659 9856004096 19340 33554432000 1073741824 1073778376 140734368173744 140734368164880 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16397/statm: 2406251 19340 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9625004

[startup+1.50078 s]
/proc/loadavg: 1.92 2.01 2.00 3/211 16416
/proc/meminfo: memFree=29545416/32873852 swapFree=7624/7624
[pid=16397] ppid=16395 vsize=9625004 CPUtime=2.85 cores=1,3,5,7
/proc/16397/stat : 16397 (java) S 16395 16397 15185 0 -1 4202496 19477 0 1 0 280 5 0 0 20 0 19 0 282777659 9856004096 20388 33554432000 1073741824 1073778376 140734368173744 140734368164880 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16397/statm: 2406251 20388 2265 9 0 2396937 0
[pid=16397/tid=16399] ppid=16395 vsize=9625004 CPUtime=1.46 cores=1,3,5,7
/proc/16397/task/16399/stat : 16399 (java) R 16395 16397 15185 0 -1 4202560 2524 0 1 0 144 2 0 0 20 0 19 0 282777660 9856004096 20388 33554432000 1073741824 1073778376 140734368173744 140161943163288 140161778967952 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16400] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16400/stat : 16400 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777662 9856004096 20388 33554432000 1073741824 1073778376 140734368173744 140161904654760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16401] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16401/stat : 16401 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777662 9856004096 20388 33554432000 1073741824 1073778376 140734368173744 140161903602216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16397/tid=16402] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16402/stat : 16402 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777662 9856004096 20388 33554432000 1073741824 1073778376 140734368173744 140161902549160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16397/tid=16403] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16403/stat : 16403 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777662 9856004096 20388 33554432000 1073741824 1073778376 140734368173744 140161901496616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16404] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16404/stat : 16404 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777662 9856004096 20388 33554432000 1073741824 1073778376 140734368173744 140161900444584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16405] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16405/stat : 16405 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777662 9856004096 20388 33554432000 1073741824 1073778376 140734368173744 140161899392040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16406] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16406/stat : 16406 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777662 9856004096 20388 33554432000 1073741824 1073778376 140734368173744 140161898338984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16407] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16407/stat : 16407 (java) S 16395 16397 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282777662 9856004096 20388 33554432000 1073741824 1073778376 140734368173744 140161897286440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16408] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16408/stat : 16408 (java) S 16395 16397 15185 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 282777663 9856004096 20388 33554432000 1073741824 1073778376 140734368173744 140161766824296 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16409] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16409/stat : 16409 (java) S 16395 16397 15185 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 282777663 9856004096 20388 33554432000 1073741824 1073778376 140734368173744 140161765770616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16410] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16410/stat : 16410 (java) S 16395 16397 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282777663 9856004096 20388 33554432000 1073741824 1073778376 140734368173744 140161764717448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16411] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16411/stat : 16411 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777666 9856004096 20388 33554432000 1073741824 1073778376 140734368173744 140161763666192 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16412] ppid=16395 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/16397/task/16412/stat : 16412 (java) S 16395 16397 15185 0 -1 4202560 10237 0 0 0 64 2 0 0 20 0 19 0 282777666 9856004096 20388 33554432000 1073741824 1073778376 140734368173744 140161762614072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16413] ppid=16395 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/16397/task/16413/stat : 16413 (java) S 16395 16397 15185 0 -1 4202560 5523 0 0 0 67 2 0 0 20 0 19 0 282777666 9856004096 20388 33554432000 1073741824 1073778376 140734368173744 140160888990648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16397/tid=16414] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16414/stat : 16414 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777666 9856004096 20388 33554432000 1073741824 1073778376 140734368173744 140160887937784 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16397/tid=16415] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16415/stat : 16415 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777666 9856004096 20388 33554432000 1073741824 1073778376 140734368173744 140160886885448 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16416] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16416/stat : 16416 (java) S 16395 16397 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282777710 9856004096 20388 33554432000 1073741824 1073778376 140734368173744 140160885830696 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.85
Current children cumulated vsize (KiB) 9625004

[startup+3.10065 s]
/proc/loadavg: 1.92 2.01 2.00 3/211 16416
/proc/meminfo: memFree=29545044/32873852 swapFree=7624/7624
[pid=16397] ppid=16395 vsize=9625004 CPUtime=4.46 cores=1,3,5,7
/proc/16397/stat : 16397 (java) S 16395 16397 15185 0 -1 4202496 19480 0 1 0 441 5 0 0 20 0 19 0 282777659 9856004096 20901 33554432000 1073741824 1073778376 140734368173744 140734368164880 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16397/statm: 2406251 20901 2265 9 0 2396937 0
[pid=16397/tid=16399] ppid=16395 vsize=9625004 CPUtime=3.05 cores=1,3,5,7
/proc/16397/task/16399/stat : 16399 (java) R 16395 16397 15185 0 -1 4202560 2526 0 1 0 303 2 0 0 20 0 19 0 282777660 9856004096 20901 33554432000 1073741824 1073778376 140734368173744 140161943161264 140161778907450 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16400] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16400/stat : 16400 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777662 9856004096 20901 33554432000 1073741824 1073778376 140734368173744 140161904654760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16401] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16401/stat : 16401 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777662 9856004096 20901 33554432000 1073741824 1073778376 140734368173744 140161903602216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16397/tid=16402] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16402/stat : 16402 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777662 9856004096 20901 33554432000 1073741824 1073778376 140734368173744 140161902549160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16397/tid=16403] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16403/stat : 16403 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777662 9856004096 20901 33554432000 1073741824 1073778376 140734368173744 140161901496616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16404] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16404/stat : 16404 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777662 9856004096 20901 33554432000 1073741824 1073778376 140734368173744 140161900444584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16405] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16405/stat : 16405 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777662 9856004096 20901 33554432000 1073741824 1073778376 140734368173744 140161899392040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16406] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16406/stat : 16406 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777662 9856004096 20901 33554432000 1073741824 1073778376 140734368173744 140161898338984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16407] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16407/stat : 16407 (java) S 16395 16397 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282777662 9856004096 20901 33554432000 1073741824 1073778376 140734368173744 140161897286440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16408] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16408/stat : 16408 (java) S 16395 16397 15185 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 282777663 9856004096 20901 33554432000 1073741824 1073778376 140734368173744 140161766824296 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16409] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16409/stat : 16409 (java) S 16395 16397 15185 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 282777663 9856004096 20901 33554432000 1073741824 1073778376 140734368173744 140161765770616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16410] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16410/stat : 16410 (java) S 16395 16397 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282777663 9856004096 20901 33554432000 1073741824 1073778376 140734368173744 140161764717448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16411] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16411/stat : 16411 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777666 9856004096 20901 33554432000 1073741824 1073778376 140734368173744 140161763666192 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16412] ppid=16395 vsize=9625004 CPUtime=0.66 cores=1,3,5,7
/proc/16397/task/16412/stat : 16412 (java) S 16395 16397 15185 0 -1 4202560 10237 0 0 0 64 2 0 0 20 0 19 0 282777666 9856004096 20901 33554432000 1073741824 1073778376 140734368173744 140161762614072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16413] ppid=16395 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/16397/task/16413/stat : 16413 (java) S 16395 16397 15185 0 -1 4202560 5523 0 0 0 68 2 0 0 20 0 19 0 282777666 9856004096 20901 33554432000 1073741824 1073778376 140734368173744 140160888990648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16397/tid=16414] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16414/stat : 16414 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777666 9856004096 20901 33554432000 1073741824 1073778376 140734368173744 140160887937784 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16397/tid=16415] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16415/stat : 16415 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777666 9856004096 20901 33554432000 1073741824 1073778376 140734368173744 140160886885448 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16416] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16416/stat : 16416 (java) S 16395 16397 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282777710 9856004096 20901 33554432000 1073741824 1073778376 140734368173744 140160885830696 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 9625004

[startup+6.30065 s]
/proc/loadavg: 1.93 2.01 2.00 3/211 16416
/proc/meminfo: memFree=29536484/32873852 swapFree=7624/7624
[pid=16397] ppid=16395 vsize=9625004 CPUtime=7.76 cores=1,3,5,7
/proc/16397/stat : 16397 (java) S 16395 16397 15185 0 -1 4202496 19553 0 1 0 770 6 0 0 20 0 19 0 282777659 9856004096 22258 33554432000 1073741824 1073778376 140734368173744 140734368164880 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16397/statm: 2406251 22258 2292 9 0 2396937 0
[pid=16397/tid=16399] ppid=16395 vsize=9625004 CPUtime=6.19 cores=1,3,5,7
/proc/16397/task/16399/stat : 16399 (java) R 16395 16397 15185 0 -1 4202560 2530 0 1 0 617 2 0 0 20 0 19 0 282777660 9856004096 22258 33554432000 1073741824 1073778376 140734368173744 140161943161376 140161778925819 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16400] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16400/stat : 16400 (java) S 16395 16397 15185 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 282777662 9856004096 22258 33554432000 1073741824 1073778376 140734368173744 140161904654760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16401] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16401/stat : 16401 (java) S 16395 16397 15185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282777662 9856004096 22258 33554432000 1073741824 1073778376 140734368173744 140161903602216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16397/tid=16402] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16402/stat : 16402 (java) S 16395 16397 15185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282777662 9856004096 22258 33554432000 1073741824 1073778376 140734368173744 140161902549160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16403] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16403/stat : 16403 (java) S 16395 16397 15185 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 282777662 9856004096 22258 33554432000 1073741824 1073778376 140734368173744 140161901496616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16404] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16404/stat : 16404 (java) S 16395 16397 15185 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 282777662 9856004096 22258 33554432000 1073741824 1073778376 140734368173744 140161900444584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16405] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16405/stat : 16405 (java) S 16395 16397 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282777662 9856004096 22258 33554432000 1073741824 1073778376 140734368173744 140161899392040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16397/tid=16406] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16406/stat : 16406 (java) S 16395 16397 15185 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 282777662 9856004096 22258 33554432000 1073741824 1073778376 140734368173744 140161898338984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16407] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16407/stat : 16407 (java) S 16395 16397 15185 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 282777662 9856004096 22258 33554432000 1073741824 1073778376 140734368173744 140161897286440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16408] ppid=16395 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/16397/task/16408/stat : 16408 (java) S 16395 16397 15185 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 19 0 282777663 9856004096 22258 33554432000 1073741824 1073778376 140734368173744 140161766824296 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16409] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16409/stat : 16409 (java) S 16395 16397 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282777663 9856004096 22258 33554432000 1073741824 1073778376 140734368173744 140161765770616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16410] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16410/stat : 16410 (java) S 16395 16397 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282777663 9856004096 22258 33554432000 1073741824 1073778376 140734368173744 140161764717448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16411] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16411/stat : 16411 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777666 9856004096 22258 33554432000 1073741824 1073778376 140734368173744 140161763666192 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16412] ppid=16395 vsize=9625004 CPUtime=0.69 cores=1,3,5,7
/proc/16397/task/16412/stat : 16412 (java) S 16395 16397 15185 0 -1 4202560 10242 0 0 0 67 2 0 0 20 0 19 0 282777666 9856004096 22258 33554432000 1073741824 1073778376 140734368173744 140161762614072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16413] ppid=16395 vsize=9625004 CPUtime=0.73 cores=1,3,5,7
/proc/16397/task/16413/stat : 16413 (java) S 16395 16397 15185 0 -1 4202560 5527 0 0 0 71 2 0 0 20 0 19 0 282777666 9856004096 22258 33554432000 1073741824 1073778376 140734368173744 140160888990648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16397/tid=16414] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16414/stat : 16414 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777666 9856004096 22258 33554432000 1073741824 1073778376 140734368173744 140160887937784 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16397/tid=16415] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16415/stat : 16415 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777666 9856004096 22258 33554432000 1073741824 1073778376 140734368173744 140160886885448 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16416] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16416/stat : 16416 (java) S 16395 16397 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282777710 9856004096 22258 33554432000 1073741824 1073778376 140734368173744 140160885830696 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.76
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=16397/tid=16412] ppid=16395 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/16397/task/16412/stat : 16412 (java) S 16395 16397 15185 0 -1 4202560 10242 0 0 0 68 2 0 0 20 0 19 0 282777666 9856004096 44968 33554432000 1073741824 1073778376 140734368173744 140161762614072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16413] ppid=16395 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/16397/task/16413/stat : 16413 (java) S 16395 16397 15185 0 -1 4202560 5554 0 0 0 77 2 0 0 20 0 19 0 282777666 9856004096 44968 33554432000 1073741824 1073778376 140734368173744 140160888990648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16397/tid=16414] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16414/stat : 16414 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777666 9856004096 44968 33554432000 1073741824 1073778376 140734368173744 140160887937784 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16397/tid=16415] ppid=16395 vsize=9625004 CPUtime=0.25 cores=1,3,5,7
/proc/16397/task/16415/stat : 16415 (java) S 16395 16397 15185 0 -1 4202560 95 0 0 0 13 12 0 0 20 0 19 0 282777666 9856004096 44968 33554432000 1073741824 1073778376 140734368173744 140160886885448 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16416] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16416/stat : 16416 (java) S 16395 16397 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282777710 9856004096 44968 33554432000 1073741824 1073778376 140734368173744 140160885830696 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1665.26
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/212 16513
/proc/meminfo: memFree=29585324/32873852 swapFree=7624/7624
[pid=16397] ppid=16395 vsize=9625004 CPUtime=1725.32 cores=1,3,5,7
/proc/16397/stat : 16397 (java) S 16395 16397 15185 0 -1 4202496 20253 0 1 0 172507 25 0 0 20 0 19 0 282777659 9856004096 45480 33554432000 1073741824 1073778376 140734368173744 140734368164880 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16397/statm: 2406251 45480 2293 9 0 2396937 0
[pid=16397/tid=16399] ppid=16395 vsize=9625004 CPUtime=1713.21 cores=1,3,5,7
/proc/16397/task/16399/stat : 16399 (java) R 16395 16397 15185 0 -1 4202560 2601 0 1 0 171292 29 0 0 20 0 19 0 282777660 9856004096 45480 33554432000 1073741824 1073778376 140734368173744 140161943163168 140161778967645 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16400] ppid=16395 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/16397/task/16400/stat : 16400 (java) S 16395 16397 15185 0 -1 4202560 35 0 0 0 32 0 0 0 20 0 19 0 282777662 9856004096 45480 33554432000 1073741824 1073778376 140734368173744 140161904654760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16397/tid=16401] ppid=16395 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/16397/task/16401/stat : 16401 (java) S 16395 16397 15185 0 -1 4202560 50 0 0 0 30 1 0 0 20 0 19 0 282777662 9856004096 45480 33554432000 1073741824 1073778376 140734368173744 140161903602216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16402] ppid=16395 vsize=9625004 CPUtime=0.3 cores=1,3,5,7
/proc/16397/task/16402/stat : 16402 (java) S 16395 16397 15185 0 -1 4202560 51 0 0 0 30 0 0 0 20 0 19 0 282777662 9856004096 45480 33554432000 1073741824 1073778376 140734368173744 140161902549160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16403] ppid=16395 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/16397/task/16403/stat : 16403 (java) S 16395 16397 15185 0 -1 4202560 32 0 0 0 28 0 0 0 20 0 19 0 282777662 9856004096 45480 33554432000 1073741824 1073778376 140734368173744 140161901496616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16397/tid=16404] ppid=16395 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/16397/task/16404/stat : 16404 (java) S 16395 16397 15185 0 -1 4202560 54 0 0 0 27 0 0 0 20 0 19 0 282777662 9856004096 45480 33554432000 1073741824 1073778376 140734368173744 140161900444584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16397/tid=16405] ppid=16395 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/16397/task/16405/stat : 16405 (java) S 16395 16397 15185 0 -1 4202560 45 0 0 0 28 0 0 0 20 0 19 0 282777662 9856004096 45480 33554432000 1073741824 1073778376 140734368173744 140161899392040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16406] ppid=16395 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/16397/task/16406/stat : 16406 (java) S 16395 16397 15185 0 -1 4202560 87 0 0 0 27 0 0 0 20 0 19 0 282777662 9856004096 45480 33554432000 1073741824 1073778376 140734368173744 140161898338984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16397/tid=16407] ppid=16395 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/16397/task/16407/stat : 16407 (java) S 16395 16397 15185 0 -1 4202560 46 0 0 0 27 0 0 0 20 0 19 0 282777662 9856004096 45480 33554432000 1073741824 1073778376 140734368173744 140161897286440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16408] ppid=16395 vsize=9625004 CPUtime=3.89 cores=1,3,5,7
/proc/16397/task/16408/stat : 16408 (java) S 16395 16397 15185 0 -1 4202560 177 0 0 0 386 3 0 0 20 0 19 0 282777663 9856004096 45480 33554432000 1073741824 1073778376 140734368173744 140161766824296 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16397/tid=16409] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16409/stat : 16409 (java) S 16395 16397 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282777663 9856004096 45480 33554432000 1073741824 1073778376 140734368173744 140161765770616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16410] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16410/stat : 16410 (java) S 16395 16397 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282777663 9856004096 45480 33554432000 1073741824 1073778376 140734368173744 140161764717448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16411] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16411/stat : 16411 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777666 9856004096 45480 33554432000 1073741824 1073778376 140734368173744 140161763666192 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16412] ppid=16395 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/16397/task/16412/stat : 16412 (java) S 16395 16397 15185 0 -1 4202560 10242 0 0 0 68 2 0 0 20 0 19 0 282777666 9856004096 45480 33554432000 1073741824 1073778376 140734368173744 140161762614072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16413] ppid=16395 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/16397/task/16413/stat : 16413 (java) S 16395 16397 15185 0 -1 4202560 5554 0 0 0 77 2 0 0 20 0 19 0 282777666 9856004096 45480 33554432000 1073741824 1073778376 140734368173744 140160888990648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16397/tid=16414] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16414/stat : 16414 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777666 9856004096 45480 33554432000 1073741824 1073778376 140734368173744 140160887937784 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16397/tid=16415] ppid=16395 vsize=9625004 CPUtime=0.26 cores=1,3,5,7
/proc/16397/task/16415/stat : 16415 (java) S 16395 16397 15185 0 -1 4202560 99 0 0 0 14 12 0 0 20 0 19 0 282777666 9856004096 45480 33554432000 1073741824 1073778376 140734368173744 140160886885448 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16416] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16416/stat : 16416 (java) S 16395 16397 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282777710 9856004096 45480 33554432000 1073741824 1073778376 140734368173744 140160885830696 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1725.32
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/212 16513
/proc/meminfo: memFree=29572788/32873852 swapFree=7624/7624
[pid=16397] ppid=16395 vsize=9625004 CPUtime=1785.38 cores=1,3,5,7
/proc/16397/stat : 16397 (java) S 16395 16397 15185 0 -1 4202496 20270 0 1 0 178512 26 0 0 20 0 19 0 282777659 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140734368164880 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16397/statm: 2406251 47528 2293 9 0 2396937 0
[pid=16397/tid=16399] ppid=16395 vsize=9625004 CPUtime=1772.96 cores=1,3,5,7
/proc/16397/task/16399/stat : 16399 (java) R 16395 16397 15185 0 -1 4202560 2603 0 1 0 177267 29 0 0 20 0 19 0 282777660 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161943163168 140161778968046 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16400] ppid=16395 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/16397/task/16400/stat : 16400 (java) S 16395 16397 15185 0 -1 4202560 37 0 0 0 33 1 0 0 20 0 19 0 282777662 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161904654760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16397/tid=16401] ppid=16395 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/16397/task/16401/stat : 16401 (java) S 16395 16397 15185 0 -1 4202560 50 0 0 0 31 1 0 0 20 0 19 0 282777662 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161903602216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16402] ppid=16395 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/16397/task/16402/stat : 16402 (java) S 16395 16397 15185 0 -1 4202560 53 0 0 0 30 1 0 0 20 0 19 0 282777662 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161902549160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16403] ppid=16395 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/16397/task/16403/stat : 16403 (java) S 16395 16397 15185 0 -1 4202560 33 0 0 0 29 0 0 0 20 0 19 0 282777662 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161901496616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16397/tid=16404] ppid=16395 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/16397/task/16404/stat : 16404 (java) S 16395 16397 15185 0 -1 4202560 54 0 0 0 28 0 0 0 20 0 19 0 282777662 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161900444584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16397/tid=16405] ppid=16395 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/16397/task/16405/stat : 16405 (java) S 16395 16397 15185 0 -1 4202560 46 0 0 0 28 0 0 0 20 0 19 0 282777662 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161899392040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16397/tid=16406] ppid=16395 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/16397/task/16406/stat : 16406 (java) S 16395 16397 15185 0 -1 4202560 88 0 0 0 28 0 0 0 20 0 19 0 282777662 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161898338984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16407] ppid=16395 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/16397/task/16407/stat : 16407 (java) S 16395 16397 15185 0 -1 4202560 47 0 0 0 27 1 0 0 20 0 19 0 282777662 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161897286440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16408] ppid=16395 vsize=9625004 CPUtime=3.97 cores=1,3,5,7
/proc/16397/task/16408/stat : 16408 (java) S 16395 16397 15185 0 -1 4202560 180 0 0 0 394 3 0 0 20 0 19 0 282777663 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161766824296 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16409] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16409/stat : 16409 (java) S 16395 16397 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282777663 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161765770616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16410] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16410/stat : 16410 (java) S 16395 16397 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282777663 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161764717448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16411] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16411/stat : 16411 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777666 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161763666192 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16412] ppid=16395 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/16397/task/16412/stat : 16412 (java) S 16395 16397 15185 0 -1 4202560 10242 0 0 0 68 2 0 0 20 0 19 0 282777666 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161762614072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16413] ppid=16395 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/16397/task/16413/stat : 16413 (java) S 16395 16397 15185 0 -1 4202560 5554 0 0 0 77 2 0 0 20 0 19 0 282777666 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140160888990648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16397/tid=16414] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16414/stat : 16414 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777666 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140160887937784 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16397/tid=16415] ppid=16395 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/16397/task/16415/stat : 16415 (java) S 16395 16397 15185 0 -1 4202560 103 0 0 0 14 13 0 0 20 0 19 0 282777666 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140160886885448 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16416] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16416/stat : 16416 (java) S 16395 16397 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282777710 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140160885830696 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.38
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797 s]
/proc/loadavg: 2.01 2.01 2.00 3/212 16513
/proc/meminfo: memFree=29572788/32873852 swapFree=7624/7624
[pid=16397] ppid=16395 vsize=9625004 CPUtime=1800.08 cores=1,3,5,7
/proc/16397/stat : 16397 (java) S 16395 16397 15185 0 -1 4202496 20270 0 1 0 179982 26 0 0 20 0 19 0 282777659 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140734368164880 252266446909 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16397/statm: 2406251 47528 2293 9 0 2396937 0
[pid=16397/tid=16399] ppid=16395 vsize=9625004 CPUtime=1787.63 cores=1,3,5,7
/proc/16397/task/16399/stat : 16399 (java) R 16395 16397 15185 0 -1 4202560 2603 0 1 0 178733 30 0 0 20 0 19 0 282777660 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161943163168 140161778907538 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16400] ppid=16395 vsize=9625004 CPUtime=0.34 cores=1,3,5,7
/proc/16397/task/16400/stat : 16400 (java) S 16395 16397 15185 0 -1 4202560 37 0 0 0 33 1 0 0 20 0 19 0 282777662 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161904654760 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16397/tid=16401] ppid=16395 vsize=9625004 CPUtime=0.32 cores=1,3,5,7
/proc/16397/task/16401/stat : 16401 (java) S 16395 16397 15185 0 -1 4202560 50 0 0 0 31 1 0 0 20 0 19 0 282777662 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161903602216 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16402] ppid=16395 vsize=9625004 CPUtime=0.31 cores=1,3,5,7
/proc/16397/task/16402/stat : 16402 (java) S 16395 16397 15185 0 -1 4202560 53 0 0 0 30 1 0 0 20 0 19 0 282777662 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161902549160 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16403] ppid=16395 vsize=9625004 CPUtime=0.29 cores=1,3,5,7
/proc/16397/task/16403/stat : 16403 (java) S 16395 16397 15185 0 -1 4202560 33 0 0 0 29 0 0 0 20 0 19 0 282777662 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161901496616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16397/tid=16404] ppid=16395 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/16397/task/16404/stat : 16404 (java) S 16395 16397 15185 0 -1 4202560 54 0 0 0 28 0 0 0 20 0 19 0 282777662 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161900444584 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16397/tid=16405] ppid=16395 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/16397/task/16405/stat : 16405 (java) S 16395 16397 15185 0 -1 4202560 46 0 0 0 28 0 0 0 20 0 19 0 282777662 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161899392040 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16397/tid=16406] ppid=16395 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/16397/task/16406/stat : 16406 (java) S 16395 16397 15185 0 -1 4202560 88 0 0 0 28 0 0 0 20 0 19 0 282777662 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161898338984 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16407] ppid=16395 vsize=9625004 CPUtime=0.28 cores=1,3,5,7
/proc/16397/task/16407/stat : 16407 (java) S 16395 16397 15185 0 -1 4202560 47 0 0 0 27 1 0 0 20 0 19 0 282777662 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161897286440 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16408] ppid=16395 vsize=9625004 CPUtime=3.97 cores=1,3,5,7
/proc/16397/task/16408/stat : 16408 (java) S 16395 16397 15185 0 -1 4202560 180 0 0 0 394 3 0 0 20 0 19 0 282777663 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161766824296 252266461097 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16409] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16409/stat : 16409 (java) S 16395 16397 15185 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 282777663 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161765770616 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16410] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16410/stat : 16410 (java) S 16395 16397 15185 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 282777663 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161764717448 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16411] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16411/stat : 16411 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777666 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161763666192 252266469152 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16412] ppid=16395 vsize=9625004 CPUtime=0.7 cores=1,3,5,7
/proc/16397/task/16412/stat : 16412 (java) S 16395 16397 15185 0 -1 4202560 10242 0 0 0 68 2 0 0 20 0 19 0 282777666 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140161762614072 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16397/tid=16413] ppid=16395 vsize=9625004 CPUtime=0.79 cores=1,3,5,7
/proc/16397/task/16413/stat : 16413 (java) S 16395 16397 15185 0 -1 4202560 5554 0 0 0 77 2 0 0 20 0 19 0 282777666 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140160888990648 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16397/tid=16414] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16414/stat : 16414 (java) S 16395 16397 15185 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 282777666 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140160887937784 252266460220 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16397/tid=16415] ppid=16395 vsize=9625004 CPUtime=0.27 cores=1,3,5,7
/proc/16397/task/16415/stat : 16415 (java) S 16395 16397 15185 0 -1 4202560 103 0 0 0 14 13 0 0 20 0 19 0 282777666 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140160886885448 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16397/tid=16416] ppid=16395 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/16397/task/16416/stat : 16416 (java) S 16395 16397 15185 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 282777710 9856004096 47528 33554432000 1073741824 1073778376 140734368173744 140160885830696 252266461097 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16397 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=411056
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=681896
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.05
CPU time (s): 1800.08
CPU user time (s): 1799.82
CPU system time (s): 0.26
CPU usage (%): 100.169
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.41
system time used= 0.681896
maximum resident set size= 190236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20304
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39940
involuntary context switches= 9232

runsolver used 5.55016 second user time and 13.7229 second system time

The end

Launcher Data

Begin job on node131 at 2012-05-28 02:55:22
IDJOB=3711216
IDBENCH=48131
IDSOLVER=2289
FILE ID=node131/3711216-1338166522
RUNJOBID= node131-1338155741-15202
PBS_JOBID= 14624524
Free space on /tmp= 71728 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_10_2.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3711216-1338166522/watcher-3711216-1338166522 -o /tmp/evaluation-result-3711216-1338166522/solver-3711216-1338166522 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3711216-1338166522.opb

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

MD5SUM BENCH= f7e9965e006e5669c3252afd9a68998d
RANDOM SEED=976249875

node131.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.805
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        29618108 kB
Buffers:          339412 kB
Cached:          1811388 kB
SwapCached:         2164 kB
Active:           808684 kB
Inactive:        1612188 kB
Active(anon):     271792 kB
Inactive(anon):      808 kB
Active(file):     536892 kB
Inactive(file):  1611380 kB
Unevictable:        7624 kB
Mlocked:            7624 kB
SwapTotal:      67108856 kB
SwapFree:       67099040 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:        277264 kB
Mapped:            22524 kB
Shmem:                 0 kB
Slab:             693780 kB
SReclaimable:     136116 kB
SUnreclaim:       557664 kB
KernelStack:        1584 kB
PageTables:         4788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     827424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:    221184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71728 MiB
End job on node131 at 2012-05-28 03:25:21