Trace number 4106735

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)-55 1800.82 1776.35

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mis/normalized-mis_500_25_2.opb
MD5SUMe40e55fe30ea19a1cae02f7f820bc9fe
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-65
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -78
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint25
Maximum length of a constraint45
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15670
Sum of products size (including duplicates)31340
Number of different products7835
Sum of products size15670

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.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4106735-1466275066.opb
0.08/0.12	c reading problem ... 
0.08/0.13	c  objective function found
1.01/0.56	c ... done. Wall clock time 0.437s.
1.01/0.56	c declared #vars     500
1.01/0.56	c internal #vars     8335
1.01/0.56	c #constraints  16670
1.01/0.56	c constraints type 
1.01/0.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7835
1.01/0.56	c org.sat4j.minisat.constraints.cnf.UnitClauses => 455
1.01/0.56	c org.sat4j.specs.Constr$1 => 530
1.01/0.56	c org.sat4j.minisat.constraints.cnf.UnitClause => 15
1.01/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7835
1.01/0.56	c 16670 constraints processed.
1.01/0.56	c objective function length is 500 literals
1.62/0.70	c SATISFIABLE
1.62/0.70	c OPTIMIZING...
1.62/0.70	c Got one! Elapsed wall clock time (in seconds):0.572
1.62/0.70	o -55
3.43/1.52	c cleaning 2497 clauses out of 5001 with flag 10319/5001
3.94/1.94	c cleaning 4252 clauses out of 8504 with flag 22679/11001
4.44/2.45	c cleaning 5622 clauses out of 11252 with flag 37059/18001
5.06/3.00	c cleaning 6812 clauses out of 13629 with flag 53547/26000
5.70/3.63	c cleaning 7908 clauses out of 15818 with flag 72043/35001
6.88/4.70	c cleaning 8956 clauses out of 17911 with flag 93524/45002
8.18/5.97	c cleaning 9977 clauses out of 19954 with flag 118261/56001
9.48/7.26	c cleaning 10988 clauses out of 21977 with flag 144989/68001
10.88/8.68	c cleaning 11987 clauses out of 23988 with flag 173867/81000
12.48/10.21	c cleaning 12998 clauses out of 26001 with flag 204905/95000
14.08/11.85	c cleaning 14002 clauses out of 28003 with flag 238406/110000
15.88/13.63	c cleaning 14999 clauses out of 30002 with flag 273486/126001
17.60/15.22	c cleaning 16002 clauses out of 32004 with flag 308102/143002
19.20/16.88	c cleaning 16998 clauses out of 34001 with flag 344591/161001
20.90/18.57	c cleaning 18001 clauses out of 36002 with flag 383089/180000
23.06/20.54	c cleaning 18998 clauses out of 38001 with flag 423732/200000
25.16/22.60	c cleaning 19997 clauses out of 40003 with flag 466364/221000
27.36/24.89	c cleaning 21004 clauses out of 42007 with flag 511008/243001
30.07/27.50	c cleaning 21997 clauses out of 44004 with flag 557693/266002
33.04/30.35	c cleaning 22999 clauses out of 46006 with flag 606379/290001
36.03/33.31	c cleaning 24003 clauses out of 48006 with flag 657066/315000
38.94/36.20	c cleaning 24999 clauses out of 50005 with flag 709714/341002
42.19/39.31	c cleaning 26002 clauses out of 52007 with flag 764521/368003
45.29/42.43	c cleaning 26998 clauses out of 54002 with flag 821252/396000
48.67/45.79	c cleaning 27995 clauses out of 56004 with flag 880084/425000
51.97/49.07	c cleaning 28996 clauses out of 58009 with flag 941085/455000
55.95/52.89	c cleaning 30005 clauses out of 60014 with flag 1004062/486001
59.64/56.56	c cleaning 30999 clauses out of 62009 with flag 1068819/518001
64.16/60.86	c cleaning 31996 clauses out of 64009 with flag 1135892/551000
68.67/65.33	c cleaning 33006 clauses out of 66015 with flag 1204863/585002
73.37/69.95	c cleaning 33998 clauses out of 68007 with flag 1275969/620000
78.38/74.87	c cleaning 35005 clauses out of 70010 with flag 1348958/656001
84.21/80.63	c cleaning 36001 clauses out of 72005 with flag 1424086/693001
90.41/86.74	c cleaning 37003 clauses out of 74005 with flag 1501130/731002
96.68/92.93	c cleaning 37997 clauses out of 76000 with flag 1580246/770000
103.32/99.54	c cleaning 39001 clauses out of 78004 with flag 1661510/810001
110.26/106.46	c cleaning 39999 clauses out of 80002 with flag 1744719/851000
117.09/113.15	c cleaning 41002 clauses out of 82004 with flag 1829981/893001
124.64/120.68	c cleaning 42001 clauses out of 84001 with flag 1917127/936000
133.12/129.09	c cleaning 42996 clauses out of 86000 with flag 2006249/980000
141.89/137.78	c cleaning 44003 clauses out of 88007 with flag 2097610/1025003
150.83/146.59	c cleaning 44996 clauses out of 90002 with flag 2190946/1071001
159.37/155.07	c cleaning 45999 clauses out of 92006 with flag 2286492/1118001
168.66/164.23	c cleaning 47001 clauses out of 94006 with flag 2383935/1166000
178.06/173.60	c cleaning 48003 clauses out of 96005 with flag 2483525/1215000
188.08/183.47	c cleaning 49000 clauses out of 98002 with flag 2585100/1265000
198.88/194.15	c cleaning 50000 clauses out of 100002 with flag 2688708/1316000
210.46/205.52	c cleaning 51000 clauses out of 102002 with flag 2794397/1368000
221.85/216.89	c cleaning 52001 clauses out of 104002 with flag 2901935/1421000
232.28/227.17	c cleaning 52994 clauses out of 106002 with flag 3011800/1475001
243.80/238.57	c cleaning 53998 clauses out of 108009 with flag 3123735/1530002
257.22/251.90	c cleaning 54997 clauses out of 110009 with flag 3237636/1586000
269.70/264.17	c cleaning 56003 clauses out of 112013 with flag 3353482/1643001
282.31/276.69	c cleaning 56999 clauses out of 114009 with flag 3471354/1701000
297.20/291.37	c cleaning 58000 clauses out of 116010 with flag 3591024/1760000
310.68/304.65	c cleaning 58999 clauses out of 118010 with flag 3712718/1820000
324.42/318.22	c cleaning 60003 clauses out of 120011 with flag 3836355/1881000
340.07/333.73	c cleaning 61003 clauses out of 122008 with flag 3962121/1943000
354.81/348.23	c cleaning 61995 clauses out of 124005 with flag 4090084/2006000
369.84/363.07	c cleaning 63004 clauses out of 126011 with flag 4220046/2070001
386.39/379.41	c cleaning 63997 clauses out of 128006 with flag 4352021/2135000
402.86/395.64	c cleaning 65001 clauses out of 130009 with flag 4485755/2201000
418.40/410.90	c cleaning 66002 clauses out of 132008 with flag 4621583/2268000
435.57/427.80	c cleaning 67002 clauses out of 134007 with flag 4759641/2336001
452.45/444.58	c cleaning 67999 clauses out of 136005 with flag 4899689/2405001
470.88/462.72	c cleaning 69003 clauses out of 138006 with flag 5041694/2475001
490.05/481.78	c cleaning 69996 clauses out of 140002 with flag 5185642/2546000
509.01/500.50	c cleaning 70996 clauses out of 142006 with flag 5331458/2618000
528.84/520.00	c cleaning 72005 clauses out of 144012 with flag 5479429/2691002
548.76/539.66	c cleaning 72999 clauses out of 146005 with flag 5629385/2765000
573.45/564.14	c cleaning 74001 clauses out of 148006 with flag 5781302/2840000
598.58/589.10	c cleaning 75003 clauses out of 150007 with flag 5935229/2916002
621.03/611.21	c cleaning 75992 clauses out of 152004 with flag 6091256/2993002
643.12/633.07	c cleaning 76999 clauses out of 154010 with flag 6249510/3071000
667.33/656.90	c cleaning 78002 clauses out of 156013 with flag 6409672/3150002
691.98/681.22	c cleaning 79001 clauses out of 158010 with flag 6572046/3230001
718.01/707.09	c cleaning 80005 clauses out of 160009 with flag 6736875/3311001
743.36/732.12	c cleaning 80997 clauses out of 162003 with flag 6903674/3393000
766.97/755.49	c cleaning 82001 clauses out of 164007 with flag 7072372/3476001
792.12/780.24	c cleaning 83003 clauses out of 166006 with flag 7243436/3560001
818.74/806.56	c cleaning 83994 clauses out of 168004 with flag 7416677/3645002
847.03/834.40	c cleaning 84999 clauses out of 170011 with flag 7591374/3731003
873.56/860.66	c cleaning 86000 clauses out of 172009 with flag 7768286/3818000
903.09/889.78	c cleaning 87002 clauses out of 174010 with flag 7947173/3906001
933.93/920.23	c cleaning 88002 clauses out of 176008 with flag 8128026/3995001
961.99/947.82	c cleaning 88999 clauses out of 178006 with flag 8311178/4085001
988.35/973.87	c cleaning 89999 clauses out of 180007 with flag 8495921/4176001
1018.49/1003.65	c cleaning 90998 clauses out of 182009 with flag 8682596/4268002
1051.28/1036.01	c cleaning 92002 clauses out of 184009 with flag 8871639/4361000
1085.24/1069.64	c cleaning 92999 clauses out of 186007 with flag 9062538/4455000
1117.83/1101.82	c cleaning 94000 clauses out of 188008 with flag 9255771/4550000
1151.42/1135.02	c cleaning 95001 clauses out of 190008 with flag 9450843/4646000
1183.48/1166.73	c cleaning 96002 clauses out of 192008 with flag 9647694/4743001
1215.27/1198.11	c cleaning 96998 clauses out of 194005 with flag 9846921/4841000
1251.43/1233.88	c cleaning 98002 clauses out of 196007 with flag 10047972/4940000
1296.66/1278.56	c cleaning 98999 clauses out of 198005 with flag 10250890/5040000
1343.20/1324.61	c cleaning 100001 clauses out of 200006 with flag 10455740/5141000
1386.59/1367.64	c cleaning 100996 clauses out of 202006 with flag 10662938/5243001
1433.63/1414.18	c cleaning 101999 clauses out of 204009 with flag 10871921/5346000
1480.60/1460.55	c cleaning 103002 clauses out of 206012 with flag 11082962/5450002
1528.16/1507.56	c cleaning 104002 clauses out of 208009 with flag 11296235/5555001
1573.31/1552.16	c cleaning 104996 clauses out of 210007 with flag 11511691/5661001
1616.87/1595.17	c cleaning 105999 clauses out of 212011 with flag 11729296/5768001
1662.02/1639.71	c cleaning 107006 clauses out of 214011 with flag 11948713/5876000
1710.10/1687.33	c cleaning 107997 clauses out of 216006 with flag 12170219/5985001
1757.93/1734.67	c cleaning 109004 clauses out of 218010 with flag 12393653/6095002
1800.03/1776.30	c starts		: 1792
1800.03/1776.30	c conflicts		: 6196813
1800.03/1776.30	c decisions		: 7076540
1800.03/1776.30	c propagations		: 32660260
1800.03/1776.30	c inspects		: 22571852157
1800.03/1776.30	c shortcuts		: 0
1800.03/1776.30	c learnt literals	: 0
1800.03/1776.30	c learnt binary clauses	: 0
1800.03/1776.30	c learnt ternary clauses	: 0
1800.03/1776.30	c learnt constraints	: 6196813
1800.03/1776.30	c ignored constraints	: 0
1800.03/1776.30	c root simplifications	: 0
1800.03/1776.30	c removed literals (reason simplification)	: 0
1800.03/1776.30	c reason swapping (by a shorter reason)	: 0
1800.03/1776.30	c Calls to reduceDB	: 106
1800.03/1776.30	c Number of update (reduction) of LBD	: 20274
1800.03/1776.30	c Imported unit clauses	: 0
1800.03/1776.30	c number of reductions to clauses (during analyze)	: 0
1800.03/1776.30	c number of learned constraints concerned by reduction	: 0
1800.03/1776.30	c number of learning phase by resolution	: 0
1800.03/1776.30	c number of learning phase by cutting planes	: 0
1800.03/1776.30	c speed (assignments/second)	: 18393.172616805008
1800.03/1776.30	c non guided choices	0
1800.03/1776.34	c learnt constraints type 
1800.03/1776.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 210817
1800.03/1776.34	s SATISFIABLE
1800.03/1776.34	c Found 1 solution(s)
1800.03/1776.34	v x1 x2 -x3 x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 x132 -x133 x134 x135 -x136 -x137 -x138 x139 x140 -x141 -x142 -x143 -x144 x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 -x178 -x179 -x180 -x181 x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 x236 -x237 -x238 -x239 -x240 -x241 x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 x258 -x259 x260 -x261 x262 -x263 x264 x265 -x266 -x267 -x268 -x269 x270 x271 -x272 x273 -x274 -x275 -x276 -x277 -x278 x279 -x280 x281 -x282 -x283 x284 -x285 -x286 x287 -x288 -x289 -x290 -x291 x292 -x293 -x294 x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 x347 -x348 x349 -x350 -x351 -x352 -x353 x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 x363 -x364 -x365 -x366 x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 x380 -x381 -x382 -x383 -x384 -x385 x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 x434 -x435 x436 -x437 -x438 -x439 x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 x500 
1800.03/1776.34	c objective function=-55
1800.03/1776.34	c Total wall clock time (in seconds): 1776.215

