Trace number 3736756

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
PB11: Sat4j Res//CP 2.3.0SAT (TO)39 1800.76 917.967

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_25_3.opb
MD5SUM0f5da0a781de7969842ad5c8dd7a6f1b
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark27
Best CPU time to get the best result obtained on this benchmark1796.78
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 35
Optimality of the best value was proved NO
Number of variables500
Total number of constraints500
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints500
Minimum length of a constraint26
Maximum length of a constraint50
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15722
Sum of products size (including duplicates)31444
Number of different products15722
Sum of products size31444

Quality of the solution as a function of time


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

Solver Data

0.07/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.11	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.1.v20110525
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		9996466904
0.07/0.11	c Max memory 		10048897024
0.07/0.11	c Total memory 		10048897024
0.07/0.11	c Number of processors 	8
0.07/0.14	c Pseudo Boolean Optimization
0.07/0.14	c ManyCore solver with 2 solvers running in parallel
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.14	c No reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3736756-1338717599.opb
0.07/0.14	c reading problem ... 
1.86/0.82	c ... done. Wall clock time 0.68s.
1.86/0.82	c #vars     16222
1.86/0.82	c #constraints  31944
1.86/0.82	c constraints type 
1.86/0.82	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16222
1.86/0.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15722
1.86/0.82	c constraints type 
1.86/0.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16222
1.86/0.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15722
3.05/1.12	c  And the winner is Resolution
3.24/1.33	c SATISFIABLE
3.24/1.33	c OPTIMIZING...
3.24/1.33	c Got one! Elapsed wall clock time (in seconds):1.195
3.24/1.33	o 42
5.16/2.09	c  And the winner is CuttingPlanes
5.47/2.34	c Got one! Elapsed wall clock time (in seconds):2.206
5.47/2.34	o 41
8.25/3.78	c cleaning 2942 clauses out of 5898 with flag 4000/5898
12.11/5.69	c cleaning 4473 clauses out of 8957 with flag 10001/11899
16.45/7.82	c cleaning 5733 clauses out of 11483 with flag 17000/18898
19.15/9.21	c  And the winner is CuttingPlanes
19.19/9.46	c Got one! Elapsed wall clock time (in seconds):9.322
19.19/9.46	o 40
19.70/9.80	c cleaning 5677 clauses out of 11361 with flag 1000/24509
23.55/11.77	c cleaning 5834 clauses out of 11684 with flag 7000/30509
27.68/13.87	c cleaning 6421 clauses out of 12850 with flag 14000/37509
32.35/16.29	c cleaning 7212 clauses out of 14430 with flag 22001/45510
38.22/19.20	c cleaning 8103 clauses out of 16218 with flag 31001/54510
44.45/22.40	c cleaning 9054 clauses out of 18115 with flag 41001/64510
52.35/26.41	c cleaning 10025 clauses out of 20061 with flag 52001/75510
59.80/30.23	c cleaning 11012 clauses out of 22035 with flag 64000/87509
67.65/34.24	c cleaning 12012 clauses out of 24025 with flag 77002/100511
76.23/38.64	c cleaning 12998 clauses out of 26012 with flag 91001/114510
86.29/43.75	c cleaning 13999 clauses out of 28013 with flag 106000/129509
96.74/49.01	c cleaning 15002 clauses out of 30014 with flag 122000/145509
108.18/54.80	c cleaning 15997 clauses out of 32012 with flag 139000/162509
119.97/60.83	c cleaning 17000 clauses out of 34015 with flag 157000/180509
134.24/68.01	c cleaning 18005 clauses out of 36015 with flag 176000/199509
143.28/72.67	c  And the winner is Resolution
143.75/73.08	c Got one! Elapsed wall clock time (in seconds):72.94
143.75/73.08	o 39
145.87/74.17	c cleaning 18921 clauses out of 37857 with flag 5000/219356
149.53/76.04	c cleaning 12461 clauses out of 24936 with flag 11000/225356
155.24/79.01	c cleaning 9732 clauses out of 19477 with flag 18002/232358
160.85/81.96	c cleaning 8866 clauses out of 17743 with flag 26000/240356
167.06/85.18	c cleaning 8931 clauses out of 17878 with flag 35001/249357
174.25/88.80	c cleaning 9465 clauses out of 18946 with flag 45000/259356
182.15/92.94	c cleaning 10234 clauses out of 20482 with flag 56001/270357
191.15/97.54	c cleaning 11117 clauses out of 22247 with flag 68000/282356
199.74/101.95	c cleaning 12059 clauses out of 24132 with flag 81002/295358
209.71/107.06	c cleaning 13029 clauses out of 26072 with flag 95001/309357
220.42/112.51	c cleaning 14013 clauses out of 28042 with flag 110000/324356
231.19/118.05	c cleaning 15012 clauses out of 30032 with flag 126003/340359
244.36/124.76	c cleaning 16004 clauses out of 32018 with flag 143001/357357
258.74/132.07	c cleaning 17000 clauses out of 34015 with flag 161002/375358
273.16/139.41	c cleaning 17998 clauses out of 36013 with flag 180000/394356
288.30/147.12	c cleaning 18999 clauses out of 38015 with flag 200000/414356
302.05/154.12	c cleaning 20005 clauses out of 40017 with flag 221001/435357
316.56/161.56	c cleaning 20996 clauses out of 42012 with flag 243001/457357
332.52/169.74	c cleaning 22002 clauses out of 44016 with flag 266001/480357
352.03/179.62	c cleaning 23002 clauses out of 46013 with flag 290000/504356
370.93/189.27	c cleaning 23999 clauses out of 48012 with flag 315001/529357
391.22/199.55	c cleaning 24998 clauses out of 50012 with flag 341000/555356
413.37/210.84	c cleaning 25996 clauses out of 52014 with flag 368000/582356
437.06/222.86	c cleaning 27000 clauses out of 54018 with flag 396000/610356
456.75/232.89	c cleaning 28003 clauses out of 56018 with flag 425000/639356
477.82/243.57	c cleaning 29002 clauses out of 58016 with flag 455001/669357
500.73/255.22	c cleaning 30002 clauses out of 60014 with flag 486001/700357
524.03/267.02	c cleaning 30996 clauses out of 62011 with flag 518000/732356
547.93/279.18	c cleaning 31497 clauses out of 63015 with flag 550000/764356
573.58/292.12	c cleaning 31750 clauses out of 63518 with flag 582000/796356
596.87/304.06	c cleaning 31876 clauses out of 63768 with flag 614000/828356
621.31/316.43	c cleaning 31935 clauses out of 63893 with flag 646001/860357
645.62/328.74	c cleaning 31969 clauses out of 63957 with flag 678000/892356
667.85/340.07	c cleaning 31990 clauses out of 63988 with flag 710000/924356
690.70/351.70	c cleaning 31992 clauses out of 63999 with flag 742001/956357
713.16/363.15	c cleaning 31994 clauses out of 64007 with flag 774001/988357
736.35/374.93	c cleaning 31994 clauses out of 64013 with flag 806001/1020357
759.16/386.51	c cleaning 32003 clauses out of 64019 with flag 838001/1052357
784.34/399.46	c cleaning 32001 clauses out of 64015 with flag 870000/1084356
808.56/411.73	c cleaning 31996 clauses out of 64015 with flag 902001/1116357
832.35/423.84	c cleaning 31998 clauses out of 64018 with flag 934000/1148356
857.97/436.81	c cleaning 32000 clauses out of 64020 with flag 966000/1180356
881.34/448.88	c cleaning 32008 clauses out of 64023 with flag 998003/1212359
905.96/461.34	c cleaning 32000 clauses out of 64013 with flag 1030001/1244357
930.97/474.02	c cleaning 32004 clauses out of 64013 with flag 1062001/1276357
954.75/486.19	c cleaning 31992 clauses out of 64008 with flag 1094000/1308356
980.89/499.54	c cleaning 31998 clauses out of 64017 with flag 1126001/1340357
1002.29/510.46	c cleaning 32004 clauses out of 64018 with flag 1158000/1372356
1023.90/521.41	c cleaning 32001 clauses out of 64015 with flag 1190001/1404357
1045.29/532.39	c cleaning 31994 clauses out of 64013 with flag 1222000/1436356
1067.66/543.85	c cleaning 31999 clauses out of 64020 with flag 1254001/1468357
1091.05/555.72	c cleaning 32002 clauses out of 64020 with flag 1286000/1500356
1121.42/571.18	c cleaning 31996 clauses out of 64018 with flag 1318000/1532356
1144.41/582.86	c cleaning 32007 clauses out of 64022 with flag 1350000/1564356
1168.35/595.15	c cleaning 32003 clauses out of 64015 with flag 1382000/1596356
1193.14/607.71	c cleaning 31993 clauses out of 64013 with flag 1414001/1628357
1215.93/619.37	c cleaning 32001 clauses out of 64020 with flag 1446001/1660357
1239.71/631.41	c cleaning 32000 clauses out of 64019 with flag 1478001/1692357
1265.41/644.66	c cleaning 32003 clauses out of 64020 with flag 1510002/1724358
1289.75/657.08	c cleaning 31994 clauses out of 64016 with flag 1542001/1756357
1315.31/670.09	c cleaning 32005 clauses out of 64022 with flag 1574001/1788357
1337.08/681.18	c cleaning 32001 clauses out of 64017 with flag 1606001/1820357
1359.79/692.87	c cleaning 31996 clauses out of 64015 with flag 1638000/1852356
1381.53/703.95	c cleaning 31998 clauses out of 64019 with flag 1670000/1884356
1403.31/715.03	c cleaning 31998 clauses out of 64021 with flag 1702000/1916356
1424.67/725.93	c cleaning 32001 clauses out of 64023 with flag 1734000/1948356
1446.96/737.43	c cleaning 32003 clauses out of 64023 with flag 1766001/1980357
1468.52/748.41	c cleaning 32004 clauses out of 64019 with flag 1798000/2012356
1489.87/759.39	c cleaning 32002 clauses out of 64016 with flag 1830001/2044357
1512.82/771.09	c cleaning 32004 clauses out of 64015 with flag 1862002/2076358
1537.85/783.91	c cleaning 31993 clauses out of 64010 with flag 1894001/2108357
1559.79/795.19	c cleaning 32001 clauses out of 64017 with flag 1926001/2140357
1583.52/807.24	c cleaning 31997 clauses out of 64015 with flag 1958000/2172356
1608.83/820.19	c cleaning 32000 clauses out of 64020 with flag 1990002/2204358
1634.46/833.36	c cleaning 32001 clauses out of 64019 with flag 2022001/2236357
1662.00/847.37	c cleaning 31997 clauses out of 64017 with flag 2054000/2268356
1689.36/861.26	c cleaning 32001 clauses out of 64020 with flag 2086000/2300356
1713.65/873.67	c cleaning 32006 clauses out of 64019 with flag 2118000/2332356
1737.92/886.19	c cleaning 32002 clauses out of 64014 with flag 2150001/2364357
1762.84/898.85	c cleaning 31996 clauses out of 64011 with flag 2182000/2396356
1788.58/911.99	c cleaning 31995 clauses out of 64016 with flag 2214001/2428357
1800.09/917.91	c starts		: 294
1800.09/917.91	c conflicts		: 2443502
1800.09/917.91	c decisions		: 3745703
1800.09/917.91	c propagations		: 505934446
1800.09/917.91	c inspects		: 6286407980
1800.09/917.91	c shortcuts		: 0
1800.09/917.91	c learnt literals	: 0
1800.09/917.91	c learnt binary clauses	: 0
1800.09/917.91	c learnt ternary clauses	: 0
1800.09/917.91	c learnt constraints	: 2443503
1800.09/917.91	c ignored constraints	: 0
1800.09/917.91	c root simplifications	: 0
1800.09/917.91	c removed literals (reason simplification)	: 5972422
1800.09/917.91	c reason swapping (by a shorter reason)	: 0
1800.09/917.91	c Calls to reduceDB	: 99
1800.09/917.91	c number of reductions to clauses (during analyze)	: 0
1800.09/917.91	c number of learned constraints concerned by reduction	: 0
1800.09/917.91	c number of learning phase by resolution	: 0
1800.09/917.91	c number of learning phase by cutting planes	: 0
1800.09/917.91	c speed (assignments/second)	: 598860.9847211504
1800.09/917.91	c non guided choices	271
1800.09/917.93	c learnt constraints type 
1800.09/917.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 47224
1800.09/917.93	c constraints type 
1800.09/917.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16222
1800.09/917.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.09/917.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15722
1800.09/917.93	c constraints type 
1800.09/917.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16222
1800.09/917.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.09/917.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15722
1800.09/917.93	s SATISFIABLE
1800.09/917.94	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 x101 x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 -x170 -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 x228 -x229 -x230 -x231 -x232 -x233 x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 x244 -x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 x263 -x264 x265 -x266 -x267 -x268 -x269 x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 x278 -x279 -x280 -x281 -x282 -x283 -x284 x285 -x286 -x287 x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 x316 -x317 -x318 x319 -x320 -x321 -x322 -x323 x324 -x325 -x326 -x327 x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 x349 -x350 -x351 -x352 -x353 -x354 -x355 x356 -x357 -x358 -x359 -x360 -x361 x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 x386 -x387 -x388 -x389 -x390 x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 x399 x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 x458 x459 -x460 -x461 -x462 -x463 x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 x479 -x480 x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 
1800.09/917.94	c objective function=39
1800.09/917.94	c Total wall clock time (in seconds): 917.799

