Trace number 4118974

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)-50 1800.04 1795.25

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/
minlplib2-pb-0.1.0/opb/normalized-sporttournament18.lin.opb
MD5SUM6c2564616da7655062526ce9bd24dfce
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-80
Best CPU time to get the best result obtained on this benchmark90.7452
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables441
Total number of constraints576
Number of constraints which are clauses288
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints288
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 389
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 420
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 420
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.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-4118974-1467238588.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
0.09/0.20	c ... done. Wall clock time 0.082s.
0.09/0.20	c declared #vars     441
0.09/0.20	c #constraints  576
0.09/0.20	c constraints type 
0.25/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 288
0.25/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 288
0.25/0.20	c 576 constraints processed.
0.25/0.20	c objective function length is 389 literals
0.25/0.21	c SATISFIABLE
0.25/0.21	c OPTIMIZING...
0.25/0.21	c Got one! Elapsed wall clock time (in seconds):0.093
0.25/0.21	o -48
0.25/0.27	c Got one! Elapsed wall clock time (in seconds):0.153
0.25/0.27	o -49
0.49/0.35	c Got one! Elapsed wall clock time (in seconds):0.241
0.49/0.35	o -50
0.87/0.66	c cleaning 2996 clauses out of 6007 with flag 10156/6007
1.28/0.97	c cleaning 4499 clauses out of 9010 with flag 22158/12006
1.67/1.34	c cleaning 5752 clauses out of 11514 with flag 36175/19009
2.08/1.80	c cleaning 6876 clauses out of 13759 with flag 52182/27006
2.71/2.37	c cleaning 7935 clauses out of 15884 with flag 70187/36007
3.41/3.07	c cleaning 8966 clauses out of 17948 with flag 90867/46006
4.31/3.98	c cleaning 9983 clauses out of 19982 with flag 113322/57006
5.40/5.08	c cleaning 10991 clauses out of 21999 with flag 137333/69006
6.80/6.41	c cleaning 11997 clauses out of 24009 with flag 163335/82007
8.21/7.86	c cleaning 12999 clauses out of 26012 with flag 191352/96007
9.81/9.42	c cleaning 13999 clauses out of 28012 with flag 221418/111006
11.51/11.14	c cleaning 14998 clauses out of 30013 with flag 253445/127006
13.30/12.94	c cleaning 16000 clauses out of 32016 with flag 287501/144007
15.10/14.76	c cleaning 17000 clauses out of 34016 with flag 323552/162007
17.13/16.73	c cleaning 18002 clauses out of 36016 with flag 361649/181007
19.24/18.82	c cleaning 18998 clauses out of 38014 with flag 401836/201007
21.53/21.12	c cleaning 19998 clauses out of 40017 with flag 443951/222008
24.03/23.62	c cleaning 21000 clauses out of 42018 with flag 488087/244007
26.84/26.41	c cleaning 22001 clauses out of 44018 with flag 534210/267007
29.83/29.46	c cleaning 23001 clauses out of 46017 with flag 582444/291007
33.03/32.63	c cleaning 24000 clauses out of 48016 with flag 632864/316007
36.60/36.14	c cleaning 25000 clauses out of 50015 with flag 685332/342006
40.21/39.75	c cleaning 25998 clauses out of 52015 with flag 739739/369006
44.30/43.89	c cleaning 27001 clauses out of 54018 with flag 796239/397007
48.70/48.26	c cleaning 28003 clauses out of 56017 with flag 854630/426007
53.60/53.14	c cleaning 28999 clauses out of 58013 with flag 915029/456006
58.81/58.39	c cleaning 29994 clauses out of 60015 with flag 977450/487007
64.49/63.95	c cleaning 31000 clauses out of 62020 with flag 1041905/519006
70.49/69.95	c cleaning 32002 clauses out of 64020 with flag 1108375/552006
76.50/75.97	c cleaning 33000 clauses out of 66019 with flag 1176794/586007
82.69/82.14	c cleaning 33999 clauses out of 68019 with flag 1247158/621007
89.59/89.03	c cleaning 35002 clauses out of 70020 with flag 1319797/657007
96.18/95.56	c cleaning 35997 clauses out of 72017 with flag 1394279/694006
103.48/102.84	c cleaning 36999 clauses out of 74020 with flag 1470833/732006
111.08/110.47	c cleaning 38005 clauses out of 76023 with flag 1549321/771008
118.58/117.95	c cleaning 38999 clauses out of 78016 with flag 1630054/811006
126.19/125.59	c cleaning 39999 clauses out of 80017 with flag 1712749/852006
134.99/134.26	c cleaning 40998 clauses out of 82018 with flag 1797456/894006
144.28/143.55	c cleaning 42002 clauses out of 84021 with flag 1884185/937007
154.17/153.42	c cleaning 42999 clauses out of 86019 with flag 1973060/981007
164.17/163.45	c cleaning 44000 clauses out of 88019 with flag 2063987/1026006
177.92/177.02	c cleaning 44999 clauses out of 90020 with flag 2156922/1072007
190.42/189.51	c cleaning 46000 clauses out of 92020 with flag 2251933/1119006
203.62/202.72	c cleaning 46997 clauses out of 94020 with flag 2348933/1167006
216.06/215.05	c cleaning 48004 clauses out of 96023 with flag 2447745/1216006
231.46/230.46	c cleaning 49002 clauses out of 98020 with flag 2548808/1266007
242.55/241.57	c cleaning 49998 clauses out of 100017 with flag 2651243/1317006
255.37/254.15	c cleaning 51001 clauses out of 102019 with flag 2755672/1369006
275.45/274.29	c cleaning 51997 clauses out of 104018 with flag 2863031/1422006
297.33/295.96	c cleaning 53001 clauses out of 106021 with flag 2972366/1476006
314.42/313.05	c cleaning 54003 clauses out of 108022 with flag 3083371/1531008
329.16/327.60	c cleaning 54997 clauses out of 110017 with flag 3196019/1587006
348.75/347.27	c cleaning 56001 clauses out of 112022 with flag 3311194/1644008
375.83/374.25	c cleaning 56996 clauses out of 114019 with flag 3428638/1702006
400.24/398.65	c cleaning 57999 clauses out of 116023 with flag 3547976/1761006
423.33/421.65	c cleaning 59001 clauses out of 118025 with flag 3669190/1821007
447.53/445.88	c cleaning 59997 clauses out of 120023 with flag 3792456/1882006
468.17/466.46	c cleaning 61004 clauses out of 122026 with flag 3917708/1944006
485.78/484.10	c cleaning 62000 clauses out of 124023 with flag 4044722/2007007
503.89/502.19	c cleaning 63001 clauses out of 126022 with flag 4173597/2071006
525.80/523.90	c cleaning 64004 clauses out of 128021 with flag 4304482/2136006
546.19/544.37	c cleaning 65002 clauses out of 130018 with flag 4437639/2202007
564.14/562.30	c cleaning 65999 clauses out of 132016 with flag 4572515/2269007
588.31/586.32	c cleaning 66999 clauses out of 134017 with flag 4709674/2337007
610.51/608.57	c cleaning 67997 clauses out of 136018 with flag 4848673/2406007
633.36/631.37	c cleaning 69000 clauses out of 138020 with flag 4989084/2476006
659.02/656.94	c cleaning 70000 clauses out of 140020 with flag 5131478/2547006
686.26/684.18	c cleaning 70999 clauses out of 142021 with flag 5275848/2619007
714.06/711.96	c cleaning 71999 clauses out of 144021 with flag 5422824/2692006
741.38/739.23	c cleaning 73002 clauses out of 146023 with flag 5571622/2766007
771.38/769.26	c cleaning 74001 clauses out of 148020 with flag 5722483/2841006
801.84/799.69	c cleaning 75001 clauses out of 150020 with flag 5874979/2917007
832.47/830.22	c cleaning 75999 clauses out of 152018 with flag 6029395/2994006
866.23/863.92	c cleaning 76998 clauses out of 154019 with flag 6185749/3072006
896.08/893.79	c cleaning 77999 clauses out of 156021 with flag 6344053/3151006
928.58/926.18	c cleaning 78997 clauses out of 158022 with flag 6504271/3231006
955.58/953.04	c cleaning 80003 clauses out of 160025 with flag 6666655/3312006
985.36/982.71	c cleaning 81001 clauses out of 162023 with flag 6831022/3394007
1010.33/1007.70	c cleaning 81999 clauses out of 164022 with flag 6997448/3477007
1038.00/1035.23	c cleaning 83002 clauses out of 166022 with flag 7165773/3561006
1061.18/1058.39	c cleaning 83997 clauses out of 168020 with flag 7335920/3646006
1088.76/1085.89	c cleaning 85004 clauses out of 170023 with flag 7508111/3732006
1113.39/1110.43	c cleaning 86001 clauses out of 172020 with flag 7682374/3819007
1139.96/1136.93	c cleaning 87001 clauses out of 174019 with flag 7858704/3907007
1164.02/1160.98	c cleaning 87998 clauses out of 176017 with flag 8036888/3996006
1189.32/1186.11	c cleaning 89000 clauses out of 178020 with flag 8217041/4086007
1215.50/1212.25	c cleaning 89999 clauses out of 180020 with flag 8399194/4177007
1242.72/1239.40	c cleaning 90997 clauses out of 182021 with flag 8583368/4269007
1277.67/1274.22	c cleaning 91999 clauses out of 184024 with flag 8769924/4362007
1314.71/1311.30	c cleaning 92998 clauses out of 186024 with flag 8958382/4456006
1351.50/1347.90	c cleaning 94001 clauses out of 188027 with flag 9148703/4551007
1385.98/1382.34	c cleaning 95008 clauses out of 190025 with flag 9341028/4647006
1423.38/1419.65	c cleaning 95997 clauses out of 192017 with flag 9535365/4744006
1464.03/1460.28	c cleaning 97001 clauses out of 194020 with flag 9731705/4842006
1506.52/1502.69	c cleaning 97996 clauses out of 196019 with flag 9930008/4941006
1544.93/1540.94	c cleaning 98999 clauses out of 198023 with flag 10130286/5041006
1586.40/1582.29	c cleaning 99999 clauses out of 200025 with flag 10332918/5142007
1630.43/1626.11	c cleaning 101003 clauses out of 202026 with flag 10537244/5244007
1667.04/1662.70	c cleaning 102006 clauses out of 204023 with flag 10743664/5347007
1711.97/1707.47	c cleaning 102995 clauses out of 206016 with flag 10951887/5451006
1757.00/1752.31	c cleaning 104001 clauses out of 208022 with flag 11162219/5556007
1800.04/1795.21	c starts		: 4
1800.04/1795.21	c conflicts		: 5661763
1800.04/1795.21	c decisions		: 6094928
1800.04/1795.21	c propagations		: 68392071
1800.04/1795.21	c inspects		: 34666625865
1800.04/1795.21	c shortcuts		: 0
1800.04/1795.21	c learnt literals	: 0
1800.04/1795.21	c learnt binary clauses	: 0
1800.04/1795.21	c learnt ternary clauses	: 0
1800.04/1795.21	c learnt constraints	: 5661763
1800.04/1795.21	c ignored constraints	: 0
1800.04/1795.21	c root simplifications	: 0
1800.04/1795.21	c removed literals (reason simplification)	: 0
1800.04/1795.21	c reason swapping (by a shorter reason)	: 0
1800.04/1795.21	c Calls to reduceDB	: 101
1800.04/1795.21	c Number of update (reduction) of LBD	: 31069
1800.04/1795.21	c Imported unit clauses	: 0
1800.04/1795.21	c number of reductions to clauses (during analyze)	: 0
1800.04/1795.21	c number of learned constraints concerned by reduction	: 0
1800.04/1795.21	c number of learning phase by resolution	: 0
1800.04/1795.21	c number of learning phase by cutting planes	: 0
1800.04/1795.21	c speed (assignments/second)	: 38101.220048913376
1800.04/1795.21	c non guided choices	3
1800.04/1795.24	c learnt constraints type 
1800.04/1795.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 209777
1800.04/1795.24	s SATISFIABLE
1800.04/1795.24	c Found 3 solution(s)
1800.04/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 
1800.04/1795.24	c objective function=-50
1800.04/1795.24	c Total wall clock time (in seconds): 1795.129

