Trace number 4119041

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)-2911848 1800.16 900.552

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-LIN/minlplib2-pb-0.1.0/
opb/normalized-graphpart_3g-0334-0334.lin.opb
MD5SUM1f3e049cdf03b3287586bbeb2e2561f8
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3410696
Best CPU time to get the best result obtained on this benchmark1800.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables432
Total number of constraints684
Number of constraints which are clauses324
Number of constraints which are cardinality constraints (but not clauses)36
Number of constraints which are nor clauses,nor cardinality constraints324
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 324
Biggest coefficient in the objective function 244497
Number of bits for the biggest coefficient in the objective function 18
Sum of the numbers in the objective function 28420296
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 244497
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 28420296
Number of bits of the biggest sum of numbers25
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.10	c version PB16.v20160501
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.13	c Pseudo Boolean Optimization by upper bound
0.09/0.13	c ManyCore solver with 2 solvers running in parallel
0.09/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.13	c Expensive reason simplification
0.09/0.13	c Glucose 2.1 dynamic restart strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.13	c --- Begin Solver configuration ---
0.09/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.13	c Learn all clauses as in MiniSAT
0.09/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.13	c No reason simplification
0.09/0.13	c Armin Biere (Picosat) restarts strategy
0.09/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.13	c timeout=2147483s
0.09/0.13	c DB Simplification allowed=false
0.09/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.13	c --- End Solver configuration ---
0.09/0.13	c solving HOME/instance-4119041-1467239853.opb
0.09/0.13	c reading problem ... 
0.09/0.13	c  objective function found
0.23/0.24	c ... done. Wall clock time 0.116s.
0.23/0.24	c declared #vars     432
0.23/0.24	c #constraints  720
0.23/0.25	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.23/0.25	c constraints type 
0.23/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 360
0.23/0.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 36
0.23/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 324
0.23/0.25	c 720 constraints processed.
0.23/0.25	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.23/0.25	c constraints type 
0.23/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 360
0.23/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 36
0.23/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 324
0.23/0.25	c 720 constraints processed.
0.23/0.25	c objective function length is 324 literals
0.23/0.26	c And the winner is solver1
0.38/0.75	c SATISFIABLE
0.38/0.75	c OPTIMIZING...
0.38/0.75	c Got one! Elapsed wall clock time (in seconds):0.621
0.38/0.75	o -2625038
0.38/0.77	c And the winner is solver0
0.53/1.25	c Got one! Elapsed wall clock time (in seconds):1.126
0.53/1.25	o -2635624
0.53/1.26	c And the winner is solver0
0.59/1.76	c Got one! Elapsed wall clock time (in seconds):1.629
0.59/1.76	o -2863952
3.31/2.54	c cleaning 2508 clauses out of 5015 with flag 11795/5015
4.47/2.94	c cleaning 4250 clauses out of 8504 with flag 24620/11012
4.67/3.01	c And the winner is solver1
4.72/3.26	c Got one! Elapsed wall clock time (in seconds):3.133
4.72/3.26	o -2911848
5.21/3.58	c cleaning 4737 clauses out of 9490 with flag 9291/16248
6.28/4.03	c cleaning 5374 clauses out of 10754 with flag 23500/22249
7.55/4.60	c cleaning 6191 clauses out of 12382 with flag 40104/29251
8.75/5.22	c cleaning 7094 clauses out of 14189 with flag 59478/37249
10.40/6.06	c cleaning 8046 clauses out of 16095 with flag 81966/46249
12.29/6.96	c cleaning 9025 clauses out of 18050 with flag 106698/56250
14.78/8.12	c cleaning 10012 clauses out of 20023 with flag 136058/67248
17.65/9.59	c cleaning 11006 clauses out of 22012 with flag 167072/79249
20.47/10.97	c cleaning 12003 clauses out of 24005 with flag 204040/92248
23.47/12.49	c cleaning 12998 clauses out of 26004 with flag 243249/106250
26.66/14.08	c cleaning 13998 clauses out of 28004 with flag 280063/121248
30.26/15.84	c cleaning 15004 clauses out of 30007 with flag 319111/137249
34.20/17.75	c cleaning 16001 clauses out of 32002 with flag 364978/154248
38.40/19.86	c cleaning 17001 clauses out of 34001 with flag 416109/172248
43.38/22.33	c cleaning 18000 clauses out of 36001 with flag 467803/191249
49.18/25.23	c cleaning 18996 clauses out of 38000 with flag 517744/211248
54.91/28.10	c cleaning 20002 clauses out of 40004 with flag 576610/232248
62.03/31.56	c cleaning 20996 clauses out of 42002 with flag 630084/254248
68.83/34.94	c cleaning 22003 clauses out of 44006 with flag 685094/277248
77.12/39.01	c cleaning 23000 clauses out of 46004 with flag 744808/301249
83.92/42.46	c cleaning 24002 clauses out of 48003 with flag 808949/326248
92.53/46.74	c cleaning 25001 clauses out of 50001 with flag 874581/352248
101.73/51.35	c cleaning 25999 clauses out of 52000 with flag 939783/379248
111.12/56.09	c cleaning 26998 clauses out of 54004 with flag 1000476/407251
119.13/60.06	c cleaning 27998 clauses out of 56004 with flag 1071124/436249
132.12/66.51	c cleaning 28998 clauses out of 58006 with flag 1168590/466249
144.34/72.69	c cleaning 29997 clauses out of 60007 with flag 1276384/497248
156.32/78.62	c cleaning 30999 clauses out of 62010 with flag 1383559/529248
170.47/85.63	c cleaning 32007 clauses out of 64014 with flag 1490124/562251
183.67/92.27	c cleaning 33001 clauses out of 66004 with flag 1590071/596248
197.88/99.30	c cleaning 33999 clauses out of 68004 with flag 1672841/631249
210.07/105.47	c cleaning 35002 clauses out of 70004 with flag 1768461/667248
222.87/111.86	c cleaning 36002 clauses out of 72003 with flag 1870486/704249
238.27/119.51	c cleaning 36998 clauses out of 74001 with flag 1979258/742249
254.06/127.41	c cleaning 37999 clauses out of 76003 with flag 2064976/781249
269.90/135.35	c cleaning 38995 clauses out of 78003 with flag 2152322/821248
285.88/143.34	c cleaning 39998 clauses out of 80009 with flag 2248567/862249
302.69/151.78	c cleaning 41006 clauses out of 82011 with flag 2339756/904249
321.09/160.97	c cleaning 41997 clauses out of 84005 with flag 2439248/947249
340.09/170.47	c cleaning 43004 clauses out of 86007 with flag 2541707/991248
360.30/180.55	c cleaning 43994 clauses out of 88003 with flag 2659793/1036248
380.88/190.80	c cleaning 45004 clauses out of 90010 with flag 2800377/1082249
404.10/202.50	c cleaning 46000 clauses out of 92005 with flag 2945466/1129248
428.88/214.89	c cleaning 46999 clauses out of 94005 with flag 3105684/1177248
456.49/228.62	c cleaning 48002 clauses out of 96007 with flag 3253946/1226249
480.69/240.72	c cleaning 48993 clauses out of 98005 with flag 3427991/1276249
513.28/257.02	c cleaning 50000 clauses out of 100011 with flag 3610714/1327248
547.74/274.32	c cleaning 50997 clauses out of 102012 with flag 3798680/1379249
581.13/291.02	c cleaning 52006 clauses out of 104016 with flag 3997775/1432250
615.14/308.09	c cleaning 53002 clauses out of 106008 with flag 4206999/1486248
648.93/324.94	c cleaning 54000 clauses out of 108008 with flag 4409301/1541250
688.33/344.63	c cleaning 54998 clauses out of 110007 with flag 4616182/1597249
727.93/364.47	c cleaning 56004 clauses out of 112008 with flag 4832997/1654248
759.93/380.42	c cleaning 56997 clauses out of 114004 with flag 5009545/1712248
801.17/401.04	c cleaning 58000 clauses out of 116007 with flag 5175687/1771248
836.98/418.97	c cleaning 59004 clauses out of 118007 with flag 5374411/1831248
864.98/432.91	c cleaning 60002 clauses out of 120004 with flag 5582075/1892249
908.87/454.80	c cleaning 61000 clauses out of 122003 with flag 5740465/1954250
963.68/482.39	c cleaning 62002 clauses out of 124003 with flag 5905203/2017250
1004.88/502.90	c cleaning 62996 clauses out of 126000 with flag 6106126/2081249
1046.68/523.85	c cleaning 64002 clauses out of 128003 with flag 6325396/2146248
1081.13/541.08	c cleaning 64997 clauses out of 130002 with flag 6487447/2212249
1117.93/559.47	c cleaning 66001 clauses out of 132005 with flag 6666272/2279249
1164.12/582.56	c cleaning 66999 clauses out of 134007 with flag 6847026/2347252
1211.71/606.37	c cleaning 67996 clauses out of 136004 with flag 7002888/2416248
1259.11/630.09	c cleaning 68999 clauses out of 138010 with flag 7150913/2486250
1301.51/651.27	c cleaning 70002 clauses out of 140012 with flag 7310396/2557251
1367.71/684.38	c cleaning 70994 clauses out of 142007 with flag 7557233/2629248
1440.29/720.66	c cleaning 72003 clauses out of 144014 with flag 7863336/2702249
1508.86/754.94	c cleaning 72999 clauses out of 146010 with flag 8175163/2776248
1578.00/789.41	c cleaning 74004 clauses out of 148014 with flag 8491113/2851251
1649.39/825.20	c cleaning 75001 clauses out of 150008 with flag 8801836/2927249
1723.37/862.18	c cleaning 75998 clauses out of 152006 with flag 9076990/3004248
1788.96/894.96	c cleaning 77005 clauses out of 154010 with flag 9312414/3082250
1800.16/900.50	c >>>>>>>>>> Solver number 0 (2 answers) <<<<<<<<<<<<<<<<<<
1800.16/900.50	c starts		: 8654
1800.16/900.50	c conflicts		: 3103151
1800.16/900.50	c decisions		: 3918472
1800.16/900.50	c propagations		: 130354036
1800.16/900.50	c inspects		: 13519764982
1800.16/900.50	c shortcuts		: 0
1800.16/900.50	c learnt literals	: 0
1800.16/900.50	c learnt binary clauses	: 0
1800.16/900.50	c learnt ternary clauses	: 0
1800.16/900.50	c learnt constraints	: 3103151
1800.16/900.50	c ignored constraints	: 0
1800.16/900.50	c root simplifications	: 0
1800.16/900.50	c removed literals (reason simplification)	: 3588779
1800.16/900.50	c reason swapping (by a shorter reason)	: 0
1800.16/900.50	c Calls to reduceDB	: 76
1800.16/900.50	c Number of update (reduction) of LBD	: 138148
1800.16/900.50	c Imported unit clauses	: 0
1800.16/900.50	c number of reductions to clauses (during analyze)	: 0
1800.16/900.50	c number of learned constraints concerned by reduction	: 0
1800.16/900.50	c number of learning phase by resolution	: 0
1800.16/900.50	c number of learning phase by cutting planes	: 0
1800.16/900.50	c speed (assignments/second)	: 145283.02955055604
1800.16/900.50	c non guided choices	0
1800.16/900.53	c learnt constraints type 
1800.16/900.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 97906
1800.16/900.53	c >>>>>>>>>> Solver number 1 (2 answers) <<<<<<<<<<<<<<<<<<
1800.16/900.53	c starts		: 19
1800.16/900.53	c conflicts		: 2529
1800.16/900.53	c decisions		: 5687
1800.16/900.53	c propagations		: 93342
1800.16/900.53	c inspects		: 23830416
1800.16/900.53	c shortcuts		: 0
1800.16/900.53	c learnt literals	: 0
1800.16/900.53	c learnt binary clauses	: 0
1800.16/900.53	c learnt ternary clauses	: 0
1800.16/900.53	c learnt constraints	: 2527
1800.16/900.53	c ignored constraints	: 0
1800.16/900.53	c root simplifications	: 0
1800.16/900.53	c removed literals (reason simplification)	: 0
1800.16/900.53	c reason swapping (by a shorter reason)	: 0
1800.16/900.53	c Calls to reduceDB	: 0
1800.16/900.53	c Number of update (reduction) of LBD	: 0
1800.16/900.53	c Imported unit clauses	: 0
1800.16/900.53	c number of reductions to clauses (during analyze)	: 0
1800.16/900.53	c number of learned constraints concerned by reduction	: 0
1800.16/900.53	c number of learning phase by resolution	: 0
1800.16/900.53	c number of learning phase by cutting planes	: 0
1800.16/900.53	c speed (assignments/second)	: 103.85561552660478
1800.16/900.53	c non guided choices	0
1800.16/900.53	c learnt constraints type 
1800.16/900.53	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1
1800.16/900.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2526
1800.16/900.53	s SATISFIABLE
1800.16/900.53	c Found 4 solution(s)
1800.16/900.53	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 
1800.16/900.53	c objective function=-2911848
1800.16/900.53	c Total wall clock time (in seconds): 900.403

