Trace number 4090625

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16MSAT (TO) 1800.77 1795.25

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-25-20--soft-33-100-0.wbo
MD5SUM48f3bbbf57f9425639eae287513fe205
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark1800.02
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables500
Total number of constraints45
Number of soft constraints35
Number of constraints which are clauses25
Number of constraints which are cardinality constraints (but not clauses)20
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint20
Maximum length of a constraint25
Top cost 1410
Min constraint cost 1
Max constraint cost 83
Sum of constraints costs 1409
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 26
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4090625-1466064194.wbo
0.09/0.11	c reading problem ... 
0.09/0.16	c ... done. Wall clock time 0.049s.
0.09/0.16	c declared #vars     500
0.09/0.16	c internal #vars     535
0.09/0.16	c #constraints  45
0.09/0.16	c constraints type 
0.09/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 25
0.09/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
0.09/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 14
0.09/0.16	c 45 constraints processed.
0.09/0.16	c objective function length is 35 literals
0.49/0.31	c SATISFIABLE
0.49/0.31	c OPTIMIZING...
0.49/0.31	c Got one! Elapsed wall clock time (in seconds):0.194
0.49/0.31	o 45
0.59/0.47	c Got one! Elapsed wall clock time (in seconds):0.359
0.59/0.47	o 19
0.83/0.66	c cleaning 2601 clauses out of 5214 with flag 13237/5214
1.38/1.10	c cleaning 4298 clauses out of 8612 with flag 57136/11213
2.08/1.74	c cleaning 5652 clauses out of 11313 with flag 119291/18212
2.28/1.93	c Got one! Elapsed wall clock time (in seconds):1.82
2.28/1.93	o 13
2.38/2.05	c Got one! Elapsed wall clock time (in seconds):1.933
2.38/2.05	o 7
2.60/2.23	c cleaning 5753 clauses out of 11528 with flag 11712/24079
3.11/2.77	c cleaning 5792 clauses out of 11775 with flag 61461/30079
3.91/3.57	c cleaning 6489 clauses out of 12984 with flag 127307/37080
4.91/4.55	c cleaning 7246 clauses out of 14494 with flag 201607/45079
6.01/5.69	c cleaning 8114 clauses out of 16248 with flag 285220/54079
7.61/7.20	c cleaning 9063 clauses out of 18134 with flag 384138/64079
9.31/8.99	c cleaning 10033 clauses out of 20071 with flag 488696/75079
11.61/11.20	c cleaning 11018 clauses out of 22038 with flag 604801/87079
14.21/13.85	c cleaning 12009 clauses out of 24022 with flag 739417/100081
17.31/16.91	c cleaning 13003 clauses out of 26013 with flag 874764/114081
19.82/19.49	c cleaning 14001 clauses out of 28008 with flag 990909/129079
23.53/23.18	c cleaning 14996 clauses out of 30007 with flag 1085095/145079
28.03/27.64	c cleaning 16003 clauses out of 32014 with flag 1185998/162082
32.92/32.60	c cleaning 17000 clauses out of 34009 with flag 1307185/180080
38.52/38.18	c cleaning 18001 clauses out of 36008 with flag 1437022/199079
44.72/44.36	c cleaning 19003 clauses out of 38008 with flag 1572035/219080
51.29/50.81	c cleaning 19997 clauses out of 40004 with flag 1705609/240079
57.59/57.20	c cleaning 20997 clauses out of 42007 with flag 1866846/262079
64.79/64.32	c cleaning 22001 clauses out of 44010 with flag 2048819/285079
72.10/71.61	c cleaning 23005 clauses out of 46009 with flag 2209872/309079
80.80/80.36	c cleaning 23999 clauses out of 48005 with flag 2397107/334080
90.76/90.12	c cleaning 25000 clauses out of 50005 with flag 2604566/360079
100.56/99.93	c cleaning 26003 clauses out of 52007 with flag 2820607/387081
111.56/110.96	c cleaning 26997 clauses out of 54002 with flag 3044531/415079
123.26/122.62	c cleaning 27996 clauses out of 56005 with flag 3275959/444079
136.18/135.31	c cleaning 29000 clauses out of 58012 with flag 3523650/474082
146.08/145.25	c cleaning 29999 clauses out of 60009 with flag 3773049/505079
156.48/155.60	c cleaning 31002 clauses out of 62010 with flag 4033653/537079
167.58/166.74	c cleaning 31995 clauses out of 64008 with flag 4319312/570079
183.66/182.66	c cleaning 32996 clauses out of 66015 with flag 4637316/604081
196.75/195.70	c cleaning 34006 clauses out of 68018 with flag 4993612/639080
212.45/211.40	c cleaning 34996 clauses out of 70012 with flag 5363849/675080
233.64/232.62	c cleaning 36003 clauses out of 72018 with flag 5792379/712082
254.50/253.40	c cleaning 37001 clauses out of 74014 with flag 6184636/750081
274.40/273.26	c cleaning 38002 clauses out of 76012 with flag 6609122/789080
296.40/295.26	c cleaning 38999 clauses out of 78010 with flag 7011417/829080
318.63/317.25	c cleaning 39998 clauses out of 80010 with flag 7399814/870079
344.04/342.66	c cleaning 40997 clauses out of 82012 with flag 7824518/912079
371.93/370.28	c cleaning 42001 clauses out of 84016 with flag 8246579/955080
395.23/393.58	c cleaning 42996 clauses out of 86014 with flag 8698535/999079
419.97/418.16	c cleaning 44004 clauses out of 88020 with flag 9156194/1044081
450.55/448.55	c cleaning 44993 clauses out of 90015 with flag 9608448/1090080
475.34/473.36	c cleaning 45999 clauses out of 92023 with flag 9982314/1137081
499.50/497.46	c cleaning 47005 clauses out of 94022 with flag 10321257/1185079
524.60/522.49	c cleaning 48001 clauses out of 96017 with flag 10790115/1234079
547.20/544.91	c cleaning 49004 clauses out of 98017 with flag 11225595/1284080
567.90/565.59	c cleaning 50000 clauses out of 100012 with flag 11719265/1335079
592.72/590.23	c cleaning 51000 clauses out of 102014 with flag 12270655/1387081
617.62/615.17	c cleaning 51997 clauses out of 104012 with flag 12768852/1440079
649.75/647.23	c cleaning 53003 clauses out of 106015 with flag 13311463/1494079
688.02/685.44	c cleaning 54000 clauses out of 108013 with flag 13891807/1549080
723.98/721.33	c cleaning 54988 clauses out of 110012 with flag 14437169/1605079
748.75/746.09	c cleaning 55995 clauses out of 112024 with flag 15020542/1662079
787.07/784.11	c cleaning 57007 clauses out of 114030 with flag 15609767/1720080
824.46/821.42	c cleaning 58003 clauses out of 116022 with flag 16138440/1779079
870.75/867.62	c cleaning 59003 clauses out of 118019 with flag 16766009/1839079
921.52/918.34	c cleaning 60001 clauses out of 120016 with flag 17452611/1900079
971.21/967.92	c cleaning 61000 clauses out of 122015 with flag 18117656/1962079
1026.47/1023.02	c cleaning 61999 clauses out of 124015 with flag 18750087/2025079
1073.84/1070.39	c cleaning 62997 clauses out of 126016 with flag 19452003/2089079
1120.81/1117.21	c cleaning 64003 clauses out of 128022 with flag 20174488/2154082
1183.31/1179.58	c cleaning 65004 clauses out of 130017 with flag 20912283/2220080
1239.70/1235.81	c cleaning 65995 clauses out of 132013 with flag 21505428/2287080
1296.42/1292.47	c cleaning 67003 clauses out of 134017 with flag 22166047/2355079
1360.00/1355.93	c cleaning 68000 clauses out of 136016 with flag 22816456/2424081
1419.47/1415.27	c cleaning 68998 clauses out of 138015 with flag 23486900/2494080
1480.09/1475.77	c cleaning 69996 clauses out of 140016 with flag 24227784/2565079
1544.26/1539.81	c cleaning 71001 clauses out of 142020 with flag 24879581/2637079
1609.92/1605.38	c cleaning 71999 clauses out of 144019 with flag 25675449/2710079
1680.75/1676.09	c cleaning 73005 clauses out of 146022 with flag 26357121/2784081
1754.43/1749.66	c cleaning 74001 clauses out of 148016 with flag 27108376/2859080
1800.09/1795.21	c starts		: 1610
1800.09/1795.21	c conflicts		: 2914687
1800.09/1795.21	c decisions		: 3595129
1800.09/1795.21	c propagations		: 57381952
1800.09/1795.21	c inspects		: 28851653286
1800.09/1795.21	c shortcuts		: 0
1800.09/1795.21	c learnt literals	: 0
1800.09/1795.21	c learnt binary clauses	: 0
1800.09/1795.21	c learnt ternary clauses	: 0
1800.09/1795.21	c learnt constraints	: 2914687
1800.09/1795.21	c ignored constraints	: 0
1800.09/1795.21	c root simplifications	: 0
1800.09/1795.21	c removed literals (reason simplification)	: 0
1800.09/1795.21	c reason swapping (by a shorter reason)	: 0
1800.09/1795.21	c Calls to reduceDB	: 74
1800.09/1795.21	c Number of update (reduction) of LBD	: 1659537
1800.09/1795.21	c Imported unit clauses	: 0
1800.09/1795.21	c number of reductions to clauses (during analyze)	: 0
1800.09/1795.21	c number of learned constraints concerned by reduction	: 0
1800.09/1795.21	c number of learning phase by resolution	: 0
1800.09/1795.21	c number of learning phase by cutting planes	: 0
1800.09/1795.21	c speed (assignments/second)	: 31966.897728912347
1800.09/1795.21	c non guided choices	1426
1800.09/1795.24	c learnt constraints type 
1800.09/1795.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 129623
1800.09/1795.24	s SATISFIABLE
1800.09/1795.24	c Found 4 solution(s)
1800.09/1795.24	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.09/1795.24	c objective function=7
1800.09/1795.24	c Total wall clock time (in seconds): 1795.126