Verifier Data

OK	39

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-3736756-1338717599/watcher-3736756-1338717599 -o /tmp/evaluation-result-3736756-1338717599/solver-3736756-1338717599 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3736756-1338717599.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: 3.81 3.82 3.81 4/197 2367
/proc/meminfo: memFree=27754540/32873844 swapFree=7116/7116
[pid=2367] ppid=2365 vsize=9216 CPUtime=0 cores=1,3,5,7
/proc/2367/stat : 2367 (java) R 2365 2367 1279 0 -1 4202496 115 0 0 0 0 0 0 0 20 0 1 0 337886842 9437184 68 33554432000 1073741824 1073778376 140735633358032 140735633355160 233402595086 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2367/statm: 2306 84 66 9 0 38 0

[startup+0.050743 s]
/proc/loadavg: 3.81 3.82 3.81 4/197 2367
/proc/meminfo: memFree=27754540/32873844 swapFree=7116/7116
[pid=2367] ppid=2365 vsize=11044572 CPUtime=0.02 cores=1,3,5,7
/proc/2367/stat : 2367 (java) S 2365 2367 1279 0 -1 4202496 4050 0 1 0 1 1 0 0 20 0 10 0 337886842 11309641728 11393 33554432000 1073741824 1073778376 140734957123040 140734957114176 233415147581 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2367/statm: 2761143 11393 1539 9 0 2751844 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 11044572

