Trace number 3687505

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
Sat 4j PB Resolution 2.3.2 SnapshotSAT (TO)114 1800.58 1796.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos16.opb
MD5SUM49459e9c72edb2754f1d384319cf8731
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark114
Best CPU time to get the best result obtained on this benchmark1076.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 114
Optimality of the best value was proved NO
Number of variables464
Total number of constraints1059
Number of constraints which are clauses336
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints723
Minimum length of a constraint2
Maximum length of a constraint128
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 138
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 535
Number of bits of the biggest sum of numbers10
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		501472288
0.03/0.09	c Max memory 		7480803328
0.03/0.09	c Total memory 		504102912
0.03/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@431b9fb1
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 Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3687505-1337871942.opb
0.09/0.11	c reading problem ... 
0.27/0.25	c ... done. Wall clock time 0.145s.
0.27/0.25	c declared #vars     464
0.27/0.25	c #constraints  1069
0.27/0.25	c constraints type 
0.27/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
0.27/0.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 336
0.27/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 693
0.27/0.25	c 1069 constraints processed.
0.27/0.25	c objective function length is 8 literals
1.08/0.62	c SATISFIABLE
1.08/0.62	c OPTIMIZING...
1.08/0.62	c Got one! Elapsed wall clock time (in seconds):0.515
1.08/0.63	o 122
1.08/0.69	c cleaning 2564 clauses out of 5135 with flag 1002/5135
1.25/0.75	c Got one! Elapsed wall clock time (in seconds):0.646
1.25/0.75	o 116
1.45/0.96	c cleaning 3890 clauses out of 7784 with flag 4003/10348
1.88/1.30	c cleaning 4936 clauses out of 9892 with flag 10001/16346
2.40/1.87	c cleaning 5960 clauses out of 11956 with flag 17001/23346
3.06/2.49	c cleaning 6990 clauses out of 13996 with flag 25001/31346
3.97/3.31	c cleaning 7991 clauses out of 16006 with flag 34001/40346
4.86/4.21	c cleaning 8992 clauses out of 18014 with flag 44000/50345
5.86/5.24	c cleaning 10006 clauses out of 20023 with flag 55001/61346
7.06/6.45	c cleaning 10996 clauses out of 22017 with flag 67001/73346
8.47/7.81	c cleaning 12008 clauses out of 24020 with flag 80000/86345
10.17/9.58	c cleaning 12990 clauses out of 26013 with flag 94001/100346
11.97/11.34	c cleaning 13997 clauses out of 28022 with flag 109000/115345
13.89/13.21	c cleaning 15007 clauses out of 30026 with flag 125001/131346
16.09/15.40	c cleaning 15998 clauses out of 32020 with flag 142002/148347
18.69/18.07	c cleaning 17000 clauses out of 34025 with flag 160005/166350
21.30/20.68	c cleaning 18005 clauses out of 36022 with flag 179002/185347
24.41/23.75	c cleaning 18995 clauses out of 38016 with flag 199001/205346
27.41/26.80	c cleaning 19994 clauses out of 40020 with flag 220000/226345
30.22/29.60	c cleaning 20999 clauses out of 42026 with flag 242000/248345
33.22/32.53	c cleaning 22005 clauses out of 44027 with flag 265000/271345
36.82/36.20	c cleaning 23008 clauses out of 46024 with flag 289002/295347
41.22/40.51	c cleaning 24002 clauses out of 48016 with flag 314002/320347
45.75/45.01	c cleaning 25000 clauses out of 50013 with flag 340001/346346
50.06/49.30	c cleaning 26002 clauses out of 52014 with flag 367002/373347
54.59/53.88	c cleaning 26990 clauses out of 54010 with flag 395000/401345
59.72/58.93	c cleaning 27997 clauses out of 56022 with flag 424002/430347
65.12/64.38	c cleaning 28998 clauses out of 58023 with flag 454000/460345
70.83/70.03	c Got one! Elapsed wall clock time (in seconds):69.92
70.83/70.03	o 114
71.02/70.27	c cleaning 32178 clauses out of 64360 with flag 5000/495680
71.33/70.57	c cleaning 19088 clauses out of 38183 with flag 11001/501681
71.63/70.88	c cleaning 13038 clauses out of 26094 with flag 18000/508680
71.94/71.18	c cleaning 10526 clauses out of 21056 with flag 26000/516680
72.44/71.67	c cleaning 9755 clauses out of 19531 with flag 35001/525681
73.35/72.54	c cleaning 9879 clauses out of 19775 with flag 45000/535680
74.57/73.72	c cleaning 10439 clauses out of 20896 with flag 56000/546680
75.87/75.08	c cleaning 11213 clauses out of 22457 with flag 68000/558680
77.48/76.67	c cleaning 12111 clauses out of 24244 with flag 81000/571680
79.18/78.33	c cleaning 13066 clauses out of 26137 with flag 95004/585684
80.98/80.13	c cleaning 14018 clauses out of 28068 with flag 110001/600681
83.18/82.30	c cleaning 15000 clauses out of 30049 with flag 126000/616680
85.49/84.66	c cleaning 16021 clauses out of 32050 with flag 143001/633681
87.88/87.05	c cleaning 16999 clauses out of 34028 with flag 161000/651680
90.68/89.86	c cleaning 18002 clauses out of 36031 with flag 180002/670682
93.39/92.58	c cleaning 18996 clauses out of 38028 with flag 200001/690681
96.29/95.45	c cleaning 19994 clauses out of 40032 with flag 221001/711681
99.49/98.63	c cleaning 21008 clauses out of 42038 with flag 243001/733681
102.89/102.05	c cleaning 22005 clauses out of 44030 with flag 266001/756681
106.60/105.70	c cleaning 22996 clauses out of 46025 with flag 290001/780681
110.61/109.75	c cleaning 24003 clauses out of 48029 with flag 315001/805681
114.61/113.71	c cleaning 24995 clauses out of 50025 with flag 341000/831680
118.92/118.07	c cleaning 26011 clauses out of 52031 with flag 368001/858681
123.42/122.54	c cleaning 26990 clauses out of 54020 with flag 396001/886681
128.03/127.17	c cleaning 27998 clauses out of 56029 with flag 425000/915680
133.04/132.13	c cleaning 29011 clauses out of 58032 with flag 455001/945681
138.74/137.89	c cleaning 29998 clauses out of 60020 with flag 486000/976680
144.45/143.52	c cleaning 30996 clauses out of 62022 with flag 518000/1008680
150.85/149.92	c cleaning 31996 clauses out of 64026 with flag 551000/1041680
158.16/157.21	c cleaning 33002 clauses out of 66032 with flag 585002/1075682
165.86/164.93	c cleaning 33988 clauses out of 68028 with flag 620000/1110680
173.86/172.99	c cleaning 35017 clauses out of 70041 with flag 656001/1146681
182.27/181.39	c cleaning 35998 clauses out of 72023 with flag 693000/1183680
191.02/190.04	c cleaning 36993 clauses out of 74025 with flag 731000/1221680
200.23/199.22	c cleaning 38004 clauses out of 76033 with flag 770001/1260681
209.67/208.65	c cleaning 39005 clauses out of 78028 with flag 810000/1300680
219.58/218.53	c cleaning 40001 clauses out of 80024 with flag 851001/1341681
229.61/228.56	c cleaning 41001 clauses out of 82023 with flag 893001/1383681
240.33/239.20	c cleaning 42007 clauses out of 84024 with flag 936003/1426683
251.34/250.29	c cleaning 43004 clauses out of 86014 with flag 980000/1470680
263.26/262.16	c cleaning 43990 clauses out of 88011 with flag 1025001/1515681
275.38/274.29	c cleaning 44991 clauses out of 90021 with flag 1071001/1561681
287.80/286.62	c cleaning 46001 clauses out of 92031 with flag 1118002/1608682
300.71/299.51	c cleaning 47002 clauses out of 94028 with flag 1166000/1656680
313.72/312.56	c cleaning 47999 clauses out of 96027 with flag 1215001/1705681
327.63/326.41	c cleaning 49009 clauses out of 98028 with flag 1265001/1755681
341.74/340.57	c cleaning 49988 clauses out of 100018 with flag 1316000/1806680
356.28/355.08	c cleaning 51005 clauses out of 102030 with flag 1368000/1858680
371.01/369.78	c cleaning 51991 clauses out of 104025 with flag 1421000/1911680
386.54/385.21	c cleaning 53006 clauses out of 106036 with flag 1475002/1965682
401.76/400.44	c cleaning 53997 clauses out of 108029 with flag 1530001/2020681
418.89/417.56	c cleaning 55002 clauses out of 110033 with flag 1586002/2076682
437.20/435.80	c cleaning 55997 clauses out of 112029 with flag 1643000/2133680
455.93/454.54	c cleaning 57005 clauses out of 114032 with flag 1701000/2191680
474.76/473.34	c cleaning 58002 clauses out of 116027 with flag 1760000/2250680
493.28/491.86	c cleaning 58996 clauses out of 118025 with flag 1820000/2310680
509.81/508.40	c cleaning 59995 clauses out of 120029 with flag 1881000/2371680
530.03/528.53	c cleaning 61009 clauses out of 122035 with flag 1943001/2433681
551.86/550.30	c cleaning 61993 clauses out of 124026 with flag 2006001/2496681
575.48/573.92	c cleaning 63004 clauses out of 126032 with flag 2070000/2560680
598.02/596.46	c cleaning 63987 clauses out of 128028 with flag 2135000/2625680
620.75/619.12	c cleaning 65010 clauses out of 130041 with flag 2201000/2691680
643.59/641.96	c cleaning 66006 clauses out of 132032 with flag 2268001/2758681
669.21/667.59	c cleaning 66990 clauses out of 134025 with flag 2336000/2826680
692.81/690.66	c cleaning 67999 clauses out of 136035 with flag 2405000/2895680
717.10/714.52	c cleaning 69004 clauses out of 138036 with flag 2475000/2965680
743.93/741.34	c cleaning 69995 clauses out of 140032 with flag 2546000/3036680
770.75/768.14	c cleaning 71006 clauses out of 142037 with flag 2618000/3108680
799.96/797.38	c cleaning 71990 clauses out of 144031 with flag 2691000/3181680
827.78/825.16	c cleaning 73005 clauses out of 146041 with flag 2765000/3255680
858.20/855.57	c cleaning 74011 clauses out of 148036 with flag 2840000/3330680
889.72/887.03	c cleaning 74998 clauses out of 150025 with flag 2916000/3406680
921.75/919.07	c cleaning 75997 clauses out of 152027 with flag 2993000/3483680
954.21/951.46	c cleaning 76993 clauses out of 154030 with flag 3071000/3561680
987.11/984.38	c cleaning 77994 clauses out of 156039 with flag 3150002/3640682
1022.36/1019.50	c cleaning 79010 clauses out of 158043 with flag 3230000/3720680
1058.98/1056.10	c cleaning 80002 clauses out of 160033 with flag 3311000/3801680
1097.70/1094.85	c cleaning 81008 clauses out of 162033 with flag 3393002/3883682
1136.72/1133.86	c cleaning 81990 clauses out of 164024 with flag 3476001/3966681
1174.15/1171.28	c cleaning 83009 clauses out of 166034 with flag 3560001/4050681
1212.78/1209.85	c cleaning 83994 clauses out of 168027 with flag 3645003/4135683
1252.14/1249.14	c cleaning 84996 clauses out of 170033 with flag 3731003/4221683
1292.00/1288.99	c cleaning 86008 clauses out of 172035 with flag 3818001/4308681
1330.74/1327.64	c cleaning 86993 clauses out of 174026 with flag 3906000/4396680
1374.46/1371.37	c cleaning 88010 clauses out of 176033 with flag 3995000/4485680
1415.40/1412.27	c cleaning 89000 clauses out of 178023 with flag 4085000/4575680
1458.93/1455.75	c cleaning 90004 clauses out of 180025 with flag 4176002/4666682
1506.46/1503.26	c cleaning 90996 clauses out of 182019 with flag 4268000/4758680
1552.99/1549.76	c cleaning 91996 clauses out of 184023 with flag 4361000/4851680
1598.42/1595.17	c cleaning 93006 clauses out of 186028 with flag 4455001/4945681
1646.35/1643.04	c cleaning 93995 clauses out of 188022 with flag 4550001/5040681
1697.07/1693.78	c cleaning 94997 clauses out of 190026 with flag 4646000/5136680
1750.83/1747.42	c cleaning 95995 clauses out of 192030 with flag 4743001/5233681
1800.05/1796.61	c starts		: 277
1800.05/1796.61	c conflicts		: 5330461
1800.05/1796.61	c decisions		: 6392936
1800.05/1796.61	c propagations		: 387013322
1800.05/1796.61	c inspects		: 27208456510
1800.05/1796.61	c shortcuts		: 0
1800.05/1796.61	c learnt literals	: 0
1800.05/1796.61	c learnt binary clauses	: 1
1800.05/1796.61	c learnt ternary clauses	: 15
1800.05/1796.61	c learnt constraints	: 5330461
1800.05/1796.61	c ignored constraints	: 0
1800.05/1796.61	c root simplifications	: 0
1800.05/1796.61	c removed literals (reason simplification)	: 0
1800.05/1796.61	c reason swapping (by a shorter reason)	: 0
1800.05/1796.61	c Calls to reduceDB	: 120
1800.05/1796.61	c number of reductions to clauses (during analyze)	: 0
1800.05/1796.61	c number of learned constraints concerned by reduction	: 0
1800.05/1796.61	c number of learning phase by resolution	: 0
1800.05/1796.61	c number of learning phase by cutting planes	: 0
1800.05/1796.61	c speed (assignments/second)	: 215443.8156399017
1800.05/1796.61	c non guided choices	65
1800.05/1796.64	c learnt constraints type 
1800.05/1796.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
1800.05/1796.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 192837
1800.05/1796.64	c constraints type 
1800.05/1796.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 40
1800.05/1796.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 336
1800.05/1796.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 694
1800.05/1796.64	c 1070 constraints processed.
1800.05/1796.64	s SATISFIABLE
1800.05/1796.64	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 
1800.05/1796.64	c objective function=114
1800.05/1796.64	c Total wall clock time (in seconds): 1796.537