Verifier Data

OK	7

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4090625-1466064194/watcher-4090625-1466064194 -o /tmp/evaluation-result-4090625-1466064194/solver-4090625-1466064194 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466062115-17406 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090625-1466064194.wbo 

pid=17983
running on 4 cores: 0,2,4,6

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: 2.43 2.29 2.03 3/194 17986
/proc/meminfo: memFree=29791964/32872528 swapFree=1499116/1695340
[pid=17986] ppid=17983 vsize=5632 CPUtime=0 cores=0,2,4,6
/proc/17986/stat : 17986 (java) R 17983 17986 17390 0 -1 4202496 385 0 0 0 0 0 0 0 20 0 1 0 8465128 5767168 56 33554432000 1073741824 1073778376 140735121256480 140735121253608 225435544871 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17986/statm: 2303 62 48 9 0 35 0

[startup+0.100147 s]
/proc/loadavg: 2.43 2.29 2.03 3/194 17986
/proc/meminfo: memFree=29791964/32872528 swapFree=1499116/1695340
[pid=17986] ppid=17983 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/17986/stat : 17986 (java) S 17983 17986 17390 0 -1 4202496 4394 0 1 0 8 1 0 0 20 0 18 0 8465128 9787879424 6019 33554432000 1073741824 1073778376 140735121256480 140735121247616 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17986/statm: 2389619 6019 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200224 s]
/proc/loadavg: 2.43 2.29 2.03 3/194 17986
/proc/meminfo: memFree=29791964/32872528 swapFree=1499116/1695340
[pid=17986] ppid=17983 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/17986/stat : 17986 (java) S 17983 17986 17390 0 -1 4202496 6235 0 1 0 23 1 0 0 20 0 19 0 8465128 9856040960 7806 33554432000 1073741824 1073778376 140735121256480 140735121247616 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17986/statm: 2406260 7806 2216 9 0 2396937 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9625040