[startup+0.100285 s]
/proc/loadavg: 3.81 3.82 3.81 4/197 2367
/proc/meminfo: memFree=27754540/32873844 swapFree=7116/7116
[pid=2367] ppid=2365 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/2367/stat : 2367 (java) S 2365 2367 1279 0 -1 4202496 4470 0 1 0 5 2 0 0 20 0 18 0 337886842 11864465408 12833 33554432000 1073741824 1073778376 140734957123040 140734957114176 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2367/statm: 2896598 12833 1778 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300243 s]
/proc/loadavg: 3.81 3.82 3.81 4/197 2367
/proc/meminfo: memFree=27754540/32873844 swapFree=7116/7116
[pid=2367] ppid=2365 vsize=11586392 CPUtime=0.4 cores=1,3,5,7
/proc/2367/stat : 2367 (java) S 2365 2367 1279 0 -1 4202496 6241 0 1 0 38 2 0 0 20 0 18 0 337886842 11864465408 15879 33554432000 1073741824 1073778376 140734957123040 140734957114176 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2367/statm: 2896598 15879 2215 9 0 2887285 0
Current children cumulated CPU time (s) 0.4
Current children cumulated vsize (KiB) 11586392

[startup+0.700273 s]
/proc/loadavg: 3.81 3.82 3.81 4/197 2367
/proc/meminfo: memFree=27754540/32873844 swapFree=7116/7116
[pid=2367] ppid=2365 vsize=11586392 CPUtime=1.56 cores=1,3,5,7
/proc/2367/stat : 2367 (java) S 2365 2367 1279 0 -1 4202496 20832 0 1 0 150 6 0 0 20 0 18 0 337886842 11864465408 32316 33554432000 1073741824 1073778376 140734957123040 140734957114176 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2367/statm: 2896598 32316 2248 9 0 2887285 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 11586392

[startup+1.50071 s]
/proc/loadavg: 3.81 3.82 3.81 7/219 2389
/proc/meminfo: memFree=27612452/32873844 swapFree=7116/7116
[pid=2367] ppid=2365 vsize=11852648 CPUtime=3.86 cores=1,3,5,7
/proc/2367/stat : 2367 (java) S 2365 2367 1279 0 -1 4202496 22009 0 1 0 377 9 0 0 20 0 22 0 337886842 12137111552 43633 33554432000 1073741824 1073778376 140734957123040 140734957114176 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2367/statm: 2963162 43633 2270 9 0 2953849 0
[pid=2367/tid=2369] ppid=2365 vsize=11852648 CPUtime=0.8 cores=1,3,5,7
/proc/2367/task/2369/stat : 2369 (java) S 2365 2367 1279 0 -1 4202560 3410 0 1 0 77 3 0 0 20 0 22 0 337886843 12137111552 43633 33554432000 1073741824 1073778376 140734957123040 140654130164888 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2370] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2370/stat : 2370 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886846 12137111552 43633 33554432000 1073741824 1073778376 140734957123040 140654084917416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2371] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2371/stat : 2371 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886846 12137111552 43633 33554432000 1073741824 1073778376 140734957123040 140654083864872 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2372] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2372/stat : 2372 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886846 12137111552 43633 33554432000 1073741824 1073778376 140734957123040 140654082812328 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2367/tid=2373] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2373/stat : 2373 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886846 12137111552 43633 33554432000 1073741824 1073778376 140734957123040 140654081759784 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2374] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2374/stat : 2374 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886846 12137111552 43633 33554432000 1073741824 1073778376 140734957123040 140654080707240 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2375] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2375/stat : 2375 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886846 12137111552 43633 33554432000 1073741824 1073778376 140734957123040 140654079654696 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2376] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2376/stat : 2376 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886846 12137111552 43633 33554432000 1073741824 1073778376 140734957123040 140654078602152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2377] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2377/stat : 2377 (java) S 2365 2367 1279 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 337886846 12137111552 43633 33554432000 1073741824 1073778376 140734957123040 140654077549608 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2378] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2378/stat : 2378 (java) S 2365 2367 1279 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 337886847 12137111552 43633 33554432000 1073741824 1073778376 140734957123040 140653947222120 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2379] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2379/stat : 2379 (java) S 2365 2367 1279 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 337886848 12137111552 43633 33554432000 1073741824 1073778376 140734957123040 140653946168440 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2380] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2380/stat : 2380 (java) S 2365 2367 1279 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337886848 12137111552 43633 33554432000 1073741824 1073778376 140734957123040 140653945115784 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2381] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2381/stat : 2381 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886851 12137111552 43633 33554432000 1073741824 1073778376 140734957123040 140653944064528 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2382] ppid=2365 vsize=11852648 CPUtime=1.06 cores=1,3,5,7
/proc/2367/task/2382/stat : 2382 (java) R 2365 2367 1279 0 -1 4202560 10411 0 0 0 103 3 0 0 20 0 22 0 337886851 12137111552 43633 33554432000 1073741824 1073778376 140734957123040 140653943011896 140654133688848 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2383] ppid=2365 vsize=11852648 CPUtime=1.05 cores=1,3,5,7
/proc/2367/task/2383/stat : 2383 (java) S 2365 2367 1279 0 -1 4202560 6870 0 0 0 103 2 0 0 20 0 22 0 337886851 12137111552 43633 33554432000 1073741824 1073778376 140734957123040 140653941959352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2384] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2384/stat : 2384 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886851 12137111552 43633 33554432000 1073741824 1073778376 140734957123040 140653940907000 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2385] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2385/stat : 2385 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886851 12137111552 43633 33554432000 1073741824 1073778376 140734957123040 140653939854664 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2388] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2388/stat : 2388 (java) S 2365 2367 1279 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337886929 12137111552 43633 33554432000 1073741824 1073778376 140734957123040 140652929074216 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.86
Current children cumulated vsize (KiB) 11852648

