Trace number 4085317

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 2.3.6 Resolution PB16SAT (TO)-23 1800.81 1785.84

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-4.opb
MD5SUM7bb05c60facd55e51c4cfcaa0e217e6e
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-30
Best CPU time to get the best result obtained on this benchmark7.2159
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -30
Optimality of the best value was proved YES
Number of variables450
Total number of constraints17831
Number of constraints which are clauses17831
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 450
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 450
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 450
Number of bits of the biggest sum of numbers9
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.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
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 lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4085317-1465234707.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
0.73/0.46	c ... done. Wall clock time 0.335s.
0.73/0.46	c declared #vars     450
0.73/0.46	c #constraints  17831
0.73/0.46	c constraints type 
0.73/0.46	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 17831
0.73/0.46	c 17831 constraints processed.
0.73/0.46	c objective function length is 450 literals
0.73/0.46	c SATISFIABLE
0.73/0.46	c OPTIMIZING...
0.73/0.46	c Got one! Elapsed wall clock time (in seconds):0.344
0.73/0.47	o -21
0.73/0.48	c Got one! Elapsed wall clock time (in seconds):0.36
0.73/0.48	o -22
1.33/0.62	c Got one! Elapsed wall clock time (in seconds):0.504
1.33/0.62	o -23
1.98/1.01	c cleaning 2579 clauses out of 5157 with flag 10586/5157
2.46/1.43	c cleaning 4289 clauses out of 8577 with flag 22784/11156
2.95/1.98	c cleaning 5643 clauses out of 11286 with flag 37061/18154
3.77/2.71	c cleaning 6819 clauses out of 13645 with flag 53374/26156
4.59/3.56	c cleaning 7911 clauses out of 15824 with flag 71773/35154
5.60/4.51	c cleaning 8953 clauses out of 17913 with flag 92165/45154
6.79/5.69	c cleaning 9978 clauses out of 19960 with flag 114454/56154
8.18/7.05	c cleaning 10993 clauses out of 21985 with flag 138846/68157
9.68/8.59	c cleaning 11996 clauses out of 23993 with flag 165380/81158
11.48/10.33	c cleaning 12996 clauses out of 25993 with flag 193771/95154
13.58/12.42	c cleaning 13996 clauses out of 27998 with flag 224239/110155
15.68/14.55	c cleaning 14993 clauses out of 30003 with flag 256753/126156
18.55/17.28	c cleaning 16004 clauses out of 32008 with flag 291299/143154
21.26/19.93	c cleaning 17002 clauses out of 34004 with flag 327869/161154
24.15/22.82	c cleaning 18003 clauses out of 36006 with flag 366442/180158
27.35/26.05	c cleaning 18998 clauses out of 38000 with flag 407025/200155
31.13/29.68	c cleaning 20000 clauses out of 40004 with flag 449627/221157
34.83/33.36	c cleaning 21001 clauses out of 42002 with flag 494356/243155
39.13/37.67	c cleaning 21999 clauses out of 44003 with flag 541080/266157
43.70/42.03	c cleaning 22999 clauses out of 46003 with flag 589929/290156
47.80/46.15	c cleaning 24000 clauses out of 48002 with flag 640694/315154
52.50/50.85	c cleaning 24997 clauses out of 50002 with flag 693527/341154
58.98/57.28	c cleaning 26003 clauses out of 52005 with flag 748378/368154
65.58/63.90	c cleaning 27001 clauses out of 54004 with flag 805169/396156
72.37/70.65	c cleaning 28002 clauses out of 56003 with flag 864165/425156
79.36/77.47	c cleaning 28994 clauses out of 57999 with flag 925062/455154
86.96/85.03	c cleaning 30000 clauses out of 60010 with flag 988176/486159
97.10/94.91	c cleaning 31002 clauses out of 62006 with flag 1053164/518155
106.00/103.88	c cleaning 32001 clauses out of 64005 with flag 1120152/551156
118.30/115.89	c cleaning 33002 clauses out of 66003 with flag 1189267/585155
130.08/127.42	c cleaning 33997 clauses out of 68002 with flag 1260751/620156
141.18/138.57	c cleaning 35001 clauses out of 70003 with flag 1333919/656154
154.44/151.70	c cleaning 35996 clauses out of 72004 with flag 1409069/693156
170.65/167.86	c cleaning 37001 clauses out of 74006 with flag 1486187/731154
184.25/181.48	c cleaning 38004 clauses out of 76008 with flag 1565394/770157
196.07/193.11	c cleaning 38995 clauses out of 78002 with flag 1646613/810155
212.64/209.63	c cleaning 40001 clauses out of 80007 with flag 1729828/851155
230.03/226.99	c cleaning 41001 clauses out of 82006 with flag 1815086/893155
246.44/243.25	c cleaning 41998 clauses out of 84004 with flag 1902658/936154
260.25/256.93	c cleaning 42997 clauses out of 86006 with flag 1992183/980154
274.53/271.10	c cleaning 43997 clauses out of 88009 with flag 2083605/1025154
289.62/286.15	c cleaning 45005 clauses out of 90013 with flag 2177261/1071155
307.30/303.79	c cleaning 46005 clauses out of 92010 with flag 2272765/1118157
326.59/322.98	c cleaning 46998 clauses out of 94003 with flag 2370320/1166155
348.62/344.91	c cleaning 47998 clauses out of 96004 with flag 2469920/1215154
372.25/368.45	c cleaning 49003 clauses out of 98006 with flag 2571563/1265154
392.82/388.90	c cleaning 49999 clauses out of 100003 with flag 2675301/1316154
411.21/407.25	c cleaning 50997 clauses out of 102004 with flag 2781048/1368154
440.01/435.97	c cleaning 52001 clauses out of 104008 with flag 2888709/1421155
470.62/466.44	c cleaning 53005 clauses out of 106010 with flag 2998418/1475158
501.04/496.76	c cleaning 53992 clauses out of 108001 with flag 3110294/1530154
529.34/524.97	c cleaning 55002 clauses out of 110011 with flag 3223812/1586156
551.21/546.70	c cleaning 56002 clauses out of 112007 with flag 3339496/1643154
574.10/569.44	c cleaning 56997 clauses out of 114006 with flag 3457215/1701155
604.51/599.67	c cleaning 58002 clauses out of 116009 with flag 3577177/1760155
635.19/630.14	c cleaning 59005 clauses out of 118011 with flag 3699535/1820159
664.18/658.99	c cleaning 60001 clauses out of 120003 with flag 3823454/1881156
691.32/685.92	c cleaning 60995 clauses out of 122000 with flag 3949522/1943154
726.13/720.69	c cleaning 62003 clauses out of 124005 with flag 4077694/2006154
756.75/751.06	c cleaning 62997 clauses out of 126002 with flag 4207830/2070154
800.00/794.14	c cleaning 64001 clauses out of 128005 with flag 4339900/2135154
840.96/834.89	c cleaning 64998 clauses out of 130004 with flag 4473974/2201154
879.84/873.56	c cleaning 66000 clauses out of 132006 with flag 4610102/2268154
914.05/907.51	c cleaning 66998 clauses out of 134006 with flag 4748409/2336154
960.54/953.86	c cleaning 68002 clauses out of 136008 with flag 4888556/2405154
997.18/990.26	c cleaning 68999 clauses out of 138006 with flag 5030838/2475154
1047.72/1040.55	c cleaning 70005 clauses out of 140012 with flag 5175282/2546159
1101.80/1094.30	c cleaning 71001 clauses out of 142002 with flag 5321618/2618154
1158.72/1150.80	c cleaning 71994 clauses out of 144001 with flag 5470125/2691154
1205.30/1197.03	c cleaning 72994 clauses out of 146007 with flag 5620602/2765154
1252.81/1244.14	c cleaning 74008 clauses out of 148015 with flag 5772968/2840156
1301.66/1292.56	c cleaning 74997 clauses out of 150005 with flag 5927524/2916154
1365.77/1356.15	c cleaning 76001 clauses out of 152008 with flag 6083907/2993154
1437.03/1426.81	c cleaning 77005 clauses out of 154009 with flag 6242449/3071156
1503.42/1492.51	c cleaning 78003 clauses out of 156006 with flag 6403334/3150158
1573.40/1561.82	c cleaning 78999 clauses out of 158000 with flag 6565785/3230155
1652.15/1639.78	c cleaning 79994 clauses out of 160001 with flag 6730382/3311155
1722.12/1708.88	c cleaning 81002 clauses out of 162008 with flag 6896988/3393156
1780.07/1766.18	c cleaning 82001 clauses out of 164004 with flag 7065254/3476154
1800.00/1785.80	c starts		: 33
1800.00/1785.80	c conflicts		: 3511693
1800.00/1785.80	c decisions		: 3555810
1800.00/1785.80	c propagations		: 19257358
1800.00/1785.80	c inspects		: 23404974257
1800.00/1785.80	c shortcuts		: 0
1800.00/1785.80	c learnt literals	: 0
1800.00/1785.80	c learnt binary clauses	: 0
1800.00/1785.80	c learnt ternary clauses	: 0
1800.00/1785.80	c learnt constraints	: 3511693
1800.00/1785.80	c ignored constraints	: 0
1800.00/1785.80	c root simplifications	: 0
1800.00/1785.80	c removed literals (reason simplification)	: 0
1800.00/1785.80	c reason swapping (by a shorter reason)	: 0
1800.00/1785.80	c Calls to reduceDB	: 79
1800.00/1785.80	c Number of update (reduction) of LBD	: 12094
1800.00/1785.80	c Imported unit clauses	: 0
1800.00/1785.80	c number of reductions to clauses (during analyze)	: 0
1800.00/1785.80	c number of learned constraints concerned by reduction	: 0
1800.00/1785.80	c number of learning phase by resolution	: 0
1800.00/1785.80	c number of learning phase by cutting planes	: 0
1800.00/1785.80	c speed (assignments/second)	: 10786.375263885164
1800.00/1785.80	c non guided choices	0
1800.00/1785.83	c learnt constraints type 
1800.00/1785.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 117543
1800.00/1785.83	s SATISFIABLE
1800.00/1785.83	c Found 3 solution(s)
1800.00/1785.83	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 
1800.00/1785.83	c objective function=-23
1800.00/1785.83	c Total wall clock time (in seconds): 1785.711