Verifier Data

OK	-55

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-4106735-1466275066/watcher-4106735-1466275066 -o /tmp/evaluation-result-4106735-1466275066/solver-4106735-1466275066 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466264639-24567 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106735-1466275066.opb 

pid=28775
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.03 2.05 2.00 3/193 28778
/proc/meminfo: memFree=30657800/32872528 swapFree=338416/354768
[pid=28778] ppid=28775 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/28778/stat : 28778 (java) R 28775 28778 24550 0 -1 4202496 361 0 0 0 0 0 0 0 20 0 1 0 29553358 278528 33 33554432000 1073741824 1073778376 140736335219888 140736335217064 242158234805 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28778/statm: 68 33 25 9 0 25 0

[startup+0.10006 s]
/proc/loadavg: 2.03 2.05 2.00 3/193 28778
/proc/meminfo: memFree=30657800/32872528 swapFree=338416/354768
[pid=28778] ppid=28775 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/28778/stat : 28778 (java) S 28775 28778 24550 0 -1 4202496 4333 0 1 0 7 1 0 0 20 0 18 0 29553358 9787879424 5455 33554432000 1073741824 1073778376 140736335219888 140736335211024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28778/statm: 2389619 5455 2097 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200229 s]
/proc/loadavg: 2.03 2.05 2.00 3/193 28778
/proc/meminfo: memFree=30657800/32872528 swapFree=338416/354768
[pid=28778] ppid=28775 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/28778/stat : 28778 (java) S 28775 28778 24550 0 -1 4202496 4592 0 1 0 21 1 0 0 20 0 18 0 29553358 9787879424 6683 33554432000 1073741824 1073778376 140736335219888 140736335211024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28778/statm: 2389619 6683 2199 9 0 2380296 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 9558476