[startup+3.10079 s]
/proc/loadavg: 3.81 3.82 3.81 3/217 2395
/proc/meminfo: memFree=27404960/32873844 swapFree=7116/7116
[pid=2367] ppid=2365 vsize=11852648 CPUtime=7.04 cores=1,3,5,7
/proc/2367/stat : 2367 (java) S 2365 2367 1279 0 -1 4202496 22253 0 1 0 682 22 0 0 20 0 22 0 337886842 12137111552 163438 33554432000 1073741824 1073778376 140734957123040 140734957114176 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2367/statm: 2963162 163438 2271 9 0 2953849 0
[pid=2367/tid=2369] ppid=2365 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/2367/task/2369/stat : 2369 (java) S 2365 2367 1279 0 -1 4202560 3411 0 1 0 78 3 0 0 20 0 22 0 337886843 12137111552 163438 33554432000 1073741824 1073778376 140734957123040 140654130164904 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2370] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2370/stat : 2370 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886846 12137111552 163438 33554432000 1073741824 1073778376 140734957123040 140654084917416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2371] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2371/stat : 2371 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886846 12137111552 163438 33554432000 1073741824 1073778376 140734957123040 140654083864872 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2372] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2372/stat : 2372 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886846 12137111552 163438 33554432000 1073741824 1073778376 140734957123040 140654082812328 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2367/tid=2373] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2373/stat : 2373 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886846 12137111552 163438 33554432000 1073741824 1073778376 140734957123040 140654081759784 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2374] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2374/stat : 2374 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886846 12137111552 163438 33554432000 1073741824 1073778376 140734957123040 140654080707240 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2375] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2375/stat : 2375 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886846 12137111552 163438 33554432000 1073741824 1073778376 140734957123040 140654079654696 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2376] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2376/stat : 2376 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886846 12137111552 163438 33554432000 1073741824 1073778376 140734957123040 140654078602152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2377] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2377/stat : 2377 (java) S 2365 2367 1279 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 337886846 12137111552 163438 33554432000 1073741824 1073778376 140734957123040 140654077549608 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2378] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2378/stat : 2378 (java) S 2365 2367 1279 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 337886847 12137111552 163438 33554432000 1073741824 1073778376 140734957123040 140653947222120 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2379] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2379/stat : 2379 (java) S 2365 2367 1279 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 337886848 12137111552 163438 33554432000 1073741824 1073778376 140734957123040 140653946168440 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2380] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2380/stat : 2380 (java) S 2365 2367 1279 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 337886848 12137111552 163438 33554432000 1073741824 1073778376 140734957123040 140653945115784 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2381] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2381/stat : 2381 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886851 12137111552 163438 33554432000 1073741824 1073778376 140734957123040 140653944064528 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2382] ppid=2365 vsize=11852648 CPUtime=1.31 cores=1,3,5,7
/proc/2367/task/2382/stat : 2382 (java) S 2365 2367 1279 0 -1 4202560 10412 0 0 0 128 3 0 0 20 0 22 0 337886851 12137111552 163438 33554432000 1073741824 1073778376 140734957123040 140653943011896 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2383] ppid=2365 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/2367/task/2383/stat : 2383 (java) S 2365 2367 1279 0 -1 4202560 6870 0 0 0 124 2 0 0 20 0 22 0 337886851 12137111552 163438 33554432000 1073741824 1073778376 140734957123040 140653941959352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2367/tid=2384] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2384/stat : 2384 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886851 12137111552 163438 33554432000 1073741824 1073778376 140734957123040 140653940907000 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2385] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2385/stat : 2385 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886851 12137111552 163438 33554432000 1073741824 1073778376 140734957123040 140653939854664 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2392] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2392/stat : 2392 (java) S 2365 2367 1279 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337886976 12137111552 163438 33554432000 1073741824 1073778376 140734957123040 140652928022056 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 11852648