Verifier Data

OK	-23

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-4085317-1465234707/watcher-4085317-1465234707 -o /tmp/evaluation-result-4085317-1465234707/solver-4085317-1465234707 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5889 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085317-1465234707.opb 

pid=9237
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.47 2.27 2.18 4/194 9240
/proc/meminfo: memFree=28534848/32872528 swapFree=16740/1306504
[pid=9240] ppid=9237 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/9240/stat : 9240 (java) R 9237 9240 5873 0 -1 4202496 379 0 0 0 0 0 0 0 20 0 1 0 105403271 3653632 50 33554432000 1073741824 1073778376 140733779676800 140733779673928 214528257319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9240/statm: 1406 53 41 9 0 30 0

[startup+0.100062 s]
/proc/loadavg: 2.47 2.27 2.18 4/194 9240
/proc/meminfo: memFree=28534848/32872528 swapFree=16740/1306504
[pid=9240] ppid=9237 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/9240/stat : 9240 (java) S 9237 9240 5873 0 -1 4202496 4415 0 1 0 8 1 0 0 20 0 18 0 105403271 9787879424 6048 33554432000 1073741824 1073778376 140733779676800 140733779667936 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9240/statm: 2389619 6048 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200265 s]
/proc/loadavg: 2.47 2.27 2.18 4/194 9240
/proc/meminfo: memFree=28534848/32872528 swapFree=16740/1306504
[pid=9240] ppid=9237 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/9240/stat : 9240 (java) S 9237 9240 5873 0 -1 4202496 4662 0 1 0 23 1 0 0 20 0 18 0 105403271 9787879424 6755 33554432000 1073741824 1073778376 140733779676800 140733779667936 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9240/statm: 2389619 6755 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300237 s]
/proc/loadavg: 2.47 2.27 2.18 4/194 9240
/proc/meminfo: memFree=28534848/32872528 swapFree=16740/1306504
[pid=9240] ppid=9237 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/9240/stat : 9240 (java) S 9237 9240 5873 0 -1 4202496 5331 0 1 0 42 1 0 0 20 0 18 0 105403271 9787879424 8185 33554432000 1073741824 1073778376 140733779676800 140733779667936 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9240/statm: 2389619 8187 2229 9 0 2380296 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 9558476

