Trace number 4085720

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)-54 1800.78 1777.54

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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-4085720-1465278023.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
0.46/0.34	c ... done. Wall clock time 0.224s.
0.46/0.34	c declared #vars     462
0.46/0.34	c #constraints  5852
0.46/0.34	c constraints type 
0.46/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 5852
0.46/0.34	c 5852 constraints processed.
0.46/0.34	c objective function length is 462 literals
0.46/0.35	c SATISFIABLE
0.46/0.35	c OPTIMIZING...
0.46/0.35	c Got one! Elapsed wall clock time (in seconds):0.233
0.46/0.35	o -53
0.46/0.36	c Got one! Elapsed wall clock time (in seconds):0.245
0.46/0.36	o -54
1.43/0.80	c cleaning 2501 clauses out of 5002 with flag 10323/5002
1.82/1.13	c cleaning 4251 clauses out of 8502 with flag 22644/11003
2.21/1.55	c cleaning 5627 clauses out of 11253 with flag 37051/18005
2.73/2.09	c cleaning 6812 clauses out of 13623 with flag 53496/26002
3.35/2.67	c cleaning 7901 clauses out of 15811 with flag 72067/35002
4.22/3.47	c cleaning 8948 clauses out of 17910 with flag 93946/45002
5.12/4.33	c cleaning 9979 clauses out of 19963 with flag 118746/56003
5.94/5.14	c cleaning 10989 clauses out of 21983 with flag 144994/68002
6.82/5.99	c cleaning 11997 clauses out of 23997 with flag 173886/81005
7.63/6.78	c cleaning 12992 clauses out of 25998 with flag 204413/95003
8.52/7.68	c cleaning 14003 clauses out of 28005 with flag 237559/110002
9.52/8.61	c cleaning 15001 clauses out of 30002 with flag 271923/126002
10.63/9.72	c cleaning 15999 clauses out of 32002 with flag 306520/143003
12.09/11.13	c cleaning 17000 clauses out of 34002 with flag 343175/161002
13.48/12.52	c cleaning 18000 clauses out of 36004 with flag 381738/180004
14.98/14.00	c cleaning 18998 clauses out of 38002 with flag 422361/200002
16.49/15.55	c cleaning 20000 clauses out of 40004 with flag 465098/221002
18.20/17.11	c cleaning 21002 clauses out of 42005 with flag 509953/243003
19.80/18.80	c cleaning 22000 clauses out of 44004 with flag 556837/266004
21.60/20.50	c cleaning 22998 clauses out of 46004 with flag 605744/290004
23.75/22.53	c cleaning 24002 clauses out of 48005 with flag 656708/315003
25.75/24.57	c cleaning 25001 clauses out of 50003 with flag 709651/341003
28.05/26.81	c cleaning 26001 clauses out of 52002 with flag 764614/368003
30.84/29.43	c cleaning 26997 clauses out of 54001 with flag 821620/396003
33.35/31.94	c cleaning 27998 clauses out of 56004 with flag 880697/425003
36.04/34.62	c cleaning 29003 clauses out of 58006 with flag 941766/455003
38.96/37.47	c cleaning 30001 clauses out of 60003 with flag 1004991/486003
42.05/40.58	c cleaning 30998 clauses out of 62002 with flag 1070378/518003
45.34/43.65	c cleaning 31997 clauses out of 64003 with flag 1137663/551002
48.84/47.13	c cleaning 32999 clauses out of 66006 with flag 1207035/585002
53.10/51.13	c cleaning 34004 clauses out of 68007 with flag 1278380/620002
57.00/55.07	c cleaning 35001 clauses out of 70004 with flag 1351769/656003
61.13/59.08	c cleaning 35998 clauses out of 72004 with flag 1427238/693004
65.62/63.39	c cleaning 37001 clauses out of 74004 with flag 1504746/731002
69.71/67.47	c cleaning 38002 clauses out of 76004 with flag 1584361/770003
74.50/72.17	c cleaning 38999 clauses out of 78002 with flag 1665883/810003
79.51/77.15	c cleaning 39993 clauses out of 80002 with flag 1749380/851002
84.70/82.28	c cleaning 41000 clauses out of 82009 with flag 1834927/893002
89.60/87.10	c cleaning 41999 clauses out of 84009 with flag 1922477/936002
95.01/92.46	c cleaning 42998 clauses out of 86010 with flag 2012199/980002
100.50/97.81	c cleaning 44004 clauses out of 88012 with flag 2103813/1025002
105.60/102.97	c cleaning 45005 clauses out of 90009 with flag 2197636/1071003
110.78/108.03	c cleaning 45996 clauses out of 92004 with flag 2293710/1118003
116.71/113.83	c cleaning 47004 clauses out of 94010 with flag 2391538/1166005
122.21/119.36	c cleaning 48000 clauses out of 96005 with flag 2491373/1215004
128.94/125.90	c cleaning 48998 clauses out of 98003 with flag 2593178/1265002
135.23/132.13	c cleaning 50001 clauses out of 100005 with flag 2697148/1316002
142.22/139.13	c cleaning 50999 clauses out of 102004 with flag 2803253/1368002
149.23/146.05	c cleaning 52001 clauses out of 104005 with flag 2911418/1421002
156.01/152.79	c cleaning 53000 clauses out of 106004 with flag 3021654/1475002
163.75/160.47	c cleaning 54003 clauses out of 108005 with flag 3133965/1530003
172.33/168.96	c cleaning 54996 clauses out of 110001 with flag 3248555/1586002
180.36/176.88	c cleaning 56000 clauses out of 112005 with flag 3364951/1643002
187.97/184.33	c cleaning 56999 clauses out of 114006 with flag 3483104/1701003
196.75/193.02	c cleaning 57996 clauses out of 116006 with flag 3603295/1760002
205.56/201.71	c cleaning 58998 clauses out of 118010 with flag 3725382/1820002
215.87/211.95	c cleaning 60005 clauses out of 120013 with flag 3849570/1881003
226.43/222.49	c cleaning 61001 clauses out of 122007 with flag 3975768/1943002
237.07/232.95	c cleaning 62004 clauses out of 124010 with flag 4104158/2006006
249.00/244.85	c cleaning 62995 clauses out of 126002 with flag 4234480/2070002
261.95/257.65	c cleaning 64000 clauses out of 128008 with flag 4367001/2135003
275.75/271.35	c cleaning 64999 clauses out of 130007 with flag 4501458/2201002
289.35/284.83	c cleaning 66002 clauses out of 132008 with flag 4637793/2268002
302.50/297.88	c cleaning 67004 clauses out of 134007 with flag 4776114/2336003
317.61/312.87	c cleaning 67994 clauses out of 136003 with flag 4916473/2405003
333.58/328.67	c cleaning 69003 clauses out of 138008 with flag 5058885/2475002
350.73/345.68	c cleaning 70001 clauses out of 140007 with flag 5203282/2546004
365.72/360.55	c cleaning 70999 clauses out of 142004 with flag 5349506/2618002
380.72/375.33	c cleaning 71999 clauses out of 144007 with flag 5497749/2691004
395.87/390.34	c cleaning 73002 clauses out of 146007 with flag 5648180/2765003
410.01/404.31	c cleaning 74002 clauses out of 148007 with flag 5800547/2840005
425.14/419.36	c cleaning 74999 clauses out of 150003 with flag 5954918/2916003
439.69/433.72	c cleaning 75998 clauses out of 152004 with flag 6111100/2993003
454.83/448.67	c cleaning 76992 clauses out of 154006 with flag 6269717/3071003
469.69/463.36	c cleaning 78003 clauses out of 156014 with flag 6430276/3150003
484.31/477.86	c cleaning 79004 clauses out of 158011 with flag 6592710/3230003
499.89/493.13	c cleaning 80000 clauses out of 160006 with flag 6756991/3311002
514.97/508.03	c cleaning 80997 clauses out of 162006 with flag 6923689/3393002
534.90/527.74	c cleaning 82000 clauses out of 164009 with flag 7092144/3476002
555.62/548.28	c cleaning 83004 clauses out of 166009 with flag 7262733/3560002
578.40/570.75	c cleaning 84003 clauses out of 168006 with flag 7435351/3645003
598.17/590.23	c cleaning 84997 clauses out of 170003 with flag 7610458/3731003
619.83/611.67	c cleaning 86000 clauses out of 172006 with flag 7787362/3818003
642.28/633.74	c cleaning 86998 clauses out of 174006 with flag 7966300/3906003
662.39/653.56	c cleaning 88001 clauses out of 176008 with flag 8147316/3995003
684.50/675.43	c cleaning 88996 clauses out of 178006 with flag 8330156/4085002
706.09/696.87	c cleaning 90002 clauses out of 180012 with flag 8515353/4176004
725.71/716.15	c cleaning 90995 clauses out of 182008 with flag 8702685/4268002
751.15/741.30	c cleaning 92003 clauses out of 184013 with flag 8891863/4361002
775.14/764.97	c cleaning 92999 clauses out of 186011 with flag 9083311/4455003
799.57/789.04	c cleaning 94000 clauses out of 188011 with flag 9276820/4550002
826.78/815.99	c cleaning 95004 clauses out of 190011 with flag 9472132/4646002
851.09/840.03	c cleaning 96000 clauses out of 192008 with flag 9669333/4743003
877.58/866.29	c cleaning 96997 clauses out of 194007 with flag 9868633/4841002
905.33/893.67	c cleaning 98004 clauses out of 196012 with flag 10070201/4940004
931.92/919.94	c cleaning 98997 clauses out of 198006 with flag 10273749/5040002
956.15/943.85	c cleaning 100003 clauses out of 200009 with flag 10479474/5141002
979.60/966.98	c cleaning 101000 clauses out of 202007 with flag 10687661/5243003
1005.29/992.36	c cleaning 102000 clauses out of 204006 with flag 10897412/5346002
1034.05/1020.84	c cleaning 103002 clauses out of 206007 with flag 11109153/5450003
1067.03/1053.39	c cleaning 103998 clauses out of 208004 with flag 11323004/5555002
1103.78/1089.77	c cleaning 104995 clauses out of 210006 with flag 11538688/5661002
1137.44/1122.88	c cleaning 106003 clauses out of 212011 with flag 11756488/5768002
1168.38/1153.39	c cleaning 107000 clauses out of 214008 with flag 11976170/5876002
1197.06/1181.62	c cleaning 107999 clauses out of 216010 with flag 12198013/5985004
1227.64/1211.82	c cleaning 109001 clauses out of 218011 with flag 12421622/6095004
1258.57/1242.39	c cleaning 110001 clauses out of 220008 with flag 12648038/6206002
1284.49/1267.91	c cleaning 111004 clauses out of 222007 with flag 12876407/6318002
1323.11/1306.22	c cleaning 112000 clauses out of 224006 with flag 13106158/6431005
1353.97/1336.69	c cleaning 113001 clauses out of 226005 with flag 13338095/6545004
1385.98/1368.21	c cleaning 114001 clauses out of 228003 with flag 13572238/6660003
1422.86/1404.72	c cleaning 114992 clauses out of 230002 with flag 13808814/6776003
1469.85/1451.38	c cleaning 116004 clauses out of 232011 with flag 14046828/6893004
1514.60/1495.58	c cleaning 117000 clauses out of 234007 with flag 14286938/7011004
1555.45/1535.85	c cleaning 117996 clauses out of 236006 with flag 14529915/7130003
1585.96/1565.90	c cleaning 119001 clauses out of 238009 with flag 14774714/7250002
1616.86/1596.41	c cleaning 120000 clauses out of 240008 with flag 15020810/7371002
1649.72/1628.88	c cleaning 120998 clauses out of 242008 with flag 15268923/7493002
1678.31/1657.05	c cleaning 122001 clauses out of 244010 with flag 15519627/7616002
1707.77/1686.07	c cleaning 123000 clauses out of 246009 with flag 15772626/7740002
1750.84/1728.76	c cleaning 123998 clauses out of 248009 with flag 16027308/7865002
1797.79/1775.36	c cleaning 125005 clauses out of 250012 with flag 16283948/7991003
1800.06/1777.50	c starts		: 1699
1800.06/1777.50	c conflicts		: 8005584
1800.06/1777.50	c decisions		: 8850615
1800.06/1777.50	c propagations		: 41412840
1800.06/1777.50	c inspects		: 23578846955
1800.06/1777.50	c shortcuts		: 0
1800.06/1777.50	c learnt literals	: 0
1800.06/1777.50	c learnt binary clauses	: 0
1800.06/1777.50	c learnt ternary clauses	: 0
1800.06/1777.50	c learnt constraints	: 8005584
1800.06/1777.50	c ignored constraints	: 0
1800.06/1777.50	c root simplifications	: 0
1800.06/1777.50	c removed literals (reason simplification)	: 0
1800.06/1777.50	c reason swapping (by a shorter reason)	: 0
1800.06/1777.50	c Calls to reduceDB	: 122
1800.06/1777.50	c Number of update (reduction) of LBD	: 30878
1800.06/1777.50	c Imported unit clauses	: 0
1800.06/1777.50	c number of reductions to clauses (during analyze)	: 0
1800.06/1777.50	c number of learned constraints concerned by reduction	: 0
1800.06/1777.50	c number of learning phase by resolution	: 0
1800.06/1777.50	c number of learning phase by cutting planes	: 0
1800.06/1777.50	c speed (assignments/second)	: 23302.794005273576
1800.06/1777.50	c non guided choices	0
1800.06/1777.53	c learnt constraints type 
1800.06/1777.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 139588
1800.06/1777.53	s SATISFIABLE
1800.06/1777.53	c Found 2 solution(s)
1800.06/1777.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 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 x441 x442 -x443 -x444 -x445 x446 -x447 -x448 -x449 -x450 x451 x452 -x453 -x454 -x455 -x456 -x457 -x458 x459 -x460 -x461 x462 
1800.06/1777.53	c objective function=-54
1800.06/1777.53	c Total wall clock time (in seconds): 1777.421