Verifier Data

OK	-2911848

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-4119041-1467239853/watcher-4119041-1467239853 -o /tmp/evaluation-result-4119041-1467239853/solver-4119041-1467239853 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1467233347-7541 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4119041-1467239853.opb 

pid=11245
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.94 3.94 3.98 4/197 11248
/proc/meminfo: memFree=23266384/32872528 swapFree=1268996/1432516
[pid=11248] ppid=11245 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/11248/stat : 11248 (java) R 11245 11248 5003 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 4940360 9515008 182 33554432000 1073741824 1073778376 140735208761088 140735208752120 214369648309 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 2323 182 140 9 0 71 0

[startup+0.100114 s]
/proc/loadavg: 3.94 3.94 3.98 4/197 11248
/proc/meminfo: memFree=23266384/32872528 swapFree=1268996/1432516
[pid=11248] ppid=11245 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11248/stat : 11248 (java) S 11245 11248 5003 0 -1 4202496 4404 0 1 0 8 1 0 0 20 0 18 0 4940360 9787879424 6028 33554432000 1073741824 1073778376 140735933269488 140735933260624 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 2389619 6028 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200324 s]
/proc/loadavg: 3.94 3.94 3.98 4/197 11248
/proc/meminfo: memFree=23266384/32872528 swapFree=1268996/1432516
[pid=11248] ppid=11245 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/11248/stat : 11248 (java) S 11245 11248 5003 0 -1 4202496 4690 0 1 0 22 1 0 0 20 0 18 0 4940360 9787879424 7268 33554432000 1073741824 1073778376 140735933269488 140735933260624 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 2389619 7268 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300329 s]
/proc/loadavg: 3.94 3.94 3.98 4/197 11248
/proc/meminfo: memFree=23266384/32872528 swapFree=1268996/1432516
[pid=11248] ppid=11245 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/11248/stat : 11248 (java) S 11245 11248 5003 0 -1 4202496 5376 0 1 0 35 3 0 0 20 0 19 0 4940360 10060525568 9361 33554432000 1073741824 1073778376 140735933269488 140735933260624 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 2456183 9361 2239 9 0 2446860 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 9824732