[startup+0.70024 s]
/proc/loadavg: 2.47 2.27 2.18 4/194 9240
/proc/meminfo: memFree=28534848/32872528 swapFree=16740/1306504
[pid=9240] ppid=9237 vsize=9625040 CPUtime=1.57 cores=0,2,4,6
/proc/9240/stat : 9240 (java) S 9237 9240 5873 0 -1 4202496 13115 0 1 0 154 3 0 0 20 0 19 0 105403271 9856040960 18482 33554432000 1073741824 1073778376 140733779676800 140733779667936 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9240/statm: 2406260 18482 2259 9 0 2396937 0
Current children cumulated CPU time (s) 1.57
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.47 2.27 2.18 4/213 9259
/proc/meminfo: memFree=28458200/32872528 swapFree=16740/1306504
[pid=9240] ppid=9237 vsize=9625040 CPUtime=2.56 cores=0,2,4,6
/proc/9240/stat : 9240 (java) S 9237 9240 5873 0 -1 4202496 13907 0 1 0 252 4 0 0 20 0 19 0 105403271 9856040960 23613 33554432000 1073741824 1073778376 140733779676800 140733779667936 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9240/statm: 2406260 23613 2269 9 0 2396937 0
[pid=9240/tid=9242] ppid=9237 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/9240/task/9242/stat : 9242 (java) R 9237 9240 5873 0 -1 4202560 2438 0 1 0 145 2 0 0 20 0 19 0 105403272 9856040960 23613 33554432000 1073741824 1073778376 140733779676800 140472257313368 140472090374554 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9240/tid=9243] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9243/stat : 9243 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403273 9856040960 23613 33554432000 1073741824 1073778376 140733779676800 140472218807336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9244] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9244/stat : 9244 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403273 9856040960 23613 33554432000 1073741824 1073778376 140733779676800 140472217754536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9245] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9245/stat : 9245 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403273 9856040960 23613 33554432000 1073741824 1073778376 140733779676800 140472216701736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9240/tid=9246] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9246/stat : 9246 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403273 9856040960 23613 33554432000 1073741824 1073778376 140733779676800 140472215648936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9247] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9247/stat : 9247 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403273 9856040960 23613 33554432000 1073741824 1073778376 140733779676800 140472214596136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9240/tid=9248] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9248/stat : 9248 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403273 9856040960 23613 33554432000 1073741824 1073778376 140733779676800 140472213543336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9249] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9249/stat : 9249 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403273 9856040960 23613 33554432000 1073741824 1073778376 140733779676800 140472212490536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9240/tid=9250] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9250/stat : 9250 (java) S 9237 9240 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105403273 9856040960 23613 33554432000 1073741824 1073778376 140733779676800 140472211437736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9251] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9251/stat : 9251 (java) S 9237 9240 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105403274 9856040960 23613 33554432000 1073741824 1073778376 140733779676800 140472081148904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9252] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9252/stat : 9252 (java) S 9237 9240 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105403274 9856040960 23613 33554432000 1073741824 1073778376 140733779676800 140472080094968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9253] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9253/stat : 9253 (java) S 9237 9240 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105403274 9856040960 23613 33554432000 1073741824 1073778376 140733779676800 140472079042056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9254] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9254/stat : 9254 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403277 9856040960 23613 33554432000 1073741824 1073778376 140733779676800 140472077990544 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9255] ppid=9237 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/9240/task/9255/stat : 9255 (java) S 9237 9240 5873 0 -1 4202560 4966 0 0 0 55 0 0 0 20 0 19 0 105403277 9856040960 23613 33554432000 1073741824 1073778376 140733779676800 140472076937656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9256] ppid=9237 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/9240/task/9256/stat : 9256 (java) S 9237 9240 5873 0 -1 4202560 5226 0 0 0 48 2 0 0 20 0 19 0 105403277 9856040960 23613 33554432000 1073741824 1073778376 140733779676800 140472075884856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9257] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9257/stat : 9257 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403277 9856040960 23613 33554432000 1073741824 1073778376 140733779676800 140472074832248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9258] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9258/stat : 9258 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403277 9856040960 23613 33554432000 1073741824 1073778376 140733779676800 140471066159560 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9259] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9259/stat : 9259 (java) S 9237 9240 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105403317 9856040960 23613 33554432000 1073741824 1073778376 140733779676800 140471065106088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.56
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.47 2.27 2.18 4/213 9259
/proc/meminfo: memFree=28431452/32872528 swapFree=16740/1306504
[pid=9240] ppid=9237 vsize=9625040 CPUtime=4.19 cores=0,2,4,6
/proc/9240/stat : 9240 (java) S 9237 9240 5873 0 -1 4202496 13924 0 1 0 415 4 0 0 20 0 19 0 105403271 9856040960 31805 33554432000 1073741824 1073778376 140733779676800 140733779667936 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9240/statm: 2406260 31805 2269 9 0 2396937 0
[pid=9240/tid=9242] ppid=9237 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/9240/task/9242/stat : 9242 (java) R 9237 9240 5873 0 -1 4202560 2455 0 1 0 304 2 0 0 20 0 19 0 105403272 9856040960 31805 33554432000 1073741824 1073778376 140733779676800 140472257315112 140472090444567 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9240/tid=9243] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9243/stat : 9243 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403273 9856040960 31805 33554432000 1073741824 1073778376 140733779676800 140472218807336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9244] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9244/stat : 9244 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403273 9856040960 31805 33554432000 1073741824 1073778376 140733779676800 140472217754536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9245] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9245/stat : 9245 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403273 9856040960 31805 33554432000 1073741824 1073778376 140733779676800 140472216701736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9240/tid=9246] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9246/stat : 9246 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403273 9856040960 31805 33554432000 1073741824 1073778376 140733779676800 140472215648936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9247] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9247/stat : 9247 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403273 9856040960 31805 33554432000 1073741824 1073778376 140733779676800 140472214596136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9240/tid=9248] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9248/stat : 9248 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403273 9856040960 31805 33554432000 1073741824 1073778376 140733779676800 140472213543336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9249] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9249/stat : 9249 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403273 9856040960 31805 33554432000 1073741824 1073778376 140733779676800 140472212490536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9240/tid=9250] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9250/stat : 9250 (java) S 9237 9240 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105403273 9856040960 31805 33554432000 1073741824 1073778376 140733779676800 140472211437736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9251] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9251/stat : 9251 (java) S 9237 9240 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105403274 9856040960 31805 33554432000 1073741824 1073778376 140733779676800 140472081148904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9240/tid=9252] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9252/stat : 9252 (java) S 9237 9240 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105403274 9856040960 31805 33554432000 1073741824 1073778376 140733779676800 140472080094968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9253] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9253/stat : 9253 (java) S 9237 9240 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105403274 9856040960 31805 33554432000 1073741824 1073778376 140733779676800 140472079042056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9254] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9254/stat : 9254 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403277 9856040960 31805 33554432000 1073741824 1073778376 140733779676800 140472077990544 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9255] ppid=9237 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/9240/task/9255/stat : 9255 (java) S 9237 9240 5873 0 -1 4202560 4966 0 0 0 58 0 0 0 20 0 19 0 105403277 9856040960 31805 33554432000 1073741824 1073778376 140733779676800 140472076937656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9256] ppid=9237 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/9240/task/9256/stat : 9256 (java) S 9237 9240 5873 0 -1 4202560 5226 0 0 0 49 2 0 0 20 0 19 0 105403277 9856040960 31805 33554432000 1073741824 1073778376 140733779676800 140472075884856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9240/tid=9257] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9257/stat : 9257 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403277 9856040960 31805 33554432000 1073741824 1073778376 140733779676800 140472074832248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9258] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9258/stat : 9258 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403277 9856040960 31805 33554432000 1073741824 1073778376 140733779676800 140471066159560 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9240/tid=9259] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9259/stat : 9259 (java) S 9237 9240 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105403317 9856040960 31805 33554432000 1073741824 1073778376 140733779676800 140471065106088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.43 2.26 2.18 3/213 9259
/proc/meminfo: memFree=28374240/32872528 swapFree=16740/1306504
[pid=9240] ppid=9237 vsize=9625040 CPUtime=7.48 cores=0,2,4,6
/proc/9240/stat : 9240 (java) S 9237 9240 5873 0 -1 4202496 14046 0 1 0 739 9 0 0 20 0 19 0 105403271 9856040960 52217 33554432000 1073741824 1073778376 140733779676800 140733779667936 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9240/statm: 2406260 52217 2283 9 0 2396937 0
[pid=9240/tid=9242] ppid=9237 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/9240/task/9242/stat : 9242 (java) R 9237 9240 5873 0 -1 4202560 2480 0 1 0 621 2 0 0 20 0 19 0 105403272 9856040960 52217 33554432000 1073741824 1073778376 140733779676800 140472257306320 140472090374336 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9240/tid=9243] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9243/stat : 9243 (java) S 9237 9240 5873 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 105403273 9856040960 52217 33554432000 1073741824 1073778376 140733779676800 140472218807336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9240/tid=9244] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9244/stat : 9244 (java) S 9237 9240 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105403273 9856040960 52217 33554432000 1073741824 1073778376 140733779676800 140472217754536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9245] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9245/stat : 9245 (java) S 9237 9240 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105403273 9856040960 52217 33554432000 1073741824 1073778376 140733779676800 140472216701736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9246] ppid=9237 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/9240/task/9246/stat : 9246 (java) S 9237 9240 5873 0 -1 4202560 19 0 0 0 0 1 0 0 20 0 19 0 105403273 9856040960 52217 33554432000 1073741824 1073778376 140733779676800 140472215648936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9240/tid=9247] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9247/stat : 9247 (java) S 9237 9240 5873 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 105403273 9856040960 52217 33554432000 1073741824 1073778376 140733779676800 140472214596136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9248] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9248/stat : 9248 (java) S 9237 9240 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105403273 9856040960 52217 33554432000 1073741824 1073778376 140733779676800 140472213543336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9249] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9249/stat : 9249 (java) S 9237 9240 5873 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 105403273 9856040960 52217 33554432000 1073741824 1073778376 140733779676800 140472212490536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9250] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9250/stat : 9250 (java) S 9237 9240 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105403273 9856040960 52217 33554432000 1073741824 1073778376 140733779676800 140472211437736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9251] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9251/stat : 9251 (java) S 9237 9240 5873 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105403274 9856040960 52217 33554432000 1073741824 1073778376 140733779676800 140472081148904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9240/tid=9252] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9252/stat : 9252 (java) S 9237 9240 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105403274 9856040960 52217 33554432000 1073741824 1073778376 140733779676800 140472080094968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9253] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9253/stat : 9253 (java) S 9237 9240 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105403274 9856040960 52217 33554432000 1073741824 1073778376 140733779676800 140472079042056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9254] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9254/stat : 9254 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403277 9856040960 52217 33554432000 1073741824 1073778376 140733779676800 140472077990544 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9255] ppid=9237 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/9240/task/9255/stat : 9255 (java) S 9237 9240 5873 0 -1 4202560 4966 0 0 0 58 0 0 0 20 0 19 0 105403277 9856040960 52217 33554432000 1073741824 1073778376 140733779676800 140472076937656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9256] ppid=9237 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/9240/task/9256/stat : 9256 (java) S 9237 9240 5873 0 -1 4202560 5226 0 0 0 49 2 0 0 20 0 19 0 105403277 9856040960 52217 33554432000 1073741824 1073778376 140733779676800 140472075884856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9240/tid=9257] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9257/stat : 9257 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403277 9856040960 52217 33554432000 1073741824 1073778376 140733779676800 140472074832248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9258] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9258/stat : 9258 (java) S 9237 9240 5873 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 105403277 9856040960 52217 33554432000 1073741824 1073778376 140733779676800 140471066159560 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9240/tid=9259] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9259/stat : 9259 (java) S 9237 9240 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105403317 9856040960 52217 33554432000 1073741824 1073778376 140733779676800 140471065106088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 9625040


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