Verifier Data

OK	-54

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4085720-1465278023/watcher-4085720-1465278023 -o /tmp/evaluation-result-4085720-1465278023/solver-4085720-1465278023 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1465253623-5697 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085720-1465278023.opb 

pid=11676
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.08 2.11 2.09 3/195 11679
/proc/meminfo: memFree=29086904/32872528 swapFree=13072/1184284
[pid=11679] ppid=11676 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/11679/stat : 11679 (java) R 11676 11679 5680 0 -1 4202496 494 0 0 0 0 0 0 0 20 0 1 0 109737025 9515008 147 33554432000 1073741824 1073778376 140737024958656 140737024955784 271787194624 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/11679/statm: 2323 151 110 9 0 71 0

[startup+0.100153 s]
/proc/loadavg: 2.08 2.11 2.09 3/195 11679
/proc/meminfo: memFree=29086904/32872528 swapFree=13072/1184284
[pid=11679] ppid=11676 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/11679/stat : 11679 (java) S 11676 11679 5680 0 -1 4202496 4407 0 1 0 8 1 0 0 20 0 18 0 109737025 9787879424 6039 33554432000 1073741824 1073778376 140737024958656 140737024949792 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11679/statm: 2389619 6039 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 2.08 2.11 2.09 3/195 11679
/proc/meminfo: memFree=29086904/32872528 swapFree=13072/1184284
[pid=11679] ppid=11676 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/11679/stat : 11679 (java) S 11676 11679 5680 0 -1 4202496 4889 0 1 0 24 1 0 0 20 0 18 0 109737025 9787879424 6972 33554432000 1073741824 1073778376 140737024958656 140737024949792 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11679/statm: 2389619 6972 2212 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300236 s]
/proc/loadavg: 2.08 2.11 2.09 3/195 11679
/proc/meminfo: memFree=29086904/32872528 swapFree=13072/1184284
[pid=11679] ppid=11676 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/11679/stat : 11679 (java) S 11676 11679 5680 0 -1 4202496 5516 0 1 0 44 2 0 0 20 0 18 0 109737025 9787879424 8336 33554432000 1073741824 1073778376 140737024958656 140737024949792 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11679/statm: 2389619 8336 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700296 s]
/proc/loadavg: 2.08 2.11 2.09 3/195 11679
/proc/meminfo: memFree=29086904/32872528 swapFree=13072/1184284
[pid=11679] ppid=11676 vsize=9625040 CPUtime=1.3 cores=1,3,5,7
/proc/11679/stat : 11679 (java) S 11676 11679 5680 0 -1 4202496 12050 0 1 0 127 3 0 0 20 0 19 0 109737025 9856040960 14837 33554432000 1073741824 1073778376 140737024958656 140737024949792 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11679/statm: 2406260 14837 2257 9 0 2396937 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 9625040

