Trace number 4085280

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)223 1800.09 1791.14

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_20.opb.PB06.opb
MD5SUM1e2b8f542cc5dec610d6e9b4663a878b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark211
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 183
Optimality of the best value was proved NO
Number of variables473
Total number of constraints472
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints472
Minimum length of a constraint3
Maximum length of a constraint17
Number of terms in the objective function 473
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 473
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 473
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4085280-1465225470.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.30/0.21	c ... done. Wall clock time 0.109s.
0.30/0.21	c declared #vars     473
0.30/0.21	c #constraints  472
0.30/0.21	c constraints type 
0.30/0.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 472
0.30/0.21	c 472 constraints processed.
0.30/0.21	c objective function length is 473 literals
0.30/0.22	c SATISFIABLE
0.30/0.22	c OPTIMIZING...
0.30/0.22	c Got one! Elapsed wall clock time (in seconds):0.121
0.30/0.22	o 226
0.56/0.34	c Got one! Elapsed wall clock time (in seconds):0.24
0.56/0.34	o 225
0.56/0.39	c Got one! Elapsed wall clock time (in seconds):0.285
0.56/0.39	o 224
0.84/0.46	c Got one! Elapsed wall clock time (in seconds):0.36
0.84/0.46	o 223
1.33/0.85	c cleaning 3268 clauses out of 6549 with flag 10478/6549
1.88/1.30	c cleaning 4633 clauses out of 9280 with flag 23129/12548
2.27/1.79	c cleaning 5818 clauses out of 11648 with flag 37921/19549
2.97/2.48	c cleaning 6908 clauses out of 13830 with flag 55006/27549
3.90/3.31	c cleaning 7952 clauses out of 15922 with flag 73985/36549
4.90/4.31	c cleaning 8978 clauses out of 17969 with flag 94845/46548
6.00/5.44	c cleaning 9988 clauses out of 19991 with flag 117698/57548
7.31/6.75	c cleaning 10992 clauses out of 22004 with flag 143252/69549
8.60/8.07	c cleaning 11995 clauses out of 24011 with flag 170780/82548
10.10/9.50	c cleaning 12997 clauses out of 26016 with flag 201406/96548
11.60/11.08	c cleaning 14004 clauses out of 28020 with flag 233173/111549
13.75/13.10	c cleaning 14997 clauses out of 30015 with flag 266635/127548
15.55/14.98	c cleaning 16001 clauses out of 32022 with flag 302572/144552
17.45/16.85	c cleaning 16999 clauses out of 34017 with flag 340515/162548
19.46/18.81	c cleaning 18001 clauses out of 36019 with flag 381006/181549
21.75/21.11	c cleaning 19001 clauses out of 38017 with flag 423699/201548
24.05/23.48	c cleaning 19998 clauses out of 40017 with flag 468598/222549
27.06/26.47	c cleaning 20999 clauses out of 42018 with flag 515551/244548
30.37/29.68	c cleaning 21999 clauses out of 44020 with flag 564107/267549
33.17/32.41	c cleaning 22997 clauses out of 46020 with flag 614359/291548
36.77/36.05	c cleaning 24000 clauses out of 48024 with flag 667374/316549
40.97/40.25	c cleaning 25005 clauses out of 50024 with flag 721755/342549
43.78/43.10	c cleaning 26002 clauses out of 52019 with flag 778815/369549
47.71/46.82	c cleaning 27001 clauses out of 54016 with flag 838469/397548
51.81/50.91	c cleaning 27997 clauses out of 56015 with flag 900267/426548
56.61/55.76	c cleaning 28995 clauses out of 58018 with flag 964216/456548
60.71/59.89	c cleaning 30002 clauses out of 60024 with flag 1029632/487549
65.22/64.39	c cleaning 31003 clauses out of 62021 with flag 1097144/519548
70.81/69.86	c cleaning 32001 clauses out of 64019 with flag 1167148/552549
76.71/75.70	c cleaning 33001 clauses out of 66017 with flag 1239343/586548
82.01/81.03	c cleaning 33999 clauses out of 68016 with flag 1312666/621548
86.71/85.75	c cleaning 35001 clauses out of 70017 with flag 1389207/657548
92.77/91.65	c cleaning 35999 clauses out of 72017 with flag 1467135/694549
99.36/98.21	c cleaning 36997 clauses out of 74017 with flag 1548084/732548
105.17/104.04	c cleaning 38001 clauses out of 76021 with flag 1630454/771549
111.73/110.46	c cleaning 39000 clauses out of 78020 with flag 1715796/811549
118.73/117.43	c cleaning 39995 clauses out of 80019 with flag 1802570/852548
127.32/126.07	c cleaning 41002 clauses out of 82025 with flag 1891252/894549
135.77/134.24	c cleaning 42003 clauses out of 84023 with flag 1981621/937549
142.66/141.19	c cleaning 43002 clauses out of 86020 with flag 2073685/981549
149.96/148.50	c cleaning 43996 clauses out of 88017 with flag 2167890/1026548
157.93/156.27	c cleaning 45002 clauses out of 90021 with flag 2264401/1072548
166.43/164.71	c cleaning 46000 clauses out of 92019 with flag 2363868/1119548
175.30/173.45	c cleaning 47001 clauses out of 94020 with flag 2465183/1167549
183.40/181.51	c cleaning 47995 clauses out of 96018 with flag 2568867/1216548
192.35/190.41	c cleaning 49002 clauses out of 98023 with flag 2674646/1266548
201.24/199.38	c cleaning 50001 clauses out of 100022 with flag 2782030/1317549
211.35/209.31	c cleaning 51000 clauses out of 102020 with flag 2891483/1369548
221.95/219.90	c cleaning 52001 clauses out of 104021 with flag 3002255/1422549
232.85/230.79	c cleaning 53003 clauses out of 106020 with flag 3114989/1476549
242.55/240.41	c cleaning 53999 clauses out of 108017 with flag 3230755/1531549
254.73/252.58	c cleaning 54998 clauses out of 110018 with flag 3348640/1587549
267.13/264.92	c cleaning 55998 clauses out of 112019 with flag 3468152/1644548
279.38/277.12	c cleaning 56999 clauses out of 114021 with flag 3590547/1702548
291.85/289.58	c cleaning 58000 clauses out of 116023 with flag 3714182/1761549
304.05/301.72	c cleaning 59000 clauses out of 118022 with flag 3840483/1821548
317.02/314.67	c cleaning 60000 clauses out of 120022 with flag 3969186/1882548
331.92/329.48	c cleaning 60999 clauses out of 122022 with flag 4101138/1944548
346.42/343.90	c cleaning 62001 clauses out of 124023 with flag 4234390/2007548
361.77/359.23	c cleaning 62998 clauses out of 126023 with flag 4370078/2071549
378.34/375.74	c cleaning 63999 clauses out of 128024 with flag 4508761/2136548
395.46/392.79	c cleaning 65000 clauses out of 130027 with flag 4649362/2202550
412.25/409.54	c cleaning 66000 clauses out of 132026 with flag 4791117/2269549
432.50/429.73	c cleaning 67000 clauses out of 134025 with flag 4934792/2337548
449.54/446.76	c cleaning 68005 clauses out of 136026 with flag 5083535/2406549
466.21/463.38	c cleaning 69005 clauses out of 138021 with flag 5231522/2476549
481.96/479.08	c cleaning 70000 clauses out of 140016 with flag 5381915/2547549
499.23/496.27	c cleaning 70998 clauses out of 142015 with flag 5534082/2619548
519.47/516.40	c cleaning 72001 clauses out of 144018 with flag 5689056/2692549
541.48/538.33	c cleaning 73000 clauses out of 146017 with flag 5846119/2766549
561.76/558.52	c cleaning 73998 clauses out of 148016 with flag 6005835/2841548
581.16/577.83	c cleaning 75001 clauses out of 150018 with flag 6167496/2917548
599.92/596.52	c cleaning 75999 clauses out of 152018 with flag 6330443/2994549
619.79/616.38	c cleaning 77000 clauses out of 154019 with flag 6497066/3072549
645.23/641.74	c cleaning 77999 clauses out of 156018 with flag 6664866/3151548
670.43/666.82	c cleaning 78997 clauses out of 158019 with flag 6834762/3231548
699.43/695.79	c cleaning 80005 clauses out of 160024 with flag 7006724/3312550
726.33/722.53	c cleaning 80998 clauses out of 162017 with flag 7179572/3394548
749.13/745.20	c cleaning 82000 clauses out of 164019 with flag 7355186/3477548
772.62/768.61	c cleaning 82997 clauses out of 166019 with flag 7532863/3561548
797.86/793.88	c cleaning 84004 clauses out of 168023 with flag 7711740/3646549
822.38/818.29	c cleaning 84998 clauses out of 170018 with flag 7894263/3732548
847.62/843.35	c cleaning 85995 clauses out of 172020 with flag 8079305/3819548
876.50/872.18	c cleaning 87003 clauses out of 174026 with flag 8264654/3907549
902.11/897.69	c cleaning 88003 clauses out of 176023 with flag 8453472/3996549
927.62/923.01	c cleaning 88999 clauses out of 178019 with flag 8644650/4086548
957.49/952.72	c cleaning 89999 clauses out of 180021 with flag 8836678/4177549
987.74/982.95	c cleaning 91003 clauses out of 182022 with flag 9031381/4269549
1023.07/1018.13	c cleaning 92000 clauses out of 184018 with flag 9227824/4362548
1052.54/1047.40	c cleaning 93000 clauses out of 186018 with flag 9428322/4456548
1079.80/1074.57	c cleaning 93996 clauses out of 188018 with flag 9631518/4551548
1112.42/1107.09	c cleaning 94998 clauses out of 190023 with flag 9834955/4647549
1147.51/1142.00	c cleaning 96002 clauses out of 192024 with flag 10039429/4744548
1170.80/1165.17	c cleaning 97002 clauses out of 194022 with flag 10247716/4842548
1199.11/1193.35	c cleaning 98002 clauses out of 196021 with flag 10458874/4941549
1226.35/1220.43	c cleaning 98999 clauses out of 198019 with flag 10671685/5041549
1255.51/1249.44	c cleaning 99998 clauses out of 200020 with flag 10885730/5142549
1285.96/1279.79	c cleaning 100997 clauses out of 202023 with flag 11106390/5244550
1325.02/1318.69	c cleaning 102004 clauses out of 204024 with flag 11325266/5347548
1359.27/1352.61	c cleaning 103000 clauses out of 206020 with flag 11546530/5451548
1396.43/1389.67	c cleaning 103999 clauses out of 208021 with flag 11770268/5556549
1442.41/1435.33	c cleaning 105002 clauses out of 210022 with flag 11997158/5662549
1485.01/1477.75	c cleaning 106000 clauses out of 212019 with flag 12225580/5769548
1521.85/1514.40	c cleaning 106996 clauses out of 214019 with flag 12457470/5877548
1558.14/1550.57	c cleaning 108000 clauses out of 216024 with flag 12690125/5986549
1604.34/1596.52	c cleaning 108999 clauses out of 218024 with flag 12925160/6096549
1650.55/1642.58	c cleaning 110002 clauses out of 220025 with flag 13163001/6207549
1686.51/1678.29	c cleaning 111002 clauses out of 222022 with flag 13401387/6319548
1723.79/1715.37	c cleaning 111998 clauses out of 224020 with flag 13641254/6432548
1766.87/1758.12	c cleaning 113003 clauses out of 226023 with flag 13883622/6546549
1800.09/1791.10	c starts		: 5
1800.09/1791.10	c conflicts		: 6649903
1800.09/1791.10	c decisions		: 9218053
1800.09/1791.10	c propagations		: 204916782
1800.09/1791.10	c inspects		: 32868964159
1800.09/1791.10	c shortcuts		: 0
1800.09/1791.10	c learnt literals	: 0
1800.09/1791.10	c learnt binary clauses	: 0
1800.09/1791.10	c learnt ternary clauses	: 0
1800.09/1791.10	c learnt constraints	: 6649903
1800.09/1791.10	c ignored constraints	: 0
1800.09/1791.10	c root simplifications	: 0
1800.09/1791.10	c removed literals (reason simplification)	: 0
1800.09/1791.10	c reason swapping (by a shorter reason)	: 0
1800.09/1791.10	c Calls to reduceDB	: 110
1800.09/1791.10	c Number of update (reduction) of LBD	: 239651
1800.09/1791.10	c Imported unit clauses	: 0
1800.09/1791.10	c number of reductions to clauses (during analyze)	: 0
1800.09/1791.10	c number of learned constraints concerned by reduction	: 0
1800.09/1791.10	c number of learning phase by resolution	: 0
1800.09/1791.10	c number of learning phase by cutting planes	: 0
1800.09/1791.10	c speed (assignments/second)	: 114421.83574749748
1800.09/1791.10	c non guided choices	0
1800.09/1791.13	c learnt constraints type 
1800.09/1791.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 216375
1800.09/1791.13	s SATISFIABLE
1800.09/1791.13	c Found 4 solution(s)
1800.09/1791.13	v -x1 x2 x3 -x4 -x5 -x6 -x7 x8 -x9 x10 -x11 x12 x13 -x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 -x24 x25 x26 x27 x28 x29 x30 x31 -x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 -x46 x47 -x48 -x49 -x50 -x51 -x52 x53 x54 x55 -x56 -x57 x58 -x59 x60 -x61 x62 x63 x64 x65 -x66 x67 x68 x69 x70 x71 x72 x73 -x74 -x75 x76 x77 x78 -x79 x80 -x81 x82 x83 x84 -x85 -x86 x87 x88 x89 x90 -x91 x92 -x93 x94 x95 x96 x97 -x98 x99 x100 -x101 -x102 x103 x104 x105 x106 x107 x108 -x109 x110 x111 -x112 -x113 -x114 x115 x116 x117 -x118 x119 x120 -x121 x122 x123 x124 x125 x126 x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 -x137 -x138 -x139 -x140 x141 -x142 x143 -x144 x145 x146 x147 x148 x149 -x150 x151 -x152 x153 x154 x155 -x156 x157 -x158 x159 -x160 x161 x162 x163 x164 x165 x166 x167 x168 -x169 x170 x171 x172 -x173 x174 -x175 -x176 x177 x178 x179 -x180 -x181 x182 x183 x184 -x185 x186 x187 -x188 x189 x190 x191 -x192 x193 x194 x195 x196 x197 x198 x199 -x200 x201 x202 x203 -x204 x205 x206 x207 -x208 x209 -x210 x211 -x212 -x213 x214 x215 x216 x217 x218 -x219 x220 x221 -x222 x223 -x224 x225 x226 x227 x228 x229 -x230 -x231 -x232 x233 -x234 -x235 x236 x237 -x238 -x239 -x240 x241 -x242 x243 x244 -x245 -x246 -x247 -x248 -x249 x250 -x251 -x252 -x253 x254 -x255 -x256 x257 x258 x259 -x260 x261 -x262 x263 x264 x265 x266 -x267 x268 -x269 x270 -x271 -x272 x273 -x274 -x275 -x276 -x277 x278 -x279 -x280 -x281 x282 x283 -x284 -x285 x286 -x287 x288 x289 -x290 x291 -x292 -x293 -x294 x295 -x296 -x297 -x298 x299 x300 -x301 -x302 -x303 x304 -x305 x306 x307 -x308 x309 x310 -x311 -x312 -x313 -x314 -x315 x316 x317 -x318 -x319 -x320 -x321 x322 -x323 -x324 -x325 -x326 x327 x328 -x329 -x330 x331 -x332 x333 -x334 x335 -x336 x337 -x338 x339 -x340 x341 -x342 -x343 x344 -x345 -x346 -x347 -x348 x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 x358 x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 x367 -x368 -x369 x370 -x371 x372 -x373 -x374 -x375 x376 x377 -x378 -x379 -x380 x381 -x382 -x383 -x384 -x385 -x386 -x387 x388 -x389 x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 x412 -x413 -x414 x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 
1800.09/1791.13	c objective function=223
1800.09/1791.13	c Total wall clock time (in seconds): 1791.033