[startup+0.30023 s]
/proc/loadavg: 2.03 2.05 2.00 3/193 28778
/proc/meminfo: memFree=30657800/32872528 swapFree=338416/354768
[pid=28778] ppid=28775 vsize=9558476 CPUtime=0.42 cores=1,3,5,7
/proc/28778/stat : 28778 (java) S 28775 28778 24550 0 -1 4202496 5745 0 1 0 41 1 0 0 20 0 18 0 29553358 9787879424 8482 33554432000 1073741824 1073778376 140736335219888 140736335211024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28778/statm: 2389619 8482 2237 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558476

[startup+0.70019 s]
/proc/loadavg: 2.03 2.05 2.00 3/193 28778
/proc/meminfo: memFree=30657800/32872528 swapFree=338416/354768
[pid=28778] ppid=28775 vsize=9625040 CPUtime=1.62 cores=1,3,5,7
/proc/28778/stat : 28778 (java) S 28775 28778 24550 0 -1 4202496 23074 0 1 0 157 5 0 0 20 0 19 0 29553358 9856040960 25425 33554432000 1073741824 1073778376 140736335219888 140736335211024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28778/statm: 2406260 25425 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9625040

[startup+1.50092 s]
/proc/loadavg: 2.19 2.08 2.01 5/213 28798
/proc/meminfo: memFree=30526024/32872528 swapFree=338416/354768
[pid=28778] ppid=28775 vsize=9625040 CPUtime=3.43 cores=1,3,5,7
/proc/28778/stat : 28778 (java) S 28775 28778 24550 0 -1 4202496 36369 0 1 0 335 8 0 0 20 0 19 0 29553358 9856040960 37152 33554432000 1073741824 1073778376 140736335219888 140736335211024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28778/statm: 2406260 37152 2273 9 0 2396937 0
[pid=28778/tid=28781] ppid=28775 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/28778/task/28781/stat : 28781 (java) R 28775 28778 24550 0 -1 4202560 2453 0 1 0 145 1 0 0 20 0 19 0 29553359 9856040960 37152 33554432000 1073741824 1073778376 140736335219888 140403679391776 140403505094388 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28782] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28782/stat : 28782 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553360 9856040960 37152 33554432000 1073741824 1073778376 140736335219888 140403640892200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28783] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28783/stat : 28783 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553360 9856040960 37152 33554432000 1073741824 1073778376 140736335219888 140403639839400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28784] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28784/stat : 28784 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553360 9856040960 37152 33554432000 1073741824 1073778376 140736335219888 140403638787112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28785] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28785/stat : 28785 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553360 9856040960 37152 33554432000 1073741824 1073778376 140736335219888 140403637734312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28786] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28786/stat : 28786 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553360 9856040960 37152 33554432000 1073741824 1073778376 140736335219888 140403636681000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28787] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28787/stat : 28787 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553360 9856040960 37152 33554432000 1073741824 1073778376 140736335219888 140403635628200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28788] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28788/stat : 28788 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553360 9856040960 37152 33554432000 1073741824 1073778376 140736335219888 140403634575912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28789] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28789/stat : 28789 (java) S 28775 28778 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29553360 9856040960 37152 33554432000 1073741824 1073778376 140736335219888 140403633523112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28790] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28790/stat : 28790 (java) S 28775 28778 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29553362 9856040960 37152 33554432000 1073741824 1073778376 140736335219888 140403503258344 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28791] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28791/stat : 28791 (java) S 28775 28778 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29553362 9856040960 37152 33554432000 1073741824 1073778376 140736335219888 140403502204408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28792] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28792/stat : 28792 (java) S 28775 28778 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29553362 9856040960 37152 33554432000 1073741824 1073778376 140736335219888 140403501152008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28793] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28793/stat : 28793 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553365 9856040960 37152 33554432000 1073741824 1073778376 140736335219888 140403500100496 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28794] ppid=28775 vsize=9625040 CPUtime=0.99 cores=1,3,5,7
/proc/28778/task/28794/stat : 28794 (java) S 28775 28778 24550 0 -1 4202560 12819 0 0 0 96 3 0 0 20 0 19 0 29553365 9856040960 37152 33554432000 1073741824 1073778376 140736335219888 140403499047096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28795] ppid=28775 vsize=9625040 CPUtime=0.95 cores=1,3,5,7
/proc/28778/task/28795/stat : 28795 (java) S 28775 28778 24550 0 -1 4202560 19821 0 0 0 90 5 0 0 20 0 19 0 29553365 9856040960 37152 33554432000 1073741824 1073778376 140736335219888 140403497994296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28796] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28796/stat : 28796 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553365 9856040960 37152 33554432000 1073741824 1073778376 140736335219888 140403496942200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28797] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28797/stat : 28797 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553365 9856040960 37152 33554432000 1073741824 1073778376 140736335219888 140403495889608 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28798] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28798/stat : 28798 (java) S 28775 28778 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29553422 9856040960 37152 33554432000 1073741824 1073778376 140736335219888 140403494835624 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.43
Current children cumulated vsize (KiB) 9625040

