Trace number 4106696

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT (TO)-57 1801.08 1777.94

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4106696-1466274608.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
1.04/0.55	c ... done. Wall clock time 0.431s.
1.04/0.55	c declared #vars     500
1.04/0.55	c internal #vars     8358
1.04/0.55	c #constraints  16716
1.04/0.55	c constraints type 
1.04/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 7858
1.04/0.55	c org.sat4j.minisat.constraints.cnf.UnitClauses => 449
1.04/0.55	c org.sat4j.specs.Constr$1 => 529
1.04/0.55	c org.sat4j.minisat.constraints.cnf.UnitClause => 22
1.04/0.55	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 7858
1.04/0.55	c 16716 constraints processed.
1.04/0.55	c objective function length is 500 literals
1.33/0.68	c SATISFIABLE
1.33/0.68	c OPTIMIZING...
1.33/0.68	c Got one! Elapsed wall clock time (in seconds):0.57
1.33/0.69	o -54
3.11/1.28	c Got one! Elapsed wall clock time (in seconds):1.164
3.11/1.28	o -55
3.11/1.29	c Got one! Elapsed wall clock time (in seconds):1.176
3.11/1.29	o -56
3.69/1.60	c cleaning 2884 clauses out of 5771 with flag 8336/5771
4.17/2.00	c cleaning 4443 clauses out of 8886 with flag 20703/11770
4.59/2.49	c cleaning 5722 clauses out of 11443 with flag 35136/18770
4.79/2.70	c Got one! Elapsed wall clock time (in seconds):2.582
4.79/2.70	o -57
5.15/2.88	c cleaning 5551 clauses out of 11106 with flag 4449/24155
5.60/3.30	c cleaning 5778 clauses out of 11556 with flag 17582/30156
6.11/3.79	c cleaning 6386 clauses out of 12778 with flag 32192/37156
6.71/4.36	c cleaning 7190 clauses out of 14392 with flag 48888/45156
7.47/5.04	c cleaning 8096 clauses out of 16201 with flag 67350/54155
8.41/5.85	c cleaning 9051 clauses out of 18106 with flag 88012/64156
9.31/6.72	c cleaning 10028 clauses out of 20055 with flag 110710/75156
10.61/8.04	c cleaning 11007 clauses out of 22026 with flag 137782/87155
11.91/9.38	c cleaning 12005 clauses out of 24020 with flag 166904/100156
13.32/10.77	c cleaning 13004 clauses out of 26014 with flag 197899/114155
15.05/12.37	c cleaning 14000 clauses out of 28010 with flag 230812/129155
16.85/14.17	c cleaning 15000 clauses out of 30010 with flag 265881/145155
18.85/16.11	c cleaning 16002 clauses out of 32011 with flag 303973/162156
20.94/18.27	c cleaning 17006 clauses out of 34011 with flag 344181/180158
23.49/20.60	c cleaning 17997 clauses out of 36002 with flag 387039/199155
25.89/23.09	c cleaning 19000 clauses out of 38005 with flag 431700/219155
28.49/25.68	c cleaning 19997 clauses out of 40005 with flag 480170/240155
31.29/28.46	c cleaning 21002 clauses out of 42008 with flag 529571/262155
34.02/31.01	c cleaning 22003 clauses out of 44006 with flag 577649/285155
36.52/33.59	c cleaning 22998 clauses out of 46003 with flag 626507/309155
39.32/36.33	c cleaning 23998 clauses out of 48006 with flag 677376/334156
42.57/39.47	c cleaning 24999 clauses out of 50007 with flag 730177/360155
45.67/42.57	c cleaning 26005 clauses out of 52009 with flag 785001/387156
49.08/45.83	c cleaning 27002 clauses out of 54004 with flag 841791/415156
52.48/49.23	c cleaning 27999 clauses out of 56003 with flag 900581/444157
56.09/52.82	c cleaning 29001 clauses out of 58003 with flag 961501/474156
60.36/56.95	c cleaning 29998 clauses out of 60002 with flag 1024441/505156
64.26/60.84	c cleaning 31000 clauses out of 62003 with flag 1089363/537155
68.46/64.85	c cleaning 31998 clauses out of 64006 with flag 1156473/570158
73.03/69.22	c cleaning 33001 clauses out of 66006 with flag 1225512/604156
77.87/73.99	c cleaning 33994 clauses out of 68005 with flag 1296455/639156
82.67/78.71	c cleaning 35000 clauses out of 70010 with flag 1369562/675155
87.86/83.82	c cleaning 36002 clauses out of 72010 with flag 1444662/712155
93.36/89.36	c cleaning 37000 clauses out of 74008 with flag 1521551/750155
99.35/95.20	c cleaning 37999 clauses out of 76008 with flag 1600732/789155
105.77/101.53	c cleaning 39001 clauses out of 78009 with flag 1681830/829155
112.18/108.00	c cleaning 39999 clauses out of 80010 with flag 1765177/870157
119.35/115.02	c cleaning 41006 clauses out of 82011 with flag 1850390/912157
127.02/122.62	c cleaning 41997 clauses out of 84003 with flag 1937705/955155
134.85/130.37	c cleaning 43000 clauses out of 86007 with flag 2026891/999156
142.75/138.23	c cleaning 44002 clauses out of 88008 with flag 2118304/1044157
151.33/146.71	c cleaning 44996 clauses out of 90004 with flag 2211810/1090155
159.69/155.10	c cleaning 46001 clauses out of 92009 with flag 2307290/1137156
168.58/163.87	c cleaning 47000 clauses out of 94008 with flag 2404822/1185156
177.97/173.13	c cleaning 48005 clauses out of 96009 with flag 2504284/1234157
187.83/182.97	c cleaning 48998 clauses out of 98002 with flag 2605630/1284155
197.51/192.54	c cleaning 50001 clauses out of 100006 with flag 2708963/1335157
207.43/202.36	c cleaning 50998 clauses out of 102003 with flag 2814398/1387155
217.40/212.24	c cleaning 52000 clauses out of 104006 with flag 2921971/1440156
228.54/223.39	c cleaning 52999 clauses out of 106005 with flag 3031641/1494155
240.30/235.01	c cleaning 53996 clauses out of 108006 with flag 3143237/1549155
250.57/245.29	c cleaning 55000 clauses out of 110011 with flag 3256954/1605156
261.80/256.25	c cleaning 56004 clauses out of 112010 with flag 3372700/1662155
273.27/267.65	c cleaning 56997 clauses out of 114008 with flag 3490411/1720157
284.96/279.25	c cleaning 58001 clauses out of 116009 with flag 3610176/1779155
296.11/290.26	c cleaning 59004 clauses out of 118010 with flag 3732030/1839157
308.41/302.41	c cleaning 60000 clauses out of 120004 with flag 3855853/1900155
321.53/315.47	c cleaning 60997 clauses out of 122004 with flag 3981768/1962155
335.61/329.43	c cleaning 62000 clauses out of 124008 with flag 4109568/2025156
352.29/345.90	c cleaning 63001 clauses out of 126010 with flag 4239183/2089158
370.54/364.03	c cleaning 63998 clauses out of 128006 with flag 4370684/2154155
388.35/381.69	c cleaning 65005 clauses out of 130009 with flag 4504549/2220156
405.28/398.47	c cleaning 66000 clauses out of 132005 with flag 4640657/2287157
422.63/415.65	c cleaning 66998 clauses out of 134004 with flag 4778752/2355156
440.71/433.59	c cleaning 68004 clauses out of 136007 with flag 4918970/2424157
459.47/452.16	c cleaning 68994 clauses out of 138002 with flag 5061137/2494156
477.22/469.75	c cleaning 70004 clauses out of 140007 with flag 5205436/2565155
496.86/489.10	c cleaning 70998 clauses out of 142003 with flag 5351769/2637155
518.89/511.05	c cleaning 71998 clauses out of 144007 with flag 5499906/2710157
542.07/534.05	c cleaning 73001 clauses out of 146008 with flag 5650252/2784156
565.64/557.18	c cleaning 74003 clauses out of 148008 with flag 5802304/2859157
590.08/581.23	c cleaning 75000 clauses out of 150005 with flag 5956624/2935157
614.59/605.44	c cleaning 76000 clauses out of 152004 with flag 6112747/3012156
638.75/629.38	c cleaning 77002 clauses out of 154003 with flag 6271086/3090155
663.09/653.42	c cleaning 78000 clauses out of 156004 with flag 6431289/3169158
688.45/678.48	c cleaning 78999 clauses out of 158002 with flag 6593028/3249156
715.49/705.17	c cleaning 80002 clauses out of 160003 with flag 6756977/3330156
741.16/730.59	c cleaning 80995 clauses out of 162001 with flag 6922890/3412156
768.82/757.77	c cleaning 82000 clauses out of 164005 with flag 7091044/3495155
798.04/786.63	c cleaning 83000 clauses out of 166007 with flag 7261324/3579157
829.51/817.89	c cleaning 84001 clauses out of 168005 with flag 7434075/3664155
859.94/848.00	c cleaning 85004 clauses out of 170007 with flag 7608572/3750158
893.16/880.71	c cleaning 85996 clauses out of 172000 with flag 7785146/3837155
924.70/911.94	c cleaning 87000 clauses out of 174004 with flag 7963608/3925155
956.27/943.11	c cleaning 88003 clauses out of 176005 with flag 8144488/4014156
989.62/976.14	c cleaning 88993 clauses out of 178002 with flag 8326981/4104156
1027.35/1013.46	c cleaning 89999 clauses out of 180009 with flag 8511351/4195156
1066.11/1051.82	c cleaning 90998 clauses out of 182009 with flag 8697767/4287155
1104.58/1089.90	c cleaning 92006 clauses out of 184012 with flag 8886218/4380156
1145.81/1130.70	c cleaning 92998 clauses out of 186005 with flag 9076713/4474155
1186.26/1170.85	c cleaning 94000 clauses out of 188009 with flag 9269222/4569157
1226.08/1210.26	c cleaning 95002 clauses out of 190009 with flag 9464099/4665157
1271.62/1255.36	c cleaning 95998 clauses out of 192005 with flag 9660705/4762155
1318.30/1301.60	c cleaning 97003 clauses out of 194007 with flag 9859025/4860155
1361.46/1344.29	c cleaning 97998 clauses out of 196005 with flag 10059529/4959156
1408.63/1390.82	c cleaning 98997 clauses out of 198007 with flag 10261770/5059156
1456.73/1438.49	c cleaning 99998 clauses out of 200009 with flag 10466163/5160155
1507.57/1488.79	c cleaning 101002 clauses out of 202014 with flag 10672520/5262158
1551.79/1532.43	c cleaning 101998 clauses out of 204009 with flag 10881251/5365155
1599.07/1579.11	c cleaning 103002 clauses out of 206013 with flag 11092014/5469157
1642.35/1621.96	c cleaning 103998 clauses out of 208009 with flag 11304945/5574155
1688.60/1667.77	c cleaning 105002 clauses out of 210011 with flag 11519534/5680155
1735.78/1714.47	c cleaning 105997 clauses out of 212010 with flag 11736155/5787156
1781.16/1759.32	c cleaning 107005 clauses out of 214013 with flag 11954987/5895156
1800.04/1777.90	c starts		: 3766
1800.04/1777.90	c conflicts		: 5955246
1800.04/1777.90	c decisions		: 7654497
1800.04/1777.90	c propagations		: 32644472
1800.04/1777.90	c inspects		: 21275477286
1800.04/1777.90	c shortcuts		: 0
1800.04/1777.90	c learnt literals	: 0
1800.04/1777.90	c learnt binary clauses	: 0
1800.04/1777.90	c learnt ternary clauses	: 0
1800.04/1777.90	c learnt constraints	: 5955246
1800.04/1777.90	c ignored constraints	: 0
1800.04/1777.90	c root simplifications	: 0
1800.04/1777.90	c removed literals (reason simplification)	: 0
1800.04/1777.90	c reason swapping (by a shorter reason)	: 0
1800.04/1777.90	c Calls to reduceDB	: 107
1800.04/1777.90	c Number of update (reduction) of LBD	: 21934
1800.04/1777.90	c Imported unit clauses	: 0
1800.04/1777.90	c number of reductions to clauses (during analyze)	: 0
1800.04/1777.90	c number of learned constraints concerned by reduction	: 0
1800.04/1777.90	c number of learning phase by resolution	: 0
1800.04/1777.90	c number of learning phase by cutting planes	: 0
1800.04/1777.90	c speed (assignments/second)	: 18367.599812298075
1800.04/1777.90	c non guided choices	0
1800.04/1777.93	c learnt constraints type 
1800.04/1777.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 167099
1800.04/1777.93	s SATISFIABLE
1800.04/1777.93	c Found 4 solution(s)
1800.04/1777.93	v x1 x2 -x3 x4 -x5 -x6 -x7 x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 x16 -x17 x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 x64 -x65 x66 -x67 -x68 x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 x128 x129 x130 -x131 x132 x133 x134 -x135 -x136 x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 x145 x146 -x147 -x148 x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 x222 x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 x257 x258 x259 -x260 -x261 x262 -x263 -x264 -x265 -x266 x267 -x268 -x269 -x270 -x271 -x272 -x273 x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 x293 -x294 -x295 -x296 -x297 -x298 -x299 x300 -x301 -x302 -x303 -x304 -x305 x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 x331 -x332 -x333 x334 -x335 -x336 -x337 -x338 -x339 -x340 x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 x377 -x378 x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 x413 -x414 -x415 -x416 -x417 -x418 x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 x463 -x464 -x465 -x466 -x467 -x468 -x469 x470 -x471 x472 -x473 -x474 -x475 -x476 x477 -x478 -x479 -x480 x481 -x482 x483 -x484 -x485 -x486 -x487 -x488 -x489 x490 -x491 x492 -x493 -x494 -x495 -x496 -x497 x498 -x499 -x500 
1800.04/1777.93	c objective function=-57
1800.04/1777.93	c Total wall clock time (in seconds): 1777.818