[startup+0.300224 s]
/proc/loadavg: 2.43 2.29 2.03 3/194 17986
/proc/meminfo: memFree=29791964/32872528 swapFree=1499116/1695340
[pid=17986] ppid=17983 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/17986/stat : 17986 (java) S 17983 17986 17390 0 -1 4202496 6888 0 1 0 48 1 0 0 20 0 19 0 8465128 9856040960 8473 33554432000 1073741824 1073778376 140735121256480 140735121247616 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17986/statm: 2406260 8473 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700198 s]
/proc/loadavg: 2.43 2.29 2.03 3/194 17986
/proc/meminfo: memFree=29791964/32872528 swapFree=1499116/1695340
[pid=17986] ppid=17983 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/17986/stat : 17986 (java) S 17983 17986 17390 0 -1 4202496 7912 0 1 0 100 2 0 0 20 0 19 0 8465128 9856040960 9656 33554432000 1073741824 1073778376 140735121256480 140735121247616 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17986/statm: 2406260 9656 2249 9 0 2396937 0
Current children cumulated CPU time (s) 1.02
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.32 2.27 2.02 3/213 18005
/proc/meminfo: memFree=29758888/32872528 swapFree=1499116/1695340
[pid=17986] ppid=17983 vsize=9625040 CPUtime=1.88 cores=0,2,4,6
/proc/17986/stat : 17986 (java) S 17983 17986 17390 0 -1 4202496 9021 0 1 0 186 2 0 0 20 0 19 0 8465128 9856040960 11251 33554432000 1073741824 1073778376 140735121256480 140735121247616 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17986/statm: 2406260 11251 2250 9 0 2396937 0
[pid=17986/tid=17988] ppid=17983 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/17986/task/17988/stat : 17988 (java) R 17983 17986 17390 0 -1 4202560 2414 0 1 0 144 1 0 0 20 0 19 0 8465129 9856040960 11251 33554432000 1073741824 1073778376 140735121256480 140177509466536 140177347875389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17986/tid=17989] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17989/stat : 17989 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465130 9856040960 11251 33554432000 1073741824 1073778376 140735121256480 140177470958376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=17990] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17990/stat : 17990 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465130 9856040960 11251 33554432000 1073741824 1073778376 140735121256480 140177469905576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17986/tid=17991] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17991/stat : 17991 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465130 9856040960 11251 33554432000 1073741824 1073778376 140735121256480 140177468853288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17986/tid=17992] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17992/stat : 17992 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465130 9856040960 11251 33554432000 1073741824 1073778376 140735121256480 140177467800488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17986/tid=17993] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17993/stat : 17993 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465130 9856040960 11251 33554432000 1073741824 1073778376 140735121256480 140177466747176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=17994] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17994/stat : 17994 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465130 9856040960 11251 33554432000 1073741824 1073778376 140735121256480 140177347438760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17986/tid=17995] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17995/stat : 17995 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465130 9856040960 11251 33554432000 1073741824 1073778376 140735121256480 140177346386472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=17996] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17996/stat : 17996 (java) S 17983 17986 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8465130 9856040960 11251 33554432000 1073741824 1073778376 140735121256480 140177345333672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=17997] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17997/stat : 17997 (java) S 17983 17986 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8465131 9856040960 11251 33554432000 1073741824 1073778376 140735121256480 140177333136104 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17986/tid=17998] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17998/stat : 17998 (java) S 17983 17986 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8465132 9856040960 11251 33554432000 1073741824 1073778376 140735121256480 140177332082168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=17999] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17999/stat : 17999 (java) S 17983 17986 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8465132 9856040960 11251 33554432000 1073741824 1073778376 140735121256480 140176726681352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=18000] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/18000/stat : 18000 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465134 9856040960 11251 33554432000 1073741824 1073778376 140735121256480 140176725629840 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=18001] ppid=17983 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/17986/task/18001/stat : 18001 (java) S 17983 17986 17390 0 -1 4202560 3040 0 0 0 21 0 0 0 20 0 19 0 8465134 9856040960 11251 33554432000 1073741824 1073778376 140735121256480 140176724576440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=18002] ppid=17983 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/17986/task/18002/stat : 18002 (java) S 17983 17986 17390 0 -1 4202560 2297 0 0 0 17 0 0 0 20 0 19 0 8465134 9856040960 11251 33554432000 1073741824 1073778376 140735121256480 140176723523640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=18003] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/18003/stat : 18003 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465134 9856040960 11251 33554432000 1073741824 1073778376 140735121256480 140176722471544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17986/tid=18004] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/18004/stat : 18004 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465134 9856040960 11251 33554432000 1073741824 1073778376 140735121256480 140176721418952 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17986/tid=18005] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/18005/stat : 18005 (java) S 17983 17986 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8465145 9856040960 11251 33554432000 1073741824 1073778376 140735121256480 140176720364968 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625040