[startup+3.10092 s]
/proc/loadavg: 2.19 2.08 2.01 3/213 28798
/proc/meminfo: memFree=30499028/32872528 swapFree=338416/354768
[pid=28778] ppid=28775 vsize=9625040 CPUtime=5.2 cores=1,3,5,7
/proc/28778/stat : 28778 (java) S 28775 28778 24550 0 -1 4202496 36483 0 1 0 512 8 0 0 20 0 19 0 29553358 9856040960 47482 33554432000 1073741824 1073778376 140736335219888 140736335211024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28778/statm: 2406260 47482 2278 9 0 2396937 0
[pid=28778/tid=28781] ppid=28775 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/28778/task/28781/stat : 28781 (java) R 28775 28778 24550 0 -1 4202560 2474 0 1 0 305 2 0 0 20 0 19 0 29553359 9856040960 47482 33554432000 1073741824 1073778376 140736335219888 140403679400408 140403505089059 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28782] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28782/stat : 28782 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553360 9856040960 47482 33554432000 1073741824 1073778376 140736335219888 140403640892200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28783] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28783/stat : 28783 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553360 9856040960 47482 33554432000 1073741824 1073778376 140736335219888 140403639839400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28784] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28784/stat : 28784 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553360 9856040960 47482 33554432000 1073741824 1073778376 140736335219888 140403638787112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28785] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28785/stat : 28785 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553360 9856040960 47482 33554432000 1073741824 1073778376 140736335219888 140403637734312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28786] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28786/stat : 28786 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553360 9856040960 47482 33554432000 1073741824 1073778376 140736335219888 140403636681000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28787] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28787/stat : 28787 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553360 9856040960 47482 33554432000 1073741824 1073778376 140736335219888 140403635628200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28788] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28788/stat : 28788 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553360 9856040960 47482 33554432000 1073741824 1073778376 140736335219888 140403634575912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28789] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28789/stat : 28789 (java) S 28775 28778 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29553360 9856040960 47482 33554432000 1073741824 1073778376 140736335219888 140403633523112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28790] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28790/stat : 28790 (java) S 28775 28778 24550 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29553362 9856040960 47482 33554432000 1073741824 1073778376 140736335219888 140403503258344 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28791] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28791/stat : 28791 (java) S 28775 28778 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29553362 9856040960 47482 33554432000 1073741824 1073778376 140736335219888 140403502204408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28792] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28792/stat : 28792 (java) S 28775 28778 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29553362 9856040960 47482 33554432000 1073741824 1073778376 140736335219888 140403501152008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28793] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28793/stat : 28793 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553365 9856040960 47482 33554432000 1073741824 1073778376 140736335219888 140403500100496 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28794] ppid=28775 vsize=9625040 CPUtime=1.01 cores=1,3,5,7
/proc/28778/task/28794/stat : 28794 (java) S 28775 28778 24550 0 -1 4202560 12822 0 0 0 98 3 0 0 20 0 19 0 29553365 9856040960 47482 33554432000 1073741824 1073778376 140736335219888 140403499047096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28795] ppid=28775 vsize=9625040 CPUtime=1.1 cores=1,3,5,7
/proc/28778/task/28795/stat : 28795 (java) S 28775 28778 24550 0 -1 4202560 19910 0 0 0 105 5 0 0 20 0 19 0 29553365 9856040960 47482 33554432000 1073741824 1073778376 140736335219888 140403497994296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28796] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28796/stat : 28796 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553365 9856040960 47482 33554432000 1073741824 1073778376 140736335219888 140403496942200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28797] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28797/stat : 28797 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553365 9856040960 47482 33554432000 1073741824 1073778376 140736335219888 140403495889608 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28798] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28798/stat : 28798 (java) S 28775 28778 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29553422 9856040960 47482 33554432000 1073741824 1073778376 140736335219888 140403494835624 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.2
Current children cumulated vsize (KiB) 9625040

