Trace number 4081640

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 Res+CP PB16SAT (TO)-54 1800.95 891.472

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-p6b.opb
MD5SUMf076140978d89a37e97e041a8b1e6b8f
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-61
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables462
Total number of constraints5852
Number of constraints which are clauses5852
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 462
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 462
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 462
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
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 Expensive 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.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
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 phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts 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.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4081640-1465268000.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
0.46/0.37	c ... done. Wall clock time 0.252s.
0.46/0.37	c declared #vars     462
0.46/0.37	c #constraints  5852
0.46/0.37	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.46/0.37	c constraints type 
0.46/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5852
0.46/0.37	c 5852 constraints processed.
0.46/0.37	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.46/0.37	c constraints type 
0.46/0.37	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5852
0.46/0.37	c 5852 constraints processed.
0.46/0.37	c objective function length is 462 literals
0.46/0.38	c And the winner is solver0
1.50/0.88	c SATISFIABLE
1.50/0.88	c OPTIMIZING...
1.50/0.88	c Got one! Elapsed wall clock time (in seconds):0.758
1.50/0.88	o -53
1.50/0.89	c And the winner is solver0
1.59/1.38	c Got one! Elapsed wall clock time (in seconds):1.263
1.59/1.38	o -54
4.25/2.13	c cleaning 2501 clauses out of 5004 with flag 10554/5004
6.27/2.80	c cleaning 4248 clauses out of 8502 with flag 23164/11003
7.79/3.59	c cleaning 5627 clauses out of 11253 with flag 37914/18002
9.89/4.59	c cleaning 6813 clauses out of 13626 with flag 54805/26002
12.08/5.55	c cleaning 7906 clauses out of 15814 with flag 74914/35003
13.89/6.46	c cleaning 8950 clauses out of 17907 with flag 97421/45002
15.99/7.49	c cleaning 9978 clauses out of 19957 with flag 122850/56002
18.18/8.58	c cleaning 10984 clauses out of 21980 with flag 150081/68003
21.16/10.00	c cleaning 11997 clauses out of 23995 with flag 180580/81002
24.36/11.60	c cleaning 12996 clauses out of 25998 with flag 213590/95002
27.99/13.25	c cleaning 13998 clauses out of 28003 with flag 247616/110003
31.17/14.89	c cleaning 14999 clauses out of 30004 with flag 283279/126002
34.81/16.70	c cleaning 16002 clauses out of 32005 with flag 319426/143002
39.24/18.82	c cleaning 16999 clauses out of 34003 with flag 358242/161002
44.08/21.19	c cleaning 18003 clauses out of 36005 with flag 398755/180003
48.88/23.57	c cleaning 18998 clauses out of 38002 with flag 441129/200003
54.37/26.16	c cleaning 20002 clauses out of 40003 with flag 485406/221002
59.58/28.78	c cleaning 20997 clauses out of 42001 with flag 531762/243002
65.56/31.78	c cleaning 22003 clauses out of 44006 with flag 580385/266004
74.06/36.10	c cleaning 22996 clauses out of 46002 with flag 631032/290003
81.66/39.95	c cleaning 24001 clauses out of 48005 with flag 683758/315002
89.72/43.90	c cleaning 25002 clauses out of 50004 with flag 738762/341002
98.32/48.28	c cleaning 25998 clauses out of 52003 with flag 796072/368003
107.46/52.74	c cleaning 26998 clauses out of 54004 with flag 855445/396002
117.24/57.53	c cleaning 28002 clauses out of 56007 with flag 916779/425003
128.04/62.94	c cleaning 29001 clauses out of 58004 with flag 980071/455002
137.14/67.71	c cleaning 0 clauses out of 5002 with flag 0/5002
140.16/69.03	c cleaning 29997 clauses out of 60003 with flag 1045788/486002
151.36/74.65	c cleaning 31004 clauses out of 62008 with flag 1113400/518004
163.24/80.58	c cleaning 32002 clauses out of 64003 with flag 1182996/551003
177.37/87.51	c cleaning 33000 clauses out of 66000 with flag 1255190/585002
190.56/94.15	c cleaning 33991 clauses out of 68000 with flag 1328826/620002
204.69/101.17	c cleaning 35003 clauses out of 70010 with flag 1404562/656003
219.39/108.41	c cleaning 36000 clauses out of 72006 with flag 1482656/693002
234.81/116.10	c cleaning 36997 clauses out of 74006 with flag 1562677/731002
250.02/123.61	c cleaning 38004 clauses out of 76010 with flag 1644860/770003
265.93/131.59	c cleaning 39003 clauses out of 78005 with flag 1729440/810002
284.74/140.82	c cleaning 39999 clauses out of 80003 with flag 1815694/851003
304.49/151.20	c cleaning 41001 clauses out of 82005 with flag 1903699/893004
323.56/160.66	c cleaning 42000 clauses out of 84003 with flag 1994056/936003
344.63/171.13	c cleaning 42991 clauses out of 86002 with flag 2086631/980002
363.99/180.74	c cleaning 44006 clauses out of 88011 with flag 2181275/1025002
384.16/190.70	c cleaning 44997 clauses out of 90005 with flag 2278121/1071002
405.82/201.46	c cleaning 45999 clauses out of 92008 with flag 2377073/1118002
428.41/212.62	c cleaning 47000 clauses out of 94010 with flag 2478403/1166003
454.05/225.38	c cleaning 48003 clauses out of 96009 with flag 2581942/1215002
475.67/236.09	c cleaning 49000 clauses out of 98006 with flag 2687425/1265002
500.91/248.52	c cleaning 49996 clauses out of 100007 with flag 2794755/1316003
529.35/262.41	c cleaning 50999 clauses out of 102010 with flag 2904705/1368002
559.06/277.11	c cleaning 52000 clauses out of 104011 with flag 3016367/1421002
588.86/291.73	c cleaning 52998 clauses out of 106011 with flag 3130584/1475002
617.79/305.86	c cleaning 54000 clauses out of 108014 with flag 3246224/1530003
645.04/319.18	c cleaning 54999 clauses out of 110013 with flag 3364167/1586002
677.46/336.07	c cleaning 56004 clauses out of 112015 with flag 3484545/1643003
707.64/351.02	c cleaning 57004 clauses out of 114010 with flag 3606849/1701002
740.39/367.32	c cleaning 57999 clauses out of 116007 with flag 3731160/1760003
773.65/383.85	c cleaning 59003 clauses out of 118008 with flag 3857649/1820003
803.77/398.74	c cleaning 0 clauses out of 11001 with flag 0/11001
808.19/400.98	c cleaning 59996 clauses out of 120005 with flag 3986543/1881003
843.53/418.48	c cleaning 60999 clauses out of 122008 with flag 4117592/1943002
879.91/436.45	c cleaning 62006 clauses out of 124012 with flag 4250640/2006005
916.54/454.54	c cleaning 62999 clauses out of 126003 with flag 4385664/2070002
957.25/474.62	c cleaning 63997 clauses out of 128004 with flag 4522711/2135002
1000.83/496.08	c cleaning 65004 clauses out of 130008 with flag 4662103/2201003
1044.00/517.40	c cleaning 66002 clauses out of 132004 with flag 4803856/2268003
1089.32/539.56	c cleaning 66996 clauses out of 134001 with flag 4946945/2336002
1132.11/560.62	c cleaning 67998 clauses out of 136006 with flag 5091620/2405003
1179.49/583.85	c cleaning 69001 clauses out of 138007 with flag 5239057/2475002
1233.90/611.64	c cleaning 69997 clauses out of 140008 with flag 5388883/2546004
1279.67/634.43	c cleaning 71005 clauses out of 142009 with flag 5540622/2618002
1329.42/659.13	c cleaning 71995 clauses out of 144004 with flag 5694592/2691002
1378.65/683.59	c cleaning 73005 clauses out of 146009 with flag 5850071/2765002
1428.05/707.99	c cleaning 73996 clauses out of 148005 with flag 6008060/2840003
1485.01/736.03	c cleaning 74998 clauses out of 150009 with flag 6167751/2916003
1540.23/763.28	c cleaning 75998 clauses out of 152010 with flag 6329271/2993002
1596.10/790.80	c cleaning 77007 clauses out of 154013 with flag 6493450/3071003
1658.13/821.37	c cleaning 77999 clauses out of 156007 with flag 6659942/3150004
1722.90/853.22	c cleaning 78997 clauses out of 158006 with flag 6828863/3230002
1791.17/887.02	c cleaning 80003 clauses out of 160011 with flag 6999218/3311004
1800.17/891.40	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
1800.17/891.40	c starts		: 1787
1800.17/891.40	c conflicts		: 3326757
1800.17/891.40	c decisions		: 4320622
1800.17/891.40	c propagations		: 24484121
1800.17/891.40	c inspects		: 9611580896
1800.17/891.40	c shortcuts		: 0
1800.17/891.40	c learnt literals	: 0
1800.17/891.40	c learnt binary clauses	: 0
1800.17/891.40	c learnt ternary clauses	: 0
1800.17/891.40	c learnt constraints	: 3326757
1800.17/891.40	c ignored constraints	: 0
1800.17/891.40	c root simplifications	: 0
1800.17/891.40	c removed literals (reason simplification)	: 57644747
1800.17/891.40	c reason swapping (by a shorter reason)	: 0
1800.17/891.40	c Calls to reduceDB	: 77
1800.17/891.40	c Number of update (reduction) of LBD	: 41613
1800.17/891.40	c Imported unit clauses	: 0
1800.17/891.40	c number of reductions to clauses (during analyze)	: 0
1800.17/891.40	c number of learned constraints concerned by reduction	: 0
1800.17/891.40	c number of learning phase by resolution	: 0
1800.17/891.40	c number of learning phase by cutting planes	: 0
1800.17/891.40	c speed (assignments/second)	: 27478.66328927536
1800.17/891.40	c non guided choices	0
1800.17/891.43	c learnt constraints type 
1800.17/891.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 95761
1800.17/891.43	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/891.43	c starts		: 45
1800.17/891.43	c conflicts		: 15923
1800.17/891.43	c decisions		: 23874
1800.17/891.43	c propagations		: 178220
1800.17/891.43	c inspects		: 816706662
1800.17/891.43	c shortcuts		: 0
1800.17/891.43	c learnt literals	: 0
1800.17/891.43	c learnt binary clauses	: 0
1800.17/891.43	c learnt ternary clauses	: 0
1800.17/891.43	c learnt constraints	: 15923
1800.17/891.43	c ignored constraints	: 0
1800.17/891.43	c root simplifications	: 0
1800.17/891.43	c removed literals (reason simplification)	: 0
1800.17/891.43	c reason swapping (by a shorter reason)	: 0
1800.17/891.43	c Calls to reduceDB	: 2
1800.17/891.43	c Number of update (reduction) of LBD	: 0
1800.17/891.43	c Imported unit clauses	: 0
1800.17/891.43	c number of reductions to clauses (during analyze)	: 0
1800.17/891.43	c number of learned constraints concerned by reduction	: 0
1800.17/891.43	c number of learning phase by resolution	: 0
1800.17/891.43	c number of learning phase by cutting planes	: 0
1800.17/891.43	c speed (assignments/second)	: 200.2370666651686
1800.17/891.43	c non guided choices	0
1800.17/891.44	c learnt constraints type 
1800.17/891.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 131
1800.17/891.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15792
1800.17/891.44	s SATISFIABLE
1800.17/891.44	c Found 2 solution(s)
1800.17/891.44	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 
1800.17/891.44	c objective function=-54
1800.17/891.44	c Total wall clock time (in seconds): 891.321