Verifier Data

OK	114

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3687505-1337871942/watcher-3687505-1337871942 -o /tmp/evaluation-result-3687505-1337871942/solver-3687505-1337871942 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687505-1337871942.opb 

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: 1.10 0.30 0.10 3/194 27719
/proc/meminfo: memFree=29939068/32873648 swapFree=7112/7112
[pid=27719] ppid=27717 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/27719/stat : 27719 (java) D 27717 27719 27428 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 253320119 9515008 183 33554432000 1073741824 1073778376 140733496043024 140733496034056 242167398069 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/27719/statm: 2323 183 140 9 0 71 0

[startup+0.0585039 s]
/proc/loadavg: 1.10 0.30 0.10 3/194 27719
/proc/meminfo: memFree=29939068/32873648 swapFree=7112/7112
[pid=27719] ppid=27717 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/27719/stat : 27719 (java) S 27717 27719 27428 0 -1 4202496 3145 0 1 0 3 0 0 0 20 0 13 0 253320119 9446973440 3842 33554432000 1073741824 1073778376 140736706715088 140736706706224 242170757181 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27719/statm: 2306390 3842 1714 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.1002 s]
/proc/loadavg: 1.10 0.30 0.10 3/194 27719
/proc/meminfo: memFree=29939068/32873648 swapFree=7112/7112
[pid=27719] ppid=27717 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/27719/stat : 27719 (java) S 27717 27719 27428 0 -1 4202496 4422 0 1 0 8 1 0 0 20 0 18 0 253320119 9787813888 5112 33554432000 1073741824 1073778376 140736706715088 140736706706224 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27719/statm: 2389603 5113 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300169 s]
/proc/loadavg: 1.10 0.30 0.10 3/194 27719
/proc/meminfo: memFree=29939068/32873648 swapFree=7112/7112
[pid=27719] ppid=27717 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/27719/stat : 27719 (java) S 27717 27719 27428 0 -1 4202496 7438 0 1 0 50 2 0 0 20 0 19 0 253320119 9855975424 8421 33554432000 1073741824 1073778376 140736706715088 140736706706224 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27719/statm: 2406244 8421 2226 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9624976