[startup+0.700262 s]
/proc/loadavg: 3.94 3.94 3.98 4/197 11248
/proc/meminfo: memFree=23266384/32872528 swapFree=1268996/1432516
[pid=11248] ppid=11245 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/11248/stat : 11248 (java) S 11245 11248 5003 0 -1 4202496 5376 0 1 0 35 3 0 0 20 0 19 0 4940360 10060525568 9361 33554432000 1073741824 1073778376 140735933269488 140735933260624 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 2456183 9361 2239 9 0 2446860 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 3.94 3.94 3.98 3/216 11273
/proc/meminfo: memFree=23230604/32872528 swapFree=1268996/1432516
[pid=11248] ppid=11245 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/11248/stat : 11248 (java) S 11245 11248 5003 0 -1 4202496 5975 0 1 0 52 7 0 0 20 0 19 0 4940360 10060525568 12155 33554432000 1073741824 1073778376 140735933269488 140735933260624 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 2456183 12155 2250 9 0 2446860 0
[pid=11248/tid=11250] ppid=11245 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (java) S 11245 11248 5003 0 -1 4202560 2438 0 1 0 21 1 0 0 20 0 19 0 4940361 10060525568 12155 33554432000 1073741824 1073778376 140735933269488 139734938055544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11251] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11251/stat : 11251 (java) S 11245 11248 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4940362 10060525568 12155 33554432000 1073741824 1073778376 140735933269488 139734899547176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11252] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11252/stat : 11252 (java) S 11245 11248 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4940362 10060525568 12155 33554432000 1073741824 1073778376 140735933269488 139734898494376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11248/tid=11253] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11253/stat : 11253 (java) S 11245 11248 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4940362 10060525568 12155 33554432000 1073741824 1073778376 140735933269488 139734897441576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11248/tid=11254] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11254/stat : 11254 (java) S 11245 11248 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4940362 10060525568 12155 33554432000 1073741824 1073778376 140735933269488 139734896388776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11255] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11255/stat : 11255 (java) S 11245 11248 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4940362 10060525568 12155 33554432000 1073741824 1073778376 140735933269488 139734895335976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11256] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11256/stat : 11256 (java) S 11245 11248 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4940362 10060525568 12155 33554432000 1073741824 1073778376 140735933269488 139734894283176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11257] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11257/stat : 11257 (java) S 11245 11248 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4940362 10060525568 12155 33554432000 1073741824 1073778376 140735933269488 139734893230376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11258] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11258/stat : 11258 (java) S 11245 11248 5003 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4940362 10060525568 12155 33554432000 1073741824 1073778376 140735933269488 139734892177576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11259] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11259/stat : 11259 (java) S 11245 11248 5003 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4940364 10060525568 12155 33554432000 1073741824 1073778376 140735933269488 139734761323496 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11260] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11260/stat : 11260 (java) S 11245 11248 5003 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4940364 10060525568 12155 33554432000 1073741824 1073778376 140735933269488 139734760269560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11261] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11261/stat : 11261 (java) S 11245 11248 5003 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4940364 10060525568 12155 33554432000 1073741824 1073778376 140735933269488 139734759216648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11262] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11262/stat : 11262 (java) S 11245 11248 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4940367 10060525568 12155 33554432000 1073741824 1073778376 140735933269488 139734758165136 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11263] ppid=11245 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/11248/task/11263/stat : 11263 (java) S 11245 11248 5003 0 -1 4202560 1031 0 0 0 10 0 0 0 20 0 19 0 4940367 10060525568 12155 33554432000 1073741824 1073778376 140735933269488 139734757112248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11264] ppid=11245 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/11248/task/11264/stat : 11264 (java) S 11245 11248 5003 0 -1 4202560 1159 0 0 0 10 0 0 0 20 0 19 0 4940367 10060525568 12155 33554432000 1073741824 1073778376 140735933269488 139734756059448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11248/tid=11265] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11265/stat : 11265 (java) S 11245 11248 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4940367 10060525568 12155 33554432000 1073741824 1073778376 140735933269488 139734755006840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11248/tid=11266] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11266/stat : 11266 (java) S 11245 11248 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4940367 10060525568 12155 33554432000 1073741824 1073778376 140735933269488 139734753954248 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11273] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11273/stat : 11273 (java) S 11245 11248 5003 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4940436 10060525568 12155 33554432000 1073741824 1073778376 140735933269488 139734749741992 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 9824732