Verifier Data

OK	-54

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-4081640-1465268000/watcher-4081640-1465268000 -o /tmp/evaluation-result-4081640-1465268000/solver-4081640-1465268000 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465261736-14347 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081640-1465268000.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.95 4.00 3.99 4/197 16802
/proc/meminfo: memFree=29770744/32872528 swapFree=9100/9100
[pid=16802] ppid=16799 vsize=5632 CPUtime=0 cores=0,2,4,6
/proc/16802/stat : 16802 (java) R 16799 16802 14331 0 -1 4202496 389 0 0 0 0 0 0 0 20 0 1 0 108731153 5767168 59 33554432000 1073741824 1073778376 140734684017536 140734684014664 243756240176 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16802/statm: 2303 66 53 9 0 35 0

[startup+0.10006 s]
/proc/loadavg: 3.95 4.00 3.99 4/197 16802
/proc/meminfo: memFree=29770744/32872528 swapFree=9100/9100
[pid=16802] ppid=16799 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/16802/stat : 16802 (java) S 16799 16802 14331 0 -1 4202496 4423 0 1 0 8 0 0 0 20 0 18 0 108731153 9787879424 6053 33554432000 1073741824 1073778376 140734684017536 140734684008672 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16802/statm: 2389619 6053 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200222 s]
/proc/loadavg: 3.95 4.00 3.99 4/197 16802
/proc/meminfo: memFree=29770744/32872528 swapFree=9100/9100
[pid=16802] ppid=16799 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/16802/stat : 16802 (java) S 16799 16802 14331 0 -1 4202496 4685 0 1 0 23 1 0 0 20 0 18 0 108731153 9787879424 6766 33554432000 1073741824 1073778376 140734684017536 140734684008672 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16802/statm: 2389619 6766 2202 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300216 s]
/proc/loadavg: 3.95 4.00 3.99 4/197 16802
/proc/meminfo: memFree=29770744/32872528 swapFree=9100/9100
[pid=16802] ppid=16799 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/16802/stat : 16802 (java) S 16799 16802 14331 0 -1 4202496 5564 0 1 0 45 1 0 0 20 0 18 0 108731153 9787879424 8370 33554432000 1073741824 1073778376 140734684017536 140734684008672 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16802/statm: 2389619 8370 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700256 s]
/proc/loadavg: 3.95 4.00 3.99 4/197 16802
/proc/meminfo: memFree=29770744/32872528 swapFree=9100/9100
[pid=16802] ppid=16799 vsize=9759196 CPUtime=1.3 cores=0,2,4,6
/proc/16802/stat : 16802 (java) S 16799 16802 14331 0 -1 4202496 23391 0 1 0 126 4 0 0 20 0 19 0 108731153 9993416704 23330 33554432000 1073741824 1073778376 140734684017536 140734684008672 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16802/statm: 2439799 23330 2254 9 0 2430476 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9759196