[pid=9240/tid=9252] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9252/stat : 9252 (java) S 9237 9240 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105403274 9856040960 80646 33554432000 1073741824 1073778376 140733779676800 140472080094968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9253] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9253/stat : 9253 (java) S 9237 9240 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105403274 9856040960 80646 33554432000 1073741824 1073778376 140733779676800 140472079042056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9254] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9254/stat : 9254 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403277 9856040960 80646 33554432000 1073741824 1073778376 140733779676800 140472077990544 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9255] ppid=9237 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/9240/task/9255/stat : 9255 (java) S 9237 9240 5873 0 -1 4202560 4970 0 0 0 62 0 0 0 20 0 19 0 105403277 9856040960 80646 33554432000 1073741824 1073778376 140733779676800 140472076937656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9256] ppid=9237 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/9240/task/9256/stat : 9256 (java) S 9237 9240 5873 0 -1 4202560 5226 0 0 0 49 2 0 0 20 0 19 0 105403277 9856040960 80646 33554432000 1073741824 1073778376 140733779676800 140472075884856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9240/tid=9257] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9257/stat : 9257 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403277 9856040960 80646 33554432000 1073741824 1073778376 140733779676800 140472074832248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9258] ppid=9237 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/9240/task/9258/stat : 9258 (java) S 9237 9240 5873 0 -1 4202560 96 0 0 0 35 30 0 0 20 0 19 0 105403277 9856040960 80646 33554432000 1073741824 1073778376 140733779676800 140471066159560 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9259] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9259/stat : 9259 (java) S 9237 9240 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105403317 9856040960 80646 33554432000 1073741824 1073778376 140733779676800 140471065106088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1675.11
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.60 2.27 2.15 3/213 9390
/proc/meminfo: memFree=29775428/32872528 swapFree=16740/1306504
[pid=9240] ppid=9237 vsize=9625040 CPUtime=1735.89 cores=0,2,4,6
/proc/9240/stat : 9240 (java) S 9237 9240 5873 0 -1 4202496 27983 0 1 0 173412 177 0 0 20 0 19 0 105403271 9856040960 85296 33554432000 1073741824 1073778376 140733779676800 140733779667936 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9240/statm: 2406260 85296 2292 9 0 2396937 0
[pid=9240/tid=9242] ppid=9237 vsize=9625040 CPUtime=1712.85 cores=0,2,4,6
/proc/9240/task/9242/stat : 9242 (java) R 9237 9240 5873 0 -1 4202560 2785 0 1 0 171254 31 0 0 20 0 19 0 105403272 9856040960 85296 33554432000 1073741824 1073778376 140733779676800 140472257314032 140472090444567 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9243] ppid=9237 vsize=9625040 CPUtime=2.18 cores=0,2,4,6
/proc/9240/task/9243/stat : 9243 (java) S 9237 9240 5873 0 -1 4202560 1683 0 0 0 199 19 0 0 20 0 19 0 105403273 9856040960 85296 33554432000 1073741824 1073778376 140733779676800 140472218807336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9240/tid=9244] ppid=9237 vsize=9625040 CPUtime=2.26 cores=0,2,4,6
/proc/9240/task/9244/stat : 9244 (java) S 9237 9240 5873 0 -1 4202560 2244 0 0 0 206 20 0 0 20 0 19 0 105403273 9856040960 85296 33554432000 1073741824 1073778376 140733779676800 140472217754536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9245] ppid=9237 vsize=9625040 CPUtime=2.16 cores=0,2,4,6
/proc/9240/task/9245/stat : 9245 (java) S 9237 9240 5873 0 -1 4202560 1253 0 0 0 198 18 0 0 20 0 19 0 105403273 9856040960 85296 33554432000 1073741824 1073778376 140733779676800 140472216701736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9246] ppid=9237 vsize=9625040 CPUtime=2.35 cores=0,2,4,6
/proc/9240/task/9246/stat : 9246 (java) S 9237 9240 5873 0 -1 4202560 1842 0 0 0 217 18 0 0 20 0 19 0 105403273 9856040960 85296 33554432000 1073741824 1073778376 140733779676800 140472215648936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9240/tid=9247] ppid=9237 vsize=9625040 CPUtime=2.1 cores=0,2,4,6
/proc/9240/task/9247/stat : 9247 (java) S 9237 9240 5873 0 -1 4202560 1117 0 0 0 193 17 0 0 20 0 19 0 105403273 9856040960 85296 33554432000 1073741824 1073778376 140733779676800 140472214596136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9240/tid=9248] ppid=9237 vsize=9625040 CPUtime=2.15 cores=0,2,4,6
/proc/9240/task/9248/stat : 9248 (java) S 9237 9240 5873 0 -1 4202560 1880 0 0 0 196 19 0 0 20 0 19 0 105403273 9856040960 85296 33554432000 1073741824 1073778376 140733779676800 140472213543336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9249] ppid=9237 vsize=9625040 CPUtime=2.22 cores=0,2,4,6
/proc/9240/task/9249/stat : 9249 (java) S 9237 9240 5873 0 -1 4202560 1366 0 0 0 206 16 0 0 20 0 19 0 105403273 9856040960 85296 33554432000 1073741824 1073778376 140733779676800 140472212490536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9240/tid=9250] ppid=9237 vsize=9625040 CPUtime=2.01 cores=0,2,4,6
/proc/9240/task/9250/stat : 9250 (java) S 9237 9240 5873 0 -1 4202560 1008 0 0 0 185 16 0 0 20 0 19 0 105403273 9856040960 85296 33554432000 1073741824 1073778376 140733779676800 140472211437736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9240/tid=9251] ppid=9237 vsize=9625040 CPUtime=4.24 cores=0,2,4,6
/proc/9240/task/9251/stat : 9251 (java) S 9237 9240 5873 0 -1 4202560 1248 0 0 0 418 6 0 0 20 0 19 0 105403274 9856040960 85296 33554432000 1073741824 1073778376 140733779676800 140472081148904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9240/tid=9252] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9252/stat : 9252 (java) S 9237 9240 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105403274 9856040960 85296 33554432000 1073741824 1073778376 140733779676800 140472080094968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9253] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9253/stat : 9253 (java) S 9237 9240 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105403274 9856040960 85296 33554432000 1073741824 1073778376 140733779676800 140472079042056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9254] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9254/stat : 9254 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403277 9856040960 85296 33554432000 1073741824 1073778376 140733779676800 140472077990544 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9255] ppid=9237 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/9240/task/9255/stat : 9255 (java) S 9237 9240 5873 0 -1 4202560 4970 0 0 0 62 0 0 0 20 0 19 0 105403277 9856040960 85296 33554432000 1073741824 1073778376 140733779676800 140472076937656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9256] ppid=9237 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/9240/task/9256/stat : 9256 (java) S 9237 9240 5873 0 -1 4202560 5226 0 0 0 49 2 0 0 20 0 19 0 105403277 9856040960 85296 33554432000 1073741824 1073778376 140733779676800 140472075884856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9240/tid=9257] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9257/stat : 9257 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403277 9856040960 85296 33554432000 1073741824 1073778376 140733779676800 140472074832248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9258] ppid=9237 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/9240/task/9258/stat : 9258 (java) S 9237 9240 5873 0 -1 4202560 98 0 0 0 37 31 0 0 20 0 19 0 105403277 9856040960 85296 33554432000 1073741824 1073778376 140733779676800 140471066159560 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9240/tid=9259] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9259/stat : 9259 (java) S 9237 9240 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105403317 9856040960 85296 33554432000 1073741824 1073778376 140733779676800 140471065106088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1735.89
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.33 2.25 2.15 4/213 9392
/proc/meminfo: memFree=29743844/32872528 swapFree=16740/1306504
[pid=9240] ppid=9237 vsize=9625040 CPUtime=1796.49 cores=0,2,4,6
/proc/9240/stat : 9240 (java) S 9237 9240 5873 0 -1 4202496 30751 0 1 0 179465 184 0 0 20 0 19 0 105403271 9856040960 82536 33554432000 1073741824 1073778376 140733779676800 140733779667936 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9240/statm: 2406260 82536 2292 9 0 2396937 0
[pid=9240/tid=9242] ppid=9237 vsize=9625040 CPUtime=1772.34 cores=0,2,4,6
/proc/9240/task/9242/stat : 9242 (java) R 9237 9240 5873 0 -1 4202560 2811 0 1 0 177203 31 0 0 20 0 19 0 105403272 9856040960 82536 33554432000 1073741824 1073778376 140733779676800 140472257314032 140472090444567 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9240/tid=9243] ppid=9237 vsize=9625040 CPUtime=2.32 cores=0,2,4,6
/proc/9240/task/9243/stat : 9243 (java) S 9237 9240 5873 0 -1 4202560 1836 0 0 0 211 21 0 0 20 0 19 0 105403273 9856040960 82536 33554432000 1073741824 1073778376 140733779676800 140472218807336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9244] ppid=9237 vsize=9625040 CPUtime=2.37 cores=0,2,4,6
/proc/9240/task/9244/stat : 9244 (java) S 9237 9240 5873 0 -1 4202560 3263 0 0 0 216 21 0 0 20 0 19 0 105403273 9856040960 82536 33554432000 1073741824 1073778376 140733779676800 140472217754536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9245] ppid=9237 vsize=9625040 CPUtime=2.27 cores=0,2,4,6
/proc/9240/task/9245/stat : 9245 (java) S 9237 9240 5873 0 -1 4202560 1267 0 0 0 209 18 0 0 20 0 19 0 105403273 9856040960 82536 33554432000 1073741824 1073778376 140733779676800 140472216701736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9240/tid=9246] ppid=9237 vsize=9625040 CPUtime=2.45 cores=0,2,4,6
/proc/9240/task/9246/stat : 9246 (java) S 9237 9240 5873 0 -1 4202560 1910 0 0 0 227 18 0 0 20 0 19 0 105403273 9856040960 82536 33554432000 1073741824 1073778376 140733779676800 140472215648936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9247] ppid=9237 vsize=9625040 CPUtime=2.21 cores=0,2,4,6
/proc/9240/task/9247/stat : 9247 (java) S 9237 9240 5873 0 -1 4202560 1441 0 0 0 204 17 0 0 20 0 19 0 105403273 9856040960 82536 33554432000 1073741824 1073778376 140733779676800 140472214596136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9240/tid=9248] ppid=9237 vsize=9625040 CPUtime=2.27 cores=0,2,4,6
/proc/9240/task/9248/stat : 9248 (java) S 9237 9240 5873 0 -1 4202560 2722 0 0 0 207 20 0 0 20 0 19 0 105403273 9856040960 82536 33554432000 1073741824 1073778376 140733779676800 140472213543336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9249] ppid=9237 vsize=9625040 CPUtime=2.32 cores=0,2,4,6
/proc/9240/task/9249/stat : 9249 (java) S 9237 9240 5873 0 -1 4202560 1496 0 0 0 215 17 0 0 20 0 19 0 105403273 9856040960 82536 33554432000 1073741824 1073778376 140733779676800 140472212490536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9250] ppid=9237 vsize=9625040 CPUtime=2.12 cores=0,2,4,6
/proc/9240/task/9250/stat : 9250 (java) S 9237 9240 5873 0 -1 4202560 1133 0 0 0 195 17 0 0 20 0 19 0 105403273 9856040960 82536 33554432000 1073741824 1073778376 140733779676800 140472211437736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9240/tid=9251] ppid=9237 vsize=9625040 CPUtime=4.47 cores=0,2,4,6
/proc/9240/task/9251/stat : 9251 (java) S 9237 9240 5873 0 -1 4202560 1311 0 0 0 441 6 0 0 20 0 19 0 105403274 9856040960 82536 33554432000 1073741824 1073778376 140733779676800 140472081148904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9240/tid=9252] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9252/stat : 9252 (java) S 9237 9240 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105403274 9856040960 82536 33554432000 1073741824 1073778376 140733779676800 140472080094968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9253] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9253/stat : 9253 (java) S 9237 9240 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105403274 9856040960 82536 33554432000 1073741824 1073778376 140733779676800 140472079042056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9254] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9254/stat : 9254 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403277 9856040960 82536 33554432000 1073741824 1073778376 140733779676800 140472077990544 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9255] ppid=9237 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/9240/task/9255/stat : 9255 (java) S 9237 9240 5873 0 -1 4202560 4970 0 0 0 62 0 0 0 20 0 19 0 105403277 9856040960 82536 33554432000 1073741824 1073778376 140733779676800 140472076937656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9256] ppid=9237 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/9240/task/9256/stat : 9256 (java) S 9237 9240 5873 0 -1 4202560 5226 0 0 0 49 2 0 0 20 0 19 0 105403277 9856040960 82536 33554432000 1073741824 1073778376 140733779676800 140472075884856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9240/tid=9257] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9257/stat : 9257 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403277 9856040960 82536 33554432000 1073741824 1073778376 140733779676800 140472074832248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9258] ppid=9237 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/9240/task/9258/stat : 9258 (java) S 9237 9240 5873 0 -1 4202560 102 0 0 0 38 31 0 0 20 0 19 0 105403277 9856040960 82536 33554432000 1073741824 1073778376 140733779676800 140471066159560 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9259] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9259/stat : 9259 (java) S 9237 9240 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105403317 9856040960 82536 33554432000 1073741824 1073778376 140733779676800 140471065106088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1796.49
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1785.8 s]
/proc/loadavg: 2.30 2.25 2.15 3/213 9393
/proc/meminfo: memFree=29752036/32872528 swapFree=16740/1306504
[pid=9240] ppid=9237 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/9240/stat : 9240 (java) S 9237 9240 5873 0 -1 4202496 30752 0 1 0 179816 184 0 0 20 0 19 0 105403271 9856040960 82439 33554432000 1073741824 1073778376 140733779676800 140733779667936 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/9240/statm: 2406260 82439 2292 9 0 2396937 0
[pid=9240/tid=9242] ppid=9237 vsize=9625040 CPUtime=1775.84 cores=0,2,4,6
/proc/9240/task/9242/stat : 9242 (java) R 9237 9240 5873 0 -1 4202560 2812 0 1 0 177553 31 0 0 20 0 19 0 105403272 9856040960 82439 33554432000 1073741824 1073778376 140733779676800 140472257314016 140472090444567 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9240/tid=9243] ppid=9237 vsize=9625040 CPUtime=2.33 cores=0,2,4,6
/proc/9240/task/9243/stat : 9243 (java) S 9237 9240 5873 0 -1 4202560 1836 0 0 0 212 21 0 0 20 0 19 0 105403273 9856040960 82439 33554432000 1073741824 1073778376 140733779676800 140472218807336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9244] ppid=9237 vsize=9625040 CPUtime=2.37 cores=0,2,4,6
/proc/9240/task/9244/stat : 9244 (java) S 9237 9240 5873 0 -1 4202560 3263 0 0 0 216 21 0 0 20 0 19 0 105403273 9856040960 82439 33554432000 1073741824 1073778376 140733779676800 140472217754536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9245] ppid=9237 vsize=9625040 CPUtime=2.28 cores=0,2,4,6
/proc/9240/task/9245/stat : 9245 (java) S 9237 9240 5873 0 -1 4202560 1267 0 0 0 210 18 0 0 20 0 19 0 105403273 9856040960 82439 33554432000 1073741824 1073778376 140733779676800 140472216701736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9240/tid=9246] ppid=9237 vsize=9625040 CPUtime=2.45 cores=0,2,4,6
/proc/9240/task/9246/stat : 9246 (java) S 9237 9240 5873 0 -1 4202560 1910 0 0 0 227 18 0 0 20 0 19 0 105403273 9856040960 82439 33554432000 1073741824 1073778376 140733779676800 140472215648936 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9247] ppid=9237 vsize=9625040 CPUtime=2.21 cores=0,2,4,6
/proc/9240/task/9247/stat : 9247 (java) S 9237 9240 5873 0 -1 4202560 1441 0 0 0 204 17 0 0 20 0 19 0 105403273 9856040960 82439 33554432000 1073741824 1073778376 140733779676800 140472214596136 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9240/tid=9248] ppid=9237 vsize=9625040 CPUtime=2.27 cores=0,2,4,6
/proc/9240/task/9248/stat : 9248 (java) S 9237 9240 5873 0 -1 4202560 2722 0 0 0 207 20 0 0 20 0 19 0 105403273 9856040960 82439 33554432000 1073741824 1073778376 140733779676800 140472213543336 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9249] ppid=9237 vsize=9625040 CPUtime=2.32 cores=0,2,4,6
/proc/9240/task/9249/stat : 9249 (java) S 9237 9240 5873 0 -1 4202560 1496 0 0 0 215 17 0 0 20 0 19 0 105403273 9856040960 82439 33554432000 1073741824 1073778376 140733779676800 140472212490536 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9250] ppid=9237 vsize=9625040 CPUtime=2.12 cores=0,2,4,6
/proc/9240/task/9250/stat : 9250 (java) S 9237 9240 5873 0 -1 4202560 1133 0 0 0 195 17 0 0 20 0 19 0 105403273 9856040960 82439 33554432000 1073741824 1073778376 140733779676800 140472211437736 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9240/tid=9251] ppid=9237 vsize=9625040 CPUtime=4.47 cores=0,2,4,6
/proc/9240/task/9251/stat : 9251 (java) S 9237 9240 5873 0 -1 4202560 1311 0 0 0 441 6 0 0 20 0 19 0 105403274 9856040960 82439 33554432000 1073741824 1073778376 140733779676800 140472081148904 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9240/tid=9252] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9252/stat : 9252 (java) S 9237 9240 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105403274 9856040960 82439 33554432000 1073741824 1073778376 140733779676800 140472080094968 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9253] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9253/stat : 9253 (java) S 9237 9240 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105403274 9856040960 82439 33554432000 1073741824 1073778376 140733779676800 140472079042056 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9254] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9254/stat : 9254 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403277 9856040960 82439 33554432000 1073741824 1073778376 140733779676800 140472077990544 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9240/tid=9255] ppid=9237 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/9240/task/9255/stat : 9255 (java) S 9237 9240 5873 0 -1 4202560 4970 0 0 0 62 0 0 0 20 0 19 0 105403277 9856040960 82439 33554432000 1073741824 1073778376 140733779676800 140472076937656 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9256] ppid=9237 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/9240/task/9256/stat : 9256 (java) S 9237 9240 5873 0 -1 4202560 5226 0 0 0 49 2 0 0 20 0 19 0 105403277 9856040960 82439 33554432000 1073741824 1073778376 140733779676800 140472075884856 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9240/tid=9257] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9257/stat : 9257 (java) S 9237 9240 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105403277 9856040960 82439 33554432000 1073741824 1073778376 140733779676800 140472074832248 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9258] ppid=9237 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/9240/task/9258/stat : 9258 (java) S 9237 9240 5873 0 -1 4202560 102 0 0 0 38 32 0 0 20 0 19 0 105403277 9856040960 82439 33554432000 1073741824 1073778376 140733779676800 140471066159560 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9240/tid=9259] ppid=9237 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9240/task/9259/stat : 9259 (java) S 9237 9240 5873 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105403317 9856040960 82439 33554432000 1073741824 1073778376 140733779676800 140471065106088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 9240 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1785.84
CPU time (s): 1800.81
CPU user time (s): 1798.47
CPU system time (s): 2.34164
CPU usage (%): 100.838
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.47
system time used= 2.34164
maximum resident set size= 837928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30788
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48098
involuntary context switches= 38760

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2154 second user time and 13.7509 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-06 19:38:27
IDJOB=4085317
IDBENCH=2238
IDSOLVER=2546
FILE ID=node127/4085317-1465234707
RUNJOBID= node127-1465216773-5889
PBS_JOBID= 19843202
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb30-15-opb/normalized-frb30-15-4.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085317-1465234707/watcher-4085317-1465234707 -o /tmp/evaluation-result-4085317-1465234707/solver-4085317-1465234707 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5889 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085317-1465234707.opb

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

MD5SUM BENCH= 7bb05c60facd55e51c4cfcaa0e217e6e
RANDOM SEED=1036995556

node127.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.227
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.45
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.227
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.227
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.227
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.227
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.227
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.54
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.227
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.54
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.227
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:        28535028 kB
Buffers:           23036 kB
Cached:            48508 kB
SwapCached:         1760 kB
Active:          2279908 kB
Inactive:          45888 kB
Active(anon):    2255740 kB
Inactive(anon):      900 kB
Active(file):      24168 kB
Inactive(file):    44988 kB
Unevictable:     1306504 kB
Mlocked:           16740 kB
SwapTotal:      67108856 kB
SwapFree:       67098476 kB
Dirty:              1180 kB
Writeback:             0 kB
AnonPages:       3560564 kB
Mapped:            15444 kB
Shmem:                 0 kB
Slab:             566480 kB
SReclaimable:      10392 kB
SUnreclaim:       556088 kB
KernelStack:        1632 kB
PageTables:        11344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3770088 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3508224 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= 71736 MiB
End job on node127 at 2016-06-06 20:08:13