Verifier Data

OK	-50

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-4118974-1467238588/watcher-4118974-1467238588 -o /tmp/evaluation-result-4118974-1467238588/solver-4118974-1467238588 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467208989-4835 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4118974-1467238588.opb 

pid=8944
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.19 2.23 2.20 3/196 8947
/proc/meminfo: memFree=26849640/32872528 swapFree=1483896/1661724
[pid=8947] ppid=8944 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/8947/stat : 8947 (java) D 8944 8947 4818 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 4811329 9515008 186 33554432000 1073741824 1073778376 140734823198832 140734823187896 273896533287 0 0 4096 0 18446744072100756772 0 0 17 5 0 0 0 0 0
/proc/8947/statm: 2323 186 143 9 0 71 0

[startup+0.100059 s]
/proc/loadavg: 2.19 2.23 2.20 3/196 8947
/proc/meminfo: memFree=26849640/32872528 swapFree=1483896/1661724
[pid=8947] ppid=8944 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/8947/stat : 8947 (java) S 8944 8947 4818 0 -1 4202496 4389 0 1 0 8 1 0 0 20 0 18 0 4811329 9787879424 6023 33554432000 1073741824 1073778376 140734823198832 140734823189968 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8947/statm: 2389619 6023 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200237 s]
/proc/loadavg: 2.19 2.23 2.20 3/196 8947
/proc/meminfo: memFree=26849640/32872528 swapFree=1483896/1661724
[pid=8947] ppid=8944 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/8947/stat : 8947 (java) S 8944 8947 4818 0 -1 4202496 4701 0 1 0 24 1 0 0 20 0 18 0 4811329 9787879424 6780 33554432000 1073741824 1073778376 140734823198832 140734823189968 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8947/statm: 2389619 6780 2208 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300316 s]
/proc/loadavg: 2.19 2.23 2.20 3/196 8947
/proc/meminfo: memFree=26849640/32872528 swapFree=1483896/1661724
[pid=8947] ppid=8944 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/8947/stat : 8947 (java) S 8944 8947 4818 0 -1 4202496 6406 0 1 0 48 1 0 0 20 0 19 0 4811329 9856040960 8186 33554432000 1073741824 1073778376 140734823198832 140734823189968 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8947/statm: 2406260 8186 2245 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700209 s]
/proc/loadavg: 2.19 2.23 2.20 3/196 8947
/proc/meminfo: memFree=26849640/32872528 swapFree=1483896/1661724
[pid=8947] ppid=8944 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/8947/stat : 8947 (java) S 8944 8947 4818 0 -1 4202496 6609 0 1 0 99 2 0 0 20 0 19 0 4811329 9856040960 9751 33554432000 1073741824 1073778376 140734823198832 140734823189968 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8947/statm: 2406260 9751 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9625040