[startup+3.10097 s]
/proc/loadavg: 3.79 3.91 3.97 7/219 11279
/proc/meminfo: memFree=23183684/32872528 swapFree=1268996/1432516
[pid=11248] ppid=11245 vsize=9824732 CPUtime=4.72 cores=0,2,4,6
/proc/11248/stat : 11248 (java) S 11245 11248 5003 0 -1 4202496 28223 0 1 0 456 16 0 0 20 0 19 0 4940360 10060525568 44587 33554432000 1073741824 1073778376 140735933269488 140735933260624 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 2456183 44587 2285 9 0 2446860 0
[pid=11248/tid=11250] ppid=11245 vsize=9824732 CPUtime=0.22 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (java) S 11245 11248 5003 0 -1 4202560 2438 0 1 0 21 1 0 0 20 0 19 0 4940361 10060525568 44587 33554432000 1073741824 1073778376 140735933269488 139734938055544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11251] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11251/stat : 11251 (java) S 11245 11248 5003 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 4940362 10060525568 44587 33554432000 1073741824 1073778376 140735933269488 139734899547176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11252] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11252/stat : 11252 (java) S 11245 11248 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4940362 10060525568 44587 33554432000 1073741824 1073778376 140735933269488 139734898494376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11248/tid=11253] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11253/stat : 11253 (java) S 11245 11248 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4940362 10060525568 44587 33554432000 1073741824 1073778376 140735933269488 139734897441576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11248/tid=11254] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11254/stat : 11254 (java) S 11245 11248 5003 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 4940362 10060525568 44587 33554432000 1073741824 1073778376 140735933269488 139734896388776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11248/tid=11255] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11255/stat : 11255 (java) S 11245 11248 5003 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 4940362 10060525568 44587 33554432000 1073741824 1073778376 140735933269488 139734895335976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11248/tid=11256] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11256/stat : 11256 (java) S 11245 11248 5003 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 4940362 10060525568 44587 33554432000 1073741824 1073778376 140735933269488 139734894283176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11248/tid=11257] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11257/stat : 11257 (java) S 11245 11248 5003 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 4940362 10060525568 44587 33554432000 1073741824 1073778376 140735933269488 139734893230376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11248/tid=11258] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11258/stat : 11258 (java) S 11245 11248 5003 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4940362 10060525568 44587 33554432000 1073741824 1073778376 140735933269488 139734892177576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11259] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11259/stat : 11259 (java) S 11245 11248 5003 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4940364 10060525568 44587 33554432000 1073741824 1073778376 140735933269488 139734761323496 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11260] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11260/stat : 11260 (java) S 11245 11248 5003 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4940364 10060525568 44587 33554432000 1073741824 1073778376 140735933269488 139734760269560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11261] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11261/stat : 11261 (java) S 11245 11248 5003 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4940364 10060525568 44587 33554432000 1073741824 1073778376 140735933269488 139734759216648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11262] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11262/stat : 11262 (java) S 11245 11248 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4940367 10060525568 44587 33554432000 1073741824 1073778376 140735933269488 139734758165136 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11263] ppid=11245 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/11248/task/11263/stat : 11263 (java) S 11245 11248 5003 0 -1 4202560 16248 0 0 0 98 4 0 0 20 0 19 0 4940367 10060525568 44587 33554432000 1073741824 1073778376 140735933269488 139734757112248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11248/tid=11264] ppid=11245 vsize=9824732 CPUtime=0.84 cores=0,2,4,6
/proc/11248/task/11264/stat : 11264 (java) S 11245 11248 5003 0 -1 4202560 8061 0 0 0 83 1 0 0 20 0 19 0 4940367 10060525568 44587 33554432000 1073741824 1073778376 140735933269488 139734756059448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11248/tid=11265] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11265/stat : 11265 (java) S 11245 11248 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4940367 10060525568 44587 33554432000 1073741824 1073778376 140735933269488 139734755006840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11248/tid=11266] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11266/stat : 11266 (java) S 11245 11248 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4940367 10060525568 44587 33554432000 1073741824 1073778376 140735933269488 139734753954248 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11279] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11279/stat : 11279 (java) S 11245 11248 5003 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4940536 10060525568 44587 33554432000 1073741824 1073778376 140735933269488 139734751847592 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.72
Current children cumulated vsize (KiB) 9824732