[startup+6.30089 s]
/proc/loadavg: 3.67 3.79 3.80 5/220 2398
/proc/meminfo: memFree=26606264/32873844 swapFree=7116/7116
[pid=2367] ppid=2365 vsize=11852648 CPUtime=13.43 cores=1,3,5,7
/proc/2367/stat : 2367 (java) S 2365 2367 1279 0 -1 4202496 22629 0 1 0 1306 37 0 0 20 0 22 0 337886842 12137111552 292303 33554432000 1073741824 1073778376 140734957123040 140734957114176 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2367/statm: 2963162 292303 2296 9 0 2953849 0
[pid=2367/tid=2369] ppid=2365 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/2367/task/2369/stat : 2369 (java) S 2365 2367 1279 0 -1 4202560 3411 0 1 0 78 3 0 0 20 0 22 0 337886843 12137111552 292303 33554432000 1073741824 1073778376 140734957123040 140654130164904 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2370] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2370/stat : 2370 (java) S 2365 2367 1279 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 337886846 12137111552 292303 33554432000 1073741824 1073778376 140734957123040 140654084917416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2371] ppid=2365 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/2367/task/2371/stat : 2371 (java) S 2365 2367 1279 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 337886846 12137111552 292303 33554432000 1073741824 1073778376 140734957123040 140654083864872 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2372] ppid=2365 vsize=11852648 CPUtime=0.03 cores=1,3,5,7
/proc/2367/task/2372/stat : 2372 (java) S 2365 2367 1279 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 22 0 337886846 12137111552 292303 33554432000 1073741824 1073778376 140734957123040 140654082812328 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2373] ppid=2365 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/2367/task/2373/stat : 2373 (java) S 2365 2367 1279 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 337886846 12137111552 292303 33554432000 1073741824 1073778376 140734957123040 140654081759784 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2374] ppid=2365 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/2367/task/2374/stat : 2374 (java) S 2365 2367 1279 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 337886846 12137111552 292303 33554432000 1073741824 1073778376 140734957123040 140654080707240 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2375] ppid=2365 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/2367/task/2375/stat : 2375 (java) S 2365 2367 1279 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 337886846 12137111552 292303 33554432000 1073741824 1073778376 140734957123040 140654079654696 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2376] ppid=2365 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/2367/task/2376/stat : 2376 (java) S 2365 2367 1279 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 337886846 12137111552 292303 33554432000 1073741824 1073778376 140734957123040 140654078602152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2377] ppid=2365 vsize=11852648 CPUtime=0.02 cores=1,3,5,7
/proc/2367/task/2377/stat : 2377 (java) S 2365 2367 1279 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 337886846 12137111552 292303 33554432000 1073741824 1073778376 140734957123040 140654077549608 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2378] ppid=2365 vsize=11852648 CPUtime=0.22 cores=1,3,5,7
/proc/2367/task/2378/stat : 2378 (java) S 2365 2367 1279 0 -1 4202560 48 0 0 0 22 0 0 0 20 0 22 0 337886847 12137111552 292303 33554432000 1073741824 1073778376 140734957123040 140653947222120 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2367/tid=2379] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2379/stat : 2379 (java) S 2365 2367 1279 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 337886848 12137111552 292303 33554432000 1073741824 1073778376 140734957123040 140653946168440 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2380] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2380/stat : 2380 (java) S 2365 2367 1279 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 337886848 12137111552 292303 33554432000 1073741824 1073778376 140734957123040 140653945115784 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2367/tid=2381] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2381/stat : 2381 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886851 12137111552 292303 33554432000 1073741824 1073778376 140734957123040 140653944064528 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2382] ppid=2365 vsize=11852648 CPUtime=1.35 cores=1,3,5,7
/proc/2367/task/2382/stat : 2382 (java) S 2365 2367 1279 0 -1 4202560 10414 0 0 0 132 3 0 0 20 0 22 0 337886851 12137111552 292303 33554432000 1073741824 1073778376 140734957123040 140653943011896 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2383] ppid=2365 vsize=11852648 CPUtime=1.33 cores=1,3,5,7
/proc/2367/task/2383/stat : 2383 (java) S 2365 2367 1279 0 -1 4202560 6875 0 0 0 131 2 0 0 20 0 22 0 337886851 12137111552 292303 33554432000 1073741824 1073778376 140734957123040 140653941959352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2367/tid=2384] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2384/stat : 2384 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886851 12137111552 292303 33554432000 1073741824 1073778376 140734957123040 140653940907000 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2385] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2385/stat : 2385 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886851 12137111552 292303 33554432000 1073741824 1073778376 140734957123040 140653939854664 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2392] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2392/stat : 2392 (java) S 2365 2367 1279 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337886976 12137111552 292303 33554432000 1073741824 1073778376 140734957123040 140652928022056 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2396] ppid=2365 vsize=11852648 CPUtime=3.62 cores=1,3,5,7
/proc/2367/task/2396/stat : 2396 (java) R 2365 2367 1279 0 -1 4202560 12 0 0 0 362 0 0 0 20 0 22 0 337887077 12137111552 292303 33554432000 1073741824 1073778376 140734957123040 140652930126800 140653955880140 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2397] ppid=2365 vsize=11852648 CPUtime=3.62 cores=1,3,5,7
/proc/2367/task/2397/stat : 2397 (java) R 2365 2367 1279 0 -1 4202560 358 0 0 0 348 14 0 0 20 0 22 0 337887077 12137111552 292303 33554432000 1073741824 1073778376 140734957123040 140652931178552 140653955927862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0

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