[startup+1.50084 s]
/proc/loadavg: 2.19 2.23 2.20 3/215 8966
/proc/meminfo: memFree=26810440/32872528 swapFree=1483896/1661724
[pid=8947] ppid=8944 vsize=9625040 CPUtime=1.88 cores=1,3,5,7
/proc/8947/stat : 8947 (java) S 8944 8947 4818 0 -1 4202496 7974 0 1 0 186 2 0 0 20 0 19 0 4811329 9856040960 12826 33554432000 1073741824 1073778376 140734823198832 140734823189968 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8947/statm: 2406260 12826 2259 9 0 2396937 0
[pid=8947/tid=8949] ppid=8944 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/8947/task/8949/stat : 8949 (java) R 8944 8947 4818 0 -1 4202560 2418 0 1 0 144 2 0 0 20 0 19 0 4811330 9856040960 12826 33554432000 1073741824 1073778376 140734823198832 139815853928144 139815698245333 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8947/tid=8950] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8950/stat : 8950 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811331 9856040960 12826 33554432000 1073741824 1073778376 140734823198832 139815697771176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8951] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8951/stat : 8951 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811331 9856040960 12826 33554432000 1073741824 1073778376 140734823198832 139815696718632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8947/tid=8952] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8952/stat : 8952 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811331 9856040960 12826 33554432000 1073741824 1073778376 140734823198832 139815695666088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8947/tid=8953] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8953/stat : 8953 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811331 9856040960 12826 33554432000 1073741824 1073778376 140734823198832 139815694613544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8947/tid=8954] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8954/stat : 8954 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811331 9856040960 12826 33554432000 1073741824 1073778376 140734823198832 139815693559976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8955] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8955/stat : 8955 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811331 9856040960 12826 33554432000 1073741824 1073778376 140734823198832 139815692507432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8947/tid=8956] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8956/stat : 8956 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811331 9856040960 12826 33554432000 1073741824 1073778376 140734823198832 139815691454888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8947/tid=8957] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8957/stat : 8957 (java) S 8944 8947 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4811331 9856040960 12826 33554432000 1073741824 1073778376 140734823198832 139815690402344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8958] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8958/stat : 8958 (java) S 8944 8947 4818 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4811332 9856040960 12826 33554432000 1073741824 1073778376 140734823198832 139815208073832 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8947/tid=8959] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8959/stat : 8959 (java) S 8944 8947 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4811332 9856040960 12826 33554432000 1073741824 1073778376 140734823198832 139815207020152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8960] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8960/stat : 8960 (java) S 8944 8947 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4811332 9856040960 12826 33554432000 1073741824 1073778376 140734823198832 139815205967496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8961] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8961/stat : 8961 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811335 9856040960 12826 33554432000 1073741824 1073778376 140734823198832 139815204916240 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8962] ppid=8944 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/8947/task/8962/stat : 8962 (java) S 8944 8947 4818 0 -1 4202560 2726 0 0 0 22 0 0 0 20 0 19 0 4811335 9856040960 12826 33554432000 1073741824 1073778376 140734823198832 139815203862584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8963] ppid=8944 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/8947/task/8963/stat : 8963 (java) S 8944 8947 4818 0 -1 4202560 1557 0 0 0 16 0 0 0 20 0 19 0 4811335 9856040960 12826 33554432000 1073741824 1073778376 140734823198832 139815202810040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8947/tid=8964] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8964/stat : 8964 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811335 9856040960 12826 33554432000 1073741824 1073778376 140734823198832 139815201757688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8947/tid=8965] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8965/stat : 8965 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811335 9856040960 12826 33554432000 1073741824 1073778376 140734823198832 139815200705352 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8947/tid=8966] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8966/stat : 8966 (java) S 8944 8947 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4811349 9856040960 12826 33554432000 1073741824 1073778376 140734823198832 139815199651112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.88
Current children cumulated vsize (KiB) 9625040