[startup+1.50085 s]
/proc/loadavg: 2.08 2.11 2.09 3/214 11698
/proc/meminfo: memFree=29023540/32872528 swapFree=13072/1184284
[pid=11679] ppid=11676 vsize=9625040 CPUtime=2.21 cores=1,3,5,7
/proc/11679/stat : 11679 (java) S 11676 11679 5680 0 -1 4202496 12799 0 1 0 218 3 0 0 20 0 19 0 109737025 9856040960 20516 33554432000 1073741824 1073778376 140737024958656 140737024949792 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11679/statm: 2406260 20516 2267 9 0 2396937 0
[pid=11679/tid=11681] ppid=11676 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/11679/task/11681/stat : 11681 (java) R 11676 11679 5680 0 -1 4202560 2509 0 1 0 145 1 0 0 20 0 19 0 109737026 9856040960 20516 33554432000 1073741824 1073778376 140737024958656 139754169852296 139754025465500 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11679/tid=11682] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11682/stat : 11682 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737027 9856040960 20516 33554432000 1073741824 1073778376 140737024958656 139754013763752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11683] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11683/stat : 11683 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737027 9856040960 20516 33554432000 1073741824 1073778376 140737024958656 139754012711208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11684] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11684/stat : 11684 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737028 9856040960 20516 33554432000 1073741824 1073778376 140737024958656 139754011658664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11679/tid=11685] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11685/stat : 11685 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737028 9856040960 20516 33554432000 1073741824 1073778376 140737024958656 139754010606120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11679/tid=11686] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11686/stat : 11686 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737028 9856040960 20516 33554432000 1073741824 1073778376 140737024958656 139754009553576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11687] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11687/stat : 11687 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737028 9856040960 20516 33554432000 1073741824 1073778376 140737024958656 139753672403752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11679/tid=11688] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11688/stat : 11688 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737028 9856040960 20516 33554432000 1073741824 1073778376 140737024958656 139753671351208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11689] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11689/stat : 11689 (java) S 11676 11679 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109737028 9856040960 20516 33554432000 1073741824 1073778376 140737024958656 139753670298664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11690] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11690/stat : 11690 (java) S 11676 11679 5680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109737029 9856040960 20516 33554432000 1073741824 1073778376 140737024958656 139753658099816 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11691] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11691/stat : 11691 (java) S 11676 11679 5680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109737029 9856040960 20516 33554432000 1073741824 1073778376 140737024958656 139753657046136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11692] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11692/stat : 11692 (java) S 11676 11679 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109737029 9856040960 20516 33554432000 1073741824 1073778376 140737024958656 139753655993480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11693] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11693/stat : 11693 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737031 9856040960 20516 33554432000 1073741824 1073778376 140737024958656 139753654942224 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11694] ppid=11676 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/11679/task/11694/stat : 11694 (java) S 11676 11679 5680 0 -1 4202560 3223 0 0 0 35 0 0 0 20 0 19 0 109737031 9856040960 20516 33554432000 1073741824 1073778376 140737024958656 139753653889592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11695] ppid=11676 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/11679/task/11695/stat : 11695 (java) S 11676 11679 5680 0 -1 4202560 5789 0 0 0 35 1 0 0 20 0 19 0 109737031 9856040960 20516 33554432000 1073741824 1073778376 140737024958656 139753652837048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11679/tid=11696] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11696/stat : 11696 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737031 9856040960 20516 33554432000 1073741824 1073778376 140737024958656 139753651784696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11679/tid=11697] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11697/stat : 11697 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737031 9856040960 20516 33554432000 1073741824 1073778376 140737024958656 139753650732360 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11698] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11698/stat : 11698 (java) S 11676 11679 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109737060 9856040960 20516 33554432000 1073741824 1073778376 140737024958656 139753649300264 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625040