[pid=2367/tid=2426] ppid=2365 vsize=11852648 CPUtime=713.54 cores=1,3,5,7
/proc/2367/task/2426/stat : 2426 (java) R 2365 2367 1279 0 -1 4202560 27 0 0 0 71342 12 0 0 20 0 22 0 337894151 12137111552 757035 33554432000 1073741824 1073778376 140734957123040 140652929073872 140653955860860 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2427] ppid=2365 vsize=11852648 CPUtime=713.53 cores=1,3,5,7
/proc/2367/task/2427/stat : 2427 (java) R 2365 2367 1279 0 -1 4202560 313 0 0 0 71330 23 0 0 20 0 22 0 337894151 12137111552 757035 33554432000 1073741824 1073778376 140734957123040 140652930124672 140653955753394 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2428] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2428/stat : 2428 (java) S 2365 2367 1279 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 337894151 12137111552 757035 33554432000 1073741824 1073778376 140734957123040 140652928022184 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1612.47
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 4.00 3.83 3.81 5/218 2510
/proc/meminfo: memFree=27428620/32873844 swapFree=7116/7116
[pid=2367] ppid=2365 vsize=11852648 CPUtime=1730.32 cores=1,3,5,7
/proc/2367/stat : 2367 (java) S 2365 2367 1279 0 -1 4202496 24690 0 1 0 172919 113 0 0 20 0 22 0 337886842 12137111552 757591 33554432000 1073741824 1073778376 140734957123040 140734957114176 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2367/statm: 2963162 757591 2297 9 0 2953849 0
[pid=2367/tid=2369] ppid=2365 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/2367/task/2369/stat : 2369 (java) S 2365 2367 1279 0 -1 4202560 3470 0 1 0 82 5 0 0 20 0 22 0 337886843 12137111552 757591 33554432000 1073741824 1073778376 140734957123040 140654130164888 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2370] ppid=2365 vsize=11852648 CPUtime=1.11 cores=1,3,5,7
/proc/2367/task/2370/stat : 2370 (java) S 2365 2367 1279 0 -1 4202560 137 0 0 0 109 2 0 0 20 0 22 0 337886846 12137111552 757591 33554432000 1073741824 1073778376 140734957123040 140654084917416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2367/tid=2371] ppid=2365 vsize=11852648 CPUtime=1.13 cores=1,3,5,7
/proc/2367/task/2371/stat : 2371 (java) S 2365 2367 1279 0 -1 4202560 109 0 0 0 111 2 0 0 20 0 22 0 337886846 12137111552 757591 33554432000 1073741824 1073778376 140734957123040 140654083864872 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2372] ppid=2365 vsize=11852648 CPUtime=1.12 cores=1,3,5,7
/proc/2367/task/2372/stat : 2372 (java) S 2365 2367 1279 0 -1 4202560 160 0 0 0 109 3 0 0 20 0 22 0 337886846 12137111552 757591 33554432000 1073741824 1073778376 140734957123040 140654082812328 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2373] ppid=2365 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/2367/task/2373/stat : 2373 (java) S 2365 2367 1279 0 -1 4202560 114 0 0 0 127 3 0 0 20 0 22 0 337886846 12137111552 757591 33554432000 1073741824 1073778376 140734957123040 140654081759784 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2374] ppid=2365 vsize=11852648 CPUtime=1.14 cores=1,3,5,7
/proc/2367/task/2374/stat : 2374 (java) S 2365 2367 1279 0 -1 4202560 149 0 0 0 112 2 0 0 20 0 22 0 337886846 12137111552 757591 33554432000 1073741824 1073778376 140734957123040 140654080707240 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2367/tid=2375] ppid=2365 vsize=11852648 CPUtime=1.27 cores=1,3,5,7
/proc/2367/task/2375/stat : 2375 (java) S 2365 2367 1279 0 -1 4202560 131 0 0 0 125 2 0 0 20 0 22 0 337886846 12137111552 757591 33554432000 1073741824 1073778376 140734957123040 140654079654696 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2367/tid=2376] ppid=2365 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/2367/task/2376/stat : 2376 (java) S 2365 2367 1279 0 -1 4202560 115 0 0 0 117 0 0 0 20 0 22 0 337886846 12137111552 757591 33554432000 1073741824 1073778376 140734957123040 140654078602152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2377] ppid=2365 vsize=11852648 CPUtime=1.1 cores=1,3,5,7
/proc/2367/task/2377/stat : 2377 (java) S 2365 2367 1279 0 -1 4202560 124 0 0 0 108 2 0 0 20 0 22 0 337886846 12137111552 757591 33554432000 1073741824 1073778376 140734957123040 140654077549608 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2378] ppid=2365 vsize=11852648 CPUtime=38.79 cores=1,3,5,7
/proc/2367/task/2378/stat : 2378 (java) S 2365 2367 1279 0 -1 4202560 248 0 0 0 3869 10 0 0 20 0 22 0 337886847 12137111552 757591 33554432000 1073741824 1073778376 140734957123040 140653947222120 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2379] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2379/stat : 2379 (java) S 2365 2367 1279 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 337886848 12137111552 757591 33554432000 1073741824 1073778376 140734957123040 140653946168440 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2380] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2380/stat : 2380 (java) S 2365 2367 1279 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 337886848 12137111552 757591 33554432000 1073741824 1073778376 140734957123040 140653945115784 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2367/tid=2381] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2381/stat : 2381 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886851 12137111552 757591 33554432000 1073741824 1073778376 140734957123040 140653944064528 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2382] ppid=2365 vsize=11852648 CPUtime=1.57 cores=1,3,5,7
/proc/2367/task/2382/stat : 2382 (java) S 2365 2367 1279 0 -1 4202560 10421 0 0 0 154 3 0 0 20 0 22 0 337886851 12137111552 757591 33554432000 1073741824 1073778376 140734957123040 140653943011896 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2383] ppid=2365 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/2367/task/2383/stat : 2383 (java) S 2365 2367 1279 0 -1 4202560 6883 0 0 0 142 2 0 0 20 0 22 0 337886851 12137111552 757591 33554432000 1073741824 1073778376 140734957123040 140653941959352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2384] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2384/stat : 2384 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886851 12137111552 757591 33554432000 1073741824 1073778376 140734957123040 140653940907000 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2385] ppid=2365 vsize=11852648 CPUtime=0.47 cores=1,3,5,7
/proc/2367/task/2385/stat : 2385 (java) S 2365 2367 1279 0 -1 4202560 51 0 0 0 20 27 0 0 20 0 22 0 337886851 12137111552 757591 33554432000 1073741824 1073778376 140734957123040 140653939854664 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2401] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2401/stat : 2401 (java) S 2365 2367 1279 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337887789 12137111552 757591 33554432000 1073741824 1073778376 140734957123040 140652931179816 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2367/tid=2426] ppid=2365 vsize=11852648 CPUtime=771.05 cores=1,3,5,7
/proc/2367/task/2426/stat : 2426 (java) R 2365 2367 1279 0 -1 4202560 28 0 0 0 77092 13 0 0 20 0 22 0 337894151 12137111552 757591 33554432000 1073741824 1073778376 140734957123040 140652929073872 140653955708065 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2427] ppid=2365 vsize=11852648 CPUtime=771.05 cores=1,3,5,7
/proc/2367/task/2427/stat : 2427 (java) R 2365 2367 1279 0 -1 4202560 313 0 0 0 77081 24 0 0 20 0 22 0 337894151 12137111552 757591 33554432000 1073741824 1073778376 140734957123040 140652930124672 140653955695187 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2428] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2428/stat : 2428 (java) S 2365 2367 1279 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 337894151 12137111552 757591 33554432000 1073741824 1073778376 140734957123040 140652928022184 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1730.32
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+917.901 s]
/proc/loadavg: 3.88 3.82 3.81 5/219 2511
/proc/meminfo: memFree=27423028/32873844 swapFree=7116/7116
[pid=2367] ppid=2365 vsize=11852648 CPUtime=1800.09 cores=1,3,5,7
/proc/2367/stat : 2367 (java) S 2365 2367 1279 0 -1 4202496 24760 0 1 0 179896 113 0 0 20 0 22 0 337886842 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140734957114176 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2367/statm: 2963162 758165 2297 9 0 2953849 0
[pid=2367/tid=2369] ppid=2365 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/2367/task/2369/stat : 2369 (java) S 2365 2367 1279 0 -1 4202560 3473 0 1 0 82 5 0 0 20 0 22 0 337886843 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140654130164888 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2370] ppid=2365 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/2367/task/2370/stat : 2370 (java) S 2365 2367 1279 0 -1 4202560 153 0 0 0 113 2 0 0 20 0 22 0 337886846 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140654084917416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2371] ppid=2365 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/2367/task/2371/stat : 2371 (java) S 2365 2367 1279 0 -1 4202560 112 0 0 0 115 2 0 0 20 0 22 0 337886846 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140654083864872 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2372] ppid=2365 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/2367/task/2372/stat : 2372 (java) S 2365 2367 1279 0 -1 4202560 168 0 0 0 114 3 0 0 20 0 22 0 337886846 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140654082812328 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2373] ppid=2365 vsize=11852648 CPUtime=1.35 cores=1,3,5,7
/proc/2367/task/2373/stat : 2373 (java) S 2365 2367 1279 0 -1 4202560 119 0 0 0 132 3 0 0 20 0 22 0 337886846 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140654081759784 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2374] ppid=2365 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/2367/task/2374/stat : 2374 (java) S 2365 2367 1279 0 -1 4202560 162 0 0 0 117 2 0 0 20 0 22 0 337886846 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140654080707240 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2367/tid=2375] ppid=2365 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/2367/task/2375/stat : 2375 (java) S 2365 2367 1279 0 -1 4202560 133 0 0 0 128 2 0 0 20 0 22 0 337886846 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140654079654696 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2376] ppid=2365 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/2367/task/2376/stat : 2376 (java) S 2365 2367 1279 0 -1 4202560 122 0 0 0 122 0 0 0 20 0 22 0 337886846 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140654078602152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2377] ppid=2365 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/2367/task/2377/stat : 2377 (java) S 2365 2367 1279 0 -1 4202560 132 0 0 0 113 2 0 0 20 0 22 0 337886846 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140654077549608 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2378] ppid=2365 vsize=11852648 CPUtime=40.38 cores=1,3,5,7
/proc/2367/task/2378/stat : 2378 (java) S 2365 2367 1279 0 -1 4202560 251 0 0 0 4028 10 0 0 20 0 22 0 337886847 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140653947222120 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2379] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2379/stat : 2379 (java) S 2365 2367 1279 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 337886848 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140653946168440 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2380] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2380/stat : 2380 (java) S 2365 2367 1279 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 337886848 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140653945115784 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2367/tid=2381] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2381/stat : 2381 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886851 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140653944064528 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2382] ppid=2365 vsize=11852648 CPUtime=1.57 cores=1,3,5,7
/proc/2367/task/2382/stat : 2382 (java) S 2365 2367 1279 0 -1 4202560 10421 0 0 0 154 3 0 0 20 0 22 0 337886851 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140653943011896 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2383] ppid=2365 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/2367/task/2383/stat : 2383 (java) S 2365 2367 1279 0 -1 4202560 6883 0 0 0 142 2 0 0 20 0 22 0 337886851 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140653941959352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2384] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2384/stat : 2384 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886851 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140653940907000 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2385] ppid=2365 vsize=11852648 CPUtime=0.49 cores=1,3,5,7
/proc/2367/task/2385/stat : 2385 (java) S 2365 2367 1279 0 -1 4202560 53 0 0 0 21 28 0 0 20 0 22 0 337886851 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140653939854664 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2401] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2401/stat : 2401 (java) S 2365 2367 1279 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337887789 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140652931179816 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2367/tid=2426] ppid=2365 vsize=11852648 CPUtime=804.97 cores=1,3,5,7
/proc/2367/task/2426/stat : 2426 (java) R 2365 2367 1279 0 -1 4202560 28 0 0 0 80483 14 0 0 20 0 22 0 337894151 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140652929073872 140653955708184 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2427] ppid=2365 vsize=11852648 CPUtime=804.97 cores=1,3,5,7
/proc/2367/task/2427/stat : 2427 (java) R 2365 2367 1279 0 -1 4202560 313 0 0 0 80472 25 0 0 20 0 22 0 337894151 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140652930124768 140653955739649 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2428] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2428/stat : 2428 (java) S 2365 2367 1279 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 337894151 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140652928022184 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 11852648

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

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