[startup+3.10071 s]
/proc/loadavg: 2.32 2.27 2.02 3/213 18005
/proc/meminfo: memFree=29751068/32872528 swapFree=1499116/1695340
[pid=17986] ppid=17983 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/17986/stat : 17986 (java) S 17983 17986 17390 0 -1 4202496 9028 0 1 0 349 2 0 0 20 0 19 0 8465128 9856040960 14323 33554432000 1073741824 1073778376 140735121256480 140735121247616 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17986/statm: 2406260 14323 2250 9 0 2396937 0
[pid=17986/tid=17988] ppid=17983 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/17986/task/17988/stat : 17988 (java) R 17983 17986 17390 0 -1 4202560 2421 0 1 0 304 1 0 0 20 0 19 0 8465129 9856040960 14323 33554432000 1073741824 1073778376 140735121256480 140177509464448 140177347898887 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17986/tid=17989] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17989/stat : 17989 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465130 9856040960 14323 33554432000 1073741824 1073778376 140735121256480 140177470958376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=17990] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17990/stat : 17990 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465130 9856040960 14323 33554432000 1073741824 1073778376 140735121256480 140177469905576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17986/tid=17991] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17991/stat : 17991 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465130 9856040960 14323 33554432000 1073741824 1073778376 140735121256480 140177468853288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17986/tid=17992] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17992/stat : 17992 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465130 9856040960 14323 33554432000 1073741824 1073778376 140735121256480 140177467800488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17986/tid=17993] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17993/stat : 17993 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465130 9856040960 14323 33554432000 1073741824 1073778376 140735121256480 140177466747176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=17994] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17994/stat : 17994 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465130 9856040960 14323 33554432000 1073741824 1073778376 140735121256480 140177347438760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17986/tid=17995] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17995/stat : 17995 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465130 9856040960 14323 33554432000 1073741824 1073778376 140735121256480 140177346386472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=17996] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17996/stat : 17996 (java) S 17983 17986 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8465130 9856040960 14323 33554432000 1073741824 1073778376 140735121256480 140177345333672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=17997] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17997/stat : 17997 (java) S 17983 17986 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8465131 9856040960 14323 33554432000 1073741824 1073778376 140735121256480 140177333136104 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17986/tid=17998] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17998/stat : 17998 (java) S 17983 17986 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8465132 9856040960 14323 33554432000 1073741824 1073778376 140735121256480 140177332082168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=17999] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17999/stat : 17999 (java) S 17983 17986 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8465132 9856040960 14323 33554432000 1073741824 1073778376 140735121256480 140176726681352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=18000] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/18000/stat : 18000 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465134 9856040960 14323 33554432000 1073741824 1073778376 140735121256480 140176725629840 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=18001] ppid=17983 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/17986/task/18001/stat : 18001 (java) S 17983 17986 17390 0 -1 4202560 3040 0 0 0 22 0 0 0 20 0 19 0 8465134 9856040960 14323 33554432000 1073741824 1073778376 140735121256480 140176724576440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=18002] ppid=17983 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/17986/task/18002/stat : 18002 (java) S 17983 17986 17390 0 -1 4202560 2297 0 0 0 19 0 0 0 20 0 19 0 8465134 9856040960 14323 33554432000 1073741824 1073778376 140735121256480 140176723523640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17986/tid=18003] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/18003/stat : 18003 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465134 9856040960 14323 33554432000 1073741824 1073778376 140735121256480 140176722471544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17986/tid=18004] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/18004/stat : 18004 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465134 9856040960 14323 33554432000 1073741824 1073778376 140735121256480 140176721418952 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17986/tid=18005] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/18005/stat : 18005 (java) S 17983 17986 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8465145 9856040960 14323 33554432000 1073741824 1073778376 140735121256480 140176720364968 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.32 2.27 2.02 3/213 18071
/proc/meminfo: memFree=30295312/32872528 swapFree=1499116/1695340
[pid=17986] ppid=17983 vsize=9625040 CPUtime=6.71 cores=0,2,4,6
/proc/17986/stat : 17986 (java) S 17983 17986 17390 0 -1 4202496 9046 0 1 0 668 3 0 0 20 0 19 0 8465128 9856040960 21997 33554432000 1073741824 1073778376 140735121256480 140735121247616 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17986/statm: 2406260 21997 2251 9 0 2396937 0
[pid=17986/tid=17988] ppid=17983 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/17986/task/17988/stat : 17988 (java) R 17983 17986 17390 0 -1 4202560 2438 0 1 0 623 2 0 0 20 0 19 0 8465129 9856040960 21997 33554432000 1073741824 1073778376 140735121256480 140177509457616 140177347939953 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=17986/tid=17989] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17989/stat : 17989 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465130 9856040960 21997 33554432000 1073741824 1073778376 140735121256480 140177470958376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=17990] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17990/stat : 17990 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465130 9856040960 21997 33554432000 1073741824 1073778376 140735121256480 140177469905576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17986/tid=17991] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17991/stat : 17991 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465130 9856040960 21997 33554432000 1073741824 1073778376 140735121256480 140177468853288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17986/tid=17992] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17992/stat : 17992 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465130 9856040960 21997 33554432000 1073741824 1073778376 140735121256480 140177467800488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17986/tid=17993] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17993/stat : 17993 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465130 9856040960 21997 33554432000 1073741824 1073778376 140735121256480 140177466747176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=17994] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17994/stat : 17994 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465130 9856040960 21997 33554432000 1073741824 1073778376 140735121256480 140177347438760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17986/tid=17995] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17995/stat : 17995 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465130 9856040960 21997 33554432000 1073741824 1073778376 140735121256480 140177346386472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=17996] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17996/stat : 17996 (java) S 17983 17986 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8465130 9856040960 21997 33554432000 1073741824 1073778376 140735121256480 140177345333672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=17997] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17997/stat : 17997 (java) S 17983 17986 17390 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8465131 9856040960 21997 33554432000 1073741824 1073778376 140735121256480 140177333136104 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17986/tid=17998] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17998/stat : 17998 (java) S 17983 17986 17390 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8465132 9856040960 21997 33554432000 1073741824 1073778376 140735121256480 140177332082168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=17999] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17999/stat : 17999 (java) S 17983 17986 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8465132 9856040960 21997 33554432000 1073741824 1073778376 140735121256480 140176726681352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=18000] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/18000/stat : 18000 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465134 9856040960 21997 33554432000 1073741824 1073778376 140735121256480 140176725629840 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=18001] ppid=17983 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/17986/task/18001/stat : 18001 (java) S 17983 17986 17390 0 -1 4202560 3040 0 0 0 22 0 0 0 20 0 19 0 8465134 9856040960 21997 33554432000 1073741824 1073778376 140735121256480 140176724576440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=18002] ppid=17983 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/17986/task/18002/stat : 18002 (java) S 17983 17986 17390 0 -1 4202560 2297 0 0 0 19 0 0 0 20 0 19 0 8465134 9856040960 21997 33554432000 1073741824 1073778376 140735121256480 140176723523640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17986/tid=18003] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/18003/stat : 18003 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465134 9856040960 21997 33554432000 1073741824 1073778376 140735121256480 140176722471544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17986/tid=18004] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/18004/stat : 18004 (java) S 17983 17986 17390 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8465134 9856040960 21997 33554432000 1073741824 1073778376 140735121256480 140176721418952 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17986/tid=18005] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/18005/stat : 18005 (java) S 17983 17986 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8465145 9856040960 21997 33554432000 1073741824 1073778376 140735121256480 140176720364968 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.71
Current children cumulated vsize (KiB) 9625040


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