[startup+1.50073 s]
/proc/loadavg: 3.87 3.98 3.99 3/216 16827
/proc/meminfo: memFree=29677752/32872528 swapFree=9100/9100
[pid=16802] ppid=16799 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/16802/stat : 16802 (java) S 16799 16802 14331 0 -1 4202496 24344 0 1 0 198 6 0 0 20 0 22 0 108731153 10060525568 26900 33554432000 1073741824 1073778376 140734684017536 140734684008672 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16802/statm: 2456183 26900 2264 9 0 2446860 0
[pid=16802/tid=16804] ppid=16799 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/16802/task/16804/stat : 16804 (java) S 16799 16802 14331 0 -1 4202560 2492 0 1 0 34 2 0 0 20 0 22 0 108731154 10060525568 26900 33554432000 1073741824 1073778376 140734684017536 140718012638072 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16805] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16805/stat : 16805 (java) S 16799 16802 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108731155 10060525568 26900 33554432000 1073741824 1073778376 140734684017536 140717974129448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16806] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16806/stat : 16806 (java) S 16799 16802 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108731155 10060525568 26908 33554432000 1073741824 1073778376 140734684017536 140717973076648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16802/tid=16807] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16807/stat : 16807 (java) S 16799 16802 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108731155 10060525568 26925 33554432000 1073741824 1073778376 140734684017536 140717972024360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16802/tid=16808] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16808/stat : 16808 (java) S 16799 16802 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108731155 10060525568 26929 33554432000 1073741824 1073778376 140734684017536 140717970971560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16802/tid=16809] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16809/stat : 16809 (java) S 16799 16802 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108731155 10060525568 26929 33554432000 1073741824 1073778376 140734684017536 140717969918248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16810] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16810/stat : 16810 (java) S 16799 16802 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108731155 10060525568 26929 33554432000 1073741824 1073778376 140734684017536 140717968865448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16802/tid=16811] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16811/stat : 16811 (java) S 16799 16802 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108731155 10060525568 26929 33554432000 1073741824 1073778376 140734684017536 140717967813160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16812] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16812/stat : 16812 (java) S 16799 16802 14331 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 108731155 10060525568 26929 33554432000 1073741824 1073778376 140734684017536 140717966760360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16813] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16813/stat : 16813 (java) S 16799 16802 14331 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 108731156 10060525568 26929 33554432000 1073741824 1073778376 140734684017536 140717835913960 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16814] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16814/stat : 16814 (java) S 16799 16802 14331 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 108731157 10060525568 26929 33554432000 1073741824 1073778376 140734684017536 140717834860024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16815] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16815/stat : 16815 (java) S 16799 16802 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108731157 10060525568 26929 33554432000 1073741824 1073778376 140734684017536 140717833807624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16816] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16816/stat : 16816 (java) S 16799 16802 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108731159 10060525568 26929 33554432000 1073741824 1073778376 140734684017536 140717832756112 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16817] ppid=16799 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/16802/task/16817/stat : 16817 (java) R 16799 16802 14331 0 -1 4202560 9547 0 0 0 67 2 0 0 20 0 22 0 108731159 10060525568 26929 33554432000 1073741824 1073778376 140734684017536 140717831694512 243765097145 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16818] ppid=16799 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/16802/task/16818/stat : 16818 (java) R 16799 16802 14331 0 -1 4202560 10954 0 0 0 68 2 0 0 20 0 22 0 108731159 10060525568 26929 33554432000 1073741824 1073778376 140734684017536 140717830649912 140718015239153 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16802/tid=16819] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16819/stat : 16819 (java) S 16799 16802 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108731159 10060525568 26929 33554432000 1073741824 1073778376 140734684017536 140717829597816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16802/tid=16820] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16820/stat : 16820 (java) S 16799 16802 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108731159 10060525568 26929 33554432000 1073741824 1073778376 140734684017536 140717828545224 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16824] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16824/stat : 16824 (java) S 16799 16802 14331 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 108731191 10060525568 26929 33554432000 1073741824 1073778376 140734684017536 140716682495528 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9824732