[startup+917.901 s]
/proc/loadavg: 3.88 3.82 3.81 5/219 2511
/proc/meminfo: memFree=27423028/32873844 swapFree=7116/7116
[pid=2367] ppid=2365 vsize=11852648 CPUtime=1800.09 cores=1,3,5,7
/proc/2367/stat : 2367 (java) S 2365 2367 1279 0 -1 4202496 24760 0 1 0 179896 113 0 0 20 0 22 0 337886842 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140734957114176 233415147581 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/2367/statm: 2963162 758165 2297 9 0 2953849 0
[pid=2367/tid=2369] ppid=2365 vsize=11852648 CPUtime=0.87 cores=1,3,5,7
/proc/2367/task/2369/stat : 2369 (java) S 2365 2367 1279 0 -1 4202560 3473 0 1 0 82 5 0 0 20 0 22 0 337886843 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140654130164888 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2370] ppid=2365 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/2367/task/2370/stat : 2370 (java) S 2365 2367 1279 0 -1 4202560 153 0 0 0 113 2 0 0 20 0 22 0 337886846 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140654084917416 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2371] ppid=2365 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/2367/task/2371/stat : 2371 (java) S 2365 2367 1279 0 -1 4202560 112 0 0 0 115 2 0 0 20 0 22 0 337886846 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140654083864872 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2372] ppid=2365 vsize=11852648 CPUtime=1.17 cores=1,3,5,7
/proc/2367/task/2372/stat : 2372 (java) S 2365 2367 1279 0 -1 4202560 168 0 0 0 114 3 0 0 20 0 22 0 337886846 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140654082812328 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2373] ppid=2365 vsize=11852648 CPUtime=1.35 cores=1,3,5,7
/proc/2367/task/2373/stat : 2373 (java) S 2365 2367 1279 0 -1 4202560 119 0 0 0 132 3 0 0 20 0 22 0 337886846 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140654081759784 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2374] ppid=2365 vsize=11852648 CPUtime=1.19 cores=1,3,5,7
/proc/2367/task/2374/stat : 2374 (java) S 2365 2367 1279 0 -1 4202560 162 0 0 0 117 2 0 0 20 0 22 0 337886846 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140654080707240 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2367/tid=2375] ppid=2365 vsize=11852648 CPUtime=1.3 cores=1,3,5,7
/proc/2367/task/2375/stat : 2375 (java) S 2365 2367 1279 0 -1 4202560 133 0 0 0 128 2 0 0 20 0 22 0 337886846 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140654079654696 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2376] ppid=2365 vsize=11852648 CPUtime=1.22 cores=1,3,5,7
/proc/2367/task/2376/stat : 2376 (java) S 2365 2367 1279 0 -1 4202560 122 0 0 0 122 0 0 0 20 0 22 0 337886846 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140654078602152 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2377] ppid=2365 vsize=11852648 CPUtime=1.15 cores=1,3,5,7
/proc/2367/task/2377/stat : 2377 (java) S 2365 2367 1279 0 -1 4202560 132 0 0 0 113 2 0 0 20 0 22 0 337886846 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140654077549608 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2378] ppid=2365 vsize=11852648 CPUtime=40.38 cores=1,3,5,7
/proc/2367/task/2378/stat : 2378 (java) S 2365 2367 1279 0 -1 4202560 251 0 0 0 4028 10 0 0 20 0 22 0 337886847 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140653947222120 233415161769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2379] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2379/stat : 2379 (java) S 2365 2367 1279 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 337886848 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140653946168440 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2380] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2380/stat : 2380 (java) S 2365 2367 1279 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 337886848 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140653945115784 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2367/tid=2381] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2381/stat : 2381 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886851 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140653944064528 233415169824 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2382] ppid=2365 vsize=11852648 CPUtime=1.57 cores=1,3,5,7
/proc/2367/task/2382/stat : 2382 (java) S 2365 2367 1279 0 -1 4202560 10421 0 0 0 154 3 0 0 20 0 22 0 337886851 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140653943011896 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2383] ppid=2365 vsize=11852648 CPUtime=1.44 cores=1,3,5,7
/proc/2367/task/2383/stat : 2383 (java) S 2365 2367 1279 0 -1 4202560 6883 0 0 0 142 2 0 0 20 0 22 0 337886851 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140653941959352 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2384] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2384/stat : 2384 (java) S 2365 2367 1279 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 337886851 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140653940907000 233415160892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2385] ppid=2365 vsize=11852648 CPUtime=0.49 cores=1,3,5,7
/proc/2367/task/2385/stat : 2385 (java) S 2365 2367 1279 0 -1 4202560 53 0 0 0 21 28 0 0 20 0 22 0 337886851 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140653939854664 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2367/tid=2401] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2401/stat : 2401 (java) S 2365 2367 1279 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 337887789 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140652931179816 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2367/tid=2426] ppid=2365 vsize=11852648 CPUtime=804.97 cores=1,3,5,7
/proc/2367/task/2426/stat : 2426 (java) R 2365 2367 1279 0 -1 4202560 28 0 0 0 80483 14 0 0 20 0 22 0 337894151 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140652929073872 140653955708184 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=2367/tid=2427] ppid=2365 vsize=11852648 CPUtime=804.97 cores=1,3,5,7
/proc/2367/task/2427/stat : 2427 (java) R 2365 2367 1279 0 -1 4202560 313 0 0 0 80472 25 0 0 20 0 22 0 337894151 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140652930124768 140653955739649 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2367/tid=2428] ppid=2365 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/2367/task/2428/stat : 2428 (java) S 2365 2367 1279 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 337894151 12137111552 758165 33554432000 1073741824 1073778376 140734957123040 140652928022184 233415161769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 11852648