/proc/17986/task/17998/stat : 17998 (java) S 17983 17986 17390 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8465132 9856040960 114439 33554432000 1073741824 1073778376 140735121256480 140177332082168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=17999] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17999/stat : 17999 (java) S 17983 17986 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8465132 9856040960 114439 33554432000 1073741824 1073778376 140735121256480 140176726681352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=18000] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/18000/stat : 18000 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465134 9856040960 114439 33554432000 1073741824 1073778376 140735121256480 140176725629840 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=18001] ppid=17983 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/17986/task/18001/stat : 18001 (java) S 17983 17986 17390 0 -1 4202560 3040 0 0 0 22 0 0 0 20 0 19 0 8465134 9856040960 114439 33554432000 1073741824 1073778376 140735121256480 140176724576440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=18002] ppid=17983 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/17986/task/18002/stat : 18002 (java) S 17983 17986 17390 0 -1 4202560 2624 0 0 0 21 0 0 0 20 0 19 0 8465134 9856040960 114439 33554432000 1073741824 1073778376 140735121256480 140176723523640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17986/tid=18003] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/18003/stat : 18003 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465134 9856040960 114439 33554432000 1073741824 1073778376 140735121256480 140176722471544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17986/tid=18004] ppid=17983 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/17986/task/18004/stat : 18004 (java) S 17983 17986 17390 0 -1 4202560 96 0 0 0 33 28 0 0 20 0 19 0 8465134 9856040960 114439 33554432000 1073741824 1073778376 140735121256480 140176721418952 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17986/tid=18005] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/18005/stat : 18005 (java) S 17983 17986 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8465145 9856040960 114439 33554432000 1073741824 1073778376 140735121256480 140176720364968 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1667.05
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.28 2.24 2.18 3/213 18114
/proc/meminfo: memFree=29543720/32872528 swapFree=1499116/1695340
[pid=17986] ppid=17983 vsize=9625040 CPUtime=1727.09 cores=0,2,4,6
/proc/17986/stat : 17986 (java) S 17983 17986 17390 0 -1 4202496 12615 0 1 0 172604 105 0 0 20 0 19 0 8465128 9856040960 106795 33554432000 1073741824 1073778376 140735121256480 140735121247616 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17986/statm: 2406260 106795 2277 9 0 2396937 0
[pid=17986/tid=17988] ppid=17983 vsize=9625040 CPUtime=1719.98 cores=0,2,4,6
/proc/17986/task/17988/stat : 17988 (java) R 17983 17986 17390 0 -1 4202560 2520 0 1 0 171967 31 0 0 20 0 19 0 8465129 9856040960 106795 33554432000 1073741824 1073778376 140735121256480 140177509465312 140177347939948 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=17989] ppid=17983 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/17986/task/17989/stat : 17989 (java) S 17983 17986 17390 0 -1 4202560 305 0 0 0 58 11 0 0 20 0 19 0 8465130 9856040960 106795 33554432000 1073741824 1073778376 140735121256480 140177470958376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17986/tid=17990] ppid=17983 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/17986/task/17990/stat : 17990 (java) S 17983 17986 17390 0 -1 4202560 362 0 0 0 68 8 0 0 20 0 19 0 8465130 9856040960 106795 33554432000 1073741824 1073778376 140735121256480 140177469905576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17986/tid=17991] ppid=17983 vsize=9625040 CPUtime=0.75 cores=0,2,4,6
/proc/17986/task/17991/stat : 17991 (java) S 17983 17986 17390 0 -1 4202560 340 0 0 0 65 10 0 0 20 0 19 0 8465130 9856040960 106795 33554432000 1073741824 1073778376 140735121256480 140177468853288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17986/tid=17992] ppid=17983 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/17986/task/17992/stat : 17992 (java) S 17983 17986 17390 0 -1 4202560 493 0 0 0 53 10 0 0 20 0 19 0 8465130 9856040960 106795 33554432000 1073741824 1073778376 140735121256480 140177467800488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17986/tid=17993] ppid=17983 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/17986/task/17993/stat : 17993 (java) S 17983 17986 17390 0 -1 4202560 353 0 0 0 57 7 0 0 20 0 19 0 8465130 9856040960 106795 33554432000 1073741824 1073778376 140735121256480 140177466747176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=17994] ppid=17983 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/17986/task/17994/stat : 17994 (java) S 17983 17986 17390 0 -1 4202560 166 0 0 0 57 7 0 0 20 0 19 0 8465130 9856040960 106795 33554432000 1073741824 1073778376 140735121256480 140177347438760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17986/tid=17995] ppid=17983 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/17986/task/17995/stat : 17995 (java) S 17983 17986 17390 0 -1 4202560 433 0 0 0 64 12 0 0 20 0 19 0 8465130 9856040960 106795 33554432000 1073741824 1073778376 140735121256480 140177346386472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17986/tid=17996] ppid=17983 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/17986/task/17996/stat : 17996 (java) S 17983 17986 17390 0 -1 4202560 272 0 0 0 60 11 0 0 20 0 19 0 8465130 9856040960 106795 33554432000 1073741824 1073778376 140735121256480 140177345333672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17986/tid=17997] ppid=17983 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/17986/task/17997/stat : 17997 (java) S 17983 17986 17390 0 -1 4202560 349 0 0 0 74 3 0 0 20 0 19 0 8465131 9856040960 106795 33554432000 1073741824 1073778376 140735121256480 140177333136104 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17986/tid=17998] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17998/stat : 17998 (java) S 17983 17986 17390 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8465132 9856040960 106795 33554432000 1073741824 1073778376 140735121256480 140177332082168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=17999] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17999/stat : 17999 (java) S 17983 17986 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8465132 9856040960 106795 33554432000 1073741824 1073778376 140735121256480 140176726681352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=18000] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/18000/stat : 18000 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465134 9856040960 106795 33554432000 1073741824 1073778376 140735121256480 140176725629840 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=18001] ppid=17983 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/17986/task/18001/stat : 18001 (java) S 17983 17986 17390 0 -1 4202560 3040 0 0 0 22 0 0 0 20 0 19 0 8465134 9856040960 106795 33554432000 1073741824 1073778376 140735121256480 140176724576440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=18002] ppid=17983 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/17986/task/18002/stat : 18002 (java) S 17983 17986 17390 0 -1 4202560 2624 0 0 0 21 0 0 0 20 0 19 0 8465134 9856040960 106795 33554432000 1073741824 1073778376 140735121256480 140176723523640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17986/tid=18003] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/18003/stat : 18003 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465134 9856040960 106795 33554432000 1073741824 1073778376 140735121256480 140176722471544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17986/tid=18004] ppid=17983 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/17986/task/18004/stat : 18004 (java) S 17983 17986 17390 0 -1 4202560 100 0 0 0 34 30 0 0 20 0 19 0 8465134 9856040960 106795 33554432000 1073741824 1073778376 140735121256480 140176721418952 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17986/tid=18005] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/18005/stat : 18005 (java) S 17983 17986 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8465145 9856040960 106795 33554432000 1073741824 1073778376 140735121256480 140176720364968 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1727.09
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.23 2.18 4/213 18115
/proc/meminfo: memFree=29591524/32872528 swapFree=1499116/1695340
[pid=17986] ppid=17983 vsize=9625040 CPUtime=1787.19 cores=0,2,4,6
/proc/17986/stat : 17986 (java) S 17983 17986 17390 0 -1 4202496 12638 0 1 0 178613 106 0 0 20 0 19 0 8465128 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140735121247616 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17986/statm: 2406260 104884 2277 9 0 2396937 0
[pid=17986/tid=17988] ppid=17983 vsize=9625040 CPUtime=1779.94 cores=0,2,4,6
/proc/17986/task/17988/stat : 17988 (java) R 17983 17986 17390 0 -1 4202560 2522 0 1 0 177962 32 0 0 20 0 19 0 8465129 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140177509465312 140177347939948 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=17989] ppid=17983 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/17986/task/17989/stat : 17989 (java) S 17983 17986 17390 0 -1 4202560 305 0 0 0 59 11 0 0 20 0 19 0 8465130 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140177470958376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17986/tid=17990] ppid=17983 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/17986/task/17990/stat : 17990 (java) S 17983 17986 17390 0 -1 4202560 375 0 0 0 71 8 0 0 20 0 19 0 8465130 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140177469905576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17986/tid=17991] ppid=17983 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/17986/task/17991/stat : 17991 (java) S 17983 17986 17390 0 -1 4202560 340 0 0 0 66 10 0 0 20 0 19 0 8465130 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140177468853288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17986/tid=17992] ppid=17983 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/17986/task/17992/stat : 17992 (java) S 17983 17986 17390 0 -1 4202560 493 0 0 0 54 10 0 0 20 0 19 0 8465130 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140177467800488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17986/tid=17993] ppid=17983 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/17986/task/17993/stat : 17993 (java) S 17983 17986 17390 0 -1 4202560 353 0 0 0 59 7 0 0 20 0 19 0 8465130 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140177466747176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17986/tid=17994] ppid=17983 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/17986/task/17994/stat : 17994 (java) S 17983 17986 17390 0 -1 4202560 166 0 0 0 59 7 0 0 20 0 19 0 8465130 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140177347438760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17986/tid=17995] ppid=17983 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/17986/task/17995/stat : 17995 (java) S 17983 17986 17390 0 -1 4202560 433 0 0 0 66 12 0 0 20 0 19 0 8465130 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140177346386472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17986/tid=17996] ppid=17983 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/17986/task/17996/stat : 17996 (java) S 17983 17986 17390 0 -1 4202560 272 0 0 0 61 11 0 0 20 0 19 0 8465130 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140177345333672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17986/tid=17997] ppid=17983 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/17986/task/17997/stat : 17997 (java) S 17983 17986 17390 0 -1 4202560 353 0 0 0 74 3 0 0 20 0 19 0 8465131 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140177333136104 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=17998] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17998/stat : 17998 (java) S 17983 17986 17390 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8465132 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140177332082168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=17999] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17999/stat : 17999 (java) S 17983 17986 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8465132 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140176726681352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=18000] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/18000/stat : 18000 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465134 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140176725629840 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=18001] ppid=17983 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/17986/task/18001/stat : 18001 (java) S 17983 17986 17390 0 -1 4202560 3040 0 0 0 22 0 0 0 20 0 19 0 8465134 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140176724576440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=18002] ppid=17983 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/17986/task/18002/stat : 18002 (java) S 17983 17986 17390 0 -1 4202560 2624 0 0 0 21 0 0 0 20 0 19 0 8465134 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140176723523640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17986/tid=18003] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/18003/stat : 18003 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465134 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140176722471544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17986/tid=18004] ppid=17983 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/17986/task/18004/stat : 18004 (java) S 17983 17986 17390 0 -1 4202560 104 0 0 0 35 31 0 0 20 0 19 0 8465134 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140176721418952 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17986/tid=18005] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/18005/stat : 18005 (java) S 17983 17986 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8465145 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140176720364968 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1787.19
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.2 s]
/proc/loadavg: 2.18 2.22 2.18 4/213 18115
/proc/meminfo: memFree=29591280/32872528 swapFree=1499116/1695340
[pid=17986] ppid=17983 vsize=9625040 CPUtime=1800.09 cores=0,2,4,6
/proc/17986/stat : 17986 (java) S 17983 17986 17390 0 -1 4202496 12638 0 1 0 179903 106 0 0 20 0 19 0 8465128 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140735121247616 225448067133 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17986/statm: 2406260 104884 2277 9 0 2396937 0
[pid=17986/tid=17988] ppid=17983 vsize=9625040 CPUtime=1792.84 cores=0,2,4,6
/proc/17986/task/17988/stat : 17988 (java) R 17983 17986 17390 0 -1 4202560 2522 0 1 0 179252 32 0 0 20 0 19 0 8465129 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140177509465312 140177347870511 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=17989] ppid=17983 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/17986/task/17989/stat : 17989 (java) S 17983 17986 17390 0 -1 4202560 305 0 0 0 59 11 0 0 20 0 19 0 8465130 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140177470958376 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17986/tid=17990] ppid=17983 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/17986/task/17990/stat : 17990 (java) S 17983 17986 17390 0 -1 4202560 375 0 0 0 71 8 0 0 20 0 19 0 8465130 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140177469905576 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17986/tid=17991] ppid=17983 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/17986/task/17991/stat : 17991 (java) S 17983 17986 17390 0 -1 4202560 340 0 0 0 66 10 0 0 20 0 19 0 8465130 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140177468853288 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17986/tid=17992] ppid=17983 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/17986/task/17992/stat : 17992 (java) S 17983 17986 17390 0 -1 4202560 493 0 0 0 54 10 0 0 20 0 19 0 8465130 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140177467800488 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17986/tid=17993] ppid=17983 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/17986/task/17993/stat : 17993 (java) S 17983 17986 17390 0 -1 4202560 353 0 0 0 59 7 0 0 20 0 19 0 8465130 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140177466747176 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17986/tid=17994] ppid=17983 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/17986/task/17994/stat : 17994 (java) S 17983 17986 17390 0 -1 4202560 166 0 0 0 59 7 0 0 20 0 19 0 8465130 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140177347438760 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17986/tid=17995] ppid=17983 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/17986/task/17995/stat : 17995 (java) S 17983 17986 17390 0 -1 4202560 433 0 0 0 66 12 0 0 20 0 19 0 8465130 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140177346386472 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17986/tid=17996] ppid=17983 vsize=9625040 CPUtime=0.72 cores=0,2,4,6
/proc/17986/task/17996/stat : 17996 (java) S 17983 17986 17390 0 -1 4202560 272 0 0 0 61 11 0 0 20 0 19 0 8465130 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140177345333672 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17986/tid=17997] ppid=17983 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/17986/task/17997/stat : 17997 (java) S 17983 17986 17390 0 -1 4202560 353 0 0 0 74 3 0 0 20 0 19 0 8465131 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140177333136104 225448081321 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=17998] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17998/stat : 17998 (java) S 17983 17986 17390 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8465132 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140177332082168 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=17999] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/17999/stat : 17999 (java) S 17983 17986 17390 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8465132 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140176726681352 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=18000] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/18000/stat : 18000 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465134 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140176725629840 225448089376 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=18001] ppid=17983 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/17986/task/18001/stat : 18001 (java) S 17983 17986 17390 0 -1 4202560 3040 0 0 0 22 0 0 0 20 0 19 0 8465134 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140176724576440 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17986/tid=18002] ppid=17983 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/17986/task/18002/stat : 18002 (java) S 17983 17986 17390 0 -1 4202560 2624 0 0 0 21 0 0 0 20 0 19 0 8465134 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140176723523640 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=17986/tid=18003] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/18003/stat : 18003 (java) S 17983 17986 17390 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8465134 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140176722471544 225448080444 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17986/tid=18004] ppid=17983 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/17986/task/18004/stat : 18004 (java) S 17983 17986 17390 0 -1 4202560 104 0 0 0 35 32 0 0 20 0 19 0 8465134 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140176721418952 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=17986/tid=18005] ppid=17983 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/17986/task/18005/stat : 18005 (java) S 17983 17986 17390 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8465145 9856040960 104884 33554432000 1073741824 1073778376 140735121256480 140176720364968 225448081321 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 17986 sig 9
??? kill -17986 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1795.25
CPU time (s): 1800.77
CPU user time (s): 1799.2
CPU system time (s): 1.57276
CPU usage (%): 100.308
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.2
system time used= 1.57276
maximum resident set size= 784984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12691
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39351
involuntary context switches= 12991

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.8615 second user time and 14.1029 second system time