[startup+3.10087 s]
/proc/loadavg: 2.18 2.23 2.20 3/215 8966
/proc/meminfo: memFree=26795360/32872528 swapFree=1483896/1661724
[pid=8947] ppid=8944 vsize=9625040 CPUtime=3.51 cores=1,3,5,7
/proc/8947/stat : 8947 (java) S 8944 8947 4818 0 -1 4202496 8114 0 1 0 348 3 0 0 20 0 19 0 4811329 9856040960 17459 33554432000 1073741824 1073778376 140734823198832 140734823189968 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8947/statm: 2406260 17459 2259 9 0 2396937 0
[pid=8947/tid=8949] ppid=8944 vsize=9625040 CPUtime=3.05 cores=1,3,5,7
/proc/8947/task/8949/stat : 8949 (java) R 8944 8947 4818 0 -1 4202560 2427 0 1 0 303 2 0 0 20 0 19 0 4811330 9856040960 17459 33554432000 1073741824 1073778376 140734823198832 139815853928128 139815698239370 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8950] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8950/stat : 8950 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811331 9856040960 17459 33554432000 1073741824 1073778376 140734823198832 139815697771176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8951] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8951/stat : 8951 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811331 9856040960 17459 33554432000 1073741824 1073778376 140734823198832 139815696718632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8947/tid=8952] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8952/stat : 8952 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811331 9856040960 17459 33554432000 1073741824 1073778376 140734823198832 139815695666088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8947/tid=8953] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8953/stat : 8953 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811331 9856040960 17459 33554432000 1073741824 1073778376 140734823198832 139815694613544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8947/tid=8954] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8954/stat : 8954 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811331 9856040960 17459 33554432000 1073741824 1073778376 140734823198832 139815693559976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8955] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8955/stat : 8955 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811331 9856040960 17459 33554432000 1073741824 1073778376 140734823198832 139815692507432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8947/tid=8956] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8956/stat : 8956 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811331 9856040960 17459 33554432000 1073741824 1073778376 140734823198832 139815691454888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8947/tid=8957] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8957/stat : 8957 (java) S 8944 8947 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4811331 9856040960 17459 33554432000 1073741824 1073778376 140734823198832 139815690402344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8958] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8958/stat : 8958 (java) S 8944 8947 4818 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4811332 9856040960 17459 33554432000 1073741824 1073778376 140734823198832 139815208073832 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8947/tid=8959] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8959/stat : 8959 (java) S 8944 8947 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4811332 9856040960 17459 33554432000 1073741824 1073778376 140734823198832 139815207020152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8960] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8960/stat : 8960 (java) S 8944 8947 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4811332 9856040960 17459 33554432000 1073741824 1073778376 140734823198832 139815205967496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8961] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8961/stat : 8961 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811335 9856040960 17459 33554432000 1073741824 1073778376 140734823198832 139815204916240 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8962] ppid=8944 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/8947/task/8962/stat : 8962 (java) S 8944 8947 4818 0 -1 4202560 2744 0 0 0 23 0 0 0 20 0 19 0 4811335 9856040960 17459 33554432000 1073741824 1073778376 140734823198832 139815203862584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8963] ppid=8944 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/8947/task/8963/stat : 8963 (java) S 8944 8947 4818 0 -1 4202560 1670 0 0 0 19 0 0 0 20 0 19 0 4811335 9856040960 17459 33554432000 1073741824 1073778376 140734823198832 139815202810040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8947/tid=8964] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8964/stat : 8964 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811335 9856040960 17459 33554432000 1073741824 1073778376 140734823198832 139815201757688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8947/tid=8965] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8965/stat : 8965 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811335 9856040960 17459 33554432000 1073741824 1073778376 140734823198832 139815200705352 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8947/tid=8966] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8966/stat : 8966 (java) S 8944 8947 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4811349 9856040960 17459 33554432000 1073741824 1073778376 140734823198832 139815199651112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.18 2.23 2.20 3/215 8966
/proc/meminfo: memFree=26768176/32872528 swapFree=1483896/1661724
[pid=8947] ppid=8944 vsize=9625040 CPUtime=6.7 cores=1,3,5,7
/proc/8947/stat : 8947 (java) S 8944 8947 4818 0 -1 4202496 8129 0 1 0 667 3 0 0 20 0 19 0 4811329 9856040960 23540 33554432000 1073741824 1073778376 140734823198832 140734823189968 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8947/statm: 2406260 23540 2260 9 0 2396937 0
[pid=8947/tid=8949] ppid=8944 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/8947/task/8949/stat : 8949 (java) R 8944 8947 4818 0 -1 4202560 2441 0 1 0 621 2 0 0 20 0 19 0 4811330 9856040960 23540 33554432000 1073741824 1073778376 140734823198832 139815853928128 139815698299379 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8950] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8950/stat : 8950 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811331 9856040960 23540 33554432000 1073741824 1073778376 140734823198832 139815697771176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8951] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8951/stat : 8951 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811331 9856040960 23540 33554432000 1073741824 1073778376 140734823198832 139815696718632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8947/tid=8952] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8952/stat : 8952 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811331 9856040960 23540 33554432000 1073741824 1073778376 140734823198832 139815695666088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8947/tid=8953] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8953/stat : 8953 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811331 9856040960 23540 33554432000 1073741824 1073778376 140734823198832 139815694613544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8947/tid=8954] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8954/stat : 8954 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811331 9856040960 23540 33554432000 1073741824 1073778376 140734823198832 139815693559976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8955] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8955/stat : 8955 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811331 9856040960 23540 33554432000 1073741824 1073778376 140734823198832 139815692507432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8947/tid=8956] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8956/stat : 8956 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811331 9856040960 23540 33554432000 1073741824 1073778376 140734823198832 139815691454888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8947/tid=8957] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8957/stat : 8957 (java) S 8944 8947 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4811331 9856040960 23540 33554432000 1073741824 1073778376 140734823198832 139815690402344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8958] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8958/stat : 8958 (java) S 8944 8947 4818 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4811332 9856040960 23540 33554432000 1073741824 1073778376 140734823198832 139815208073832 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8947/tid=8959] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8959/stat : 8959 (java) S 8944 8947 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4811332 9856040960 23540 33554432000 1073741824 1073778376 140734823198832 139815207020152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8960] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8960/stat : 8960 (java) S 8944 8947 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4811332 9856040960 23540 33554432000 1073741824 1073778376 140734823198832 139815205967496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8961] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8961/stat : 8961 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811335 9856040960 23540 33554432000 1073741824 1073778376 140734823198832 139815204916240 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8962] ppid=8944 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/8947/task/8962/stat : 8962 (java) S 8944 8947 4818 0 -1 4202560 2744 0 0 0 23 0 0 0 20 0 19 0 4811335 9856040960 23540 33554432000 1073741824 1073778376 140734823198832 139815203862584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8963] ppid=8944 vsize=9625040 CPUtime=0.19 cores=1,3,5,7
/proc/8947/task/8963/stat : 8963 (java) S 8944 8947 4818 0 -1 4202560 1670 0 0 0 19 0 0 0 20 0 19 0 4811335 9856040960 23540 33554432000 1073741824 1073778376 140734823198832 139815202810040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8947/tid=8964] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8964/stat : 8964 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811335 9856040960 23540 33554432000 1073741824 1073778376 140734823198832 139815201757688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8947/tid=8965] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8965/stat : 8965 (java) S 8944 8947 4818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4811335 9856040960 23540 33554432000 1073741824 1073778376 140734823198832 139815200705352 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8947/tid=8966] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8966/stat : 8966 (java) S 8944 8947 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4811349 9856040960 23540 33554432000 1073741824 1073778376 140734823198832 139815199651112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 6.7
Current children cumulated vsize (KiB) 9625040


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