Verifier Data

OK	223

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-4085280-1465225470/watcher-4085280-1465225470 -o /tmp/evaluation-result-4085280-1465225470/solver-4085280-1465225470 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465218300-31161 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085280-1465225470.opb 

pid=32410
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.13 2.19 2.13 3/194 32413
/proc/meminfo: memFree=31168236/32872528 swapFree=12352/737972
[pid=32413] ppid=32410 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/32413/stat : 32413 (java) S 32410 32413 31144 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 2 0 104481516 95129600 927 33554432000 1073741824 1073778376 140734025525056 140734025516192 213869690941 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32413/statm: 23225 927 703 9 0 16769 0
[pid=32413/tid=32414] ppid=32410 vsize=94112 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32414/stat : 32414 (java) R 32410 32413 31144 0 -1 4202560 75 0 0 0 0 0 0 0 20 0 2 0 104481516 96370688 931 33554432000 1073741824 1073778376 140734025525056 139906979773992 213857168679 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100148 s]
/proc/loadavg: 2.13 2.19 2.13 3/194 32413
/proc/meminfo: memFree=31168236/32872528 swapFree=12352/737972
[pid=32413] ppid=32410 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/32413/stat : 32413 (java) S 32410 32413 31144 0 -1 4202496 4497 0 1 0 10 1 0 0 20 0 18 0 104481516 9787879424 6121 33554432000 1073741824 1073778376 140734025525056 140734025516192 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32413/statm: 2389619 6121 2157 9 0 2380296 0
[pid=32413/tid=32414] ppid=32410 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/32413/task/32414/stat : 32414 (java) R 32410 32413 31144 0 -1 4202560 2376 0 1 0 7 0 0 0 20 0 18 0 104481516 9787879424 6121 33554432000 1073741824 1073778376 140734025525056 139906979777440 213869716749 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200382 s]
/proc/loadavg: 2.13 2.19 2.13 3/194 32413
/proc/meminfo: memFree=31168236/32872528 swapFree=12352/737972
[pid=32413] ppid=32410 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/32413/stat : 32413 (java) S 32410 32413 31144 0 -1 4202496 5012 0 1 0 29 1 0 0 20 0 18 0 104481516 9787879424 6971 33554432000 1073741824 1073778376 140734025525056 140734025516192 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32413/statm: 2389619 6971 2223 9 0 2380296 0
[pid=32413/tid=32414] ppid=32410 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/32413/task/32414/stat : 32414 (java) R 32410 32413 31144 0 -1 4202560 2398 0 1 0 17 0 0 0 20 0 18 0 104481516 9787879424 6971 33554432000 1073741824 1073778376 140734025525056 139906979777440 139906831691216 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300381 s]
/proc/loadavg: 2.13 2.19 2.13 3/194 32413
/proc/meminfo: memFree=31168236/32872528 swapFree=12352/737972
[pid=32413] ppid=32410 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/32413/stat : 32413 (java) S 32410 32413 31144 0 -1 4202496 6859 0 1 0 54 2 0 0 20 0 19 0 104481516 9856040960 9046 33554432000 1073741824 1073778376 140734025525056 140734025516192 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32413/statm: 2406260 9046 2242 9 0 2396937 0
[pid=32413/tid=32414] ppid=32410 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/32413/task/32414/stat : 32414 (java) R 32410 32413 31144 0 -1 4202560 2409 0 1 0 26 1 0 0 20 0 19 0 104481516 9856040960 9046 33554432000 1073741824 1073778376 140734025525056 139906979770712 139906831727207 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700288 s]
/proc/loadavg: 2.13 2.19 2.13 3/194 32413
/proc/meminfo: memFree=31168236/32872528 swapFree=12352/737972
[pid=32413] ppid=32410 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/32413/stat : 32413 (java) S 32410 32413 31144 0 -1 4202496 9063 0 1 0 115 3 0 0 20 0 19 0 104481516 9856040960 11182 33554432000 1073741824 1073778376 140734025525056 140734025516192 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32413/statm: 2406260 11182 2249 9 0 2396937 0
[pid=32413/tid=32414] ppid=32410 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/32413/task/32414/stat : 32414 (java) R 32410 32413 31144 0 -1 4202560 2411 0 1 0 66 1 0 0 20 0 19 0 104481516 9856040960 11182 33554432000 1073741824 1073778376 140734025525056 139906979779048 139906832180389 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9625040