[startup+6.30092 s]
/proc/loadavg: 2.19 2.08 2.01 3/213 28798
/proc/meminfo: memFree=30434988/32872528 swapFree=338416/354768
[pid=28778] ppid=28775 vsize=9625040 CPUtime=8.58 cores=1,3,5,7
/proc/28778/stat : 28778 (java) S 28775 28778 24550 0 -1 4202496 36616 0 1 0 843 15 0 0 20 0 19 0 29553358 9856040960 70564 33554432000 1073741824 1073778376 140736335219888 140736335211024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28778/statm: 2406260 70564 2291 9 0 2396937 0
[pid=28778/tid=28781] ppid=28775 vsize=9625040 CPUtime=6.22 cores=1,3,5,7
/proc/28778/task/28781/stat : 28781 (java) R 28775 28778 24550 0 -1 4202560 2503 0 1 0 619 3 0 0 20 0 19 0 29553359 9856040960 70564 33554432000 1073741824 1073778376 140736335219888 140403679391392 140403505289913 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28782] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28782/stat : 28782 (java) S 28775 28778 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29553360 9856040960 70564 33554432000 1073741824 1073778376 140736335219888 140403640892200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28783] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28783/stat : 28783 (java) S 28775 28778 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29553360 9856040960 70564 33554432000 1073741824 1073778376 140736335219888 140403639839400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28784] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28784/stat : 28784 (java) S 28775 28778 24550 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 29553360 9856040960 70564 33554432000 1073741824 1073778376 140736335219888 140403638787112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28785] ppid=28775 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/28778/task/28785/stat : 28785 (java) S 28775 28778 24550 0 -1 4202560 29 0 0 0 1 1 0 0 20 0 19 0 29553360 9856040960 70564 33554432000 1073741824 1073778376 140736335219888 140403637734312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28786] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28786/stat : 28786 (java) S 28775 28778 24550 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 29553360 9856040960 70564 33554432000 1073741824 1073778376 140736335219888 140403636681000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28787] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28787/stat : 28787 (java) S 28775 28778 24550 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29553360 9856040960 70564 33554432000 1073741824 1073778376 140736335219888 140403635628200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28788] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28788/stat : 28788 (java) S 28775 28778 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29553360 9856040960 70564 33554432000 1073741824 1073778376 140736335219888 140403634575912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28789] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28789/stat : 28789 (java) S 28775 28778 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29553360 9856040960 70564 33554432000 1073741824 1073778376 140736335219888 140403633523112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28790] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28790/stat : 28790 (java) S 28775 28778 24550 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29553362 9856040960 70564 33554432000 1073741824 1073778376 140736335219888 140403503258344 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28791] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28791/stat : 28791 (java) S 28775 28778 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29553362 9856040960 70564 33554432000 1073741824 1073778376 140736335219888 140403502204408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28792] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28792/stat : 28792 (java) S 28775 28778 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29553362 9856040960 70564 33554432000 1073741824 1073778376 140736335219888 140403501152008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28793] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28793/stat : 28793 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553365 9856040960 70564 33554432000 1073741824 1073778376 140736335219888 140403500100496 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28794] ppid=28775 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/28778/task/28794/stat : 28794 (java) S 28775 28778 24550 0 -1 4202560 12822 0 0 0 99 3 0 0 20 0 19 0 29553365 9856040960 70564 33554432000 1073741824 1073778376 140736335219888 140403499047096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28795] ppid=28775 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/28778/task/28795/stat : 28795 (java) S 28775 28778 24550 0 -1 4202560 19910 0 0 0 112 5 0 0 20 0 19 0 29553365 9856040960 70564 33554432000 1073741824 1073778376 140736335219888 140403497994296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28796] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28796/stat : 28796 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553365 9856040960 70564 33554432000 1073741824 1073778376 140736335219888 140403496942200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28797] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28797/stat : 28797 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553365 9856040960 70564 33554432000 1073741824 1073778376 140736335219888 140403495889608 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28798] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28798/stat : 28798 (java) S 28775 28778 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29553422 9856040960 70564 33554432000 1073741824 1073778376 140736335219888 140403494835624 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.58
Current children cumulated vsize (KiB) 9625040


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