Verifier Data

OK	-57

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-4106696-1466274608/watcher-4106696-1466274608 -o /tmp/evaluation-result-4106696-1466274608/solver-4106696-1466274608 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node138-1466241309-16341 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106696-1466274608.opb 

pid=24269
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: 2.01 2.05 2.01 3/195 24272
/proc/meminfo: memFree=30738852/32872528 swapFree=534252/566956
[pid=24272] ppid=24269 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/24272/stat : 24272 (java) D 24269 24272 16325 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 29506410 9515008 184 33554432000 1073741824 1073778376 140736831584480 140736831575704 206628875703 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/24272/statm: 2323 184 142 9 0 71 0

[startup+0.100141 s]
/proc/loadavg: 2.01 2.05 2.01 3/195 24272
/proc/meminfo: memFree=30738852/32872528 swapFree=534252/566956
[pid=24272] ppid=24269 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/24272/stat : 24272 (java) S 24269 24272 16325 0 -1 4202496 4471 0 1 0 8 1 0 0 20 0 18 0 29506410 9787879424 5574 33554432000 1073741824 1073778376 140737068055120 140737068046256 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24272/statm: 2389619 5574 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200318 s]
/proc/loadavg: 2.01 2.05 2.01 3/195 24272
/proc/meminfo: memFree=30738852/32872528 swapFree=534252/566956
[pid=24272] ppid=24269 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/24272/stat : 24272 (java) S 24269 24272 16325 0 -1 4202496 4768 0 1 0 22 1 0 0 20 0 18 0 29506410 9787879424 6320 33554432000 1073741824 1073778376 140737068055120 140737068046256 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24272/statm: 2389619 6320 2199 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300215 s]
/proc/loadavg: 2.01 2.05 2.01 3/195 24272
/proc/meminfo: memFree=30738852/32872528 swapFree=534252/566956
[pid=24272] ppid=24269 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/24272/stat : 24272 (java) S 24269 24272 16325 0 -1 4202496 5823 0 1 0 43 1 0 0 20 0 18 0 29506410 9787879424 8559 33554432000 1073741824 1073778376 140737068055120 140737068046256 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24272/statm: 2389619 8559 2237 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.700172 s]
/proc/loadavg: 2.01 2.05 2.01 3/195 24272
/proc/meminfo: memFree=30738852/32872528 swapFree=534252/566956
[pid=24272] ppid=24269 vsize=9625040 CPUtime=1.64 cores=0,2,4,6
/proc/24272/stat : 24272 (java) S 24269 24272 16325 0 -1 4202496 24843 0 1 0 158 6 0 0 20 0 19 0 29506410 9856040960 25624 33554432000 1073741824 1073778376 140737068055120 140737068046256 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24272/statm: 2406260 25626 2262 9 0 2396937 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.01 2.05 2.01 5/214 24291
/proc/meminfo: memFree=30608628/32872528 swapFree=534252/566956
[pid=24272] ppid=24269 vsize=9625040 CPUtime=3.58 cores=0,2,4,6
/proc/24272/stat : 24272 (java) S 24269 24272 16325 0 -1 4202496 37876 0 1 0 350 8 0 0 20 0 19 0 29506410 9856040960 36792 33554432000 1073741824 1073778376 140737068055120 140737068046256 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24272/statm: 2406260 36792 2273 9 0 2396937 0
[pid=24272/tid=24274] ppid=24269 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/24272/task/24274/stat : 24274 (java) R 24269 24272 16325 0 -1 4202560 2500 0 1 0 145 2 0 0 20 0 19 0 29506411 9856040960 36792 33554432000 1073741824 1073778376 140737068055120 140192632885400 140192505413440 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24272/tid=24275] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24275/stat : 24275 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506413 9856040960 36792 33554432000 1073741824 1073778376 140737068055120 140192476818472 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24276] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24276/stat : 24276 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506413 9856040960 36792 33554432000 1073741824 1073778376 140737068055120 140192475765672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24277] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24277/stat : 24277 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506413 9856040960 36792 33554432000 1073741824 1073778376 140737068055120 140192474712872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24272/tid=24278] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24278/stat : 24278 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506413 9856040960 36792 33554432000 1073741824 1073778376 140737068055120 140192473660072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24272/tid=24279] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24279/stat : 24279 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506413 9856040960 36792 33554432000 1073741824 1073778376 140737068055120 140192472607272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24280] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24280/stat : 24280 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506413 9856040960 36792 33554432000 1073741824 1073778376 140737068055120 140192471554472 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24272/tid=24281] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24281/stat : 24281 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506413 9856040960 36792 33554432000 1073741824 1073778376 140737068055120 140192470501672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24282] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24282/stat : 24282 (java) S 24269 24272 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29506413 9856040960 36792 33554432000 1073741824 1073778376 140737068055120 140192469448872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24283] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24283/stat : 24283 (java) S 24269 24272 16325 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29506414 9856040960 36792 33554432000 1073741824 1073778376 140737068055120 140192457038824 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24284] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24284/stat : 24284 (java) S 24269 24272 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29506414 9856040960 36792 33554432000 1073741824 1073778376 140737068055120 140192455984888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24285] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24285/stat : 24285 (java) S 24269 24272 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29506414 9856040960 36792 33554432000 1073741824 1073778376 140737068055120 140192454931976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24286] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24286/stat : 24286 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506417 9856040960 36792 33554432000 1073741824 1073778376 140737068055120 140192453880464 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24287] ppid=24269 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/24272/task/24287/stat : 24287 (java) R 24269 24272 16325 0 -1 4202560 14890 0 0 0 99 3 0 0 20 0 19 0 29506417 9856040960 36792 33554432000 1073741824 1073778376 140737068055120 140192452827576 140192634851708 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24288] ppid=24269 vsize=9625040 CPUtime=1.06 cores=0,2,4,6
/proc/24272/task/24288/stat : 24288 (java) S 24269 24272 16325 0 -1 4202560 19209 0 0 0 102 4 0 0 20 0 19 0 29506417 9856040960 36792 33554432000 1073741824 1073778376 140737068055120 140192451774776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24289] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24289/stat : 24289 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506417 9856040960 36792 33554432000 1073741824 1073778376 140737068055120 140192450722168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24272/tid=24290] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24290/stat : 24290 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506417 9856040960 36792 33554432000 1073741824 1073778376 140737068055120 140192449669576 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24291] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24291/stat : 24291 (java) S 24269 24272 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29506473 9856040960 36792 33554432000 1073741824 1073778376 140737068055120 140192446891688 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.01 2.05 2.01 3/214 24291
/proc/meminfo: memFree=30579460/32872528 swapFree=534252/566956
[pid=24272] ppid=24269 vsize=9625040 CPUtime=5.5 cores=0,2,4,6
/proc/24272/stat : 24272 (java) S 24269 24272 16325 0 -1 4202496 38039 0 1 0 542 8 0 0 20 0 19 0 29506410 9856040960 47681 33554432000 1073741824 1073778376 140737068055120 140737068046256 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24272/statm: 2406260 47681 2278 9 0 2396937 0
[pid=24272/tid=24274] ppid=24269 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/24272/task/24274/stat : 24274 (java) R 24269 24272 16325 0 -1 4202560 2523 0 1 0 304 2 0 0 20 0 19 0 29506411 9856040960 47681 33554432000 1073741824 1073778376 140737068055120 140192632891896 140192506114984 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24272/tid=24275] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24275/stat : 24275 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506413 9856040960 47681 33554432000 1073741824 1073778376 140737068055120 140192476818472 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24276] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24276/stat : 24276 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506413 9856040960 47681 33554432000 1073741824 1073778376 140737068055120 140192475765672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24277] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24277/stat : 24277 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506413 9856040960 47681 33554432000 1073741824 1073778376 140737068055120 140192474712872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24272/tid=24278] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24278/stat : 24278 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506413 9856040960 47681 33554432000 1073741824 1073778376 140737068055120 140192473660072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24272/tid=24279] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24279/stat : 24279 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506413 9856040960 47681 33554432000 1073741824 1073778376 140737068055120 140192472607272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24280] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24280/stat : 24280 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506413 9856040960 47681 33554432000 1073741824 1073778376 140737068055120 140192471554472 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24272/tid=24281] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24281/stat : 24281 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506413 9856040960 47681 33554432000 1073741824 1073778376 140737068055120 140192470501672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24282] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24282/stat : 24282 (java) S 24269 24272 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29506413 9856040960 47681 33554432000 1073741824 1073778376 140737068055120 140192469448872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24283] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24283/stat : 24283 (java) S 24269 24272 16325 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29506414 9856040960 47681 33554432000 1073741824 1073778376 140737068055120 140192457038824 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24284] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24284/stat : 24284 (java) S 24269 24272 16325 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29506414 9856040960 47681 33554432000 1073741824 1073778376 140737068055120 140192455984888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24285] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24285/stat : 24285 (java) S 24269 24272 16325 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29506414 9856040960 47681 33554432000 1073741824 1073778376 140737068055120 140192454931976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24286] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24286/stat : 24286 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506417 9856040960 47681 33554432000 1073741824 1073778376 140737068055120 140192453880464 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24287] ppid=24269 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/24272/task/24287/stat : 24287 (java) S 24269 24272 16325 0 -1 4202560 14922 0 0 0 116 3 0 0 20 0 19 0 29506417 9856040960 47681 33554432000 1073741824 1073778376 140737068055120 140192452827576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24288] ppid=24269 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/24272/task/24288/stat : 24288 (java) S 24269 24272 16325 0 -1 4202560 19316 0 0 0 118 4 0 0 20 0 19 0 29506417 9856040960 47681 33554432000 1073741824 1073778376 140737068055120 140192451774776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24289] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24289/stat : 24289 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506417 9856040960 47681 33554432000 1073741824 1073778376 140737068055120 140192450722168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24272/tid=24290] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24290/stat : 24290 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506417 9856040960 47681 33554432000 1073741824 1073778376 140737068055120 140192449669576 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24291] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24291/stat : 24291 (java) S 24269 24272 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29506473 9856040960 47681 33554432000 1073741824 1073778376 140737068055120 140192446891688 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.5
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.01 2.05 2.01 3/214 24291
/proc/meminfo: memFree=30486992/32872528 swapFree=534252/566956
[pid=24272] ppid=24269 vsize=9625040 CPUtime=8.91 cores=0,2,4,6
/proc/24272/stat : 24272 (java) S 24269 24272 16325 0 -1 4202496 38146 0 1 0 880 11 0 0 20 0 19 0 29506410 9856040960 64907 33554432000 1073741824 1073778376 140737068055120 140737068046256 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24272/statm: 2406260 64907 2291 9 0 2396937 0
[pid=24272/tid=24274] ppid=24269 vsize=9625040 CPUtime=6.23 cores=0,2,4,6
/proc/24272/task/24274/stat : 24274 (java) R 24269 24272 16325 0 -1 4202560 2550 0 1 0 620 3 0 0 20 0 19 0 29506411 9856040960 64907 33554432000 1073741824 1073778376 140737068055120 140192632892696 140192506074927 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24272/tid=24275] ppid=24269 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/24272/task/24275/stat : 24275 (java) S 24269 24272 16325 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 29506413 9856040960 64907 33554432000 1073741824 1073778376 140737068055120 140192476818472 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24272/tid=24276] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24276/stat : 24276 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506413 9856040960 64907 33554432000 1073741824 1073778376 140737068055120 140192475765672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24272/tid=24277] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24277/stat : 24277 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506413 9856040960 64907 33554432000 1073741824 1073778376 140737068055120 140192474712872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24272/tid=24278] ppid=24269 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/24272/task/24278/stat : 24278 (java) S 24269 24272 16325 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 19 0 29506413 9856040960 64907 33554432000 1073741824 1073778376 140737068055120 140192473660072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24272/tid=24279] ppid=24269 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/24272/task/24279/stat : 24279 (java) S 24269 24272 16325 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 29506413 9856040960 64907 33554432000 1073741824 1073778376 140737068055120 140192472607272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24272/tid=24280] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24280/stat : 24280 (java) S 24269 24272 16325 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 29506413 9856040960 64907 33554432000 1073741824 1073778376 140737068055120 140192471554472 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24281] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24281/stat : 24281 (java) S 24269 24272 16325 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 29506413 9856040960 64907 33554432000 1073741824 1073778376 140737068055120 140192470501672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24282] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24282/stat : 24282 (java) S 24269 24272 16325 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29506413 9856040960 64907 33554432000 1073741824 1073778376 140737068055120 140192469448872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24272/tid=24283] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24283/stat : 24283 (java) S 24269 24272 16325 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 29506414 9856040960 64907 33554432000 1073741824 1073778376 140737068055120 140192457038824 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24284] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24284/stat : 24284 (java) S 24269 24272 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29506414 9856040960 64907 33554432000 1073741824 1073778376 140737068055120 140192455984888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24285] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24285/stat : 24285 (java) S 24269 24272 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29506414 9856040960 64907 33554432000 1073741824 1073778376 140737068055120 140192454931976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24286] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24286/stat : 24286 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506417 9856040960 64907 33554432000 1073741824 1073778376 140737068055120 140192453880464 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24287] ppid=24269 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/24272/task/24287/stat : 24287 (java) S 24269 24272 16325 0 -1 4202560 14922 0 0 0 116 3 0 0 20 0 19 0 29506417 9856040960 64907 33554432000 1073741824 1073778376 140737068055120 140192452827576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24288] ppid=24269 vsize=9625040 CPUtime=1.34 cores=0,2,4,6
/proc/24272/task/24288/stat : 24288 (java) S 24269 24272 16325 0 -1 4202560 19328 0 0 0 130 4 0 0 20 0 19 0 29506417 9856040960 64907 33554432000 1073741824 1073778376 140737068055120 140192451774776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24289] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24289/stat : 24289 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506417 9856040960 64907 33554432000 1073741824 1073778376 140737068055120 140192450722168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24272/tid=24290] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24290/stat : 24290 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506417 9856040960 64907 33554432000 1073741824 1073778376 140737068055120 140192449669576 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24291] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24291/stat : 24291 (java) S 24269 24272 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29506473 9856040960 64907 33554432000 1073741824 1073778376 140737068055120 140192446891688 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.91
Current children cumulated vsize (KiB) 9625040


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