[startup+0.700144 s]
/proc/loadavg: 1.10 0.30 0.10 3/194 27719
/proc/meminfo: memFree=29939068/32873648 swapFree=7112/7112
[pid=27719] ppid=27717 vsize=9624976 CPUtime=1.25 cores=1,3,5,7
/proc/27719/stat : 27719 (java) S 27717 27719 27428 0 -1 4202496 9727 0 1 0 123 2 0 0 20 0 19 0 253320119 9855975424 11610 33554432000 1073741824 1073778376 140736706715088 140736706706224 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27719/statm: 2406244 11611 2261 9 0 2396937 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9624976

[startup+1.50068 s]
/proc/loadavg: 1.34 0.36 0.12 3/213 27738
/proc/meminfo: memFree=29899028/32873648 swapFree=7112/7112
[pid=27719] ppid=27717 vsize=9624976 CPUtime=2.1 cores=1,3,5,7
/proc/27719/stat : 27719 (java) S 27717 27719 27428 0 -1 4202496 9755 0 1 0 208 2 0 0 20 0 19 0 253320119 9855975424 12147 33554432000 1073741824 1073778376 140736706715088 140736706706224 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27719/statm: 2406244 12147 2268 9 0 2396937 0
[pid=27719/tid=27721] ppid=27717 vsize=9624976 CPUtime=1.43 cores=1,3,5,7
/proc/27719/task/27721/stat : 27721 (java) R 27717 27719 27428 0 -1 4202560 2512 0 1 0 143 0 0 0 20 0 19 0 253320120 9855975424 12147 33554432000 1073741824 1073778376 140736706715088 140115255898520 140115196100443 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27719/tid=27722] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27722/stat : 27722 (java) S 27717 27719 27428 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253320121 9855975424 12147 33554432000 1073741824 1073778376 140736706715088 140115194628264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27723] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27723/stat : 27723 (java) S 27717 27719 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320121 9855975424 12147 33554432000 1073741824 1073778376 140736706715088 140115193575720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27719/tid=27724] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27724/stat : 27724 (java) S 27717 27719 27428 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253320121 9855975424 12147 33554432000 1073741824 1073778376 140736706715088 140115192523176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27719/tid=27725] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27725/stat : 27725 (java) S 27717 27719 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320121 9855975424 12147 33554432000 1073741824 1073778376 140736706715088 140115191470632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27719/tid=27726] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27726/stat : 27726 (java) S 27717 27719 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320121 9855975424 12147 33554432000 1073741824 1073778376 140736706715088 140115190418088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27719/tid=27727] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27727/stat : 27727 (java) S 27717 27719 27428 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253320121 9855975424 12147 33554432000 1073741824 1073778376 140736706715088 140115189365544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27719/tid=27728] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27728/stat : 27728 (java) S 27717 27719 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320121 9855975424 12147 33554432000 1073741824 1073778376 140736706715088 140115093175208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27719/tid=27729] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27729/stat : 27729 (java) S 27717 27719 27428 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253320121 9855975424 12147 33554432000 1073741824 1073778376 140736706715088 140115092122664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27719/tid=27730] ppid=27717 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27719/task/27730/stat : 27730 (java) S 27717 27719 27428 0 -1 4202560 29 0 0 0 1 0 0 0 20 0 19 0 253320122 9855975424 12147 33554432000 1073741824 1073778376 140736706715088 140115079923816 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27731] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27731/stat : 27731 (java) S 27717 27719 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253320122 9855975424 12147 33554432000 1073741824 1073778376 140736706715088 140115078870136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27732] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27732/stat : 27732 (java) S 27717 27719 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320122 9855975424 12147 33554432000 1073741824 1073778376 140736706715088 140115077817480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27733] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27733/stat : 27733 (java) S 27717 27719 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320125 9855975424 12147 33554432000 1073741824 1073778376 140736706715088 140115076766224 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27734] ppid=27717 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/27719/task/27734/stat : 27734 (java) S 27717 27719 27428 0 -1 4202560 3609 0 0 0 31 0 0 0 20 0 19 0 253320125 9855975424 12147 33554432000 1073741824 1073778376 140736706715088 140115075713592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27735] ppid=27717 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/27719/task/27735/stat : 27735 (java) S 27717 27719 27428 0 -1 4202560 2384 0 0 0 27 0 0 0 20 0 19 0 253320125 9855975424 12147 33554432000 1073741824 1073778376 140736706715088 140115074661048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27736] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27736/stat : 27736 (java) S 27717 27719 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320125 9855975424 12147 33554432000 1073741824 1073778376 140736706715088 140115073608696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27719/tid=27737] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27737/stat : 27737 (java) S 27717 27719 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320125 9855975424 12147 33554432000 1073741824 1073778376 140736706715088 140115072556360 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27738] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27738/stat : 27738 (java) S 27717 27719 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253320145 9855975424 12147 33554432000 1073741824 1073778376 140736706715088 140115071501096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9624976