[pid=28778/tid=28791] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28791/stat : 28791 (java) S 28775 28778 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29553362 9856040960 173046 33554432000 1073741824 1073778376 140736335219888 140403502204408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28792] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28792/stat : 28792 (java) S 28775 28778 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29553362 9856040960 173046 33554432000 1073741824 1073778376 140736335219888 140403501152008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28793] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28793/stat : 28793 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553365 9856040960 173046 33554432000 1073741824 1073778376 140736335219888 140403500100496 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28794] ppid=28775 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/28778/task/28794/stat : 28794 (java) S 28775 28778 24550 0 -1 4202560 12822 0 0 0 99 3 0 0 20 0 19 0 29553365 9856040960 173046 33554432000 1073741824 1073778376 140736335219888 140403499047096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28795] ppid=28775 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/28778/task/28795/stat : 28795 (java) S 28775 28778 24550 0 -1 4202560 19912 0 0 0 114 5 0 0 20 0 19 0 29553365 9856040960 173046 33554432000 1073741824 1073778376 140736335219888 140403497994296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28796] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28796/stat : 28796 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553365 9856040960 173046 33554432000 1073741824 1073778376 140736335219888 140403496942200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28797] ppid=28775 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/28778/task/28797/stat : 28797 (java) S 28775 28778 24550 0 -1 4202560 94 0 0 0 34 39 0 0 20 0 19 0 29553365 9856040960 173046 33554432000 1073741824 1073778376 140736335219888 140403495889608 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28798] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28798/stat : 28798 (java) S 28775 28778 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29553422 9856040960 173046 33554432000 1073741824 1073778376 140736335219888 140403494835624 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1684.89
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.17 2.08 2.01 3/213 28927
/proc/meminfo: memFree=30020492/32872528 swapFree=338416/354768
[pid=28778] ppid=28775 vsize=9625040 CPUtime=1745.5 cores=1,3,5,7
/proc/28778/stat : 28778 (java) S 28775 28778 24550 0 -1 4202496 55301 0 1 0 174338 212 0 0 20 0 19 0 29553358 9856040960 168420 33554432000 1073741824 1073778376 140736335219888 140736335211024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28778/statm: 2406260 168420 2300 9 0 2396937 0
[pid=28778/tid=28781] ppid=28775 vsize=9625040 CPUtime=1706.55 cores=1,3,5,7
/proc/28778/task/28781/stat : 28781 (java) R 28775 28778 24550 0 -1 4202560 2987 0 1 0 170622 33 0 0 20 0 19 0 29553359 9856040960 168420 33554432000 1073741824 1073778376 140736335219888 140403679399088 140403505289913 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28782] ppid=28775 vsize=9625040 CPUtime=3.79 cores=1,3,5,7
/proc/28778/task/28782/stat : 28782 (java) S 28775 28778 24550 0 -1 4202560 2247 0 0 0 363 16 0 0 20 0 19 0 29553360 9856040960 168420 33554432000 1073741824 1073778376 140736335219888 140403640892200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28783] ppid=28775 vsize=9625040 CPUtime=3.86 cores=1,3,5,7
/proc/28778/task/28783/stat : 28783 (java) S 28775 28778 24550 0 -1 4202560 2579 0 0 0 365 21 0 0 20 0 19 0 29553360 9856040960 168420 33554432000 1073741824 1073778376 140736335219888 140403639839400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28784] ppid=28775 vsize=9625040 CPUtime=3.9 cores=1,3,5,7
/proc/28778/task/28784/stat : 28784 (java) S 28775 28778 24550 0 -1 4202560 1603 0 0 0 370 20 0 0 20 0 19 0 29553360 9856040960 168420 33554432000 1073741824 1073778376 140736335219888 140403638787112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28785] ppid=28775 vsize=9625040 CPUtime=3.54 cores=1,3,5,7
/proc/28778/task/28785/stat : 28785 (java) S 28775 28778 24550 0 -1 4202560 1981 0 0 0 332 22 0 0 20 0 19 0 29553360 9856040960 168420 33554432000 1073741824 1073778376 140736335219888 140403637734312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28786] ppid=28775 vsize=9625040 CPUtime=3.77 cores=1,3,5,7
/proc/28778/task/28786/stat : 28786 (java) S 28775 28778 24550 0 -1 4202560 2515 0 0 0 355 22 0 0 20 0 19 0 29553360 9856040960 168420 33554432000 1073741824 1073778376 140736335219888 140403636681000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28787] ppid=28775 vsize=9625040 CPUtime=3.7 cores=1,3,5,7
/proc/28778/task/28787/stat : 28787 (java) S 28775 28778 24550 0 -1 4202560 2490 0 0 0 351 19 0 0 20 0 19 0 29553360 9856040960 168420 33554432000 1073741824 1073778376 140736335219888 140403635628200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28788] ppid=28775 vsize=9625040 CPUtime=3.52 cores=1,3,5,7
/proc/28778/task/28788/stat : 28788 (java) S 28775 28778 24550 0 -1 4202560 1594 0 0 0 334 18 0 0 20 0 19 0 29553360 9856040960 168420 33554432000 1073741824 1073778376 140736335219888 140403634575912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28789] ppid=28775 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/28778/task/28789/stat : 28789 (java) S 28775 28778 24550 0 -1 4202560 1754 0 0 0 338 17 0 0 20 0 19 0 29553360 9856040960 168420 33554432000 1073741824 1073778376 140736335219888 140403633523112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28790] ppid=28775 vsize=9625040 CPUtime=6.77 cores=1,3,5,7
/proc/28778/task/28790/stat : 28790 (java) S 28775 28778 24550 0 -1 4202560 1457 0 0 0 670 7 0 0 20 0 19 0 29553362 9856040960 168420 33554432000 1073741824 1073778376 140736335219888 140403503258344 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28791] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28791/stat : 28791 (java) S 28775 28778 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29553362 9856040960 168420 33554432000 1073741824 1073778376 140736335219888 140403502204408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28792] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28792/stat : 28792 (java) S 28775 28778 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29553362 9856040960 168420 33554432000 1073741824 1073778376 140736335219888 140403501152008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28793] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28793/stat : 28793 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553365 9856040960 168420 33554432000 1073741824 1073778376 140736335219888 140403500100496 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28794] ppid=28775 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/28778/task/28794/stat : 28794 (java) S 28775 28778 24550 0 -1 4202560 12822 0 0 0 99 3 0 0 20 0 19 0 29553365 9856040960 168420 33554432000 1073741824 1073778376 140736335219888 140403499047096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28795] ppid=28775 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/28778/task/28795/stat : 28795 (java) S 28775 28778 24550 0 -1 4202560 19912 0 0 0 114 5 0 0 20 0 19 0 29553365 9856040960 168420 33554432000 1073741824 1073778376 140736335219888 140403497994296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28796] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28796/stat : 28796 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553365 9856040960 168420 33554432000 1073741824 1073778376 140736335219888 140403496942200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28797] ppid=28775 vsize=9625040 CPUtime=0.76 cores=1,3,5,7
/proc/28778/task/28797/stat : 28797 (java) S 28775 28778 24550 0 -1 4202560 98 0 0 0 35 41 0 0 20 0 19 0 29553365 9856040960 168420 33554432000 1073741824 1073778376 140736335219888 140403495889608 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28798] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28798/stat : 28798 (java) S 28775 28778 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29553422 9856040960 168420 33554432000 1073741824 1073778376 140736335219888 140403494835624 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1745.5
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776.3 s]
/proc/loadavg: 2.14 2.09 2.02 3/213 28928
/proc/meminfo: memFree=29968532/32872528 swapFree=338416/354768
[pid=28778] ppid=28775 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/28778/stat : 28778 (java) S 28775 28778 24550 0 -1 4202496 55341 0 1 0 179789 214 0 0 20 0 19 0 29553358 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140736335211024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28778/statm: 2406260 167588 2300 9 0 2396937 0
[pid=28778/tid=28781] ppid=28775 vsize=9625040 CPUtime=1760.14 cores=1,3,5,7
/proc/28778/task/28781/stat : 28781 (java) R 28775 28778 24550 0 -1 4202560 3004 0 1 0 175980 34 0 0 20 0 19 0 29553359 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403679399088 140403505289913 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28782] ppid=28775 vsize=9625040 CPUtime=3.91 cores=1,3,5,7
/proc/28778/task/28782/stat : 28782 (java) S 28775 28778 24550 0 -1 4202560 2247 0 0 0 375 16 0 0 20 0 19 0 29553360 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403640892200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28783] ppid=28775 vsize=9625040 CPUtime=3.94 cores=1,3,5,7
/proc/28778/task/28783/stat : 28783 (java) S 28775 28778 24550 0 -1 4202560 2579 0 0 0 373 21 0 0 20 0 19 0 29553360 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403639839400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28784] ppid=28775 vsize=9625040 CPUtime=4.01 cores=1,3,5,7
/proc/28778/task/28784/stat : 28784 (java) S 28775 28778 24550 0 -1 4202560 1603 0 0 0 381 20 0 0 20 0 19 0 29553360 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403638787112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28785] ppid=28775 vsize=9625040 CPUtime=3.61 cores=1,3,5,7
/proc/28778/task/28785/stat : 28785 (java) S 28775 28778 24550 0 -1 4202560 1981 0 0 0 339 22 0 0 20 0 19 0 29553360 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403637734312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28786] ppid=28775 vsize=9625040 CPUtime=3.87 cores=1,3,5,7
/proc/28778/task/28786/stat : 28786 (java) S 28775 28778 24550 0 -1 4202560 2515 0 0 0 365 22 0 0 20 0 19 0 29553360 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403636681000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28787] ppid=28775 vsize=9625040 CPUtime=3.84 cores=1,3,5,7
/proc/28778/task/28787/stat : 28787 (java) S 28775 28778 24550 0 -1 4202560 2490 0 0 0 364 20 0 0 20 0 19 0 29553360 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403635628200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28788] ppid=28775 vsize=9625040 CPUtime=3.6 cores=1,3,5,7
/proc/28778/task/28788/stat : 28788 (java) S 28775 28778 24550 0 -1 4202560 1594 0 0 0 342 18 0 0 20 0 19 0 29553360 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403634575912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28789] ppid=28775 vsize=9625040 CPUtime=3.62 cores=1,3,5,7
/proc/28778/task/28789/stat : 28789 (java) S 28775 28778 24550 0 -1 4202560 1754 0 0 0 345 17 0 0 20 0 19 0 29553360 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403633523112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28790] ppid=28775 vsize=9625040 CPUtime=6.93 cores=1,3,5,7
/proc/28778/task/28790/stat : 28790 (java) S 28775 28778 24550 0 -1 4202560 1478 0 0 0 686 7 0 0 20 0 19 0 29553362 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403503258344 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28791] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28791/stat : 28791 (java) S 28775 28778 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29553362 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403502204408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28792] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28792/stat : 28792 (java) S 28775 28778 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29553362 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403501152008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28793] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28793/stat : 28793 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553365 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403500100496 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28794] ppid=28775 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/28778/task/28794/stat : 28794 (java) S 28775 28778 24550 0 -1 4202560 12822 0 0 0 99 3 0 0 20 0 19 0 29553365 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403499047096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28795] ppid=28775 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/28778/task/28795/stat : 28795 (java) S 28775 28778 24550 0 -1 4202560 19912 0 0 0 114 5 0 0 20 0 19 0 29553365 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403497994296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28796] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28796/stat : 28796 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553365 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403496942200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28797] ppid=28775 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/28778/task/28797/stat : 28797 (java) S 28775 28778 24550 0 -1 4202560 100 0 0 0 36 43 0 0 20 0 19 0 29553365 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403495889608 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28798] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28798/stat : 28798 (java) S 28775 28778 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29553422 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403494835624 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 28778 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1776.3 s]
/proc/loadavg: 2.14 2.09 2.02 3/213 28928
/proc/meminfo: memFree=29968532/32872528 swapFree=338416/354768
[pid=28778] ppid=28775 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/28778/stat : 28778 (java) S 28775 28778 24550 0 -1 4202496 55341 0 1 0 179789 214 0 0 20 0 19 0 29553358 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140736335211024 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28778/statm: 2406260 167588 2300 9 0 2396937 0
[pid=28778/tid=28781] ppid=28775 vsize=9625040 CPUtime=1760.14 cores=1,3,5,7
/proc/28778/task/28781/stat : 28781 (java) R 28775 28778 24550 0 -1 4202560 3004 0 1 0 175980 34 0 0 20 0 19 0 29553359 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403679399088 140403505289913 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28782] ppid=28775 vsize=9625040 CPUtime=3.91 cores=1,3,5,7
/proc/28778/task/28782/stat : 28782 (java) S 28775 28778 24550 0 -1 4202560 2247 0 0 0 375 16 0 0 20 0 19 0 29553360 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403640892200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28783] ppid=28775 vsize=9625040 CPUtime=3.94 cores=1,3,5,7
/proc/28778/task/28783/stat : 28783 (java) S 28775 28778 24550 0 -1 4202560 2579 0 0 0 373 21 0 0 20 0 19 0 29553360 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403639839400 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28784] ppid=28775 vsize=9625040 CPUtime=4.01 cores=1,3,5,7
/proc/28778/task/28784/stat : 28784 (java) S 28775 28778 24550 0 -1 4202560 1603 0 0 0 381 20 0 0 20 0 19 0 29553360 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403638787112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28785] ppid=28775 vsize=9625040 CPUtime=3.61 cores=1,3,5,7
/proc/28778/task/28785/stat : 28785 (java) S 28775 28778 24550 0 -1 4202560 1981 0 0 0 339 22 0 0 20 0 19 0 29553360 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403637734312 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28786] ppid=28775 vsize=9625040 CPUtime=3.87 cores=1,3,5,7
/proc/28778/task/28786/stat : 28786 (java) S 28775 28778 24550 0 -1 4202560 2515 0 0 0 365 22 0 0 20 0 19 0 29553360 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403636681000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28787] ppid=28775 vsize=9625040 CPUtime=3.84 cores=1,3,5,7
/proc/28778/task/28787/stat : 28787 (java) S 28775 28778 24550 0 -1 4202560 2490 0 0 0 364 20 0 0 20 0 19 0 29553360 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403635628200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28788] ppid=28775 vsize=9625040 CPUtime=3.6 cores=1,3,5,7
/proc/28778/task/28788/stat : 28788 (java) S 28775 28778 24550 0 -1 4202560 1594 0 0 0 342 18 0 0 20 0 19 0 29553360 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403634575912 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28789] ppid=28775 vsize=9625040 CPUtime=3.62 cores=1,3,5,7
/proc/28778/task/28789/stat : 28789 (java) S 28775 28778 24550 0 -1 4202560 1754 0 0 0 345 17 0 0 20 0 19 0 29553360 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403633523112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28778/tid=28790] ppid=28775 vsize=9625040 CPUtime=6.93 cores=1,3,5,7
/proc/28778/task/28790/stat : 28790 (java) S 28775 28778 24550 0 -1 4202560 1478 0 0 0 686 7 0 0 20 0 19 0 29553362 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403503258344 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28791] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28791/stat : 28791 (java) S 28775 28778 24550 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29553362 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403502204408 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28792] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28792/stat : 28792 (java) S 28775 28778 24550 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29553362 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403501152008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28793] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28793/stat : 28793 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553365 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403500100496 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28778/tid=28794] ppid=28775 vsize=9625040 CPUtime=1.02 cores=1,3,5,7
/proc/28778/task/28794/stat : 28794 (java) S 28775 28778 24550 0 -1 4202560 12822 0 0 0 99 3 0 0 20 0 19 0 29553365 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403499047096 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28795] ppid=28775 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/28778/task/28795/stat : 28795 (java) S 28775 28778 24550 0 -1 4202560 19912 0 0 0 114 5 0 0 20 0 19 0 29553365 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403497994296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28796] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28796/stat : 28796 (java) S 28775 28778 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29553365 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403496942200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28778/tid=28797] ppid=28775 vsize=9625040 CPUtime=0.79 cores=1,3,5,7
/proc/28778/task/28797/stat : 28797 (java) S 28775 28778 24550 0 -1 4202560 100 0 0 0 36 43 0 0 20 0 19 0 29553365 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403495889608 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28778/tid=28798] ppid=28775 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/28778/task/28798/stat : 28798 (java) S 28775 28778 24550 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29553422 9856040960 167588 33554432000 1073741824 1073778376 140736335219888 140403494835624 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1776.35
CPU time (s): 1800.82
CPU user time (s): 1798.2
CPU system time (s): 2.6216
CPU usage (%): 101.378
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.2
system time used= 2.6216
maximum resident set size= 819008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55377
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53251
involuntary context switches= 51761

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2231 second user time and 12.1132 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 20:37:46
IDJOB=4106735
IDBENCH=48219
IDSOLVER=2546
FILE ID=node126/4106735-1466275066
RUNJOBID= node126-1466264639-24567
PBS_JOBID= 19918224
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mis/normalized-mis_500_25_2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106735-1466275066/watcher-4106735-1466275066 -o /tmp/evaluation-result-4106735-1466275066/solver-4106735-1466275066 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466264639-24567 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106735-1466275066.opb

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

MD5SUM BENCH= e40e55fe30ea19a1cae02f7f820bc9fe
RANDOM SEED=865296328

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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.121
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.121
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:        30658592 kB
Buffers:          143952 kB
Cached:           250480 kB
SwapCached:         1736 kB
Active:           806484 kB
Inactive:         314364 kB
Active(anon):     726844 kB
Inactive(anon):     1796 kB
Active(file):      79640 kB
Inactive(file):   312568 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100232 kB
Dirty:               844 kB
Writeback:             0 kB
AnonPages:       1121192 kB
Mapped:            17068 kB
Shmem:                 0 kB
Slab:             606260 kB
SReclaimable:      50080 kB
SUnreclaim:       556180 kB
KernelStack:        1752 kB
PageTables:         6736 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1360284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    743424 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node126 at 2016-06-18 21:07:23