[startup+1.50073 s]
/proc/loadavg: 2.13 2.19 2.13 3/213 32432
/proc/meminfo: memFree=31125712/32872528 swapFree=12352/737972
[pid=32413] ppid=32410 vsize=9625040 CPUtime=2.07 cores=1,3,5,7
/proc/32413/stat : 32413 (java) S 32410 32413 31144 0 -1 4202496 10318 0 1 0 204 3 0 0 20 0 19 0 104481516 9856040960 13824 33554432000 1073741824 1073778376 140734025525056 140734025516192 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32413/statm: 2406260 13824 2259 9 0 2396937 0
[pid=32413/tid=32414] ppid=32410 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/32413/task/32414/stat : 32414 (java) R 32410 32413 31144 0 -1 4202560 2417 0 1 0 145 2 0 0 20 0 19 0 104481516 9856040960 13824 33554432000 1073741824 1073778376 140734025525056 139906979770064 139906832180328 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32416] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32416/stat : 32416 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481517 9856040960 13824 33554432000 1073741824 1073778376 140734025525056 139906952231336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32417] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32417/stat : 32417 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481517 9856040960 13824 33554432000 1073741824 1073778376 140734025525056 139906951178792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32413/tid=32418] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32418/stat : 32418 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481517 9856040960 13824 33554432000 1073741824 1073778376 140734025525056 139906950125736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32413/tid=32419] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32419/stat : 32419 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481517 9856040960 13824 33554432000 1073741824 1073778376 140734025525056 139906820647208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32420] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32420/stat : 32420 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481517 9856040960 13824 33554432000 1073741824 1073778376 140734025525056 139906819595176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32421] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32421/stat : 32421 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481517 9856040960 13824 33554432000 1073741824 1073778376 140734025525056 139906818542632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32422] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32422/stat : 32422 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481517 9856040960 13824 33554432000 1073741824 1073778376 140734025525056 139906817489576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32423] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32423/stat : 32423 (java) S 32410 32413 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104481517 9856040960 13824 33554432000 1073741824 1073778376 140734025525056 139906816437032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32424] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32424/stat : 32424 (java) S 32410 32413 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104481518 9856040960 13824 33554432000 1073741824 1073778376 140734025525056 139906333923688 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32425] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32425/stat : 32425 (java) S 32410 32413 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104481518 9856040960 13824 33554432000 1073741824 1073778376 140734025525056 139906332870008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32426] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32426/stat : 32426 (java) S 32410 32413 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104481518 9856040960 13824 33554432000 1073741824 1073778376 140734025525056 139906331816840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32427] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32427/stat : 32427 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481521 9856040960 13824 33554432000 1073741824 1073778376 140734025525056 139906330765584 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32428] ppid=32410 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/32413/task/32428/stat : 32428 (java) S 32410 32413 31144 0 -1 4202560 2753 0 0 0 24 0 0 0 20 0 19 0 104481521 9856040960 13824 33554432000 1073741824 1073778376 140734025525056 139906329713464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32429] ppid=32410 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/32413/task/32429/stat : 32429 (java) S 32410 32413 31144 0 -1 4202560 3876 0 0 0 32 0 0 0 20 0 19 0 104481521 9856040960 13824 33554432000 1073741824 1073778376 140734025525056 139906328660920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32413/tid=32430] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32430/stat : 32430 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481521 9856040960 13824 33554432000 1073741824 1073778376 140734025525056 139906327608056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32413/tid=32431] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32431/stat : 32431 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481521 9856040960 13824 33554432000 1073741824 1073778376 140734025525056 139906326555720 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32432] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32432/stat : 32432 (java) S 32410 32413 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104481538 9856040960 13824 33554432000 1073741824 1073778376 140734025525056 139906325500968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.07
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.13 2.19 2.13 3/213 32432
/proc/meminfo: memFree=31111128/32872528 swapFree=12352/737972
[pid=32413] ppid=32410 vsize=9625040 CPUtime=3.7 cores=1,3,5,7
/proc/32413/stat : 32413 (java) S 32410 32413 31144 0 -1 4202496 10343 0 1 0 367 3 0 0 20 0 19 0 104481516 9856040960 18432 33554432000 1073741824 1073778376 140734025525056 140734025516192 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32413/statm: 2406260 18432 2259 9 0 2396937 0
[pid=32413/tid=32414] ppid=32410 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/32413/task/32414/stat : 32414 (java) R 32410 32413 31144 0 -1 4202560 2427 0 1 0 304 2 0 0 20 0 19 0 104481516 9856040960 18432 33554432000 1073741824 1073778376 140734025525056 139906979778840 139906832100743 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32413/tid=32416] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32416/stat : 32416 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481517 9856040960 18432 33554432000 1073741824 1073778376 140734025525056 139906952231336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32417] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32417/stat : 32417 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481517 9856040960 18432 33554432000 1073741824 1073778376 140734025525056 139906951178792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32413/tid=32418] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32418/stat : 32418 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481517 9856040960 18432 33554432000 1073741824 1073778376 140734025525056 139906950125736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32413/tid=32419] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32419/stat : 32419 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481517 9856040960 18432 33554432000 1073741824 1073778376 140734025525056 139906820647208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32420] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32420/stat : 32420 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481517 9856040960 18432 33554432000 1073741824 1073778376 140734025525056 139906819595176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32421] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32421/stat : 32421 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481517 9856040960 18432 33554432000 1073741824 1073778376 140734025525056 139906818542632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32422] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32422/stat : 32422 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481517 9856040960 18432 33554432000 1073741824 1073778376 140734025525056 139906817489576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32423] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32423/stat : 32423 (java) S 32410 32413 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104481517 9856040960 18432 33554432000 1073741824 1073778376 140734025525056 139906816437032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32424] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32424/stat : 32424 (java) S 32410 32413 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104481518 9856040960 18432 33554432000 1073741824 1073778376 140734025525056 139906333923688 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32425] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32425/stat : 32425 (java) S 32410 32413 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104481518 9856040960 18432 33554432000 1073741824 1073778376 140734025525056 139906332870008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32426] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32426/stat : 32426 (java) S 32410 32413 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104481518 9856040960 18432 33554432000 1073741824 1073778376 140734025525056 139906331816840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32427] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32427/stat : 32427 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481521 9856040960 18432 33554432000 1073741824 1073778376 140734025525056 139906330765584 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32428] ppid=32410 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/32413/task/32428/stat : 32428 (java) S 32410 32413 31144 0 -1 4202560 2753 0 0 0 25 0 0 0 20 0 19 0 104481521 9856040960 18432 33554432000 1073741824 1073778376 140734025525056 139906329713464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32429] ppid=32410 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/32413/task/32429/stat : 32429 (java) S 32410 32413 31144 0 -1 4202560 3891 0 0 0 35 0 0 0 20 0 19 0 104481521 9856040960 18432 33554432000 1073741824 1073778376 140734025525056 139906328660920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32413/tid=32430] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32430/stat : 32430 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481521 9856040960 18432 33554432000 1073741824 1073778376 140734025525056 139906327608056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32413/tid=32431] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32431/stat : 32431 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481521 9856040960 18432 33554432000 1073741824 1073778376 140734025525056 139906326555720 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32432] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32432/stat : 32432 (java) S 32410 32413 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104481538 9856040960 18432 33554432000 1073741824 1073778376 140734025525056 139906325500968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.12 2.19 2.13 3/213 32432
/proc/meminfo: memFree=31035748/32872528 swapFree=12352/737972
[pid=32413] ppid=32410 vsize=9625040 CPUtime=6.9 cores=1,3,5,7
/proc/32413/stat : 32413 (java) S 32410 32413 31144 0 -1 4202496 10360 0 1 0 686 4 0 0 20 0 19 0 104481516 9856040960 26113 33554432000 1073741824 1073778376 140734025525056 140734025516192 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32413/statm: 2406260 26113 2260 9 0 2396937 0
[pid=32413/tid=32414] ppid=32410 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/32413/task/32414/stat : 32414 (java) R 32410 32413 31144 0 -1 4202560 2443 0 1 0 623 2 0 0 20 0 19 0 104481516 9856040960 26113 33554432000 1073741824 1073778376 140734025525056 139906979770048 139906832166971 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=32413/tid=32416] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32416/stat : 32416 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481517 9856040960 26113 33554432000 1073741824 1073778376 140734025525056 139906952231336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32417] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32417/stat : 32417 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481517 9856040960 26113 33554432000 1073741824 1073778376 140734025525056 139906951178792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32413/tid=32418] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32418/stat : 32418 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481517 9856040960 26113 33554432000 1073741824 1073778376 140734025525056 139906950125736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32413/tid=32419] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32419/stat : 32419 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481517 9856040960 26113 33554432000 1073741824 1073778376 140734025525056 139906820647208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32420] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32420/stat : 32420 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481517 9856040960 26113 33554432000 1073741824 1073778376 140734025525056 139906819595176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32421] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32421/stat : 32421 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481517 9856040960 26113 33554432000 1073741824 1073778376 140734025525056 139906818542632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32422] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32422/stat : 32422 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481517 9856040960 26113 33554432000 1073741824 1073778376 140734025525056 139906817489576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32423] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32423/stat : 32423 (java) S 32410 32413 31144 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104481517 9856040960 26113 33554432000 1073741824 1073778376 140734025525056 139906816437032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32424] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32424/stat : 32424 (java) S 32410 32413 31144 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104481518 9856040960 26113 33554432000 1073741824 1073778376 140734025525056 139906333923688 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32425] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32425/stat : 32425 (java) S 32410 32413 31144 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104481518 9856040960 26113 33554432000 1073741824 1073778376 140734025525056 139906332870008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32426] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32426/stat : 32426 (java) S 32410 32413 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104481518 9856040960 26113 33554432000 1073741824 1073778376 140734025525056 139906331816840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32427] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32427/stat : 32427 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481521 9856040960 26113 33554432000 1073741824 1073778376 140734025525056 139906330765584 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32428] ppid=32410 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/32413/task/32428/stat : 32428 (java) S 32410 32413 31144 0 -1 4202560 2753 0 0 0 25 0 0 0 20 0 19 0 104481521 9856040960 26113 33554432000 1073741824 1073778376 140734025525056 139906329713464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32429] ppid=32410 vsize=9625040 CPUtime=0.35 cores=1,3,5,7

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