/proc/8947/task/8966/stat : 8966 (java) S 8944 8947 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4811349 9856040960 103619 33554432000 1073741824 1073778376 140734823198832 139815199651112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1666.74
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.25 2.25 2.25 3/215 9074
/proc/meminfo: memFree=26469324/32872528 swapFree=1483896/1661724
[pid=8947] ppid=8944 vsize=9625040 CPUtime=1726.9 cores=1,3,5,7
/proc/8947/stat : 8947 (java) S 8944 8947 4818 0 -1 4202496 11976 0 1 0 172597 93 0 0 20 0 19 0 4811329 9856040960 108168 33554432000 1073741824 1073778376 140734823198832 140734823189968 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8947/statm: 2406260 108168 2282 9 0 2396937 0
[pid=8947/tid=8949] ppid=8944 vsize=9625040 CPUtime=1715.4 cores=1,3,5,7
/proc/8947/task/8949/stat : 8949 (java) R 8944 8947 4818 0 -1 4202560 2537 0 1 0 171509 31 0 0 20 0 19 0 4811330 9856040960 108168 33554432000 1073741824 1073778376 140734823198832 139815853935840 139815698332076 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8947/tid=8950] ppid=8944 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/8947/task/8950/stat : 8950 (java) S 8944 8947 4818 0 -1 4202560 441 0 0 0 72 7 0 0 20 0 19 0 4811331 9856040960 108168 33554432000 1073741824 1073778376 140734823198832 139815697771176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8947/tid=8951] ppid=8944 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/8947/task/8951/stat : 8951 (java) S 8944 8947 4818 0 -1 4202560 446 0 0 0 63 9 0 0 20 0 19 0 4811331 9856040960 108168 33554432000 1073741824 1073778376 140734823198832 139815696718632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8952] ppid=8944 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/8947/task/8952/stat : 8952 (java) S 8944 8947 4818 0 -1 4202560 233 0 0 0 66 7 0 0 20 0 19 0 4811331 9856040960 108168 33554432000 1073741824 1073778376 140734823198832 139815695666088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8947/tid=8953] ppid=8944 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/8947/task/8953/stat : 8953 (java) S 8944 8947 4818 0 -1 4202560 270 0 0 0 63 6 0 0 20 0 19 0 4811331 9856040960 108168 33554432000 1073741824 1073778376 140734823198832 139815694613544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8947/tid=8954] ppid=8944 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/8947/task/8954/stat : 8954 (java) S 8944 8947 4818 0 -1 4202560 549 0 0 0 62 8 0 0 20 0 19 0 4811331 9856040960 108168 33554432000 1073741824 1073778376 140734823198832 139815693559976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8955] ppid=8944 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/8947/task/8955/stat : 8955 (java) S 8944 8947 4818 0 -1 4202560 239 0 0 0 61 7 0 0 20 0 19 0 4811331 9856040960 108168 33554432000 1073741824 1073778376 140734823198832 139815692507432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8947/tid=8956] ppid=8944 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/8947/task/8956/stat : 8956 (java) S 8944 8947 4818 0 -1 4202560 303 0 0 0 54 6 0 0 20 0 19 0 4811331 9856040960 108168 33554432000 1073741824 1073778376 140734823198832 139815691454888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8947/tid=8957] ppid=8944 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/8947/task/8957/stat : 8957 (java) S 8944 8947 4818 0 -1 4202560 406 0 0 0 63 6 0 0 20 0 19 0 4811331 9856040960 108168 33554432000 1073741824 1073778376 140734823198832 139815690402344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8958] ppid=8944 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/8947/task/8958/stat : 8958 (java) S 8944 8947 4818 0 -1 4202560 309 0 0 0 57 3 0 0 20 0 19 0 4811332 9856040960 108168 33554432000 1073741824 1073778376 140734823198832 139815208073832 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8947/tid=8959] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8959/stat : 8959 (java) S 8944 8947 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4811332 9856040960 108168 33554432000 1073741824 1073778376 140734823198832 139815207020152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8960] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8960/stat : 8960 (java) S 8944 8947 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4811332 9856040960 108168 33554432000 1073741824 1073778376 140734823198832 139815205967496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8961] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8961/stat : 8961 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811335 9856040960 108168 33554432000 1073741824 1073778376 140734823198832 139815204916240 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8962] ppid=8944 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/8947/task/8962/stat : 8962 (java) S 8944 8947 4818 0 -1 4202560 2744 0 0 0 23 0 0 0 20 0 19 0 4811335 9856040960 108168 33554432000 1073741824 1073778376 140734823198832 139815203862584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8963] ppid=8944 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/8947/task/8963/stat : 8963 (java) S 8944 8947 4818 0 -1 4202560 2140 0 0 0 22 0 0 0 20 0 19 0 4811335 9856040960 108168 33554432000 1073741824 1073778376 140734823198832 139815202810040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8947/tid=8964] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8964/stat : 8964 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811335 9856040960 108168 33554432000 1073741824 1073778376 140734823198832 139815201757688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8947/tid=8965] ppid=8944 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/8947/task/8965/stat : 8965 (java) S 8944 8947 4818 0 -1 4202560 100 0 0 0 25 35 0 0 20 0 19 0 4811335 9856040960 108168 33554432000 1073741824 1073778376 140734823198832 139815200705352 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8947/tid=8966] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8966/stat : 8966 (java) S 8944 8947 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4811349 9856040960 108168 33554432000 1073741824 1073778376 140734823198832 139815199651112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.9
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.24 2.25 2.25 3/214 9075
/proc/meminfo: memFree=26489612/32872528 swapFree=1483896/1661724
[pid=8947] ppid=8944 vsize=9625040 CPUtime=1787.05 cores=1,3,5,7
/proc/8947/stat : 8947 (java) S 8944 8947 4818 0 -1 4202496 12043 0 1 0 178610 95 0 0 20 0 19 0 4811329 9856040960 107104 33554432000 1073741824 1073778376 140734823198832 140734823189968 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8947/statm: 2406260 107104 2282 9 0 2396937 0
[pid=8947/tid=8949] ppid=8944 vsize=9625040 CPUtime=1775.19 cores=1,3,5,7
/proc/8947/task/8949/stat : 8949 (java) R 8944 8947 4818 0 -1 4202560 2539 0 1 0 177488 31 0 0 20 0 19 0 4811330 9856040960 107104 33554432000 1073741824 1073778376 140734823198832 139815853935840 139815698298112 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8950] ppid=8944 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/8947/task/8950/stat : 8950 (java) S 8944 8947 4818 0 -1 4202560 441 0 0 0 75 7 0 0 20 0 19 0 4811331 9856040960 107104 33554432000 1073741824 1073778376 140734823198832 139815697771176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8947/tid=8951] ppid=8944 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/8947/task/8951/stat : 8951 (java) S 8944 8947 4818 0 -1 4202560 446 0 0 0 64 9 0 0 20 0 19 0 4811331 9856040960 107104 33554432000 1073741824 1073778376 140734823198832 139815696718632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8947/tid=8952] ppid=8944 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/8947/task/8952/stat : 8952 (java) S 8944 8947 4818 0 -1 4202560 233 0 0 0 67 7 0 0 20 0 19 0 4811331 9856040960 107104 33554432000 1073741824 1073778376 140734823198832 139815695666088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8953] ppid=8944 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/8947/task/8953/stat : 8953 (java) S 8944 8947 4818 0 -1 4202560 270 0 0 0 65 6 0 0 20 0 19 0 4811331 9856040960 107104 33554432000 1073741824 1073778376 140734823198832 139815694613544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8947/tid=8954] ppid=8944 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/8947/task/8954/stat : 8954 (java) S 8944 8947 4818 0 -1 4202560 549 0 0 0 64 8 0 0 20 0 19 0 4811331 9856040960 107104 33554432000 1073741824 1073778376 140734823198832 139815693559976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8955] ppid=8944 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/8947/task/8955/stat : 8955 (java) S 8944 8947 4818 0 -1 4202560 298 0 0 0 64 7 0 0 20 0 19 0 4811331 9856040960 107104 33554432000 1073741824 1073778376 140734823198832 139815692507432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8947/tid=8956] ppid=8944 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/8947/task/8956/stat : 8956 (java) S 8944 8947 4818 0 -1 4202560 303 0 0 0 56 6 0 0 20 0 19 0 4811331 9856040960 107104 33554432000 1073741824 1073778376 140734823198832 139815691454888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8947/tid=8957] ppid=8944 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/8947/task/8957/stat : 8957 (java) S 8944 8947 4818 0 -1 4202560 406 0 0 0 66 6 0 0 20 0 19 0 4811331 9856040960 107104 33554432000 1073741824 1073778376 140734823198832 139815690402344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8947/tid=8958] ppid=8944 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/8947/task/8958/stat : 8958 (java) S 8944 8947 4818 0 -1 4202560 311 0 0 0 57 3 0 0 20 0 19 0 4811332 9856040960 107104 33554432000 1073741824 1073778376 140734823198832 139815208073832 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8947/tid=8959] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8959/stat : 8959 (java) S 8944 8947 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4811332 9856040960 107104 33554432000 1073741824 1073778376 140734823198832 139815207020152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8960] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8960/stat : 8960 (java) S 8944 8947 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4811332 9856040960 107104 33554432000 1073741824 1073778376 140734823198832 139815205967496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8961] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8961/stat : 8961 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811335 9856040960 107104 33554432000 1073741824 1073778376 140734823198832 139815204916240 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8962] ppid=8944 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/8947/task/8962/stat : 8962 (java) S 8944 8947 4818 0 -1 4202560 2744 0 0 0 23 0 0 0 20 0 19 0 4811335 9856040960 107104 33554432000 1073741824 1073778376 140734823198832 139815203862584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8963] ppid=8944 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/8947/task/8963/stat : 8963 (java) S 8944 8947 4818 0 -1 4202560 2140 0 0 0 22 0 0 0 20 0 19 0 4811335 9856040960 107104 33554432000 1073741824 1073778376 140734823198832 139815202810040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8947/tid=8964] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8964/stat : 8964 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811335 9856040960 107104 33554432000 1073741824 1073778376 140734823198832 139815201757688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8947/tid=8965] ppid=8944 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/8947/task/8965/stat : 8965 (java) S 8944 8947 4818 0 -1 4202560 104 0 0 0 27 36 0 0 20 0 19 0 4811335 9856040960 107104 33554432000 1073741824 1073778376 140734823198832 139815200705352 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8947/tid=8966] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8966/stat : 8966 (java) S 8944 8947 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4811349 9856040960 107104 33554432000 1073741824 1073778376 140734823198832 139815199651112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1787.05
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.2 s]
/proc/loadavg: 2.20 2.24 2.25 4/215 9076
/proc/meminfo: memFree=26492460/32872528 swapFree=1483896/1661724
[pid=8947] ppid=8944 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/8947/stat : 8947 (java) S 8944 8947 4818 0 -1 4202496 12046 0 1 0 179909 95 0 0 20 0 19 0 4811329 9856040960 106415 33554432000 1073741824 1073778376 140734823198832 140734823189968 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/8947/statm: 2406260 106415 2282 9 0 2396937 0
[pid=8947/tid=8949] ppid=8944 vsize=9625040 CPUtime=1788.03 cores=1,3,5,7
/proc/8947/task/8949/stat : 8949 (java) R 8944 8947 4818 0 -1 4202560 2540 0 1 0 178771 32 0 0 20 0 19 0 4811330 9856040960 106415 33554432000 1073741824 1073778376 140734823198832 139815853935840 139815698332076 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8947/tid=8950] ppid=8944 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/8947/task/8950/stat : 8950 (java) S 8944 8947 4818 0 -1 4202560 441 0 0 0 76 7 0 0 20 0 19 0 4811331 9856040960 106415 33554432000 1073741824 1073778376 140734823198832 139815697771176 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8947/tid=8951] ppid=8944 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/8947/task/8951/stat : 8951 (java) S 8944 8947 4818 0 -1 4202560 446 0 0 0 65 9 0 0 20 0 19 0 4811331 9856040960 106415 33554432000 1073741824 1073778376 140734823198832 139815696718632 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8947/tid=8952] ppid=8944 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/8947/task/8952/stat : 8952 (java) S 8944 8947 4818 0 -1 4202560 233 0 0 0 69 7 0 0 20 0 19 0 4811331 9856040960 106415 33554432000 1073741824 1073778376 140734823198832 139815695666088 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8953] ppid=8944 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/8947/task/8953/stat : 8953 (java) S 8944 8947 4818 0 -1 4202560 270 0 0 0 67 6 0 0 20 0 19 0 4811331 9856040960 106415 33554432000 1073741824 1073778376 140734823198832 139815694613544 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8947/tid=8954] ppid=8944 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/8947/task/8954/stat : 8954 (java) S 8944 8947 4818 0 -1 4202560 549 0 0 0 66 8 0 0 20 0 19 0 4811331 9856040960 106415 33554432000 1073741824 1073778376 140734823198832 139815693559976 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8955] ppid=8944 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/8947/task/8955/stat : 8955 (java) S 8944 8947 4818 0 -1 4202560 298 0 0 0 65 7 0 0 20 0 19 0 4811331 9856040960 106415 33554432000 1073741824 1073778376 140734823198832 139815692507432 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8947/tid=8956] ppid=8944 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/8947/task/8956/stat : 8956 (java) S 8944 8947 4818 0 -1 4202560 303 0 0 0 57 6 0 0 20 0 19 0 4811331 9856040960 106415 33554432000 1073741824 1073778376 140734823198832 139815691454888 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8947/tid=8957] ppid=8944 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/8947/task/8957/stat : 8957 (java) S 8944 8947 4818 0 -1 4202560 406 0 0 0 68 6 0 0 20 0 19 0 4811331 9856040960 106415 33554432000 1073741824 1073778376 140734823198832 139815690402344 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8958] ppid=8944 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/8947/task/8958/stat : 8958 (java) S 8944 8947 4818 0 -1 4202560 313 0 0 0 57 3 0 0 20 0 19 0 4811332 9856040960 106415 33554432000 1073741824 1073778376 140734823198832 139815208073832 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8947/tid=8959] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8959/stat : 8959 (java) S 8944 8947 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4811332 9856040960 106415 33554432000 1073741824 1073778376 140734823198832 139815207020152 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8960] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8960/stat : 8960 (java) S 8944 8947 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4811332 9856040960 106415 33554432000 1073741824 1073778376 140734823198832 139815205967496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8961] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8961/stat : 8961 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811335 9856040960 106415 33554432000 1073741824 1073778376 140734823198832 139815204916240 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8962] ppid=8944 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/8947/task/8962/stat : 8962 (java) S 8944 8947 4818 0 -1 4202560 2744 0 0 0 23 0 0 0 20 0 19 0 4811335 9856040960 106415 33554432000 1073741824 1073778376 140734823198832 139815203862584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8947/tid=8963] ppid=8944 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/8947/task/8963/stat : 8963 (java) S 8944 8947 4818 0 -1 4202560 2140 0 0 0 22 0 0 0 20 0 19 0 4811335 9856040960 106415 33554432000 1073741824 1073778376 140734823198832 139815202810040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8947/tid=8964] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8964/stat : 8964 (java) S 8944 8947 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4811335 9856040960 106415 33554432000 1073741824 1073778376 140734823198832 139815201757688 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8947/tid=8965] ppid=8944 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/8947/task/8965/stat : 8965 (java) S 8944 8947 4818 0 -1 4202560 104 0 0 0 27 36 0 0 20 0 19 0 4811335 9856040960 106415 33554432000 1073741824 1073778376 140734823198832 139815200705352 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8947/tid=8966] ppid=8944 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8947/task/8966/stat : 8966 (java) S 8944 8947 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4811349 9856040960 106415 33554432000 1073741824 1073778376 140734823198832 139815199651112 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 8947 sig 9
??? kill -8947 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8947 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=539188
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=411785
# CPU time returned by wait4() is 1795.95
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.25
CPU time (s): 1800.04
CPU user time (s): 1799.09
CPU system time (s): 0.95
CPU usage (%): 100.267
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.54
system time used= 1.41179
maximum resident set size= 643496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12091
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39812
involuntary context switches= 19765

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8244 second user time and 13.6309 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-30 00:16:28
IDJOB=4118974
IDBENCH=111553
IDSOLVER=2546
FILE ID=node134/4118974-1467238588
RUNJOBID= node134-1467208989-4835
PBS_JOBID= 19997576
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/opb/normalized-sporttournament18.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118974-1467238588/watcher-4118974-1467238588 -o /tmp/evaluation-result-4118974-1467238588/solver-4118974-1467238588 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467208989-4835 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4118974-1467238588.opb

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

MD5SUM BENCH= 6c2564616da7655062526ce9bd24dfce
RANDOM SEED=1372927980

node134.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.738
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.47
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.738
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	: 7358.89
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.738
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.55
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.738
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.738
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.54
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.738
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.55
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.738
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.55
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.738
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26850268 kB
Buffers:          147756 kB
Cached:          2996232 kB
SwapCached:            0 kB
Active:           604172 kB
Inactive:        3010812 kB
Active(anon):     473440 kB
Inactive(anon):        0 kB
Active(file):     130732 kB
Inactive(file):  3010812 kB
Unevictable:     1661724 kB
Mlocked:         1483896 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               848 kB
Writeback:             0 kB
AnonPages:       2132808 kB
Mapped:            21504 kB
Shmem:               216 kB
Slab:             612056 kB
SReclaimable:      56016 kB
SUnreclaim:       556040 kB
KernelStack:        1656 kB
PageTables:         8292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2275312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    622592 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= 71708 MiB
End job on node134 at 2016-06-30 00:46:23