[pid=24272/tid=24284] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24284/stat : 24284 (java) S 24269 24272 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29506414 9856040960 173105 33554432000 1073741824 1073778376 140737068055120 140192455984888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24285] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24285/stat : 24285 (java) S 24269 24272 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29506414 9856040960 173105 33554432000 1073741824 1073778376 140737068055120 140192454931976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24286] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24286/stat : 24286 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506417 9856040960 173105 33554432000 1073741824 1073778376 140737068055120 140192453880464 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24287] ppid=24269 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/24272/task/24287/stat : 24287 (java) S 24269 24272 16325 0 -1 4202560 14922 0 0 0 117 3 0 0 20 0 19 0 29506417 9856040960 173105 33554432000 1073741824 1073778376 140737068055120 140192452827576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24288] ppid=24269 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/24272/task/24288/stat : 24288 (java) S 24269 24272 16325 0 -1 4202560 19330 0 0 0 132 4 0 0 20 0 19 0 29506417 9856040960 173105 33554432000 1073741824 1073778376 140737068055120 140192451774776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24289] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24289/stat : 24289 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506417 9856040960 173105 33554432000 1073741824 1073778376 140737068055120 140192450722168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24272/tid=24290] ppid=24269 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/24272/task/24290/stat : 24290 (java) S 24269 24272 16325 0 -1 4202560 95 0 0 0 33 31 0 0 20 0 19 0 29506417 9856040960 173105 33554432000 1073741824 1073778376 140737068055120 140192449669576 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24291] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24291/stat : 24291 (java) S 24269 24272 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29506473 9856040960 173105 33554432000 1073741824 1073778376 140737068055120 140192446891688 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1683.16
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 1.01 1.04 1.24 2/188 24364
/proc/meminfo: memFree=30520984/32872528 swapFree=534252/566956
[pid=24272] ppid=24269 vsize=9625040 CPUtime=1743.76 cores=0,2,4,6
/proc/24272/stat : 24272 (java) S 24269 24272 16325 0 -1 4202496 55989 0 1 0 174164 212 0 0 20 0 19 0 29506410 9856040960 163355 33554432000 1073741824 1073778376 140737068055120 140737068046256 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24272/statm: 2406260 163355 2300 9 0 2396937 0
[pid=24272/tid=24274] ppid=24269 vsize=9625040 CPUtime=1708.02 cores=0,2,4,6
/proc/24272/task/24274/stat : 24274 (java) R 24269 24272 16325 0 -1 4202560 2946 0 1 0 170771 31 0 0 20 0 19 0 29506411 9856040960 163355 33554432000 1073741824 1073778376 140737068055120 140192632892608 140192506074427 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24275] ppid=24269 vsize=9625040 CPUtime=3.37 cores=0,2,4,6
/proc/24272/task/24275/stat : 24275 (java) S 24269 24272 16325 0 -1 4202560 2228 0 0 0 315 22 0 0 20 0 19 0 29506413 9856040960 163355 33554432000 1073741824 1073778376 140737068055120 140192476818472 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24276] ppid=24269 vsize=9625040 CPUtime=3.24 cores=0,2,4,6
/proc/24272/task/24276/stat : 24276 (java) S 24269 24272 16325 0 -1 4202560 1588 0 0 0 304 20 0 0 20 0 19 0 29506413 9856040960 163355 33554432000 1073741824 1073778376 140737068055120 140192475765672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24272/tid=24277] ppid=24269 vsize=9625040 CPUtime=3.4 cores=0,2,4,6
/proc/24272/task/24277/stat : 24277 (java) S 24269 24272 16325 0 -1 4202560 1830 0 0 0 319 21 0 0 20 0 19 0 29506413 9856040960 163355 33554432000 1073741824 1073778376 140737068055120 140192474712872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24278] ppid=24269 vsize=9625040 CPUtime=3.41 cores=0,2,4,6
/proc/24272/task/24278/stat : 24278 (java) S 24269 24272 16325 0 -1 4202560 2091 0 0 0 318 23 0 0 20 0 19 0 29506413 9856040960 163355 33554432000 1073741824 1073778376 140737068055120 140192473660072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24279] ppid=24269 vsize=9625040 CPUtime=3.24 cores=0,2,4,6
/proc/24272/task/24279/stat : 24279 (java) S 24269 24272 16325 0 -1 4202560 1937 0 0 0 302 22 0 0 20 0 19 0 29506413 9856040960 163355 33554432000 1073741824 1073778376 140737068055120 140192472607272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24280] ppid=24269 vsize=9625040 CPUtime=3.41 cores=0,2,4,6
/proc/24272/task/24280/stat : 24280 (java) S 24269 24272 16325 0 -1 4202560 2197 0 0 0 317 24 0 0 20 0 19 0 29506413 9856040960 163355 33554432000 1073741824 1073778376 140737068055120 140192471554472 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24272/tid=24281] ppid=24269 vsize=9625040 CPUtime=3.35 cores=0,2,4,6
/proc/24272/task/24281/stat : 24281 (java) S 24269 24272 16325 0 -1 4202560 1711 0 0 0 312 23 0 0 20 0 19 0 29506413 9856040960 163355 33554432000 1073741824 1073778376 140737068055120 140192470501672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24272/tid=24282] ppid=24269 vsize=9625040 CPUtime=3.4 cores=0,2,4,6
/proc/24272/task/24282/stat : 24282 (java) S 24269 24272 16325 0 -1 4202560 2351 0 0 0 319 21 0 0 20 0 19 0 29506413 9856040960 163355 33554432000 1073741824 1073778376 140737068055120 140192469448872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24283] ppid=24269 vsize=9625040 CPUtime=6.36 cores=0,2,4,6
/proc/24272/task/24283/stat : 24283 (java) S 24269 24272 16325 0 -1 4202560 1496 0 0 0 629 7 0 0 20 0 19 0 29506414 9856040960 163355 33554432000 1073741824 1073778376 140737068055120 140192457038824 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24272/tid=24284] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24284/stat : 24284 (java) S 24269 24272 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29506414 9856040960 163355 33554432000 1073741824 1073778376 140737068055120 140192455984888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24285] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24285/stat : 24285 (java) S 24269 24272 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29506414 9856040960 163355 33554432000 1073741824 1073778376 140737068055120 140192454931976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24286] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24286/stat : 24286 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506417 9856040960 163355 33554432000 1073741824 1073778376 140737068055120 140192453880464 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24287] ppid=24269 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/24272/task/24287/stat : 24287 (java) S 24269 24272 16325 0 -1 4202560 14922 0 0 0 117 3 0 0 20 0 19 0 29506417 9856040960 163355 33554432000 1073741824 1073778376 140737068055120 140192452827576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24288] ppid=24269 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/24272/task/24288/stat : 24288 (java) S 24269 24272 16325 0 -1 4202560 19330 0 0 0 132 4 0 0 20 0 19 0 29506417 9856040960 163355 33554432000 1073741824 1073778376 140737068055120 140192451774776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24289] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24289/stat : 24289 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506417 9856040960 163355 33554432000 1073741824 1073778376 140737068055120 140192450722168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24272/tid=24290] ppid=24269 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/24272/task/24290/stat : 24290 (java) S 24269 24272 16325 0 -1 4202560 99 0 0 0 34 32 0 0 20 0 19 0 29506417 9856040960 163355 33554432000 1073741824 1073778376 140737068055120 140192449669576 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24272/tid=24291] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24291/stat : 24291 (java) S 24269 24272 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29506473 9856040960 163355 33554432000 1073741824 1073778376 140737068055120 140192446891688 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1743.76
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777.9 s]
/proc/loadavg: 1.05 1.04 1.23 2/188 24365
/proc/meminfo: memFree=30568644/32872528 swapFree=534252/566956
[pid=24272] ppid=24269 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/24272/stat : 24272 (java) S 24269 24272 16325 0 -1 4202496 56128 0 1 0 179791 213 0 0 20 0 19 0 29506410 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140737068046256 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24272/statm: 2406260 151402 2300 9 0 2396937 0
[pid=24272/tid=24274] ppid=24269 vsize=9625040 CPUtime=1763.04 cores=0,2,4,6
/proc/24272/task/24274/stat : 24274 (java) R 24269 24272 16325 0 -1 4202560 2964 0 1 0 176272 32 0 0 20 0 19 0 29506411 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192632892608 140192506076198 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24275] ppid=24269 vsize=9625040 CPUtime=3.49 cores=0,2,4,6
/proc/24272/task/24275/stat : 24275 (java) S 24269 24272 16325 0 -1 4202560 2260 0 0 0 327 22 0 0 20 0 19 0 29506413 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192476818472 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24276] ppid=24269 vsize=9625040 CPUtime=3.39 cores=0,2,4,6
/proc/24272/task/24276/stat : 24276 (java) S 24269 24272 16325 0 -1 4202560 1604 0 0 0 319 20 0 0 20 0 19 0 29506413 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192475765672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24277] ppid=24269 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/24272/task/24277/stat : 24277 (java) S 24269 24272 16325 0 -1 4202560 1830 0 0 0 333 21 0 0 20 0 19 0 29506413 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192474712872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24278] ppid=24269 vsize=9625040 CPUtime=3.53 cores=0,2,4,6
/proc/24272/task/24278/stat : 24278 (java) S 24269 24272 16325 0 -1 4202560 2091 0 0 0 330 23 0 0 20 0 19 0 29506413 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192473660072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24272/tid=24279] ppid=24269 vsize=9625040 CPUtime=3.37 cores=0,2,4,6
/proc/24272/task/24279/stat : 24279 (java) S 24269 24272 16325 0 -1 4202560 1969 0 0 0 315 22 0 0 20 0 19 0 29506413 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192472607272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24272/tid=24280] ppid=24269 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/24272/task/24280/stat : 24280 (java) S 24269 24272 16325 0 -1 4202560 2197 0 0 0 327 24 0 0 20 0 19 0 29506413 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192471554472 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24272/tid=24281] ppid=24269 vsize=9625040 CPUtime=3.46 cores=0,2,4,6
/proc/24272/task/24281/stat : 24281 (java) S 24269 24272 16325 0 -1 4202560 1711 0 0 0 323 23 0 0 20 0 19 0 29506413 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192470501672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24272/tid=24282] ppid=24269 vsize=9625040 CPUtime=3.53 cores=0,2,4,6
/proc/24272/task/24282/stat : 24282 (java) S 24269 24272 16325 0 -1 4202560 2383 0 0 0 332 21 0 0 20 0 19 0 29506413 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192469448872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24283] ppid=24269 vsize=9625040 CPUtime=6.65 cores=0,2,4,6
/proc/24272/task/24283/stat : 24283 (java) S 24269 24272 16325 0 -1 4202560 1503 0 0 0 658 7 0 0 20 0 19 0 29506414 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192457038824 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24272/tid=24284] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24284/stat : 24284 (java) S 24269 24272 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29506414 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192455984888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24285] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24285/stat : 24285 (java) S 24269 24272 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29506414 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192454931976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24286] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24286/stat : 24286 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506417 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192453880464 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24287] ppid=24269 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/24272/task/24287/stat : 24287 (java) S 24269 24272 16325 0 -1 4202560 14922 0 0 0 117 3 0 0 20 0 19 0 29506417 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192452827576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24288] ppid=24269 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/24272/task/24288/stat : 24288 (java) S 24269 24272 16325 0 -1 4202560 19330 0 0 0 132 4 0 0 20 0 19 0 29506417 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192451774776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24289] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24289/stat : 24289 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506417 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192450722168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24272/tid=24290] ppid=24269 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/24272/task/24290/stat : 24290 (java) S 24269 24272 16325 0 -1 4202560 101 0 0 0 35 33 0 0 20 0 19 0 29506417 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192449669576 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24291] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24291/stat : 24291 (java) S 24269 24272 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29506473 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192446891688 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1777.9 s]
/proc/loadavg: 1.05 1.04 1.23 2/188 24365
/proc/meminfo: memFree=30568644/32872528 swapFree=534252/566956
[pid=24272] ppid=24269 vsize=9625040 CPUtime=1800.04 cores=0,2,4,6
/proc/24272/stat : 24272 (java) S 24269 24272 16325 0 -1 4202496 56128 0 1 0 179791 213 0 0 20 0 19 0 29506410 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140737068046256 206632419389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/24272/statm: 2406260 151402 2300 9 0 2396937 0
[pid=24272/tid=24274] ppid=24269 vsize=9625040 CPUtime=1763.04 cores=0,2,4,6
/proc/24272/task/24274/stat : 24274 (java) R 24269 24272 16325 0 -1 4202560 2964 0 1 0 176272 32 0 0 20 0 19 0 29506411 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192632892608 140192506076198 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24275] ppid=24269 vsize=9625040 CPUtime=3.49 cores=0,2,4,6
/proc/24272/task/24275/stat : 24275 (java) S 24269 24272 16325 0 -1 4202560 2260 0 0 0 327 22 0 0 20 0 19 0 29506413 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192476818472 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24276] ppid=24269 vsize=9625040 CPUtime=3.39 cores=0,2,4,6
/proc/24272/task/24276/stat : 24276 (java) S 24269 24272 16325 0 -1 4202560 1604 0 0 0 319 20 0 0 20 0 19 0 29506413 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192475765672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24277] ppid=24269 vsize=9625040 CPUtime=3.54 cores=0,2,4,6
/proc/24272/task/24277/stat : 24277 (java) S 24269 24272 16325 0 -1 4202560 1830 0 0 0 333 21 0 0 20 0 19 0 29506413 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192474712872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24278] ppid=24269 vsize=9625040 CPUtime=3.53 cores=0,2,4,6
/proc/24272/task/24278/stat : 24278 (java) S 24269 24272 16325 0 -1 4202560 2091 0 0 0 330 23 0 0 20 0 19 0 29506413 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192473660072 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24272/tid=24279] ppid=24269 vsize=9625040 CPUtime=3.37 cores=0,2,4,6
/proc/24272/task/24279/stat : 24279 (java) S 24269 24272 16325 0 -1 4202560 1969 0 0 0 315 22 0 0 20 0 19 0 29506413 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192472607272 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24272/tid=24280] ppid=24269 vsize=9625040 CPUtime=3.51 cores=0,2,4,6
/proc/24272/task/24280/stat : 24280 (java) S 24269 24272 16325 0 -1 4202560 2197 0 0 0 327 24 0 0 20 0 19 0 29506413 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192471554472 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24272/tid=24281] ppid=24269 vsize=9625040 CPUtime=3.46 cores=0,2,4,6
/proc/24272/task/24281/stat : 24281 (java) S 24269 24272 16325 0 -1 4202560 1711 0 0 0 323 23 0 0 20 0 19 0 29506413 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192470501672 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24272/tid=24282] ppid=24269 vsize=9625040 CPUtime=3.53 cores=0,2,4,6
/proc/24272/task/24282/stat : 24282 (java) S 24269 24272 16325 0 -1 4202560 2383 0 0 0 332 21 0 0 20 0 19 0 29506413 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192469448872 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24283] ppid=24269 vsize=9625040 CPUtime=6.65 cores=0,2,4,6
/proc/24272/task/24283/stat : 24283 (java) S 24269 24272 16325 0 -1 4202560 1503 0 0 0 658 7 0 0 20 0 19 0 29506414 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192457038824 206632433577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24272/tid=24284] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24284/stat : 24284 (java) S 24269 24272 16325 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 29506414 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192455984888 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24285] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24285/stat : 24285 (java) S 24269 24272 16325 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 29506414 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192454931976 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24286] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24286/stat : 24286 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506417 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192453880464 206632441632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24287] ppid=24269 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/24272/task/24287/stat : 24287 (java) S 24269 24272 16325 0 -1 4202560 14922 0 0 0 117 3 0 0 20 0 19 0 29506417 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192452827576 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24272/tid=24288] ppid=24269 vsize=9625040 CPUtime=1.36 cores=0,2,4,6
/proc/24272/task/24288/stat : 24288 (java) S 24269 24272 16325 0 -1 4202560 19330 0 0 0 132 4 0 0 20 0 19 0 29506417 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192451774776 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24289] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24289/stat : 24289 (java) S 24269 24272 16325 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29506417 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192450722168 206632432700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24272/tid=24290] ppid=24269 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/24272/task/24290/stat : 24290 (java) S 24269 24272 16325 0 -1 4202560 101 0 0 0 35 33 0 0 20 0 19 0 29506417 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192449669576 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24272/tid=24291] ppid=24269 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24272/task/24291/stat : 24291 (java) S 24269 24272 16325 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 29506473 9856040960 151402 33554432000 1073741824 1073778376 140737068055120 140192446891688 206632433577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1777.94
CPU time (s): 1801.08
CPU user time (s): 1798.39
CPU system time (s): 2.69059
CPU usage (%): 101.301
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.39
system time used= 2.69059
maximum resident set size= 842444
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 56164
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50760
involuntary context switches= 47116

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4611 second user time and 11.1533 second system time

The end

Launcher Data

Begin job on node138 at 2016-06-18 20:30:08
IDJOB=4106696
IDBENCH=48191
IDSOLVER=2546
FILE ID=node138/4106696-1466274608
RUNJOBID= node138-1466241309-16341
PBS_JOBID= 19918205
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 7980660368cd371c40e33d6668082e41
RANDOM SEED=1327085872

node138.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.395
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.79
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.395
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.395
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.395
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.395
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.395
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.395
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.395
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30739008 kB
Buffers:          145552 kB
Cached:           247028 kB
SwapCached:         1060 kB
Active:           529148 kB
Inactive:         294916 kB
Active(anon):     432416 kB
Inactive(anon):     1696 kB
Active(file):      96732 kB
Inactive(file):   293220 kB
Unevictable:      566956 kB
Mlocked:          534252 kB
SwapTotal:      67108856 kB
SwapFree:       67099640 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:        994456 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             607696 kB
SReclaimable:      51100 kB
SUnreclaim:       556596 kB
KernelStack:        1640 kB
PageTables:         6120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1177804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    440320 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= 71732 MiB
End job on node138 at 2016-06-18 20:59:46