[startup+6.30092 s]
/proc/loadavg: 3.79 3.91 3.97 4/217 11282
/proc/meminfo: memFree=22923896/32872528 swapFree=1268996/1432516
[pid=11248] ppid=11245 vsize=9824732 CPUtime=11.09 cores=0,2,4,6
/proc/11248/stat : 11248 (java) S 11245 11248 5003 0 -1 4202496 29060 0 1 0 1080 29 0 0 20 0 22 0 4940360 10060525568 95787 33554432000 1073741824 1073778376 140735933269488 140735933260624 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 2456183 95787 2286 9 0 2446860 0
[pid=11248/tid=11250] ppid=11245 vsize=9824732 CPUtime=0.23 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (java) S 11245 11248 5003 0 -1 4202560 2438 0 1 0 22 1 0 0 20 0 22 0 4940361 10060525568 95787 33554432000 1073741824 1073778376 140735933269488 139734938055544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11251] ppid=11245 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/11248/task/11251/stat : 11251 (java) S 11245 11248 5003 0 -1 4202560 146 0 0 0 6 2 0 0 20 0 22 0 4940362 10060525568 95787 33554432000 1073741824 1073778376 140735933269488 139734899547176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11252] ppid=11245 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/11248/task/11252/stat : 11252 (java) S 11245 11248 5003 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 22 0 4940362 10060525568 95787 33554432000 1073741824 1073778376 140735933269488 139734898494376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11248/tid=11253] ppid=11245 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/11248/task/11253/stat : 11253 (java) S 11245 11248 5003 0 -1 4202560 123 0 0 0 6 1 0 0 20 0 22 0 4940362 10060525568 95787 33554432000 1073741824 1073778376 140735933269488 139734897441576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11254] ppid=11245 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11248/task/11254/stat : 11254 (java) S 11245 11248 5003 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 4940362 10060525568 95787 33554432000 1073741824 1073778376 140735933269488 139734896388776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11255] ppid=11245 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/11248/task/11255/stat : 11255 (java) S 11245 11248 5003 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 22 0 4940362 10060525568 95787 33554432000 1073741824 1073778376 140735933269488 139734895335976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11248/tid=11256] ppid=11245 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/11248/task/11256/stat : 11256 (java) S 11245 11248 5003 0 -1 4202560 131 0 0 0 4 2 0 0 20 0 22 0 4940362 10060525568 95787 33554432000 1073741824 1073778376 140735933269488 139734894283176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11257] ppid=11245 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/11248/task/11257/stat : 11257 (java) S 11245 11248 5003 0 -1 4202560 118 0 0 0 8 3 0 0 20 0 22 0 4940362 10060525568 95787 33554432000 1073741824 1073778376 140735933269488 139734893230376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11258] ppid=11245 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/11248/task/11258/stat : 11258 (java) S 11245 11248 5003 0 -1 4202560 23 0 0 0 5 0 0 0 20 0 22 0 4940362 10060525568 95787 33554432000 1073741824 1073778376 140735933269488 139734892177576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11248/tid=11259] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11259/stat : 11259 (java) S 11245 11248 5003 0 -1 4202560 211 0 0 0 0 0 0 0 20 0 22 0 4940364 10060525568 95787 33554432000 1073741824 1073778376 140735933269488 139734761323496 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11260] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11260/stat : 11260 (java) S 11245 11248 5003 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4940364 10060525568 95787 33554432000 1073741824 1073778376 140735933269488 139734760269560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11248/tid=11261] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11261/stat : 11261 (java) S 11245 11248 5003 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4940364 10060525568 95787 33554432000 1073741824 1073778376 140735933269488 139734759216648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11248/tid=11262] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11262/stat : 11262 (java) S 11245 11248 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4940367 10060525568 95787 33554432000 1073741824 1073778376 140735933269488 139734758165136 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11263] ppid=11245 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/11248/task/11263/stat : 11263 (java) S 11245 11248 5003 0 -1 4202560 16249 0 0 0 100 4 0 0 20 0 22 0 4940367 10060525568 95787 33554432000 1073741824 1073778376 140735933269488 139734757112248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11248/tid=11264] ppid=11245 vsize=9824732 CPUtime=0.89 cores=0,2,4,6
/proc/11248/task/11264/stat : 11264 (java) S 11245 11248 5003 0 -1 4202560 8062 0 0 0 87 2 0 0 20 0 22 0 4940367 10060525568 95787 33554432000 1073741824 1073778376 140735933269488 139734756059448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11248/tid=11265] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11265/stat : 11265 (java) S 11245 11248 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4940367 10060525568 95787 33554432000 1073741824 1073778376 140735933269488 139734755006840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11248/tid=11266] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11266/stat : 11266 (java) S 11245 11248 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4940367 10060525568 95787 33554432000 1073741824 1073778376 140735933269488 139734753954248 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11279] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11279/stat : 11279 (java) S 11245 11248 5003 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4940536 10060525568 95787 33554432000 1073741824 1073778376 140735933269488 139734751847592 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11280] ppid=11245 vsize=9824732 CPUtime=2.85 cores=0,2,4,6
/proc/11248/task/11280/stat : 11280 (java) R 11245 11248 5003 0 -1 4202560 13 0 0 0 285 0 0 0 20 0 22 0 4940687 10060525568 95787 33554432000 1073741824 1073778376 140735933269488 139734750793256 139734765052017 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11281] ppid=11245 vsize=9824732 CPUtime=2.85 cores=0,2,4,6

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