The end

Launcher Data

Begin job on node137 at 2016-06-16 10:03:14
IDJOB=4090625
IDBENCH=78728
IDSOLVER=2551
FILE ID=node137/4090625-1466064194
RUNJOBID= node137-1466062115-17406
PBS_JOBID= 19904003
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-25-20--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090625-1466064194/watcher-4090625-1466064194 -o /tmp/evaluation-result-4090625-1466064194/solver-4090625-1466064194 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node137-1466062115-17406 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090625-1466064194.wbo

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

MD5SUM BENCH= 48f3bbbf57f9425639eae287513fe205
RANDOM SEED=1945478373

node137.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.486
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	: 5332.97
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.486
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	: 5332.55
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.486
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	: 5332.56
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.486
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	: 5332.55
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.486
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	: 5332.55
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.486
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	: 5332.38
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.486
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	: 5332.56
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.486
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29792888 kB
Buffers:            4288 kB
Cached:            39644 kB
SwapCached:         2468 kB
Active:           659564 kB
Inactive:          24588 kB
Active(anon):     639248 kB
Inactive(anon):     3496 kB
Active(file):      20316 kB
Inactive(file):    21092 kB
Unevictable:     1695340 kB
Mlocked:         1499116 kB
SwapTotal:      67108856 kB
SwapFree:       67099360 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       2334244 kB
Mapped:            15212 kB
Shmem:                 0 kB
Slab:             565492 kB
SReclaimable:       9728 kB
SUnreclaim:       555764 kB
KernelStack:        1768 kB
PageTables:         9004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2503156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    821248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node137 at 2016-06-16 10:33:09