[startup+3.10061 s]
/proc/loadavg: 1.34 0.36 0.12 3/213 27738
/proc/meminfo: memFree=29895740/32873648 swapFree=7112/7112
[pid=27719] ppid=27717 vsize=9624976 CPUtime=3.76 cores=1,3,5,7
/proc/27719/stat : 27719 (java) S 27717 27719 27428 0 -1 4202496 10254 0 1 0 373 3 0 0 20 0 19 0 253320119 9855975424 12740 33554432000 1073741824 1073778376 140736706715088 140736706706224 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27719/statm: 2406244 12740 2268 9 0 2396937 0
[pid=27719/tid=27721] ppid=27717 vsize=9624976 CPUtime=3 cores=1,3,5,7
/proc/27719/task/27721/stat : 27721 (java) R 27717 27719 27428 0 -1 4202560 2513 0 1 0 300 0 0 0 20 0 19 0 253320120 9855975424 12740 33554432000 1073741824 1073778376 140736706715088 140115255898400 140115196109307 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27719/tid=27722] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27722/stat : 27722 (java) S 27717 27719 27428 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253320121 9855975424 12740 33554432000 1073741824 1073778376 140736706715088 140115194628264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27723] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27723/stat : 27723 (java) S 27717 27719 27428 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253320121 9855975424 12740 33554432000 1073741824 1073778376 140736706715088 140115193575720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27724] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27724/stat : 27724 (java) S 27717 27719 27428 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253320121 9855975424 12740 33554432000 1073741824 1073778376 140736706715088 140115192523176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27719/tid=27725] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27725/stat : 27725 (java) S 27717 27719 27428 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253320121 9855975424 12740 33554432000 1073741824 1073778376 140736706715088 140115191470632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27719/tid=27726] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27726/stat : 27726 (java) S 27717 27719 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320121 9855975424 12740 33554432000 1073741824 1073778376 140736706715088 140115190418088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27719/tid=27727] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27727/stat : 27727 (java) S 27717 27719 27428 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253320121 9855975424 12740 33554432000 1073741824 1073778376 140736706715088 140115189365544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27719/tid=27728] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27728/stat : 27728 (java) S 27717 27719 27428 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253320121 9855975424 12740 33554432000 1073741824 1073778376 140736706715088 140115093175208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27719/tid=27729] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27729/stat : 27729 (java) S 27717 27719 27428 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253320121 9855975424 12740 33554432000 1073741824 1073778376 140736706715088 140115092122664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27719/tid=27730] ppid=27717 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/27719/task/27730/stat : 27730 (java) S 27717 27719 27428 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 19 0 253320122 9855975424 12740 33554432000 1073741824 1073778376 140736706715088 140115079923816 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27719/tid=27731] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27731/stat : 27731 (java) S 27717 27719 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253320122 9855975424 12740 33554432000 1073741824 1073778376 140736706715088 140115078870136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27732] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27732/stat : 27732 (java) S 27717 27719 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320122 9855975424 12740 33554432000 1073741824 1073778376 140736706715088 140115077817480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27733] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27733/stat : 27733 (java) S 27717 27719 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320125 9855975424 12740 33554432000 1073741824 1073778376 140736706715088 140115076766224 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27734] ppid=27717 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/27719/task/27734/stat : 27734 (java) S 27717 27719 27428 0 -1 4202560 3610 0 0 0 31 0 0 0 20 0 19 0 253320125 9855975424 12740 33554432000 1073741824 1073778376 140736706715088 140115075713592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27735] ppid=27717 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/27719/task/27735/stat : 27735 (java) S 27717 27719 27428 0 -1 4202560 2870 0 0 0 31 0 0 0 20 0 19 0 253320125 9855975424 12740 33554432000 1073741824 1073778376 140736706715088 140115074661048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27736] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27736/stat : 27736 (java) S 27717 27719 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320125 9855975424 12740 33554432000 1073741824 1073778376 140736706715088 140115073608696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27719/tid=27737] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27737/stat : 27737 (java) S 27717 27719 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320125 9855975424 12740 33554432000 1073741824 1073778376 140736706715088 140115072556360 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27738] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27738/stat : 27738 (java) S 27717 27719 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253320145 9855975424 12740 33554432000 1073741824 1073778376 140736706715088 140115071501096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 9624976