[startup+3.10083 s]
/proc/loadavg: 2.08 2.11 2.09 3/214 11698
/proc/meminfo: memFree=28994868/32872528 swapFree=13072/1184284
[pid=11679] ppid=11676 vsize=9625040 CPUtime=3.91 cores=1,3,5,7
/proc/11679/stat : 11679 (java) S 11676 11679 5680 0 -1 4202496 13546 0 1 0 387 4 0 0 20 0 19 0 109737025 9856040960 30257 33554432000 1073741824 1073778376 140737024958656 140737024949792 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11679/statm: 2406260 30257 2267 9 0 2396937 0
[pid=11679/tid=11681] ppid=11676 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/11679/task/11681/stat : 11681 (java) R 11676 11679 5680 0 -1 4202560 2529 0 1 0 304 2 0 0 20 0 19 0 109737026 9856040960 30257 33554432000 1073741824 1073778376 140737024958656 139754169852280 139754025465500 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11679/tid=11682] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11682/stat : 11682 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737027 9856040960 30257 33554432000 1073741824 1073778376 140737024958656 139754013763752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11683] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11683/stat : 11683 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737027 9856040960 30257 33554432000 1073741824 1073778376 140737024958656 139754012711208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11684] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11684/stat : 11684 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737028 9856040960 30257 33554432000 1073741824 1073778376 140737024958656 139754011658664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11679/tid=11685] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11685/stat : 11685 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737028 9856040960 30257 33554432000 1073741824 1073778376 140737024958656 139754010606120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11679/tid=11686] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11686/stat : 11686 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737028 9856040960 30257 33554432000 1073741824 1073778376 140737024958656 139754009553576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11687] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11687/stat : 11687 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737028 9856040960 30257 33554432000 1073741824 1073778376 140737024958656 139753672403752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11679/tid=11688] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11688/stat : 11688 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737028 9856040960 30257 33554432000 1073741824 1073778376 140737024958656 139753671351208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11689] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11689/stat : 11689 (java) S 11676 11679 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109737028 9856040960 30257 33554432000 1073741824 1073778376 140737024958656 139753670298664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11690] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11690/stat : 11690 (java) S 11676 11679 5680 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 109737029 9856040960 30257 33554432000 1073741824 1073778376 140737024958656 139753658099816 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11691] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11691/stat : 11691 (java) S 11676 11679 5680 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 109737029 9856040960 30257 33554432000 1073741824 1073778376 140737024958656 139753657046136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11692] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11692/stat : 11692 (java) S 11676 11679 5680 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109737029 9856040960 30257 33554432000 1073741824 1073778376 140737024958656 139753655993480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11693] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11693/stat : 11693 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737031 9856040960 30257 33554432000 1073741824 1073778376 140737024958656 139753654942224 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11694] ppid=11676 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/11679/task/11694/stat : 11694 (java) S 11676 11679 5680 0 -1 4202560 3223 0 0 0 36 0 0 0 20 0 19 0 109737031 9856040960 30257 33554432000 1073741824 1073778376 140737024958656 139753653889592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11695] ppid=11676 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/11679/task/11695/stat : 11695 (java) S 11676 11679 5680 0 -1 4202560 6516 0 0 0 43 2 0 0 20 0 19 0 109737031 9856040960 30257 33554432000 1073741824 1073778376 140737024958656 139753652837048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11696] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11696/stat : 11696 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737031 9856040960 30257 33554432000 1073741824 1073778376 140737024958656 139753651784696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11679/tid=11697] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11697/stat : 11697 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737031 9856040960 30257 33554432000 1073741824 1073778376 140737024958656 139753650732360 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11698] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11698/stat : 11698 (java) S 11676 11679 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109737060 9856040960 30257 33554432000 1073741824 1073778376 140737024958656 139753649300264 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.91
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.15 2.13 2.09 3/213 11763
/proc/meminfo: memFree=30307064/32872528 swapFree=13072/1184284
[pid=11679] ppid=11676 vsize=9625040 CPUtime=7.22 cores=1,3,5,7
/proc/11679/stat : 11679 (java) S 11676 11679 5680 0 -1 4202496 13635 0 1 0 714 8 0 0 20 0 19 0 109737025 9856040960 47834 33554432000 1073741824 1073778376 140737024958656 140737024949792 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11679/statm: 2406260 47834 2281 9 0 2396937 0
[pid=11679/tid=11681] ppid=11676 vsize=9625040 CPUtime=6.23 cores=1,3,5,7
/proc/11679/task/11681/stat : 11681 (java) R 11676 11679 5680 0 -1 4202560 2557 0 1 0 620 3 0 0 20 0 19 0 109737026 9856040960 47834 33554432000 1073741824 1073778376 140737024958656 139754169851160 139754025465500 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11679/tid=11682] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11682/stat : 11682 (java) S 11676 11679 5680 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 109737027 9856040960 47834 33554432000 1073741824 1073778376 140737024958656 139754013763752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11679/tid=11683] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11683/stat : 11683 (java) S 11676 11679 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109737027 9856040960 47834 33554432000 1073741824 1073778376 140737024958656 139754012711208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11684] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11684/stat : 11684 (java) S 11676 11679 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109737028 9856040960 47834 33554432000 1073741824 1073778376 140737024958656 139754011658664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11679/tid=11685] ppid=11676 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/11679/task/11685/stat : 11685 (java) S 11676 11679 5680 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 109737028 9856040960 47834 33554432000 1073741824 1073778376 140737024958656 139754010606120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11686] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11686/stat : 11686 (java) S 11676 11679 5680 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 109737028 9856040960 47834 33554432000 1073741824 1073778376 140737024958656 139754009553576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11679/tid=11687] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11687/stat : 11687 (java) S 11676 11679 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109737028 9856040960 47834 33554432000 1073741824 1073778376 140737024958656 139753672403752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11688] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11688/stat : 11688 (java) S 11676 11679 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109737028 9856040960 47834 33554432000 1073741824 1073778376 140737024958656 139753671351208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11689] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11689/stat : 11689 (java) S 11676 11679 5680 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109737028 9856040960 47834 33554432000 1073741824 1073778376 140737024958656 139753670298664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11690] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11690/stat : 11690 (java) S 11676 11679 5680 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109737029 9856040960 47834 33554432000 1073741824 1073778376 140737024958656 139753658099816 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11691] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11691/stat : 11691 (java) S 11676 11679 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109737029 9856040960 47834 33554432000 1073741824 1073778376 140737024958656 139753657046136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11692] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11692/stat : 11692 (java) S 11676 11679 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109737029 9856040960 47834 33554432000 1073741824 1073778376 140737024958656 139753655993480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11693] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11693/stat : 11693 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737031 9856040960 47834 33554432000 1073741824 1073778376 140737024958656 139753654942224 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11694] ppid=11676 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/11679/task/11694/stat : 11694 (java) S 11676 11679 5680 0 -1 4202560 3223 0 0 0 36 0 0 0 20 0 19 0 109737031 9856040960 47834 33554432000 1073741824 1073778376 140737024958656 139753653889592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11695] ppid=11676 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/11679/task/11695/stat : 11695 (java) S 11676 11679 5680 0 -1 4202560 6516 0 0 0 46 2 0 0 20 0 19 0 109737031 9856040960 47834 33554432000 1073741824 1073778376 140737024958656 139753652837048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11696] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11696/stat : 11696 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737031 9856040960 47834 33554432000 1073741824 1073778376 140737024958656 139753651784696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11679/tid=11697] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11697/stat : 11697 (java) S 11676 11679 5680 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 109737031 9856040960 47834 33554432000 1073741824 1073778376 140737024958656 139753650732360 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11698] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11698/stat : 11698 (java) S 11676 11679 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109737060 9856040960 47834 33554432000 1073741824 1073778376 140737024958656 139753649300264 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 9625040


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