[pid=32413/tid=32432] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32432/stat : 32432 (java) S 32410 32413 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104481538 9856040960 94948 33554432000 1073741824 1073778376 140734025525056 139906325500968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1730.85
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.27 2.20 2.14 4/213 32542
/proc/meminfo: memFree=30356856/32872528 swapFree=12352/737972
[pid=32413] ppid=32410 vsize=9625040 CPUtime=1791.24 cores=1,3,5,7
/proc/32413/stat : 32413 (java) S 32410 32413 31144 0 -1 4202496 16009 0 1 0 179008 116 0 0 20 0 19 0 104481516 9856040960 95844 33554432000 1073741824 1073778376 140734025525056 140734025516192 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32413/statm: 2406260 95844 2282 9 0 2396937 0
[pid=32413/tid=32414] ppid=32410 vsize=9625040 CPUtime=1772.23 cores=1,3,5,7
/proc/32413/task/32414/stat : 32414 (java) R 32410 32413 31144 0 -1 4202560 2614 0 1 0 177189 34 0 0 20 0 19 0 104481516 9856040960 95844 33554432000 1073741824 1073778376 140734025525056 139906979777744 139906832138983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32416] ppid=32410 vsize=9625040 CPUtime=1.5 cores=1,3,5,7
/proc/32413/task/32416/stat : 32416 (java) S 32410 32413 31144 0 -1 4202560 689 0 0 0 138 12 0 0 20 0 19 0 104481517 9856040960 95844 33554432000 1073741824 1073778376 140734025525056 139906952231336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32417] ppid=32410 vsize=9625040 CPUtime=1.36 cores=1,3,5,7
/proc/32413/task/32417/stat : 32417 (java) S 32410 32413 31144 0 -1 4202560 595 0 0 0 127 9 0 0 20 0 19 0 104481517 9856040960 95844 33554432000 1073741824 1073778376 140734025525056 139906951178792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32413/tid=32418] ppid=32410 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/32413/task/32418/stat : 32418 (java) S 32410 32413 31144 0 -1 4202560 707 0 0 0 138 9 0 0 20 0 19 0 104481517 9856040960 95844 33554432000 1073741824 1073778376 140734025525056 139906950125736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32413/tid=32419] ppid=32410 vsize=9625040 CPUtime=1.4 cores=1,3,5,7
/proc/32413/task/32419/stat : 32419 (java) S 32410 32413 31144 0 -1 4202560 525 0 0 0 129 11 0 0 20 0 19 0 104481517 9856040960 95844 33554432000 1073741824 1073778376 140734025525056 139906820647208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32420] ppid=32410 vsize=9625040 CPUtime=1.41 cores=1,3,5,7
/proc/32413/task/32420/stat : 32420 (java) S 32410 32413 31144 0 -1 4202560 905 0 0 0 131 10 0 0 20 0 19 0 104481517 9856040960 95844 33554432000 1073741824 1073778376 140734025525056 139906819595176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32421] ppid=32410 vsize=9625040 CPUtime=1.43 cores=1,3,5,7
/proc/32413/task/32421/stat : 32421 (java) S 32410 32413 31144 0 -1 4202560 326 0 0 0 134 9 0 0 20 0 19 0 104481517 9856040960 95844 33554432000 1073741824 1073778376 140734025525056 139906818542632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32422] ppid=32410 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/32413/task/32422/stat : 32422 (java) S 32410 32413 31144 0 -1 4202560 669 0 0 0 136 11 0 0 20 0 19 0 104481517 9856040960 95844 33554432000 1073741824 1073778376 140734025525056 139906817489576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32413/tid=32423] ppid=32410 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/32413/task/32423/stat : 32423 (java) S 32410 32413 31144 0 -1 4202560 402 0 0 0 129 8 0 0 20 0 19 0 104481517 9856040960 95844 33554432000 1073741824 1073778376 140734025525056 139906816437032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32413/tid=32424] ppid=32410 vsize=9625040 CPUtime=2.07 cores=1,3,5,7
/proc/32413/task/32424/stat : 32424 (java) S 32410 32413 31144 0 -1 4202560 565 0 0 0 202 5 0 0 20 0 19 0 104481518 9856040960 95844 33554432000 1073741824 1073778376 140734025525056 139906333923688 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32425] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32425/stat : 32425 (java) S 32410 32413 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104481518 9856040960 95844 33554432000 1073741824 1073778376 140734025525056 139906332870008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32413/tid=32426] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32426/stat : 32426 (java) S 32410 32413 31144 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 104481518 9856040960 95844 33554432000 1073741824 1073778376 140734025525056 139906331816840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32427] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32427/stat : 32427 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481521 9856040960 95844 33554432000 1073741824 1073778376 140734025525056 139906330765584 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32428] ppid=32410 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/32413/task/32428/stat : 32428 (java) S 32410 32413 31144 0 -1 4202560 2753 0 0 0 25 0 0 0 20 0 19 0 104481521 9856040960 95844 33554432000 1073741824 1073778376 140734025525056 139906329713464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32429] ppid=32410 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/32413/task/32429/stat : 32429 (java) S 32410 32413 31144 0 -1 4202560 3896 0 0 0 37 0 0 0 20 0 19 0 104481521 9856040960 95844 33554432000 1073741824 1073778376 140734025525056 139906328660920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32413/tid=32430] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32430/stat : 32430 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481521 9856040960 95844 33554432000 1073741824 1073778376 140734025525056 139906327608056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32413/tid=32431] ppid=32410 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/32413/task/32431/stat : 32431 (java) S 32410 32413 31144 0 -1 4202560 104 0 0 0 22 27 0 0 20 0 19 0 104481521 9856040960 95844 33554432000 1073741824 1073778376 140734025525056 139906326555720 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32432] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32432/stat : 32432 (java) S 32410 32413 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104481538 9856040960 95844 33554432000 1073741824 1073778376 140734025525056 139906325500968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1791.24
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.1 s]
/proc/loadavg: 2.30 2.21 2.15 3/213 32542
/proc/meminfo: memFree=30331980/32872528 swapFree=12352/737972
[pid=32413] ppid=32410 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/32413/stat : 32413 (java) S 32410 32413 31144 0 -1 4202496 16024 0 1 0 179892 117 0 0 20 0 19 0 104481516 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 140734025516192 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32413/statm: 2406260 96992 2282 9 0 2396937 0
[pid=32413/tid=32414] ppid=32410 vsize=9625040 CPUtime=1780.82 cores=1,3,5,7
/proc/32413/task/32414/stat : 32414 (java) R 32410 32413 31144 0 -1 4202560 2615 0 1 0 178047 35 0 0 20 0 19 0 104481516 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906979777744 139906832127072 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32416] ppid=32410 vsize=9625040 CPUtime=1.51 cores=1,3,5,7
/proc/32413/task/32416/stat : 32416 (java) S 32410 32413 31144 0 -1 4202560 689 0 0 0 139 12 0 0 20 0 19 0 104481517 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906952231336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32417] ppid=32410 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/32413/task/32417/stat : 32417 (java) S 32410 32413 31144 0 -1 4202560 595 0 0 0 128 9 0 0 20 0 19 0 104481517 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906951178792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32413/tid=32418] ppid=32410 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/32413/task/32418/stat : 32418 (java) S 32410 32413 31144 0 -1 4202560 710 0 0 0 140 9 0 0 20 0 19 0 104481517 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906950125736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32419] ppid=32410 vsize=9625040 CPUtime=1.4 cores=1,3,5,7
/proc/32413/task/32419/stat : 32419 (java) S 32410 32413 31144 0 -1 4202560 525 0 0 0 129 11 0 0 20 0 19 0 104481517 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906820647208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32420] ppid=32410 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/32413/task/32420/stat : 32420 (java) S 32410 32413 31144 0 -1 4202560 906 0 0 0 132 10 0 0 20 0 19 0 104481517 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906819595176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32421] ppid=32410 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/32413/task/32421/stat : 32421 (java) S 32410 32413 31144 0 -1 4202560 328 0 0 0 135 9 0 0 20 0 19 0 104481517 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906818542632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32413/tid=32422] ppid=32410 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/32413/task/32422/stat : 32422 (java) S 32410 32413 31144 0 -1 4202560 673 0 0 0 138 11 0 0 20 0 19 0 104481517 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906817489576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32423] ppid=32410 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/32413/task/32423/stat : 32423 (java) S 32410 32413 31144 0 -1 4202560 406 0 0 0 130 8 0 0 20 0 19 0 104481517 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906816437032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32413/tid=32424] ppid=32410 vsize=9625040 CPUtime=2.25 cores=1,3,5,7
/proc/32413/task/32424/stat : 32424 (java) S 32410 32413 31144 0 -1 4202560 565 0 0 0 220 5 0 0 20 0 19 0 104481518 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906333923688 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32425] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32425/stat : 32425 (java) S 32410 32413 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104481518 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906332870008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32413/tid=32426] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32426/stat : 32426 (java) S 32410 32413 31144 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 104481518 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906331816840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32427] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32427/stat : 32427 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481521 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906330765584 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32428] ppid=32410 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/32413/task/32428/stat : 32428 (java) S 32410 32413 31144 0 -1 4202560 2753 0 0 0 25 0 0 0 20 0 19 0 104481521 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906329713464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32429] ppid=32410 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/32413/task/32429/stat : 32429 (java) S 32410 32413 31144 0 -1 4202560 3896 0 0 0 37 0 0 0 20 0 19 0 104481521 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906328660920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32413/tid=32430] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32430/stat : 32430 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481521 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906327608056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32413/tid=32431] ppid=32410 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/32413/task/32431/stat : 32431 (java) S 32410 32413 31144 0 -1 4202560 104 0 0 0 23 27 0 0 20 0 19 0 104481521 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906326555720 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32432] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32432/stat : 32432 (java) S 32410 32413 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104481538 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906325500968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1791.1 s]
/proc/loadavg: 2.30 2.21 2.15 3/213 32542
/proc/meminfo: memFree=30331980/32872528 swapFree=12352/737972
[pid=32413] ppid=32410 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/32413/stat : 32413 (java) S 32410 32413 31144 0 -1 4202496 16024 0 1 0 179892 117 0 0 20 0 19 0 104481516 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 140734025516192 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/32413/statm: 2406260 96992 2282 9 0 2396937 0
[pid=32413/tid=32414] ppid=32410 vsize=9625040 CPUtime=1780.82 cores=1,3,5,7
/proc/32413/task/32414/stat : 32414 (java) R 32410 32413 31144 0 -1 4202560 2615 0 1 0 178047 35 0 0 20 0 19 0 104481516 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906979777744 139906832127072 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32416] ppid=32410 vsize=9625040 CPUtime=1.51 cores=1,3,5,7
/proc/32413/task/32416/stat : 32416 (java) S 32410 32413 31144 0 -1 4202560 689 0 0 0 139 12 0 0 20 0 19 0 104481517 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906952231336 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32417] ppid=32410 vsize=9625040 CPUtime=1.37 cores=1,3,5,7
/proc/32413/task/32417/stat : 32417 (java) S 32410 32413 31144 0 -1 4202560 595 0 0 0 128 9 0 0 20 0 19 0 104481517 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906951178792 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32413/tid=32418] ppid=32410 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/32413/task/32418/stat : 32418 (java) S 32410 32413 31144 0 -1 4202560 710 0 0 0 140 9 0 0 20 0 19 0 104481517 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906950125736 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32419] ppid=32410 vsize=9625040 CPUtime=1.4 cores=1,3,5,7
/proc/32413/task/32419/stat : 32419 (java) S 32410 32413 31144 0 -1 4202560 525 0 0 0 129 11 0 0 20 0 19 0 104481517 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906820647208 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32420] ppid=32410 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/32413/task/32420/stat : 32420 (java) S 32410 32413 31144 0 -1 4202560 906 0 0 0 132 10 0 0 20 0 19 0 104481517 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906819595176 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32421] ppid=32410 vsize=9625040 CPUtime=1.44 cores=1,3,5,7
/proc/32413/task/32421/stat : 32421 (java) S 32410 32413 31144 0 -1 4202560 328 0 0 0 135 9 0 0 20 0 19 0 104481517 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906818542632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=32413/tid=32422] ppid=32410 vsize=9625040 CPUtime=1.49 cores=1,3,5,7
/proc/32413/task/32422/stat : 32422 (java) S 32410 32413 31144 0 -1 4202560 673 0 0 0 138 11 0 0 20 0 19 0 104481517 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906817489576 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32423] ppid=32410 vsize=9625040 CPUtime=1.38 cores=1,3,5,7
/proc/32413/task/32423/stat : 32423 (java) S 32410 32413 31144 0 -1 4202560 406 0 0 0 130 8 0 0 20 0 19 0 104481517 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906816437032 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32413/tid=32424] ppid=32410 vsize=9625040 CPUtime=2.25 cores=1,3,5,7
/proc/32413/task/32424/stat : 32424 (java) S 32410 32413 31144 0 -1 4202560 565 0 0 0 220 5 0 0 20 0 19 0 104481518 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906333923688 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32425] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32425/stat : 32425 (java) S 32410 32413 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104481518 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906332870008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32413/tid=32426] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32426/stat : 32426 (java) S 32410 32413 31144 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 104481518 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906331816840 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32427] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32427/stat : 32427 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481521 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906330765584 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32428] ppid=32410 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/32413/task/32428/stat : 32428 (java) S 32410 32413 31144 0 -1 4202560 2753 0 0 0 25 0 0 0 20 0 19 0 104481521 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906329713464 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=32413/tid=32429] ppid=32410 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/32413/task/32429/stat : 32429 (java) S 32410 32413 31144 0 -1 4202560 3896 0 0 0 37 0 0 0 20 0 19 0 104481521 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906328660920 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32413/tid=32430] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32430/stat : 32430 (java) S 32410 32413 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104481521 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906327608056 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=32413/tid=32431] ppid=32410 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/32413/task/32431/stat : 32431 (java) S 32410 32413 31144 0 -1 4202560 104 0 0 0 23 27 0 0 20 0 19 0 104481521 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906326555720 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=32413/tid=32432] ppid=32410 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/32413/task/32432/stat : 32432 (java) S 32410 32413 31144 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104481538 9856040960 96992 33554432000 1073741824 1073778376 140734025525056 139906325500968 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1791.14
CPU time (s): 1800.09
CPU user time (s): 1798.92
CPU system time (s): 1.17
CPU usage (%): 100.5
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.43
system time used= 1.61375
maximum resident set size= 728988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16071
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= 42176
involuntary context switches= 27918

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.8415 second user time and 13.8659 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-06 17:04:30
IDJOB=4085280
IDBENCH=1962
IDSOLVER=2546
FILE ID=node112/4085280-1465225470
RUNJOBID= node112-1465218300-31161
PBS_JOBID= 19843211
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_20.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085280-1465225470/watcher-4085280-1465225470 -o /tmp/evaluation-result-4085280-1465225470/solver-4085280-1465225470 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465218300-31161 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085280-1465225470.opb

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

MD5SUM BENCH= 1e2b8f542cc5dec610d6e9b4663a878b
RANDOM SEED=252304619

node112.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.783
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.56
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.783
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.783
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.783
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.56
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.783
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.783
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.72
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.783
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.783
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:        31168872 kB
Buffers:           11720 kB
Cached:            82460 kB
SwapCached:         1632 kB
Active:           224664 kB
Inactive:          37824 kB
Active(anon):     170524 kB
Inactive(anon):      564 kB
Active(file):      54140 kB
Inactive(file):    37260 kB
Unevictable:      737972 kB
Mlocked:           12352 kB
SwapTotal:      67108856 kB
SwapFree:       67098560 kB
Dirty:              1932 kB
Writeback:             0 kB
AnonPages:        914464 kB
Mapped:            15280 kB
Shmem:                 0 kB
Slab:             566040 kB
SReclaimable:       9620 kB
SUnreclaim:       556420 kB
KernelStack:        1592 kB
PageTables:         5776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1426988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    884736 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= 71748 MiB
End job on node112 at 2016-06-06 17:34:22