/proc/11248/task/11253/stat : 11253 (java) S 11245 11248 5003 0 -1 4202560 354 0 0 0 34 12 0 0 20 0 22 0 4940362 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734897441576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11254] ppid=11245 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/11248/task/11254/stat : 11254 (java) S 11245 11248 5003 0 -1 4202560 283 0 0 0 35 11 0 0 20 0 22 0 4940362 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734896388776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11255] ppid=11245 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/11248/task/11255/stat : 11255 (java) S 11245 11248 5003 0 -1 4202560 272 0 0 0 31 9 0 0 20 0 22 0 4940362 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734895335976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11256] ppid=11245 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/11248/task/11256/stat : 11256 (java) S 11245 11248 5003 0 -1 4202560 379 0 0 0 43 10 0 0 20 0 22 0 4940362 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734894283176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11257] ppid=11245 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/11248/task/11257/stat : 11257 (java) S 11245 11248 5003 0 -1 4202560 449 0 0 0 42 14 0 0 20 0 22 0 4940362 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734893230376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11258] ppid=11245 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/11248/task/11258/stat : 11258 (java) S 11245 11248 5003 0 -1 4202560 301 0 0 0 35 11 0 0 20 0 22 0 4940362 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734892177576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11248/tid=11259] ppid=11245 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/11248/task/11259/stat : 11259 (java) S 11245 11248 5003 0 -1 4202560 1527 0 0 0 66 3 0 0 20 0 22 0 4940364 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734761323496 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11248/tid=11260] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11260/stat : 11260 (java) S 11245 11248 5003 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4940364 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734760269560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11248/tid=11261] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11261/stat : 11261 (java) S 11245 11248 5003 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4940364 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734759216648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11248/tid=11262] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11262/stat : 11262 (java) S 11245 11248 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4940367 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734758165136 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11263] ppid=11245 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/11248/task/11263/stat : 11263 (java) S 11245 11248 5003 0 -1 4202560 16249 0 0 0 100 4 0 0 20 0 22 0 4940367 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734757112248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11248/tid=11264] ppid=11245 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/11248/task/11264/stat : 11264 (java) S 11245 11248 5003 0 -1 4202560 8066 0 0 0 91 2 0 0 20 0 22 0 4940367 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734756059448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11248/tid=11265] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11265/stat : 11265 (java) S 11245 11248 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4940367 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734755006840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11248/tid=11266] ppid=11245 vsize=9824732 CPUtime=0.24 cores=0,2,4,6
/proc/11248/task/11266/stat : 11266 (java) S 11245 11248 5003 0 -1 4202560 51 0 0 0 9 15 0 0 20 0 22 0 4940367 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734753954248 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11279] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11279/stat : 11279 (java) S 11245 11248 5003 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4940536 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734751847592 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11280] ppid=11245 vsize=9824732 CPUtime=875 cores=0,2,4,6
/proc/11248/task/11280/stat : 11280 (java) R 11245 11248 5003 0 -1 4202560 109 0 0 0 87484 16 0 0 20 0 22 0 4940687 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734750785424 139734765035991 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11248/tid=11281] ppid=11245 vsize=9824732 CPUtime=874.92 cores=0,2,4,6
/proc/11248/task/11281/stat : 11281 (java) R 11245 11248 5003 0 -1 4202560 1129 0 0 0 87448 44 0 0 20 0 22 0 4940687 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734749738912 139734765049879 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11282] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11282/stat : 11282 (java) S 11245 11248 5003 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4940687 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734752899880 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1763.78
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+900.501 s]
/proc/loadavg: 4.30 4.17 4.10 6/219 11404
/proc/meminfo: memFree=21112008/32872528 swapFree=1268996/1432516
[pid=11248] ppid=11245 vsize=9824732 CPUtime=1800.16 cores=0,2,4,6
/proc/11248/stat : 11248 (java) S 11245 11248 5003 0 -1 4202496 33745 0 1 0 179861 155 0 0 20 0 22 0 4940360 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 140735933260624 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 2456183 662892 2295 9 0 2446860 0
[pid=11248/tid=11250] ppid=11245 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (java) S 11245 11248 5003 0 -1 4202560 2440 0 1 0 24 2 0 0 20 0 22 0 4940361 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734938055544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11251] ppid=11245 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/11248/task/11251/stat : 11251 (java) S 11245 11248 5003 0 -1 4202560 397 0 0 0 37 11 0 0 20 0 22 0 4940362 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734899547176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11248/tid=11252] ppid=11245 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/11248/task/11252/stat : 11252 (java) S 11245 11248 5003 0 -1 4202560 316 0 0 0 29 12 0 0 20 0 22 0 4940362 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734898494376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11253] ppid=11245 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/11248/task/11253/stat : 11253 (java) S 11245 11248 5003 0 -1 4202560 354 0 0 0 34 12 0 0 20 0 22 0 4940362 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734897441576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11254] ppid=11245 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/11248/task/11254/stat : 11254 (java) S 11245 11248 5003 0 -1 4202560 283 0 0 0 35 11 0 0 20 0 22 0 4940362 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734896388776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11255] ppid=11245 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/11248/task/11255/stat : 11255 (java) S 11245 11248 5003 0 -1 4202560 272 0 0 0 31 9 0 0 20 0 22 0 4940362 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734895335976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11256] ppid=11245 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/11248/task/11256/stat : 11256 (java) S 11245 11248 5003 0 -1 4202560 379 0 0 0 43 10 0 0 20 0 22 0 4940362 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734894283176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11257] ppid=11245 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/11248/task/11257/stat : 11257 (java) S 11245 11248 5003 0 -1 4202560 449 0 0 0 42 14 0 0 20 0 22 0 4940362 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734893230376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11258] ppid=11245 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/11248/task/11258/stat : 11258 (java) S 11245 11248 5003 0 -1 4202560 301 0 0 0 35 11 0 0 20 0 22 0 4940362 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734892177576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11248/tid=11259] ppid=11245 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/11248/task/11259/stat : 11259 (java) S 11245 11248 5003 0 -1 4202560 1527 0 0 0 66 3 0 0 20 0 22 0 4940364 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734761323496 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11248/tid=11260] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11260/stat : 11260 (java) S 11245 11248 5003 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4940364 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734760269560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11248/tid=11261] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11261/stat : 11261 (java) S 11245 11248 5003 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4940364 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734759216648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11248/tid=11262] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11262/stat : 11262 (java) S 11245 11248 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4940367 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734758165136 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11263] ppid=11245 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/11248/task/11263/stat : 11263 (java) S 11245 11248 5003 0 -1 4202560 16249 0 0 0 100 4 0 0 20 0 22 0 4940367 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734757112248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11248/tid=11264] ppid=11245 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/11248/task/11264/stat : 11264 (java) S 11245 11248 5003 0 -1 4202560 8066 0 0 0 91 2 0 0 20 0 22 0 4940367 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734756059448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11248/tid=11265] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11265/stat : 11265 (java) S 11245 11248 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4940367 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734755006840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11248/tid=11266] ppid=11245 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/11248/task/11266/stat : 11266 (java) S 11245 11248 5003 0 -1 4202560 53 0 0 0 10 15 0 0 20 0 22 0 4940367 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734753954248 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11279] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11279/stat : 11279 (java) S 11245 11248 5003 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4940536 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734751847592 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11280] ppid=11245 vsize=9824732 CPUtime=893.15 cores=0,2,4,6
/proc/11248/task/11280/stat : 11280 (java) R 11245 11248 5003 0 -1 4202560 109 0 0 0 89299 16 0 0 20 0 22 0 4940687 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734750785424 139734764987813 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11248/tid=11281] ppid=11245 vsize=9824732 CPUtime=893.06 cores=0,2,4,6
/proc/11248/task/11281/stat : 11281 (java) R 11245 11248 5003 0 -1 4202560 1129 0 0 0 89261 45 0 0 20 0 22 0 4940687 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734749738912 139734765479902 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11282] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11282/stat : 11282 (java) S 11245 11248 5003 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4940687 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734752899880 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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 11248 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+900.501 s]
/proc/loadavg: 4.30 4.17 4.10 6/219 11404
/proc/meminfo: memFree=21112008/32872528 swapFree=1268996/1432516
[pid=11248] ppid=11245 vsize=9824732 CPUtime=1800.16 cores=0,2,4,6
/proc/11248/stat : 11248 (java) S 11245 11248 5003 0 -1 4202496 33745 0 1 0 179861 155 0 0 20 0 22 0 4940360 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 140735933260624 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11248/statm: 2456183 662892 2295 9 0 2446860 0
[pid=11248/tid=11250] ppid=11245 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/11248/task/11250/stat : 11250 (java) S 11245 11248 5003 0 -1 4202560 2440 0 1 0 24 2 0 0 20 0 22 0 4940361 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734938055544 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11251] ppid=11245 vsize=9824732 CPUtime=0.48 cores=0,2,4,6
/proc/11248/task/11251/stat : 11251 (java) S 11245 11248 5003 0 -1 4202560 397 0 0 0 37 11 0 0 20 0 22 0 4940362 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734899547176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11248/tid=11252] ppid=11245 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/11248/task/11252/stat : 11252 (java) S 11245 11248 5003 0 -1 4202560 316 0 0 0 29 12 0 0 20 0 22 0 4940362 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734898494376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11253] ppid=11245 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/11248/task/11253/stat : 11253 (java) S 11245 11248 5003 0 -1 4202560 354 0 0 0 34 12 0 0 20 0 22 0 4940362 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734897441576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11254] ppid=11245 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/11248/task/11254/stat : 11254 (java) S 11245 11248 5003 0 -1 4202560 283 0 0 0 35 11 0 0 20 0 22 0 4940362 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734896388776 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11255] ppid=11245 vsize=9824732 CPUtime=0.4 cores=0,2,4,6
/proc/11248/task/11255/stat : 11255 (java) S 11245 11248 5003 0 -1 4202560 272 0 0 0 31 9 0 0 20 0 22 0 4940362 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734895335976 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11256] ppid=11245 vsize=9824732 CPUtime=0.53 cores=0,2,4,6
/proc/11248/task/11256/stat : 11256 (java) S 11245 11248 5003 0 -1 4202560 379 0 0 0 43 10 0 0 20 0 22 0 4940362 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734894283176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11257] ppid=11245 vsize=9824732 CPUtime=0.56 cores=0,2,4,6
/proc/11248/task/11257/stat : 11257 (java) S 11245 11248 5003 0 -1 4202560 449 0 0 0 42 14 0 0 20 0 22 0 4940362 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734893230376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11258] ppid=11245 vsize=9824732 CPUtime=0.46 cores=0,2,4,6
/proc/11248/task/11258/stat : 11258 (java) S 11245 11248 5003 0 -1 4202560 301 0 0 0 35 11 0 0 20 0 22 0 4940362 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734892177576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11248/tid=11259] ppid=11245 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/11248/task/11259/stat : 11259 (java) S 11245 11248 5003 0 -1 4202560 1527 0 0 0 66 3 0 0 20 0 22 0 4940364 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734761323496 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11248/tid=11260] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11260/stat : 11260 (java) S 11245 11248 5003 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 4940364 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734760269560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11248/tid=11261] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11261/stat : 11261 (java) S 11245 11248 5003 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 4940364 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734759216648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11248/tid=11262] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11262/stat : 11262 (java) S 11245 11248 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4940367 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734758165136 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11263] ppid=11245 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/11248/task/11263/stat : 11263 (java) S 11245 11248 5003 0 -1 4202560 16249 0 0 0 100 4 0 0 20 0 22 0 4940367 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734757112248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11248/tid=11264] ppid=11245 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/11248/task/11264/stat : 11264 (java) S 11245 11248 5003 0 -1 4202560 8066 0 0 0 91 2 0 0 20 0 22 0 4940367 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734756059448 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11248/tid=11265] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11265/stat : 11265 (java) S 11245 11248 5003 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 4940367 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734755006840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11248/tid=11266] ppid=11245 vsize=9824732 CPUtime=0.25 cores=0,2,4,6
/proc/11248/task/11266/stat : 11266 (java) S 11245 11248 5003 0 -1 4202560 53 0 0 0 10 15 0 0 20 0 22 0 4940367 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734753954248 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11248/tid=11279] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11279/stat : 11279 (java) S 11245 11248 5003 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4940536 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734751847592 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11280] ppid=11245 vsize=9824732 CPUtime=893.15 cores=0,2,4,6
/proc/11248/task/11280/stat : 11280 (java) R 11245 11248 5003 0 -1 4202560 109 0 0 0 89299 16 0 0 20 0 22 0 4940687 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734750785424 139734764987813 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11248/tid=11281] ppid=11245 vsize=9824732 CPUtime=893.06 cores=0,2,4,6
/proc/11248/task/11281/stat : 11281 (java) R 11245 11248 5003 0 -1 4202560 1129 0 0 0 89261 45 0 0 20 0 22 0 4940687 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734749738912 139734765479902 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11248/tid=11282] ppid=11245 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/11248/task/11282/stat : 11282 (java) S 11245 11248 5003 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 4940687 10060525568 662892 33554432000 1073741824 1073778376 140735933269488 139734752899880 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11248 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=60261
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=30691
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 900.552
CPU time (s): 1800.16
CPU user time (s): 1798.61
CPU system time (s): 1.55
CPU usage (%): 199.895
Max. virtual memory (cumulated for all children) (KiB): 9825348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.06
system time used= 2.03069
maximum resident set size= 3124372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33789
page faults= 1
swaps= 0
block input operations= 0
block output operations= 640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21832
involuntary context switches= 17558

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.74213 second user time and 7.2459 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-30 00:37:33
IDJOB=4119041
IDBENCH=111640
IDSOLVER=2543
FILE ID=node130/4119041-1467239853
RUNJOBID= node130-1467233347-7541
PBS_JOBID= 19997578
Free space on /tmp= 71664 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-LIN/minlplib2-pb-0.1.0/opb/normalized-graphpart_3g-0334-0334.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119041-1467239853/watcher-4119041-1467239853 -o /tmp/evaluation-result-4119041-1467239853/solver-4119041-1467239853 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1467233347-7541 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4119041-1467239853.opb

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

MD5SUM BENCH= 1f3e049cdf03b3287586bbeb2e2561f8
RANDOM SEED=1704767504

node130.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.813
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.62
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.813
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.813
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.813
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.813
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.813
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.813
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.813
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:        23267176 kB
Buffers:          144384 kB
Cached:          3760268 kB
SwapCached:            0 kB
Active:          3989152 kB
Inactive:        3427416 kB
Active(anon):    3514348 kB
Inactive(anon):        0 kB
Active(file):     474804 kB
Inactive(file):  3427416 kB
Unevictable:     1432516 kB
Mlocked:         1268996 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               468 kB
Writeback:             0 kB
AnonPages:       5066876 kB
Mapped:            22248 kB
Shmem:               204 kB
Slab:             617432 kB
SReclaimable:      61308 kB
SUnreclaim:       556124 kB
KernelStack:        1808 kB
PageTables:        13608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5331632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3659776 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= 71664 MiB
End job on node130 at 2016-06-30 00:52:33