Child status: 143
Real time (s): 917.967
CPU time (s): 1800.76
CPU user time (s): 1799.12
CPU system time (s): 1.64375
CPU usage (%): 196.168
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.64375
maximum resident set size= 3032776
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24791
page faults= 1
swaps= 0
block input operations= 240
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24658
involuntary context switches= 24945

runsolver used 3.69244 second user time and 8.99363 second system time

The end

Launcher Data

Begin job on node111 at 2012-06-03 11:59:59
IDJOB=3736756
IDBENCH=48113
IDSOLVER=2328
FILE ID=node111/3736756-1338717599
RUNJOBID= node111-1338712999-1296
PBS_JOBID= 14636722
Free space on /tmp= 67396 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/manquinho/mds/normalized-mds_500_25_3.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3736756-1338717599/watcher-3736756-1338717599 -o /tmp/evaluation-result-3736756-1338717599/solver-3736756-1338717599 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3736756-1338717599.opb

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

MD5SUM BENCH= 0f5da0a781de7969842ad5c8dd7a6f1b
RANDOM SEED=919070283

node111.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.152
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.30
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.152
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.152
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.152
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.152
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.91
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.152
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.152
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.91
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.152
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27756480 kB
Buffers:          184828 kB
Cached:           508672 kB
SwapCached:         1404 kB
Active:          3791592 kB
Inactive:         532784 kB
Active(anon):    3632320 kB
Inactive(anon):     1276 kB
Active(file):     159272 kB
Inactive(file):   531508 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100152 kB
Dirty:               248 kB
Writeback:             0 kB
AnonPages:       3637076 kB
Mapped:            17056 kB
Shmem:                 0 kB
Slab:             646216 kB
SReclaimable:      88248 kB
SUnreclaim:       557968 kB
KernelStack:        1624 kB
PageTables:        11336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10460240 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3598336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 67396 MiB
End job on node111 at 2012-06-03 12:15:19