[startup+6.30061 s]
/proc/loadavg: 1.39 0.39 0.13 3/213 27738
/proc/meminfo: memFree=29893344/32873648 swapFree=7112/7112
[pid=27719] ppid=27717 vsize=9624976 CPUtime=6.96 cores=1,3,5,7
/proc/27719/stat : 27719 (java) S 27717 27719 27428 0 -1 4202496 10262 0 1 0 693 3 0 0 20 0 19 0 253320119 9855975424 13252 33554432000 1073741824 1073778376 140736706715088 140736706706224 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27719/statm: 2406244 13252 2268 9 0 2396937 0
[pid=27719/tid=27721] ppid=27717 vsize=9624976 CPUtime=6.17 cores=1,3,5,7
/proc/27719/task/27721/stat : 27721 (java) R 27717 27719 27428 0 -1 4202560 2517 0 1 0 617 0 0 0 20 0 19 0 253320120 9855975424 13252 33554432000 1073741824 1073778376 140736706715088 140115255898400 140115196133541 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27719/tid=27722] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27722/stat : 27722 (java) S 27717 27719 27428 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253320121 9855975424 13252 33554432000 1073741824 1073778376 140736706715088 140115194628264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27723] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27723/stat : 27723 (java) S 27717 27719 27428 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253320121 9855975424 13252 33554432000 1073741824 1073778376 140736706715088 140115193575720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27724] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27724/stat : 27724 (java) S 27717 27719 27428 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253320121 9855975424 13252 33554432000 1073741824 1073778376 140736706715088 140115192523176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27719/tid=27725] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27725/stat : 27725 (java) S 27717 27719 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253320121 9855975424 13252 33554432000 1073741824 1073778376 140736706715088 140115191470632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27719/tid=27726] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27726/stat : 27726 (java) S 27717 27719 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320121 9855975424 13252 33554432000 1073741824 1073778376 140736706715088 140115190418088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27719/tid=27727] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27727/stat : 27727 (java) S 27717 27719 27428 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253320121 9855975424 13252 33554432000 1073741824 1073778376 140736706715088 140115189365544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27719/tid=27728] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27728/stat : 27728 (java) S 27717 27719 27428 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253320121 9855975424 13252 33554432000 1073741824 1073778376 140736706715088 140115093175208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27719/tid=27729] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27729/stat : 27729 (java) S 27717 27719 27428 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253320121 9855975424 13252 33554432000 1073741824 1073778376 140736706715088 140115092122664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27719/tid=27730] ppid=27717 vsize=9624976 CPUtime=0.06 cores=1,3,5,7
/proc/27719/task/27730/stat : 27730 (java) S 27717 27719 27428 0 -1 4202560 30 0 0 0 6 0 0 0 20 0 19 0 253320122 9855975424 13252 33554432000 1073741824 1073778376 140736706715088 140115079923816 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27731] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27731/stat : 27731 (java) S 27717 27719 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253320122 9855975424 13252 33554432000 1073741824 1073778376 140736706715088 140115078870136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27732] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27732/stat : 27732 (java) S 27717 27719 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320122 9855975424 13252 33554432000 1073741824 1073778376 140736706715088 140115077817480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27733] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27733/stat : 27733 (java) S 27717 27719 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320125 9855975424 13252 33554432000 1073741824 1073778376 140736706715088 140115076766224 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27734] ppid=27717 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/27719/task/27734/stat : 27734 (java) S 27717 27719 27428 0 -1 4202560 3610 0 0 0 31 0 0 0 20 0 19 0 253320125 9855975424 13252 33554432000 1073741824 1073778376 140736706715088 140115075713592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27735] ppid=27717 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/27719/task/27735/stat : 27735 (java) S 27717 27719 27428 0 -1 4202560 2870 0 0 0 31 0 0 0 20 0 19 0 253320125 9855975424 13252 33554432000 1073741824 1073778376 140736706715088 140115074661048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27736] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27736/stat : 27736 (java) S 27717 27719 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320125 9855975424 13252 33554432000 1073741824 1073778376 140736706715088 140115073608696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27719/tid=27737] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27737/stat : 27737 (java) S 27717 27719 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320125 9855975424 13252 33554432000 1073741824 1073778376 140736706715088 140115072556360 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27738] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27738/stat : 27738 (java) S 27717 27719 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253320145 9855975424 13252 33554432000 1073741824 1073778376 140736706715088 140115071501096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.96
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=27719/tid=27727] ppid=27717 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/27719/task/27727/stat : 27727 (java) S 27717 27719 27428 0 -1 4202560 33 0 0 0 25 0 0 0 20 0 19 0 253320121 9855975424 44593 33554432000 1073741824 1073778376 140736706715088 140115189365544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27728] ppid=27717 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/27719/task/27728/stat : 27728 (java) S 27717 27719 27428 0 -1 4202560 48 0 0 0 26 0 0 0 20 0 19 0 253320121 9855975424 44593 33554432000 1073741824 1073778376 140736706715088 140115093175208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27719/tid=27729] ppid=27717 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/27719/task/27729/stat : 27729 (java) S 27717 27719 27428 0 -1 4202560 66 0 0 0 24 0 0 0 20 0 19 0 253320121 9855975424 44593 33554432000 1073741824 1073778376 140736706715088 140115092122664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27730] ppid=27717 vsize=9624976 CPUtime=2.44 cores=1,3,5,7
/proc/27719/task/27730/stat : 27730 (java) S 27717 27719 27428 0 -1 4202560 145 0 0 0 240 4 0 0 20 0 19 0 253320122 9855975424 44593 33554432000 1073741824 1073778376 140736706715088 140115079923816 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27719/tid=27731] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27731/stat : 27731 (java) S 27717 27719 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253320122 9855975424 44593 33554432000 1073741824 1073778376 140736706715088 140115078870136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27732] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27732/stat : 27732 (java) S 27717 27719 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320122 9855975424 44593 33554432000 1073741824 1073778376 140736706715088 140115077817480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27733] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27733/stat : 27733 (java) S 27717 27719 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320125 9855975424 44593 33554432000 1073741824 1073778376 140736706715088 140115076766224 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27734] ppid=27717 vsize=9624976 CPUtime=1.13 cores=1,3,5,7
/proc/27719/task/27734/stat : 27734 (java) S 27717 27719 27428 0 -1 4202560 14767 0 0 0 110 3 0 0 20 0 19 0 253320125 9855975424 44593 33554432000 1073741824 1073778376 140736706715088 140115075713592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27735] ppid=27717 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/27719/task/27735/stat : 27735 (java) S 27717 27719 27428 0 -1 4202560 2883 0 0 0 39 0 0 0 20 0 19 0 253320125 9855975424 44593 33554432000 1073741824 1073778376 140736706715088 140115074661048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27719/tid=27736] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27736/stat : 27736 (java) S 27717 27719 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320125 9855975424 44593 33554432000 1073741824 1073778376 140736706715088 140115073608696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27719/tid=27737] ppid=27717 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/27719/task/27737/stat : 27737 (java) S 27717 27719 27428 0 -1 4202560 95 0 0 0 29 33 0 0 20 0 19 0 253320125 9855975424 44593 33554432000 1073741824 1073778376 140736706715088 140115072556360 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27719/tid=27738] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27738/stat : 27738 (java) S 27717 27719 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253320145 9855975424 44593 33554432000 1073741824 1073778376 140736706715088 140115071501096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1665.66
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.67 3/213 27753
/proc/meminfo: memFree=29655580/32873648 swapFree=7112/7112
[pid=27719] ppid=27717 vsize=9624976 CPUtime=1725.72 cores=1,3,5,7
/proc/27719/stat : 27719 (java) S 27717 27719 27428 0 -1 4202496 22136 0 1 0 172522 50 0 0 20 0 19 0 253320119 9855975424 46129 33554432000 1073741824 1073778376 140736706715088 140736706706224 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27719/statm: 2406244 46129 2270 9 0 2396937 0
[pid=27719/tid=27721] ppid=27717 vsize=9624976 CPUtime=1719.16 cores=1,3,5,7
/proc/27719/task/27721/stat : 27721 (java) R 27717 27719 27428 0 -1 4202560 2669 0 1 0 171886 30 0 0 20 0 19 0 253320120 9855975424 46129 33554432000 1073741824 1073778376 140736706715088 140115255898400 140115196234066 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27719/tid=27722] ppid=27717 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/27719/task/27722/stat : 27722 (java) S 27717 27719 27428 0 -1 4202560 38 0 0 0 22 0 0 0 20 0 19 0 253320121 9855975424 46129 33554432000 1073741824 1073778376 140736706715088 140115194628264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27719/tid=27723] ppid=27717 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/27719/task/27723/stat : 27723 (java) S 27717 27719 27428 0 -1 4202560 38 0 0 0 28 0 0 0 20 0 19 0 253320121 9855975424 46129 33554432000 1073741824 1073778376 140736706715088 140115193575720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27719/tid=27724] ppid=27717 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/27719/task/27724/stat : 27724 (java) S 27717 27719 27428 0 -1 4202560 52 0 0 0 25 0 0 0 20 0 19 0 253320121 9855975424 46129 33554432000 1073741824 1073778376 140736706715088 140115192523176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27725] ppid=27717 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/27719/task/27725/stat : 27725 (java) S 27717 27719 27428 0 -1 4202560 47 0 0 0 27 0 0 0 20 0 19 0 253320121 9855975424 46129 33554432000 1073741824 1073778376 140736706715088 140115191470632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27726] ppid=27717 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/27719/task/27726/stat : 27726 (java) S 27717 27719 27428 0 -1 4202560 68 0 0 0 26 0 0 0 20 0 19 0 253320121 9855975424 46129 33554432000 1073741824 1073778376 140736706715088 140115190418088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27727] ppid=27717 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/27719/task/27727/stat : 27727 (java) S 27717 27719 27428 0 -1 4202560 33 0 0 0 26 0 0 0 20 0 19 0 253320121 9855975424 46129 33554432000 1073741824 1073778376 140736706715088 140115189365544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27728] ppid=27717 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/27719/task/27728/stat : 27728 (java) S 27717 27719 27428 0 -1 4202560 49 0 0 0 27 0 0 0 20 0 19 0 253320121 9855975424 46129 33554432000 1073741824 1073778376 140736706715088 140115093175208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27729] ppid=27717 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/27719/task/27729/stat : 27729 (java) S 27717 27719 27428 0 -1 4202560 66 0 0 0 25 0 0 0 20 0 19 0 253320121 9855975424 46129 33554432000 1073741824 1073778376 140736706715088 140115092122664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27730] ppid=27717 vsize=9624976 CPUtime=2.47 cores=1,3,5,7
/proc/27719/task/27730/stat : 27730 (java) S 27717 27719 27428 0 -1 4202560 147 0 0 0 243 4 0 0 20 0 19 0 253320122 9855975424 46129 33554432000 1073741824 1073778376 140736706715088 140115079923816 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27719/tid=27731] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27731/stat : 27731 (java) S 27717 27719 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253320122 9855975424 46129 33554432000 1073741824 1073778376 140736706715088 140115078870136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27732] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27732/stat : 27732 (java) S 27717 27719 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320122 9855975424 46129 33554432000 1073741824 1073778376 140736706715088 140115077817480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27733] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27733/stat : 27733 (java) S 27717 27719 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320125 9855975424 46129 33554432000 1073741824 1073778376 140736706715088 140115076766224 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27734] ppid=27717 vsize=9624976 CPUtime=1.13 cores=1,3,5,7
/proc/27719/task/27734/stat : 27734 (java) S 27717 27719 27428 0 -1 4202560 14767 0 0 0 110 3 0 0 20 0 19 0 253320125 9855975424 46129 33554432000 1073741824 1073778376 140736706715088 140115075713592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27735] ppid=27717 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/27719/task/27735/stat : 27735 (java) S 27717 27719 27428 0 -1 4202560 2883 0 0 0 39 0 0 0 20 0 19 0 253320125 9855975424 46129 33554432000 1073741824 1073778376 140736706715088 140115074661048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27719/tid=27736] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27736/stat : 27736 (java) S 27717 27719 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320125 9855975424 46129 33554432000 1073741824 1073778376 140736706715088 140115073608696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27719/tid=27737] ppid=27717 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/27719/task/27737/stat : 27737 (java) S 27717 27719 27428 0 -1 4202560 99 0 0 0 30 35 0 0 20 0 19 0 253320125 9855975424 46129 33554432000 1073741824 1073778376 140736706715088 140115072556360 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27719/tid=27738] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27738/stat : 27738 (java) S 27717 27719 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253320145 9855975424 46129 33554432000 1073741824 1073778376 140736706715088 140115071501096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725.72
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.04 1.99 1.69 3/213 27813
/proc/meminfo: memFree=29724080/32873648 swapFree=7112/7112
[pid=27719] ppid=27717 vsize=9624976 CPUtime=1785.74 cores=1,3,5,7
/proc/27719/stat : 27719 (java) S 27717 27719 27428 0 -1 4202496 22145 0 1 0 178523 51 0 0 20 0 19 0 253320119 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140736706706224 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27719/statm: 2406244 47153 2270 9 0 2396937 0
[pid=27719/tid=27721] ppid=27717 vsize=9624976 CPUtime=1779.11 cores=1,3,5,7
/proc/27719/task/27721/stat : 27721 (java) R 27717 27719 27428 0 -1 4202560 2672 0 1 0 177880 31 0 0 20 0 19 0 253320120 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115255898400 140115196234066 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27719/tid=27722] ppid=27717 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/27719/task/27722/stat : 27722 (java) S 27717 27719 27428 0 -1 4202560 38 0 0 0 22 0 0 0 20 0 19 0 253320121 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115194628264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27719/tid=27723] ppid=27717 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/27719/task/27723/stat : 27723 (java) S 27717 27719 27428 0 -1 4202560 38 0 0 0 29 0 0 0 20 0 19 0 253320121 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115193575720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27719/tid=27724] ppid=27717 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/27719/task/27724/stat : 27724 (java) S 27717 27719 27428 0 -1 4202560 52 0 0 0 25 0 0 0 20 0 19 0 253320121 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115192523176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27719/tid=27725] ppid=27717 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/27719/task/27725/stat : 27725 (java) S 27717 27719 27428 0 -1 4202560 47 0 0 0 27 0 0 0 20 0 19 0 253320121 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115191470632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27726] ppid=27717 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/27719/task/27726/stat : 27726 (java) S 27717 27719 27428 0 -1 4202560 68 0 0 0 26 0 0 0 20 0 19 0 253320121 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115190418088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27727] ppid=27717 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/27719/task/27727/stat : 27727 (java) S 27717 27719 27428 0 -1 4202560 33 0 0 0 26 0 0 0 20 0 19 0 253320121 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115189365544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27728] ppid=27717 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/27719/task/27728/stat : 27728 (java) S 27717 27719 27428 0 -1 4202560 49 0 0 0 28 0 0 0 20 0 19 0 253320121 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115093175208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27729] ppid=27717 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/27719/task/27729/stat : 27729 (java) S 27717 27719 27428 0 -1 4202560 66 0 0 0 25 0 0 0 20 0 19 0 253320121 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115092122664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27730] ppid=27717 vsize=9624976 CPUtime=2.52 cores=1,3,5,7
/proc/27719/task/27730/stat : 27730 (java) S 27717 27719 27428 0 -1 4202560 149 0 0 0 248 4 0 0 20 0 19 0 253320122 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115079923816 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27719/tid=27731] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27731/stat : 27731 (java) S 27717 27719 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253320122 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115078870136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27732] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27732/stat : 27732 (java) S 27717 27719 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320122 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115077817480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27733] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27733/stat : 27733 (java) S 27717 27719 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320125 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115076766224 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27734] ppid=27717 vsize=9624976 CPUtime=1.13 cores=1,3,5,7
/proc/27719/task/27734/stat : 27734 (java) S 27717 27719 27428 0 -1 4202560 14767 0 0 0 110 3 0 0 20 0 19 0 253320125 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115075713592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27735] ppid=27717 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/27719/task/27735/stat : 27735 (java) S 27717 27719 27428 0 -1 4202560 2883 0 0 0 39 0 0 0 20 0 19 0 253320125 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115074661048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27719/tid=27736] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27736/stat : 27736 (java) S 27717 27719 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320125 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115073608696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27719/tid=27737] ppid=27717 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/27719/task/27737/stat : 27737 (java) S 27717 27719 27428 0 -1 4202560 103 0 0 0 30 37 0 0 20 0 19 0 253320125 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115072556360 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27719/tid=27738] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27738/stat : 27738 (java) S 27717 27719 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253320145 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115071501096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1785.74
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.6 s]
/proc/loadavg: 2.03 1.99 1.70 3/213 27813
/proc/meminfo: memFree=29720364/32873648 swapFree=7112/7112
[pid=27719] ppid=27717 vsize=9624976 CPUtime=1800.05 cores=1,3,5,7
/proc/27719/stat : 27719 (java) S 27717 27719 27428 0 -1 4202496 22145 0 1 0 179954 51 0 0 20 0 19 0 253320119 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140736706706224 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27719/statm: 2406244 47153 2270 9 0 2396937 0
[pid=27719/tid=27721] ppid=27717 vsize=9624976 CPUtime=1793.42 cores=1,3,5,7
/proc/27719/task/27721/stat : 27721 (java) R 27717 27719 27428 0 -1 4202560 2672 0 1 0 179311 31 0 0 20 0 19 0 253320120 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115255898400 140115196133613 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27719/tid=27722] ppid=27717 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/27719/task/27722/stat : 27722 (java) S 27717 27719 27428 0 -1 4202560 38 0 0 0 22 0 0 0 20 0 19 0 253320121 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115194628264 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27719/tid=27723] ppid=27717 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/27719/task/27723/stat : 27723 (java) S 27717 27719 27428 0 -1 4202560 38 0 0 0 29 0 0 0 20 0 19 0 253320121 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115193575720 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27719/tid=27724] ppid=27717 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/27719/task/27724/stat : 27724 (java) S 27717 27719 27428 0 -1 4202560 52 0 0 0 25 0 0 0 20 0 19 0 253320121 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115192523176 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27719/tid=27725] ppid=27717 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/27719/task/27725/stat : 27725 (java) S 27717 27719 27428 0 -1 4202560 47 0 0 0 27 0 0 0 20 0 19 0 253320121 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115191470632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27726] ppid=27717 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/27719/task/27726/stat : 27726 (java) S 27717 27719 27428 0 -1 4202560 68 0 0 0 26 0 0 0 20 0 19 0 253320121 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115190418088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27727] ppid=27717 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/27719/task/27727/stat : 27727 (java) S 27717 27719 27428 0 -1 4202560 33 0 0 0 26 0 0 0 20 0 19 0 253320121 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115189365544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27728] ppid=27717 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/27719/task/27728/stat : 27728 (java) S 27717 27719 27428 0 -1 4202560 49 0 0 0 28 0 0 0 20 0 19 0 253320121 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115093175208 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27729] ppid=27717 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/27719/task/27729/stat : 27729 (java) S 27717 27719 27428 0 -1 4202560 66 0 0 0 25 0 0 0 20 0 19 0 253320121 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115092122664 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27730] ppid=27717 vsize=9624976 CPUtime=2.52 cores=1,3,5,7
/proc/27719/task/27730/stat : 27730 (java) S 27717 27719 27428 0 -1 4202560 149 0 0 0 248 4 0 0 20 0 19 0 253320122 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115079923816 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27719/tid=27731] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27731/stat : 27731 (java) S 27717 27719 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253320122 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115078870136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27732] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27732/stat : 27732 (java) S 27717 27719 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253320122 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115077817480 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27733] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27733/stat : 27733 (java) S 27717 27719 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320125 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115076766224 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27734] ppid=27717 vsize=9624976 CPUtime=1.13 cores=1,3,5,7
/proc/27719/task/27734/stat : 27734 (java) S 27717 27719 27428 0 -1 4202560 14767 0 0 0 110 3 0 0 20 0 19 0 253320125 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115075713592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27719/tid=27735] ppid=27717 vsize=9624976 CPUtime=0.39 cores=1,3,5,7
/proc/27719/task/27735/stat : 27735 (java) S 27717 27719 27428 0 -1 4202560 2883 0 0 0 39 0 0 0 20 0 19 0 253320125 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115074661048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27719/tid=27736] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27736/stat : 27736 (java) S 27717 27719 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253320125 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115073608696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27719/tid=27737] ppid=27717 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/27719/task/27737/stat : 27737 (java) S 27717 27719 27428 0 -1 4202560 103 0 0 0 30 38 0 0 20 0 19 0 253320125 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115072556360 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27719/tid=27738] ppid=27717 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27719/task/27738/stat : 27738 (java) S 27717 27719 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253320145 9855975424 47153 33554432000 1073741824 1073778376 140736706715088 140115071501096 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9624976

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

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1796.65
CPU time (s): 1800.58
CPU user time (s): 1799.68
CPU system time (s): 0.903862
CPU usage (%): 100.219
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.68
system time used= 0.903862
maximum resident set size= 190820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22189
page faults= 1
swaps= 0
block input operations= 72
block output operations= 1664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41264
involuntary context switches= 7775