[startup+3.10087 s]
/proc/loadavg: 3.87 3.98 3.99 7/219 16830
/proc/meminfo: memFree=29546360/32872528 swapFree=9100/9100
[pid=16802] ppid=16799 vsize=9824732 CPUtime=6.9 cores=0,2,4,6
/proc/16802/stat : 16802 (java) S 16799 16802 14331 0 -1 4202496 32389 0 1 0 674 16 0 0 20 0 22 0 108731153 10060525568 78285 33554432000 1073741824 1073778376 140734684017536 140734684008672 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16802/statm: 2456183 78285 2293 9 0 2446860 0
[pid=16802/tid=16804] ppid=16799 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/16802/task/16804/stat : 16804 (java) S 16799 16802 14331 0 -1 4202560 2492 0 1 0 34 2 0 0 20 0 22 0 108731154 10060525568 78285 33554432000 1073741824 1073778376 140734684017536 140718012638072 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16805] ppid=16799 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16802/task/16805/stat : 16805 (java) S 16799 16802 14331 0 -1 4202560 111 0 0 0 2 1 0 0 20 0 22 0 108731155 10060525568 78285 33554432000 1073741824 1073778376 140734684017536 140717974129448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16802/tid=16806] ppid=16799 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/16802/task/16806/stat : 16806 (java) S 16799 16802 14331 0 -1 4202560 82 0 0 0 1 0 0 0 20 0 22 0 108731155 10060525568 78285 33554432000 1073741824 1073778376 140734684017536 140717973076648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16802/tid=16807] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16807/stat : 16807 (java) S 16799 16802 14331 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 108731155 10060525568 78285 33554432000 1073741824 1073778376 140734684017536 140717972024360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16802/tid=16808] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16808/stat : 16808 (java) S 16799 16802 14331 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 108731155 10060525568 78285 33554432000 1073741824 1073778376 140734684017536 140717970971560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16802/tid=16809] ppid=16799 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/16802/task/16809/stat : 16809 (java) S 16799 16802 14331 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 22 0 108731155 10060525568 78285 33554432000 1073741824 1073778376 140734684017536 140717969918248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16802/tid=16810] ppid=16799 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16802/task/16810/stat : 16810 (java) S 16799 16802 14331 0 -1 4202560 109 0 0 0 1 2 0 0 20 0 22 0 108731155 10060525568 78285 33554432000 1073741824 1073778376 140734684017536 140717968865448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16802/tid=16811] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16811/stat : 16811 (java) S 16799 16802 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 108731155 10060525568 78285 33554432000 1073741824 1073778376 140734684017536 140717967813160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16802/tid=16812] ppid=16799 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16802/task/16812/stat : 16812 (java) S 16799 16802 14331 0 -1 4202560 110 0 0 0 2 1 0 0 20 0 22 0 108731155 10060525568 78285 33554432000 1073741824 1073778376 140734684017536 140717966760360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16813] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16813/stat : 16813 (java) S 16799 16802 14331 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 108731156 10060525568 78285 33554432000 1073741824 1073778376 140734684017536 140717835913960 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16814] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16814/stat : 16814 (java) S 16799 16802 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108731157 10060525568 78285 33554432000 1073741824 1073778376 140734684017536 140717834860024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16815] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16815/stat : 16815 (java) S 16799 16802 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108731157 10060525568 78285 33554432000 1073741824 1073778376 140734684017536 140717833807624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16816] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16816/stat : 16816 (java) S 16799 16802 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108731159 10060525568 78285 33554432000 1073741824 1073778376 140734684017536 140717832756112 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16817] ppid=16799 vsize=9824732 CPUtime=1.51 cores=0,2,4,6
/proc/16802/task/16817/stat : 16817 (java) S 16799 16802 14331 0 -1 4202560 14553 0 0 0 148 3 0 0 20 0 22 0 108731159 10060525568 78285 33554432000 1073741824 1073778376 140734684017536 140717831702712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16818] ppid=16799 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/16802/task/16818/stat : 16818 (java) S 16799 16802 14331 0 -1 4202560 13366 0 0 0 143 2 0 0 20 0 22 0 108731159 10060525568 78285 33554432000 1073741824 1073778376 140734684017536 140717830649912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16802/tid=16819] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16819/stat : 16819 (java) S 16799 16802 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108731159 10060525568 78285 33554432000 1073741824 1073778376 140734684017536 140717829597816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16802/tid=16820] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16820/stat : 16820 (java) S 16799 16802 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108731159 10060525568 78285 33554432000 1073741824 1073778376 140734684017536 140717828545224 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16824] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16824/stat : 16824 (java) S 16799 16802 14331 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 108731191 10060525568 78285 33554432000 1073741824 1073778376 140734684017536 140716682495528 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16802/tid=16828] ppid=16799 vsize=9824732 CPUtime=1.64 cores=0,2,4,6
/proc/16802/task/16828/stat : 16828 (java) R 16799 16802 14331 0 -1 4202560 10 0 0 0 164 0 0 0 20 0 22 0 108731292 10060525568 78285 33554432000 1073741824 1073778376 140734684017536 140717827224456 140717843295299 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16802/tid=16829] ppid=16799 vsize=9824732 CPUtime=1.62 cores=0,2,4,6
/proc/16802/task/16829/stat : 16829 (java) R 16799 16802 14331 0 -1 4202560 79 0 0 0 159 3 0 0 20 0 22 0 108731292 10060525568 78285 33554432000 1073741824 1073778376 140734684017536 140716684599240 140717843351993 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=16802/tid=16830] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16830/stat : 16830 (java) S 16799 16802 14331 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 108731292 10060525568 78285 33554432000 1073741824 1073778376 140734684017536 140716683547944 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 3.87 3.98 3.99 5/219 16830
/proc/meminfo: memFree=29052192/32872528 swapFree=9100/9100
[pid=16802] ppid=16799 vsize=9824732 CPUtime=13.68 cores=0,2,4,6
/proc/16802/stat : 16802 (java) S 16799 16802 14331 0 -1 4202496 33490 0 1 0 1335 33 0 0 20 0 22 0 108731153 10060525568 181366 33554432000 1073741824 1073778376 140734684017536 140734684008672 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16802/statm: 2456183 181366 2293 9 0 2446860 0
[pid=16802/tid=16804] ppid=16799 vsize=9824732 CPUtime=0.36 cores=0,2,4,6
/proc/16802/task/16804/stat : 16804 (java) S 16799 16802 14331 0 -1 4202560 2492 0 1 0 34 2 0 0 20 0 22 0 108731154 10060525568 181366 33554432000 1073741824 1073778376 140734684017536 140718012638072 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16805] ppid=16799 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/16802/task/16805/stat : 16805 (java) S 16799 16802 14331 0 -1 4202560 146 0 0 0 4 3 0 0 20 0 22 0 108731155 10060525568 181366 33554432000 1073741824 1073778376 140734684017536 140717974129448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16802/tid=16806] ppid=16799 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/16802/task/16806/stat : 16806 (java) S 16799 16802 14331 0 -1 4202560 153 0 0 0 10 3 0 0 20 0 22 0 108731155 10060525568 181366 33554432000 1073741824 1073778376 140734684017536 140717973076648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16807] ppid=16799 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/16802/task/16807/stat : 16807 (java) S 16799 16802 14331 0 -1 4202560 36 0 0 0 3 2 0 0 20 0 22 0 108731155 10060525568 181366 33554432000 1073741824 1073778376 140734684017536 140717972024360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16802/tid=16808] ppid=16799 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/16802/task/16808/stat : 16808 (java) S 16799 16802 14331 0 -1 4202560 45 0 0 0 5 0 0 0 20 0 22 0 108731155 10060525568 181366 33554432000 1073741824 1073778376 140734684017536 140717970971560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16802/tid=16809] ppid=16799 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/16802/task/16809/stat : 16809 (java) S 16799 16802 14331 0 -1 4202560 70 0 0 0 7 3 0 0 20 0 22 0 108731155 10060525568 181366 33554432000 1073741824 1073778376 140734684017536 140717969918248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16802/tid=16810] ppid=16799 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/16802/task/16810/stat : 16810 (java) S 16799 16802 14331 0 -1 4202560 155 0 0 0 6 2 0 0 20 0 22 0 108731155 10060525568 181366 33554432000 1073741824 1073778376 140734684017536 140717968865448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16802/tid=16811] ppid=16799 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/16802/task/16811/stat : 16811 (java) S 16799 16802 14331 0 -1 4202560 69 0 0 0 9 3 0 0 20 0 22 0 108731155 10060525568 181366 33554432000 1073741824 1073778376 140734684017536 140717967813160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16812] ppid=16799 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/16802/task/16812/stat : 16812 (java) S 16799 16802 14331 0 -1 4202560 147 0 0 0 6 3 0 0 20 0 22 0 108731155 10060525568 181366 33554432000 1073741824 1073778376 140734684017536 140717966760360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16802/tid=16813] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16813/stat : 16813 (java) S 16799 16802 14331 0 -1 4202560 489 0 0 0 0 0 0 0 20 0 22 0 108731156 10060525568 181366 33554432000 1073741824 1073778376 140734684017536 140717835913960 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16802/tid=16814] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16814/stat : 16814 (java) S 16799 16802 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108731157 10060525568 181366 33554432000 1073741824 1073778376 140734684017536 140717834860024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16815] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16815/stat : 16815 (java) S 16799 16802 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108731157 10060525568 181366 33554432000 1073741824 1073778376 140734684017536 140717833807624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16816] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16816/stat : 16816 (java) S 16799 16802 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108731159 10060525568 181366 33554432000 1073741824 1073778376 140734684017536 140717832756112 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16817] ppid=16799 vsize=9824732 CPUtime=1.56 cores=0,2,4,6
/proc/16802/task/16817/stat : 16817 (java) S 16799 16802 14331 0 -1 4202560 14553 0 0 0 153 3 0 0 20 0 22 0 108731159 10060525568 181366 33554432000 1073741824 1073778376 140734684017536 140717831702712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16818] ppid=16799 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/16802/task/16818/stat : 16818 (java) S 16799 16802 14331 0 -1 4202560 13366 0 0 0 155 2 0 0 20 0 22 0 108731159 10060525568 181366 33554432000 1073741824 1073778376 140734684017536 140717830649912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16802/tid=16819] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16819/stat : 16819 (java) S 16799 16802 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108731159 10060525568 181366 33554432000 1073741824 1073778376 140734684017536 140717829597816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16802/tid=16820] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 3.77 3.93 4.00 5/219 16944
/proc/meminfo: memFree=19643960/32872528 swapFree=9100/9100
[pid=16802] ppid=16799 vsize=9824732 CPUtime=1660.13 cores=0,2,4,6
/proc/16802/stat : 16802 (java) S 16799 16802 14331 0 -1 4202496 43282 0 1 0 165768 245 0 0 20 0 22 0 108731153 10060525568 1009251 33554432000 1073741824 1073778376 140734684017536 140734684008672 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16802/statm: 2456183 1009251 2302 9 0 2446860 0
[pid=16802/tid=16804] ppid=16799 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/16802/task/16804/stat : 16804 (java) S 16799 16802 14331 0 -1 4202560 2511 0 1 0 37 2 0 0 20 0 22 0 108731154 10060525568 1009251 33554432000 1073741824 1073778376 140734684017536 140718012638072 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16805] ppid=16799 vsize=9824732 CPUtime=5.24 cores=0,2,4,6
/proc/16802/task/16805/stat : 16805 (java) S 16799 16802 14331 0 -1 4202560 942 0 0 0 502 22 0 0 20 0 22 0 108731155 10060525568 1009251 33554432000 1073741824 1073778376 140734684017536 140717974129448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16806] ppid=16799 vsize=9824732 CPUtime=5.59 cores=0,2,4,6
/proc/16802/task/16806/stat : 16806 (java) S 16799 16802 14331 0 -1 4202560 943 0 0 0 535 24 0 0 20 0 22 0 108731155 10060525568 1009251 33554432000 1073741824 1073778376 140734684017536 140717973076648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16802/tid=16807] ppid=16799 vsize=9824732 CPUtime=5.34 cores=0,2,4,6
/proc/16802/task/16807/stat : 16807 (java) S 16799 16802 14331 0 -1 4202560 616 0 0 0 513 21 0 0 20 0 22 0 108731155 10060525568 1009251 33554432000 1073741824 1073778376 140734684017536 140717972024360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16808] ppid=16799 vsize=9824732 CPUtime=5.5 cores=0,2,4,6
/proc/16802/task/16808/stat : 16808 (java) S 16799 16802 14331 0 -1 4202560 632 0 0 0 529 21 0 0 20 0 22 0 108731155 10060525568 1009251 33554432000 1073741824 1073778376 140734684017536 140717970971560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16809] ppid=16799 vsize=9824732 CPUtime=5.31 cores=0,2,4,6
/proc/16802/task/16809/stat : 16809 (java) S 16799 16802 14331 0 -1 4202560 912 0 0 0 503 28 0 0 20 0 22 0 108731155 10060525568 1009251 33554432000 1073741824 1073778376 140734684017536 140717969918248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16810] ppid=16799 vsize=9824732 CPUtime=4.98 cores=0,2,4,6
/proc/16802/task/16810/stat : 16810 (java) S 16799 16802 14331 0 -1 4202560 795 0 0 0 477 21 0 0 20 0 22 0 108731155 10060525568 1009251 33554432000 1073741824 1073778376 140734684017536 140717968865448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16811] ppid=16799 vsize=9824732 CPUtime=5.46 cores=0,2,4,6
/proc/16802/task/16811/stat : 16811 (java) S 16799 16802 14331 0 -1 4202560 898 0 0 0 523 23 0 0 20 0 22 0 108731155 10060525568 1009251 33554432000 1073741824 1073778376 140734684017536 140717967813160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16812] ppid=16799 vsize=9824732 CPUtime=5.44 cores=0,2,4,6
/proc/16802/task/16812/stat : 16812 (java) S 16799 16802 14331 0 -1 4202560 961 0 0 0 517 27 0 0 20 0 22 0 108731155 10060525568 1009251 33554432000 1073741824 1073778376 140734684017536 140717966760360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16813] ppid=16799 vsize=9824732 CPUtime=6.33 cores=0,2,4,6
/proc/16802/task/16813/stat : 16813 (java) S 16799 16802 14331 0 -1 4202560 2966 0 0 0 626 7 0 0 20 0 22 0 108731156 10060525568 1009251 33554432000 1073741824 1073778376 140734684017536 140717835913960 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16814] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16814/stat : 16814 (java) S 16799 16802 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108731157 10060525568 1009251 33554432000 1073741824 1073778376 140734684017536 140717834860024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16815] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16815/stat : 16815 (java) S 16799 16802 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108731157 10060525568 1009251 33554432000 1073741824 1073778376 140734684017536 140717833807624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16816] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16816/stat : 16816 (java) S 16799 16802 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108731159 10060525568 1009251 33554432000 1073741824 1073778376 140734684017536 140717832756112 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16817] ppid=16799 vsize=9824732 CPUtime=1.6 cores=0,2,4,6
/proc/16802/task/16817/stat : 16817 (java) S 16799 16802 14331 0 -1 4202560 14555 0 0 0 157 3 0 0 20 0 22 0 108731159 10060525568 1009251 33554432000 1073741824 1073778376 140734684017536 140717831702712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16818] ppid=16799 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/16802/task/16818/stat : 16818 (java) S 16799 16802 14331 0 -1 4202560 13381 0 0 0 217 2 0 0 20 0 22 0 108731159 10060525568 1009251 33554432000 1073741824 1073778376 140734684017536 140717830649912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16802/tid=16819] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16819/stat : 16819 (java) S 16799 16802 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108731159 10060525568 1009251 33554432000 1073741824 1073778376 140734684017536 140717829597816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16802/tid=16820] ppid=16799 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/16802/task/16820/stat : 16820 (java) S 16799 16802 14331 0 -1 4202560 47 0 0 0 14 15 0 0 20 0 22 0 108731159 10060525568 1009251 33554432000 1073741824 1073778376 140734684017536 140717828545224 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16802/tid=16824] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16824/stat : 16824 (java) S 16799 16802 14331 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 108731191 10060525568 1009251 33554432000 1073741824 1073778376 140734684017536 140716682495528 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16802/tid=16828] ppid=16799 vsize=9824732 CPUtime=803.39 cores=0,2,4,6
/proc/16802/task/16828/stat : 16828 (java) R 16799 16802 14331 0 -1 4202560 91 0 0 0 80324 15 0 0 20 0 22 0 108731292 10060525568 1009251 33554432000 1073741824 1073778376 140734684017536 140717827215264 140717843321500 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16802/tid=16829] ppid=16799 vsize=9824732 CPUtime=803.33 cores=0,2,4,6
/proc/16802/task/16829/stat : 16829 (java) R 16799 16802 14331 0 -1 4202560 1671 0 0 0 80291 42 0 0 20 0 22 0 108731292 10060525568 1009251 33554432000 1073741824 1073778376 140734684017536 140716684597920 140717843206931 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16802/tid=16830] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16830/stat : 16830 (java) S 16799 16802 14331 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 108731292 10060525568 1009251 33554432000 1073741824 1073778376 140734684017536 140716683547944 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1660.13
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 3.66 3.86 3.97 5/219 16945
/proc/meminfo: memFree=19475596/32872528 swapFree=9100/9100
[pid=16802] ppid=16799 vsize=9824732 CPUtime=1781.79 cores=0,2,4,6
/proc/16802/stat : 16802 (java) S 16799 16802 14331 0 -1 4202496 43493 0 1 0 177924 255 0 0 20 0 22 0 108731153 10060525568 1051226 33554432000 1073741824 1073778376 140734684017536 140734684008672 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16802/statm: 2456183 1051226 2302 9 0 2446860 0
[pid=16802/tid=16804] ppid=16799 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/16802/task/16804/stat : 16804 (java) S 16799 16802 14331 0 -1 4202560 2512 0 1 0 37 2 0 0 20 0 22 0 108731154 10060525568 1051226 33554432000 1073741824 1073778376 140734684017536 140718012638072 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16805] ppid=16799 vsize=9824732 CPUtime=5.63 cores=0,2,4,6
/proc/16802/task/16805/stat : 16805 (java) S 16799 16802 14331 0 -1 4202560 973 0 0 0 540 23 0 0 20 0 22 0 108731155 10060525568 1051226 33554432000 1073741824 1073778376 140734684017536 140717974129448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16802/tid=16806] ppid=16799 vsize=9824732 CPUtime=5.96 cores=0,2,4,6
/proc/16802/task/16806/stat : 16806 (java) S 16799 16802 14331 0 -1 4202560 956 0 0 0 571 25 0 0 20 0 22 0 108731155 10060525568 1051226 33554432000 1073741824 1073778376 140734684017536 140717973076648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16802/tid=16807] ppid=16799 vsize=9824732 CPUtime=5.76 cores=0,2,4,6
/proc/16802/task/16807/stat : 16807 (java) S 16799 16802 14331 0 -1 4202560 637 0 0 0 554 22 0 0 20 0 22 0 108731155 10060525568 1051226 33554432000 1073741824 1073778376 140734684017536 140717972024360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16802/tid=16808] ppid=16799 vsize=9824732 CPUtime=5.85 cores=0,2,4,6
/proc/16802/task/16808/stat : 16808 (java) S 16799 16802 14331 0 -1 4202560 653 0 0 0 563 22 0 0 20 0 22 0 108731155 10060525568 1051226 33554432000 1073741824 1073778376 140734684017536 140717970971560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16802/tid=16809] ppid=16799 vsize=9824732 CPUtime=5.8 cores=0,2,4,6
/proc/16802/task/16809/stat : 16809 (java) S 16799 16802 14331 0 -1 4202560 939 0 0 0 551 29 0 0 20 0 22 0 108731155 10060525568 1051226 33554432000 1073741824 1073778376 140734684017536 140717969918248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16802/tid=16810] ppid=16799 vsize=9824732 CPUtime=5.4 cores=0,2,4,6
/proc/16802/task/16810/stat : 16810 (java) S 16799 16802 14331 0 -1 4202560 810 0 0 0 518 22 0 0 20 0 22 0 108731155 10060525568 1051226 33554432000 1073741824 1073778376 140734684017536 140717968865448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16802/tid=16811] ppid=16799 vsize=9824732 CPUtime=5.81 cores=0,2,4,6
/proc/16802/task/16811/stat : 16811 (java) S 16799 16802 14331 0 -1 4202560 910 0 0 0 558 23 0 0 20 0 22 0 108731155 10060525568 1051226 33554432000 1073741824 1073778376 140734684017536 140717967813160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16802/tid=16812] ppid=16799 vsize=9824732 CPUtime=5.81 cores=0,2,4,6
/proc/16802/task/16812/stat : 16812 (java) S 16799 16802 14331 0 -1 4202560 994 0 0 0 552 29 0 0 20 0 22 0 108731155 10060525568 1051226 33554432000 1073741824 1073778376 140734684017536 140717966760360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16813] ppid=16799 vsize=9824732 CPUtime=6.34 cores=0,2,4,6
/proc/16802/task/16813/stat : 16813 (java) S 16799 16802 14331 0 -1 4202560 2989 0 0 0 627 7 0 0 20 0 22 0 108731156 10060525568 1051226 33554432000 1073741824 1073778376 140734684017536 140717835913960 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16814] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16814/stat : 16814 (java) S 16799 16802 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108731157 10060525568 1051226 33554432000 1073741824 1073778376 140734684017536 140717834860024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16815] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16815/stat : 16815 (java) S 16799 16802 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108731157 10060525568 1051226 33554432000 1073741824 1073778376 140734684017536 140717833807624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16816] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16816/stat : 16816 (java) S 16799 16802 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108731159 10060525568 1051226 33554432000 1073741824 1073778376 140734684017536 140717832756112 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16817] ppid=16799 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/16802/task/16817/stat : 16817 (java) S 16799 16802 14331 0 -1 4202560 14557 0 0 0 172 3 0 0 20 0 22 0 108731159 10060525568 1051226 33554432000 1073741824 1073778376 140734684017536 140717831702712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16802/tid=16818] ppid=16799 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/16802/task/16818/stat : 16818 (java) S 16799 16802 14331 0 -1 4202560 13381 0 0 0 217 2 0 0 20 0 22 0 108731159 10060525568 1051226 33554432000 1073741824 1073778376 140734684017536 140717830649912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16802/tid=16819] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16819/stat : 16819 (java) S 16799 16802 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108731159 10060525568 1051226 33554432000 1073741824 1073778376 140734684017536 140717829597816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16802/tid=16820] ppid=16799 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/16802/task/16820/stat : 16820 (java) S 16799 16802 14331 0 -1 4202560 51 0 0 0 15 17 0 0 20 0 22 0 108731159 10060525568 1051226 33554432000 1073741824 1073778376 140734684017536 140717828545224 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16824] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16824/stat : 16824 (java) S 16799 16802 14331 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 108731191 10060525568 1051226 33554432000 1073741824 1073778376 140734684017536 140716682495528 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16802/tid=16828] ppid=16799 vsize=9824732 CPUtime=862.57 cores=0,2,4,6
/proc/16802/task/16828/stat : 16828 (java) R 16799 16802 14331 0 -1 4202560 94 0 0 0 86241 16 0 0 20 0 22 0 108731292 10060525568 1051226 33554432000 1073741824 1073778376 140734684017536 140717827222160 140717843899242 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16829] ppid=16799 vsize=9824732 CPUtime=862.53 cores=0,2,4,6
/proc/16802/task/16829/stat : 16829 (java) R 16799 16802 14331 0 -1 4202560 1676 0 0 0 86210 43 0 0 20 0 22 0 108731292 10060525568 1051226 33554432000 1073741824 1073778376 140734684017536 140716684599056 140717843349963 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16802/tid=16830] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16830/stat : 16830 (java) S 16799 16802 14331 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 108731292 10060525568 1051226 33554432000 1073741824 1073778376 140734684017536 140716683547944 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+891.401 s]
/proc/loadavg: 3.69 3.87 3.97 4/219 16945
/proc/meminfo: memFree=19467288/32872528 swapFree=9100/9100
[pid=16802] ppid=16799 vsize=9824732 CPUtime=1800.17 cores=0,2,4,6
/proc/16802/stat : 16802 (java) S 16799 16802 14331 0 -1 4202496 43503 0 1 0 179761 256 0 0 20 0 22 0 108731153 10060525568 1053270 33554432000 1073741824 1073778376 140734684017536 140734684008672 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16802/statm: 2456183 1053270 2302 9 0 2446860 0
[pid=16802/tid=16804] ppid=16799 vsize=9824732 CPUtime=0.39 cores=0,2,4,6
/proc/16802/task/16804/stat : 16804 (java) S 16799 16802 14331 0 -1 4202560 2512 0 1 0 37 2 0 0 20 0 22 0 108731154 10060525568 1053270 33554432000 1073741824 1073778376 140734684017536 140718012638072 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16805] ppid=16799 vsize=9824732 CPUtime=5.7 cores=0,2,4,6
/proc/16802/task/16805/stat : 16805 (java) S 16799 16802 14331 0 -1 4202560 975 0 0 0 546 24 0 0 20 0 22 0 108731155 10060525568 1053270 33554432000 1073741824 1073778376 140734684017536 140717974129448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16802/tid=16806] ppid=16799 vsize=9824732 CPUtime=6 cores=0,2,4,6
/proc/16802/task/16806/stat : 16806 (java) S 16799 16802 14331 0 -1 4202560 956 0 0 0 575 25 0 0 20 0 22 0 108731155 10060525568 1053270 33554432000 1073741824 1073778376 140734684017536 140717973076648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16802/tid=16807] ppid=16799 vsize=9824732 CPUtime=5.82 cores=0,2,4,6
/proc/16802/task/16807/stat : 16807 (java) S 16799 16802 14331 0 -1 4202560 638 0 0 0 560 22 0 0 20 0 22 0 108731155 10060525568 1053270 33554432000 1073741824 1073778376 140734684017536 140717972024360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16802/tid=16808] ppid=16799 vsize=9824732 CPUtime=5.95 cores=0,2,4,6
/proc/16802/task/16808/stat : 16808 (java) S 16799 16802 14331 0 -1 4202560 654 0 0 0 573 22 0 0 20 0 22 0 108731155 10060525568 1053270 33554432000 1073741824 1073778376 140734684017536 140717970971560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16802/tid=16809] ppid=16799 vsize=9824732 CPUtime=5.85 cores=0,2,4,6
/proc/16802/task/16809/stat : 16809 (java) S 16799 16802 14331 0 -1 4202560 941 0 0 0 556 29 0 0 20 0 22 0 108731155 10060525568 1053270 33554432000 1073741824 1073778376 140734684017536 140717969918248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16802/tid=16810] ppid=16799 vsize=9824732 CPUtime=5.41 cores=0,2,4,6
/proc/16802/task/16810/stat : 16810 (java) S 16799 16802 14331 0 -1 4202560 810 0 0 0 519 22 0 0 20 0 22 0 108731155 10060525568 1053270 33554432000 1073741824 1073778376 140734684017536 140717968865448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16802/tid=16811] ppid=16799 vsize=9824732 CPUtime=5.84 cores=0,2,4,6
/proc/16802/task/16811/stat : 16811 (java) S 16799 16802 14331 0 -1 4202560 910 0 0 0 561 23 0 0 20 0 22 0 108731155 10060525568 1053270 33554432000 1073741824 1073778376 140734684017536 140717967813160 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16802/tid=16812] ppid=16799 vsize=9824732 CPUtime=5.84 cores=0,2,4,6
/proc/16802/task/16812/stat : 16812 (java) S 16799 16802 14331 0 -1 4202560 997 0 0 0 555 29 0 0 20 0 22 0 108731155 10060525568 1053270 33554432000 1073741824 1073778376 140734684017536 140717966760360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16802/tid=16813] ppid=16799 vsize=9824732 CPUtime=6.34 cores=0,2,4,6
/proc/16802/task/16813/stat : 16813 (java) S 16799 16802 14331 0 -1 4202560 2989 0 0 0 627 7 0 0 20 0 22 0 108731156 10060525568 1053270 33554432000 1073741824 1073778376 140734684017536 140717835913960 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16814] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16814/stat : 16814 (java) S 16799 16802 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 108731157 10060525568 1053270 33554432000 1073741824 1073778376 140734684017536 140717834860024 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16815] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16815/stat : 16815 (java) S 16799 16802 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 108731157 10060525568 1053270 33554432000 1073741824 1073778376 140734684017536 140717833807624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16816] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16816/stat : 16816 (java) S 16799 16802 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108731159 10060525568 1053270 33554432000 1073741824 1073778376 140734684017536 140717832756112 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16817] ppid=16799 vsize=9824732 CPUtime=1.75 cores=0,2,4,6
/proc/16802/task/16817/stat : 16817 (java) S 16799 16802 14331 0 -1 4202560 14557 0 0 0 172 3 0 0 20 0 22 0 108731159 10060525568 1053270 33554432000 1073741824 1073778376 140734684017536 140717831702712 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16802/tid=16818] ppid=16799 vsize=9824732 CPUtime=2.19 cores=0,2,4,6
/proc/16802/task/16818/stat : 16818 (java) S 16799 16802 14331 0 -1 4202560 13381 0 0 0 217 2 0 0 20 0 22 0 108731159 10060525568 1053270 33554432000 1073741824 1073778376 140734684017536 140717830649912 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16802/tid=16819] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16819/stat : 16819 (java) S 16799 16802 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 108731159 10060525568 1053270 33554432000 1073741824 1073778376 140734684017536 140717829597816 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16802/tid=16820] ppid=16799 vsize=9824732 CPUtime=0.32 cores=0,2,4,6
/proc/16802/task/16820/stat : 16820 (java) S 16799 16802 14331 0 -1 4202560 51 0 0 0 15 17 0 0 20 0 22 0 108731159 10060525568 1053270 33554432000 1073741824 1073778376 140734684017536 140717828545224 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16824] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16824/stat : 16824 (java) S 16799 16802 14331 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 108731191 10060525568 1053270 33554432000 1073741824 1073778376 140734684017536 140716682495528 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16802/tid=16828] ppid=16799 vsize=9824732 CPUtime=871.55 cores=0,2,4,6
/proc/16802/task/16828/stat : 16828 (java) R 16799 16802 14331 0 -1 4202560 95 0 0 0 87139 16 0 0 20 0 22 0 108731292 10060525568 1053270 33554432000 1073741824 1073778376 140734684017536 140717827222960 140717842503072 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16802/tid=16829] ppid=16799 vsize=9824732 CPUtime=871.52 cores=0,2,4,6
/proc/16802/task/16829/stat : 16829 (java) R 16799 16802 14331 0 -1 4202560 1676 0 0 0 87109 43 0 0 20 0 22 0 108731292 10060525568 1053270 33554432000 1073741824 1073778376 140734684017536 140716684598288 140717843590405 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16802/tid=16830] ppid=16799 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16802/task/16830/stat : 16830 (java) S 16799 16802 14331 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 108731292 10060525568 1053270 33554432000 1073741824 1073778376 140734684017536 140716683547944 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824732

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 16802 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 891.472
CPU time (s): 1800.95
CPU user time (s): 1797.9
CPU system time (s): 3.05154
CPU usage (%): 202.02
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.9
system time used= 3.05154
maximum resident set size= 4213192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43539
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24423
involuntary context switches= 35245

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.36118 second user time and 7.65484 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-07 04:53:20
IDJOB=4081640
IDBENCH=89841
IDSOLVER=2543
FILE ID=node151/4081640-1465268000
RUNJOBID= node151-1465261736-14347
PBS_JOBID= 19843295
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-p6b.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081640-1465268000/watcher-4081640-1465268000 -o /tmp/evaluation-result-4081640-1465268000/solver-4081640-1465268000 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465261736-14347 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081640-1465268000.opb

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

MD5SUM BENCH= f076140978d89a37e97e041a8b1e6b8f
RANDOM SEED=924436211

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.334
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:        29771396 kB
Buffers:           73368 kB
Cached:           179212 kB
SwapCached:         2184 kB
Active:          2196984 kB
Inactive:         146456 kB
Active(anon):    2091680 kB
Inactive(anon):     1680 kB
Active(file):     105304 kB
Inactive(file):   144776 kB
Unevictable:        9100 kB
Mlocked:            9100 kB
SwapTotal:      67108856 kB
SwapFree:       67098860 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       2117556 kB
Mapped:            16504 kB
Shmem:                 0 kB
Slab:             610340 kB
SReclaimable:      54024 kB
SUnreclaim:       556316 kB
KernelStack:        1808 kB
PageTables:         8864 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2268312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2064384 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 node151 at 2016-06-07 05:08:12