[pid=11679/tid=11691] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11691/stat : 11691 (java) S 11676 11679 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109737029 9856040960 188093 33554432000 1073741824 1073778376 140737024958656 139753657046136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11692] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11692/stat : 11692 (java) S 11676 11679 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109737029 9856040960 188093 33554432000 1073741824 1073778376 140737024958656 139753655993480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11693] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11693/stat : 11693 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737031 9856040960 188093 33554432000 1073741824 1073778376 140737024958656 139753654942224 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11694] ppid=11676 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/11679/task/11694/stat : 11694 (java) S 11676 11679 5680 0 -1 4202560 3223 0 0 0 36 0 0 0 20 0 19 0 109737031 9856040960 188093 33554432000 1073741824 1073778376 140737024958656 139753653889592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11695] ppid=11676 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/11679/task/11695/stat : 11695 (java) S 11676 11679 5680 0 -1 4202560 6539 0 0 0 48 2 0 0 20 0 19 0 109737031 9856040960 188093 33554432000 1073741824 1073778376 140737024958656 139753652837048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11696] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11696/stat : 11696 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737031 9856040960 188093 33554432000 1073741824 1073778376 140737024958656 139753651784696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11679/tid=11697] ppid=11676 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/11679/task/11697/stat : 11697 (java) S 11676 11679 5680 0 -1 4202560 95 0 0 0 27 33 0 0 20 0 19 0 109737031 9856040960 188093 33554432000 1073741824 1073778376 140737024958656 139753650732360 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11698] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11698/stat : 11698 (java) S 11676 11679 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109737060 9856040960 188093 33554432000 1073741824 1073778376 140737024958656 139753649300264 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1683.72
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.37 2.29 2.20 3/213 11828
/proc/meminfo: memFree=22388192/32872528 swapFree=13072/1184284
[pid=11679] ppid=11676 vsize=9625040 CPUtime=1744.37 cores=1,3,5,7
/proc/11679/stat : 11679 (java) S 11676 11679 5680 0 -1 4202496 36976 0 1 0 174195 242 0 0 20 0 19 0 109737025 9856040960 207000 33554432000 1073741824 1073778376 140737024958656 140737024949792 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11679/statm: 2406260 207000 2290 9 0 2396937 0
[pid=11679/tid=11681] ppid=11676 vsize=9625040 CPUtime=1707.59 cores=1,3,5,7
/proc/11679/task/11681/stat : 11681 (java) R 11676 11679 5680 0 -1 4202560 2902 0 1 0 170728 31 0 0 20 0 19 0 109737026 9856040960 207000 33554432000 1073741824 1073778376 140737024958656 139754169851072 139754025465505 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11679/tid=11682] ppid=11676 vsize=9625040 CPUtime=3.86 cores=1,3,5,7
/proc/11679/task/11682/stat : 11682 (java) S 11676 11679 5680 0 -1 4202560 2874 0 0 0 359 27 0 0 20 0 19 0 109737027 9856040960 207000 33554432000 1073741824 1073778376 140737024958656 139754013763752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11683] ppid=11676 vsize=9625040 CPUtime=3.89 cores=1,3,5,7
/proc/11679/task/11683/stat : 11683 (java) S 11676 11679 5680 0 -1 4202560 2499 0 0 0 362 27 0 0 20 0 19 0 109737027 9856040960 207000 33554432000 1073741824 1073778376 140737024958656 139754012711208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11684] ppid=11676 vsize=9625040 CPUtime=3.67 cores=1,3,5,7
/proc/11679/task/11684/stat : 11684 (java) S 11676 11679 5680 0 -1 4202560 3034 0 0 0 343 24 0 0 20 0 19 0 109737028 9856040960 207000 33554432000 1073741824 1073778376 140737024958656 139754011658664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11679/tid=11685] ppid=11676 vsize=9625040 CPUtime=3.71 cores=1,3,5,7
/proc/11679/task/11685/stat : 11685 (java) S 11676 11679 5680 0 -1 4202560 2290 0 0 0 349 22 0 0 20 0 19 0 109737028 9856040960 207000 33554432000 1073741824 1073778376 140737024958656 139754010606120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11686] ppid=11676 vsize=9625040 CPUtime=3.68 cores=1,3,5,7
/proc/11679/task/11686/stat : 11686 (java) S 11676 11679 5680 0 -1 4202560 2380 0 0 0 342 26 0 0 20 0 19 0 109737028 9856040960 207000 33554432000 1073741824 1073778376 140737024958656 139754009553576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11687] ppid=11676 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/11679/task/11687/stat : 11687 (java) S 11676 11679 5680 0 -1 4202560 2660 0 0 0 334 21 0 0 20 0 19 0 109737028 9856040960 207000 33554432000 1073741824 1073778376 140737024958656 139753672403752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11688] ppid=11676 vsize=9625040 CPUtime=3.5 cores=1,3,5,7
/proc/11679/task/11688/stat : 11688 (java) S 11676 11679 5680 0 -1 4202560 2641 0 0 0 325 25 0 0 20 0 19 0 109737028 9856040960 207000 33554432000 1073741824 1073778376 140737024958656 139753671351208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11689] ppid=11676 vsize=9625040 CPUtime=3.53 cores=1,3,5,7
/proc/11679/task/11689/stat : 11689 (java) S 11676 11679 5680 0 -1 4202560 2741 0 0 0 330 23 0 0 20 0 19 0 109737028 9856040960 207000 33554432000 1073741824 1073778376 140737024958656 139753670298664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11690] ppid=11676 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/11679/task/11690/stat : 11690 (java) S 11676 11679 5680 0 -1 4202560 1830 0 0 0 616 8 0 0 20 0 19 0 109737029 9856040960 207000 33554432000 1073741824 1073778376 140737024958656 139753658099816 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11679/tid=11691] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11691/stat : 11691 (java) S 11676 11679 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109737029 9856040960 207000 33554432000 1073741824 1073778376 140737024958656 139753657046136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11692] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11692/stat : 11692 (java) S 11676 11679 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109737029 9856040960 207000 33554432000 1073741824 1073778376 140737024958656 139753655993480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11693] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11693/stat : 11693 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737031 9856040960 207000 33554432000 1073741824 1073778376 140737024958656 139753654942224 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11694] ppid=11676 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/11679/task/11694/stat : 11694 (java) S 11676 11679 5680 0 -1 4202560 3223 0 0 0 36 0 0 0 20 0 19 0 109737031 9856040960 207000 33554432000 1073741824 1073778376 140737024958656 139753653889592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11695] ppid=11676 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/11679/task/11695/stat : 11695 (java) S 11676 11679 5680 0 -1 4202560 6539 0 0 0 48 2 0 0 20 0 19 0 109737031 9856040960 207000 33554432000 1073741824 1073778376 140737024958656 139753652837048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11696] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11696/stat : 11696 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737031 9856040960 207000 33554432000 1073741824 1073778376 140737024958656 139753651784696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11679/tid=11697] ppid=11676 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/11679/task/11697/stat : 11697 (java) S 11676 11679 5680 0 -1 4202560 99 0 0 0 28 35 0 0 20 0 19 0 109737031 9856040960 207000 33554432000 1073741824 1073778376 140737024958656 139753650732360 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11698] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11698/stat : 11698 (java) S 11676 11679 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109737060 9856040960 207000 33554432000 1073741824 1073778376 140737024958656 139753649300264 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1744.37
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1777.5 s]
/proc/loadavg: 2.15 2.24 2.19 3/213 11895
/proc/meminfo: memFree=27994192/32872528 swapFree=13072/1184284
[pid=11679] ppid=11676 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/11679/stat : 11679 (java) S 11676 11679 5680 0 -1 4202496 37129 0 1 0 179761 245 0 0 20 0 19 0 109737025 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 140737024949792 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11679/statm: 2406260 209167 2290 9 0 2396937 0
[pid=11679/tid=11681] ppid=11676 vsize=9625040 CPUtime=1762.41 cores=1,3,5,7
/proc/11679/task/11681/stat : 11681 (java) R 11676 11679 5680 0 -1 4202560 2909 0 1 0 176209 32 0 0 20 0 19 0 109737026 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139754169851072 139754025342140 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11682] ppid=11676 vsize=9625040 CPUtime=3.94 cores=1,3,5,7
/proc/11679/task/11682/stat : 11682 (java) S 11676 11679 5680 0 -1 4202560 2874 0 0 0 367 27 0 0 20 0 19 0 109737027 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139754013763752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11683] ppid=11676 vsize=9625040 CPUtime=3.98 cores=1,3,5,7
/proc/11679/task/11683/stat : 11683 (java) S 11676 11679 5680 0 -1 4202560 2503 0 0 0 371 27 0 0 20 0 19 0 109737027 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139754012711208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11684] ppid=11676 vsize=9625040 CPUtime=3.79 cores=1,3,5,7
/proc/11679/task/11684/stat : 11684 (java) S 11676 11679 5680 0 -1 4202560 3037 0 0 0 354 25 0 0 20 0 19 0 109737028 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139754011658664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11679/tid=11685] ppid=11676 vsize=9625040 CPUtime=3.77 cores=1,3,5,7
/proc/11679/task/11685/stat : 11685 (java) S 11676 11679 5680 0 -1 4202560 2291 0 0 0 355 22 0 0 20 0 19 0 109737028 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139754010606120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11679/tid=11686] ppid=11676 vsize=9625040 CPUtime=3.77 cores=1,3,5,7
/proc/11679/task/11686/stat : 11686 (java) S 11676 11679 5680 0 -1 4202560 2380 0 0 0 351 26 0 0 20 0 19 0 109737028 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139754009553576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11679/tid=11687] ppid=11676 vsize=9625040 CPUtime=3.66 cores=1,3,5,7
/proc/11679/task/11687/stat : 11687 (java) S 11676 11679 5680 0 -1 4202560 2664 0 0 0 345 21 0 0 20 0 19 0 109737028 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139753672403752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11679/tid=11688] ppid=11676 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/11679/task/11688/stat : 11688 (java) S 11676 11679 5680 0 -1 4202560 2641 0 0 0 330 25 0 0 20 0 19 0 109737028 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139753671351208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11679/tid=11689] ppid=11676 vsize=9625040 CPUtime=3.62 cores=1,3,5,7
/proc/11679/task/11689/stat : 11689 (java) S 11676 11679 5680 0 -1 4202560 2745 0 0 0 339 23 0 0 20 0 19 0 109737028 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139753670298664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11690] ppid=11676 vsize=9625040 CPUtime=6.44 cores=1,3,5,7
/proc/11679/task/11690/stat : 11690 (java) S 11676 11679 5680 0 -1 4202560 1956 0 0 0 636 8 0 0 20 0 19 0 109737029 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139753658099816 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11691] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11691/stat : 11691 (java) S 11676 11679 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109737029 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139753657046136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11692] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11692/stat : 11692 (java) S 11676 11679 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109737029 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139753655993480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11693] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11693/stat : 11693 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737031 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139753654942224 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11694] ppid=11676 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/11679/task/11694/stat : 11694 (java) S 11676 11679 5680 0 -1 4202560 3223 0 0 0 36 0 0 0 20 0 19 0 109737031 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139753653889592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11695] ppid=11676 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/11679/task/11695/stat : 11695 (java) S 11676 11679 5680 0 -1 4202560 6539 0 0 0 48 2 0 0 20 0 19 0 109737031 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139753652837048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11696] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11696/stat : 11696 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737031 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139753651784696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11679/tid=11697] ppid=11676 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/11679/task/11697/stat : 11697 (java) S 11676 11679 5680 0 -1 4202560 103 0 0 0 28 36 0 0 20 0 19 0 109737031 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139753650732360 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11698] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11698/stat : 11698 (java) S 11676 11679 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109737060 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139753649300264 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 11679 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1777.5 s]
/proc/loadavg: 2.15 2.24 2.19 3/213 11895
/proc/meminfo: memFree=27994192/32872528 swapFree=13072/1184284
[pid=11679] ppid=11676 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/11679/stat : 11679 (java) S 11676 11679 5680 0 -1 4202496 37129 0 1 0 179761 245 0 0 20 0 19 0 109737025 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 140737024949792 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11679/statm: 2406260 209167 2290 9 0 2396937 0
[pid=11679/tid=11681] ppid=11676 vsize=9625040 CPUtime=1762.41 cores=1,3,5,7
/proc/11679/task/11681/stat : 11681 (java) R 11676 11679 5680 0 -1 4202560 2909 0 1 0 176209 32 0 0 20 0 19 0 109737026 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139754169851072 139754025342140 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11682] ppid=11676 vsize=9625040 CPUtime=3.94 cores=1,3,5,7
/proc/11679/task/11682/stat : 11682 (java) S 11676 11679 5680 0 -1 4202560 2874 0 0 0 367 27 0 0 20 0 19 0 109737027 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139754013763752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11683] ppid=11676 vsize=9625040 CPUtime=3.98 cores=1,3,5,7
/proc/11679/task/11683/stat : 11683 (java) S 11676 11679 5680 0 -1 4202560 2503 0 0 0 371 27 0 0 20 0 19 0 109737027 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139754012711208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11684] ppid=11676 vsize=9625040 CPUtime=3.79 cores=1,3,5,7
/proc/11679/task/11684/stat : 11684 (java) S 11676 11679 5680 0 -1 4202560 3037 0 0 0 354 25 0 0 20 0 19 0 109737028 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139754011658664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11679/tid=11685] ppid=11676 vsize=9625040 CPUtime=3.77 cores=1,3,5,7
/proc/11679/task/11685/stat : 11685 (java) S 11676 11679 5680 0 -1 4202560 2291 0 0 0 355 22 0 0 20 0 19 0 109737028 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139754010606120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11679/tid=11686] ppid=11676 vsize=9625040 CPUtime=3.77 cores=1,3,5,7
/proc/11679/task/11686/stat : 11686 (java) S 11676 11679 5680 0 -1 4202560 2380 0 0 0 351 26 0 0 20 0 19 0 109737028 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139754009553576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11679/tid=11687] ppid=11676 vsize=9625040 CPUtime=3.66 cores=1,3,5,7
/proc/11679/task/11687/stat : 11687 (java) S 11676 11679 5680 0 -1 4202560 2664 0 0 0 345 21 0 0 20 0 19 0 109737028 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139753672403752 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11679/tid=11688] ppid=11676 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/11679/task/11688/stat : 11688 (java) S 11676 11679 5680 0 -1 4202560 2641 0 0 0 330 25 0 0 20 0 19 0 109737028 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139753671351208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11679/tid=11689] ppid=11676 vsize=9625040 CPUtime=3.62 cores=1,3,5,7
/proc/11679/task/11689/stat : 11689 (java) S 11676 11679 5680 0 -1 4202560 2745 0 0 0 339 23 0 0 20 0 19 0 109737028 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139753670298664 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11690] ppid=11676 vsize=9625040 CPUtime=6.44 cores=1,3,5,7
/proc/11679/task/11690/stat : 11690 (java) S 11676 11679 5680 0 -1 4202560 1956 0 0 0 636 8 0 0 20 0 19 0 109737029 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139753658099816 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11691] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11691/stat : 11691 (java) S 11676 11679 5680 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109737029 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139753657046136 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11692] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11692/stat : 11692 (java) S 11676 11679 5680 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109737029 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139753655993480 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11693] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11693/stat : 11693 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737031 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139753654942224 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11694] ppid=11676 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/11679/task/11694/stat : 11694 (java) S 11676 11679 5680 0 -1 4202560 3223 0 0 0 36 0 0 0 20 0 19 0 109737031 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139753653889592 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11695] ppid=11676 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/11679/task/11695/stat : 11695 (java) S 11676 11679 5680 0 -1 4202560 6539 0 0 0 48 2 0 0 20 0 19 0 109737031 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139753652837048 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11679/tid=11696] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11696/stat : 11696 (java) S 11676 11679 5680 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109737031 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139753651784696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11679/tid=11697] ppid=11676 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/11679/task/11697/stat : 11697 (java) S 11676 11679 5680 0 -1 4202560 103 0 0 0 28 36 0 0 20 0 19 0 109737031 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139753650732360 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11679/tid=11698] ppid=11676 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11679/task/11698/stat : 11698 (java) S 11676 11679 5680 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 109737060 9856040960 209167 33554432000 1073741824 1073778376 140737024958656 139753649300264 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1777.54
CPU time (s): 1800.78
CPU user time (s): 1797.89
CPU system time (s): 2.89156
CPU usage (%): 101.307
Max. virtual memory (cumulated for all children) (KiB): 9625312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.89
system time used= 2.89156
maximum resident set size= 836808
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37170
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48657
involuntary context switches= 50890

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.2911 second user time and 16.7245 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-07 07:40:23
IDJOB=4085720
IDBENCH=89841
IDSOLVER=2546
FILE ID=node115/4085720-1465278023
RUNJOBID= node115-1465253623-5697
PBS_JOBID= 19843266
Free space on /tmp= 71732 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-p6b.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085720-1465278023/watcher-4085720-1465278023 -o /tmp/evaluation-result-4085720-1465278023/solver-4085720-1465278023 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1465253623-5697 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085720-1465278023.opb

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

MD5SUM BENCH= f076140978d89a37e97e041a8b1e6b8f
RANDOM SEED=361733353

node115.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.174
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.34
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.174
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.56
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.174
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.56
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.174
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.57
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.174
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.174
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.57
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.174
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.57
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.174
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:        29087432 kB
Buffers:          103944 kB
Cached:           275076 kB
SwapCached:         2020 kB
Active:          1553528 kB
Inactive:         292884 kB
Active(anon):    1465484 kB
Inactive(anon):     4008 kB
Active(file):      88044 kB
Inactive(file):   288876 kB
Unevictable:     1184284 kB
Mlocked:           13072 kB
SwapTotal:      67108856 kB
SwapFree:       67098836 kB
Dirty:               732 kB
Writeback:             0 kB
AnonPages:       2652772 kB
Mapped:            16524 kB
Shmem:                 0 kB
Slab:             616452 kB
SReclaimable:      60044 kB
SUnreclaim:       556408 kB
KernelStack:        1608 kB
PageTables:         9568 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4112352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2613248 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 node115 at 2016-06-07 08:10:01