runsolver used 5.86311 second user time and 15.2717 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-24 17:05:42
IDJOB=3687505
IDBENCH=1844
IDSOLVER=2269
FILE ID=node126/3687505-1337871942
RUNJOBID= node126-1337871880-27446
PBS_JOBID= 14620078
Free space on /tmp= 71684 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos16.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687505-1337871942/watcher-3687505-1337871942 -o /tmp/evaluation-result-3687505-1337871942/solver-3687505-1337871942 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687505-1337871942.opb

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

MD5SUM BENCH= 49459e9c72edb2754f1d384319cf8731
RANDOM SEED=579258093

node126.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.91
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.456
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	: 5331.91
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.456
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	: 5331.92
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.456
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	: 5331.91
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.456
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	: 5331.92
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.456
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	: 5331.91
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.456
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	: 5331.90
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.456
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	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29939340 kB
Buffers:          225820 kB
Cached:          1863044 kB
SwapCached:        17768 kB
Active:           447364 kB
Inactive:        1726288 kB
Active(anon):      67512 kB
Inactive(anon):    19404 kB
Active(file):     379852 kB
Inactive(file):  1706884 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086928 kB
Dirty:               488 kB
Writeback:             0 kB
AnonPages:         76812 kB
Mapped:            18288 kB
Shmem:                 0 kB
Slab:             622028 kB
SReclaimable:      66656 kB
SUnreclaim:       555372 kB
KernelStack:        1600 kB
PageTables:         4396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     51200 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71684 MiB
End job on node126 at 2012-05-24 17:35:41