Trace number 3453956

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Res//CP 2.3.0SAT (TO)38 1800.26 921.652

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/
manquinho/mds/normalized-mds_500_25_5.opb
MD5SUMb1035f5aebd5cbd90440f32e03bdad12
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark28
Best CPU time to get the best result obtained on this benchmark1797.13
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 37
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 constraint48
Number of terms in the objective function 500
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 500
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 500
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)15706
Sum of products size (including duplicates)31412
Number of different products15706
Sum of products size31412

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.00/0.11	c Pseudo Boolean Optimization
0.00/0.11	c ManyCore solver with 2 solvers running in parallel
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.11	c No reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3453956-1307194680.opb
0.00/0.11	c reading problem ... 
1.64/0.71	c ... done. Wall clock time 0.606s.
1.64/0.71	c #vars     16206
1.64/0.71	c #constraints  31912
1.64/0.71	c constraints type 
1.64/0.71	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16206
1.64/0.71	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15706
1.64/0.71	c constraints type 
1.64/0.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16206
1.64/0.71	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15706
2.01/0.86	c  And the winner is Resolution
2.25/1.23	c SATISFIABLE
2.25/1.23	c OPTIMIZING...
2.25/1.23	c Got one! Elapsed wall clock time (in seconds):1.126
2.25/1.23	o 47
2.52/1.36	c  And the winner is Resolution
2.84/1.74	c Got one! Elapsed wall clock time (in seconds):1.638
2.84/1.74	o 40
7.10/3.73	c cleaning 2548 clauses out of 5101 with flag 5001/5101
11.10/5.75	c cleaning 4268 clauses out of 8552 with flag 11000/11100
16.05/8.23	c cleaning 5633 clauses out of 11284 with flag 18000/18100
21.35/10.92	c cleaning 6824 clauses out of 13652 with flag 26001/26101
27.91/14.27	c cleaning 7908 clauses out of 15827 with flag 35000/35100
34.41/17.60	c cleaning 8954 clauses out of 17920 with flag 45001/45101
42.49/21.60	c cleaning 9980 clauses out of 19965 with flag 56000/56100
51.37/26.13	c cleaning 10984 clauses out of 21985 with flag 68000/68100
60.38/30.71	c cleaning 11995 clauses out of 24001 with flag 81000/81100
70.06/35.68	c cleaning 12997 clauses out of 26006 with flag 95000/95100
80.92/41.11	c cleaning 13998 clauses out of 28009 with flag 110000/110100
91.58/46.50	c cleaning 14998 clauses out of 30011 with flag 126000/126100
104.19/52.95	c cleaning 15997 clauses out of 32014 with flag 143001/143101
116.17/59.03	c cleaning 16994 clauses out of 34017 with flag 161001/161101
129.01/65.53	c cleaning 18006 clauses out of 36023 with flag 180001/180101
142.60/72.43	c cleaning 19000 clauses out of 38017 with flag 200001/200101
158.14/80.37	c cleaning 20003 clauses out of 40017 with flag 221001/221101
174.07/88.45	c cleaning 20999 clauses out of 42014 with flag 243001/243101
191.44/97.23	c cleaning 21999 clauses out of 44015 with flag 266001/266101
208.26/105.73	c cleaning 22999 clauses out of 46016 with flag 290001/290101
226.84/115.26	c cleaning 23998 clauses out of 48017 with flag 315001/315101
239.37/121.65	c  And the winner is Resolution
240.23/122.43	c Got one! Elapsed wall clock time (in seconds):122.32
240.23/122.43	o 39
242.59/123.69	c cleaning 23498 clauses out of 47017 with flag 5000/338099
245.94/125.48	c cleaning 14750 clauses out of 29519 with flag 11000/344099
249.84/127.50	c cleaning 10878 clauses out of 21769 with flag 18000/351099
254.04/129.91	c cleaning 9439 clauses out of 18895 with flag 26004/359103
260.12/133.05	c cleaning 9221 clauses out of 18453 with flag 35001/368100
267.64/136.90	c cleaning 9607 clauses out of 19232 with flag 45001/378100
275.76/141.18	c cleaning 10302 clauses out of 20624 with flag 56000/389099
284.92/145.92	c cleaning 11152 clauses out of 22322 with flag 68000/401099
294.46/150.82	c cleaning 12080 clauses out of 24171 with flag 81001/414100
305.15/156.32	c cleaning 13038 clauses out of 26092 with flag 95002/428101
316.60/162.20	c cleaning 14016 clauses out of 28052 with flag 110000/443099
328.36/168.36	c cleaning 15008 clauses out of 30036 with flag 126000/459099
342.42/175.55	c cleaning 16008 clauses out of 32028 with flag 143000/476099
358.30/183.64	c cleaning 17006 clauses out of 34021 with flag 161001/494100
371.42/190.39	c cleaning 17999 clauses out of 36015 with flag 180001/513100
385.72/197.74	c cleaning 19000 clauses out of 38015 with flag 200000/533099
402.78/206.48	c cleaning 19999 clauses out of 40015 with flag 221000/554099
403.85/207.16	c  And the winner is CuttingPlanes
403.97/207.35	c Got one! Elapsed wall clock time (in seconds):207.247
403.97/207.35	o 38
407.53/209.14	c cleaning 12896 clauses out of 25804 with flag 5001/559887
411.96/211.57	c cleaning 9447 clauses out of 18908 with flag 11001/565887
417.84/214.74	c cleaning 8221 clauses out of 16460 with flag 18000/572886
424.30/218.11	c cleaning 8113 clauses out of 16239 with flag 26000/580886
431.36/221.86	c cleaning 8560 clauses out of 17127 with flag 35001/589887
438.99/225.83	c cleaning 9275 clauses out of 18566 with flag 45000/599886
447.46/230.30	c cleaning 10140 clauses out of 20291 with flag 56000/610886
456.49/235.01	c cleaning 11070 clauses out of 22152 with flag 68001/622887
466.93/240.47	c cleaning 12033 clauses out of 24082 with flag 81001/635887
477.55/245.96	c cleaning 13018 clauses out of 26049 with flag 95001/649887
489.39/252.12	c cleaning 14001 clauses out of 28030 with flag 110000/664886
501.39/258.33	c cleaning 15011 clauses out of 30030 with flag 126001/680887
515.41/265.54	c cleaning 16001 clauses out of 32018 with flag 143000/697886
530.40/273.30	c cleaning 17001 clauses out of 34017 with flag 161000/715886
545.58/281.15	c cleaning 18005 clauses out of 36016 with flag 180000/734886
561.36/289.24	c cleaning 18999 clauses out of 38011 with flag 200000/754886
579.15/298.34	c cleaning 20000 clauses out of 40012 with flag 221000/775886
598.15/308.08	c cleaning 21000 clauses out of 42012 with flag 243000/797886
618.28/318.40	c cleaning 22001 clauses out of 44012 with flag 266000/820886
636.45/327.78	c cleaning 23000 clauses out of 46011 with flag 290000/844886
656.81/338.12	c cleaning 23998 clauses out of 48012 with flag 315001/869887
676.37/348.10	c cleaning 24999 clauses out of 50013 with flag 341000/895886
698.71/359.62	c cleaning 25999 clauses out of 52014 with flag 368000/922886
722.07/371.52	c cleaning 27004 clauses out of 54015 with flag 396000/950886
746.82/384.18	c cleaning 27994 clauses out of 56012 with flag 425001/979887
771.18/396.55	c cleaning 28997 clauses out of 58018 with flag 455001/1009887
798.34/410.42	c cleaning 30001 clauses out of 60020 with flag 486000/1040886
827.25/425.11	c cleaning 30999 clauses out of 62019 with flag 518000/1072886
853.59/438.56	c cleaning 31503 clauses out of 63020 with flag 550000/1104886
880.14/452.04	c cleaning 31748 clauses out of 63517 with flag 582000/1136886
904.08/464.38	c cleaning 31876 clauses out of 63769 with flag 614000/1168886
930.59/477.85	c cleaning 31946 clauses out of 63894 with flag 646001/1200887
957.13/491.38	c cleaning 31968 clauses out of 63948 with flag 678001/1232887
985.08/505.51	c cleaning 31981 clauses out of 63980 with flag 710001/1264887
1010.79/518.70	c cleaning 31988 clauses out of 63999 with flag 742001/1296887
1038.53/532.87	c cleaning 31993 clauses out of 64010 with flag 774000/1328886
1064.87/546.29	c cleaning 32001 clauses out of 64018 with flag 806001/1360887
1092.22/560.18	c cleaning 32000 clauses out of 64016 with flag 838000/1392886
1120.30/574.57	c cleaning 31997 clauses out of 64016 with flag 870000/1424886
1145.20/587.22	c cleaning 32004 clauses out of 64019 with flag 902000/1456886
1171.11/600.46	c cleaning 32000 clauses out of 64015 with flag 934000/1488886
1198.41/614.30	c cleaning 31999 clauses out of 64015 with flag 966000/1520886
1226.65/628.83	c cleaning 31999 clauses out of 64016 with flag 998000/1552886
1252.75/642.19	c cleaning 32001 clauses out of 64018 with flag 1030001/1584887
1281.05/656.57	c cleaning 31998 clauses out of 64018 with flag 1062002/1616888
1308.76/670.65	c cleaning 32000 clauses out of 64019 with flag 1094001/1648887
1338.98/686.20	c cleaning 32001 clauses out of 64018 with flag 1126000/1680886
1367.09/700.49	c cleaning 31998 clauses out of 64018 with flag 1158001/1712887
1396.38/715.33	c cleaning 32002 clauses out of 64021 with flag 1190002/1744888
1425.87/730.33	c cleaning 31999 clauses out of 64017 with flag 1222000/1776886
1456.70/746.11	c cleaning 32003 clauses out of 64020 with flag 1254002/1808888
1488.20/762.17	c cleaning 31999 clauses out of 64016 with flag 1286001/1840887
1520.29/778.40	c cleaning 32001 clauses out of 64017 with flag 1318001/1872887
1547.37/792.21	c cleaning 32003 clauses out of 64015 with flag 1350000/1904886
1572.21/805.06	c cleaning 31998 clauses out of 64013 with flag 1382001/1936887
1601.50/819.91	c cleaning 32003 clauses out of 64014 with flag 1414000/1968886
1627.39/833.20	c cleaning 31997 clauses out of 64012 with flag 1446001/2000887
1652.88/846.16	c cleaning 31999 clauses out of 64015 with flag 1478001/2032887
1679.89/860.09	c cleaning 32001 clauses out of 64016 with flag 1510001/2064887
1707.18/873.94	c cleaning 32000 clauses out of 64015 with flag 1542001/2096887
1735.06/888.16	c cleaning 31994 clauses out of 64015 with flag 1574001/2128887
1765.16/903.40	c cleaning 32001 clauses out of 64020 with flag 1606000/2160886
1793.19/917.82	c cleaning 31998 clauses out of 64020 with flag 1638001/2192887
1800.09/921.53	c starts		: 31
1800.09/921.53	c conflicts		: 4703
1800.09/921.53	c decisions		: 34245
1800.09/921.53	c propagations		: 3885630
1800.09/921.53	c inspects		: 295501187
1800.09/921.53	c shortcuts		: 0
1800.09/921.53	c learnt literals	: 0
1800.09/921.53	c learnt binary clauses	: 0
1800.09/921.53	c learnt ternary clauses	: 0
1800.09/921.53	c learnt constraints	: 4702
1800.09/921.53	c ignored constraints	: 0
1800.09/921.53	c root simplifications	: 0
1800.09/921.53	c removed literals (reason simplification)	: 0
1800.09/921.53	c reason swapping (by a shorter reason)	: 0
1800.09/921.53	c Calls to reduceDB	: 0
1800.09/921.53	c number of reductions to clauses (during analyze)	: 0
1800.09/921.53	c number of learned constraints concerned by reduction	: 0
1800.09/921.53	c number of learning phase by resolution	: 0
1800.09/921.53	c number of learning phase by cutting planes	: 0
1800.09/921.53	c speed (assignments/second)	: 5440.77802312898
1800.09/921.53	c non guided choices	0
1800.09/921.53	c learnt constraints type 
1800.09/921.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 156
1800.09/921.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4546
1800.09/921.53	c constraints type 
1800.09/921.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 16206
1800.09/921.53	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.09/921.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15706
1800.09/921.53	c constraints type 
1800.09/921.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 16206
1800.09/921.53	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1800.09/921.53	c org.sat4j.pb.constraints.pb.MaxWatchPb => 15706
1800.09/921.53	s SATISFIABLE
1800.09/921.53	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 x94 -x95 -x96 -x97 -x98 -x99 x100 -x101 x102 -x103 -x104 x105 -x106 x107 -x108 x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 x130 -x131 x132 -x133 -x134 x135 -x136 -x137 -x138 -x139 -x140 -x141 x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 x184 x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 x249 -x250 -x251 -x252 -x253 -x254 -x255 -x256 -x257 x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 x293 -x294 x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 x332 x333 -x334 x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 x381 -x382 -x383 -x384 -x385 x386 -x387 -x388 -x389 -x390 x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 x460 -x461 -x462 -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/921.53	c objective function=38
1800.09/921.53	c Total wall clock time (in seconds): 921.425

Verifier Data

OK	38

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3453956-1307194680/watcher-3453956-1307194680 -o /tmp/evaluation-result-3453956-1307194680/solver-3453956-1307194680 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3453956-1307194680.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.64 3.53 3.53 5/571 14621
/proc/meminfo: memFree=24849792/32950928 swapFree=67056580/67111528
[pid=14621] ppid=14619 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/14621/stat : 14621 (java) S 14619 14621 10194 0 -1 4202496 5677 0 1 0 0 0 0 0 25 0 2 0 831065082 10694979584 5379 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488497637 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/14621/statm: 2611079 5392 917 9 0 2602235 0
[pid=14621/tid=14622] ppid=14619 vsize=10447564 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14622/stat : 14622 (java) S 14619 14621 10194 0 -1 4202560 8734 0 1 0 0 0 0 0 25 0 5 0 831065082 10698305536 9554 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16784584 18446604455733016448 0 0 -1 3 0 0 0
[pid=14621/tid=14623] ppid=14619 vsize=10448724 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14623/stat : 14623 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 6 0 831065084 10699493376 9558 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16784584 18446604455733016448 0 0 -1 3 0 0 0
[pid=14621/tid=14624] ppid=14619 vsize=10449752 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14624/stat : 14624 (java) S 14619 14621 10194 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 7 0 831065084 10700546048 9564 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16784584 18446604455733016448 0 0 -1 3 0 0 0
[pid=14621/tid=14625] ppid=14619 vsize=10451808 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14625/stat : 14625 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 9 0 831065084 10702651392 9569 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16784584 18446604455733016448 0 0 -1 3 0 0 0
[pid=14621/tid=14626] ppid=14619 vsize=10452836 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14626/stat : 14626 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 831065084 10703704064 9574 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16784584 18446604455733016448 0 0 -1 3 0 0 0
[pid=14621/tid=14627] ppid=14619 vsize=10452836 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14627/stat : 14627 (java) R 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 831065084 10703704064 9577 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=14621/tid=14628] ppid=14619 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14628/stat : 14628 (java) R 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 831065084 10703900672 9591 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=14621/tid=14629] ppid=14619 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14629/stat : 14629 (java) R 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 831065084 10703900672 9608 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16784584 0 0 0 -1 3 0 0 0
[pid=14621/tid=14630] ppid=14619 vsize=10453028 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14630/stat : 14630 (java) R 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 10 0 831065084 10703900672 9623 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.11924 s]
/proc/loadavg: 3.64 3.53 3.53 5/571 14621
/proc/meminfo: memFree=24849792/32950928 swapFree=67056580/67111528
[pid=14621] ppid=14619 vsize=10540416 CPUtime=0.12 cores=1,3,5,7
/proc/14621/stat : 14621 (java) S 14619 14621 10194 0 -1 4202496 13426 0 1 0 11 1 0 0 25 0 18 0 831065082 10793385984 13100 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14621/statm: 2635104 13100 2134 9 0 2625838 0
[pid=14621/tid=14622] ppid=14619 vsize=10540416 CPUtime=0.1 cores=1,3,5,7
/proc/14621/task/14622/stat : 14622 (java) R 14619 14621 10194 0 -1 4202560 11407 0 1 0 9 1 0 0 25 0 18 0 831065082 10793385984 13100 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 47874933679752 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14621/tid=14623] ppid=14619 vsize=10540416 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14623/stat : 14623 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10793385984 13100 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14624] ppid=14619 vsize=10540416 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14624/stat : 14624 (java) S 14619 14621 10194 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831065084 10793385984 13100 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14625] ppid=14619 vsize=10540416 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14625/stat : 14625 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10793385984 13100 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14626] ppid=14619 vsize=10540416 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14626/stat : 14626 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10793385984 13101 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14627] ppid=14619 vsize=10540416 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14627/stat : 14627 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10793385984 13101 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14628] ppid=14619 vsize=10540416 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14628/stat : 14628 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10793385984 13101 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14629] ppid=14619 vsize=10540416 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14629/stat : 14629 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10793385984 13101 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14630] ppid=14619 vsize=10540416 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14630/stat : 14630 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10793385984 13101 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10540416

[startup+0.201178 s]
/proc/loadavg: 3.64 3.53 3.53 5/571 14621
/proc/meminfo: memFree=24849792/32950928 swapFree=67056580/67111528
[pid=14621] ppid=14619 vsize=10541244 CPUtime=0.24 cores=1,3,5,7
/proc/14621/stat : 14621 (java) S 14619 14621 10194 0 -1 4202496 14160 0 1 0 23 1 0 0 25 0 18 0 831065082 10794233856 13834 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14621/statm: 2635311 13834 2180 9 0 2626045 0
[pid=14621/tid=14622] ppid=14619 vsize=10541244 CPUtime=0.18 cores=1,3,5,7
/proc/14621/task/14622/stat : 14622 (java) R 14619 14621 10194 0 -1 4202560 11921 0 1 0 17 1 0 0 25 0 18 0 831065082 10794233856 13834 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14621/tid=14623] ppid=14619 vsize=10541244 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14623/stat : 14623 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10794233856 13834 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14624] ppid=14619 vsize=10541244 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14624/stat : 14624 (java) S 14619 14621 10194 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831065084 10794233856 13834 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14625] ppid=14619 vsize=10541244 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14625/stat : 14625 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10794233856 13835 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14626] ppid=14619 vsize=10541244 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14626/stat : 14626 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10794233856 13835 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14627] ppid=14619 vsize=10541244 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14627/stat : 14627 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10794233856 13835 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14628] ppid=14619 vsize=10541244 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14628/stat : 14628 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10794233856 13835 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14629] ppid=14619 vsize=10541244 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14629/stat : 14629 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10794233856 13835 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14630] ppid=14619 vsize=10541244 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14630/stat : 14630 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10794233856 13835 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 10541244

[startup+0.30119 s]
/proc/loadavg: 3.64 3.53 3.53 5/571 14621
/proc/meminfo: memFree=24849792/32950928 swapFree=67056580/67111528
[pid=14621] ppid=14619 vsize=10541960 CPUtime=0.46 cores=1,3,5,7
/proc/14621/stat : 14621 (java) S 14619 14621 10194 0 -1 4202496 15662 0 1 0 44 2 0 0 25 0 18 0 831065082 10794967040 15017 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14621/statm: 2635490 15017 2208 9 0 2626224 0
[pid=14621/tid=14622] ppid=14619 vsize=10541960 CPUtime=0.29 cores=1,3,5,7
/proc/14621/task/14622/stat : 14622 (java) R 14619 14621 10194 0 -1 4202560 12841 0 1 0 27 2 0 0 25 0 18 0 831065082 10794967040 15017 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 46912505592223 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14621/tid=14623] ppid=14619 vsize=10541960 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14623/stat : 14623 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10794967040 15018 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14624] ppid=14619 vsize=10541960 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14624/stat : 14624 (java) S 14619 14621 10194 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831065084 10794967040 15018 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14625] ppid=14619 vsize=10541960 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14625/stat : 14625 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10794967040 15018 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14626] ppid=14619 vsize=10541960 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14626/stat : 14626 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10794967040 15019 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14627] ppid=14619 vsize=10541960 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14627/stat : 14627 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10794967040 15019 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14628] ppid=14619 vsize=10541960 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14628/stat : 14628 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10794967040 15019 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14629] ppid=14619 vsize=10541960 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14629/stat : 14629 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10794967040 15020 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14630] ppid=14619 vsize=10541960 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14630/stat : 14630 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10794967040 15020 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10541960

[startup+0.701102 s]
/proc/loadavg: 3.64 3.53 3.53 5/571 14621
/proc/meminfo: memFree=24849792/32950928 swapFree=67056580/67111528
[pid=14621] ppid=14619 vsize=10550200 CPUtime=1.64 cores=1,3,5,7
/proc/14621/stat : 14621 (java) S 14619 14621 10194 0 -1 4202496 34262 0 1 0 158 6 0 0 25 0 18 0 831065082 10803404800 30971 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14621/statm: 2637550 30974 2228 9 0 2628284 0
[pid=14621/tid=14622] ppid=14619 vsize=10550200 CPUtime=0.68 cores=1,3,5,7
/proc/14621/task/14622/stat : 14622 (java) R 14619 14621 10194 0 -1 4202560 23501 0 1 0 64 4 0 0 25 0 18 0 831065082 10803404800 30976 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 46912505821042 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14621/tid=14623] ppid=14619 vsize=10550200 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14623/stat : 14623 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10803404800 30978 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14624] ppid=14619 vsize=10550200 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14624/stat : 14624 (java) S 14619 14621 10194 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 18 0 831065084 10803404800 30980 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14625] ppid=14619 vsize=10550200 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14625/stat : 14625 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10803404800 30982 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14626] ppid=14619 vsize=10550200 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14626/stat : 14626 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10803404800 30984 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14627] ppid=14619 vsize=10550200 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14627/stat : 14627 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10803404800 30986 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14628] ppid=14619 vsize=10550200 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14628/stat : 14628 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10803404800 30988 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14629] ppid=14619 vsize=10550200 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14629/stat : 14629 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10803404800 30990 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14630] ppid=14619 vsize=10550200 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14630/stat : 14630 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 831065084 10803404800 30992 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.64
Current children cumulated vsize (KiB) 10550200

[startup+1.50098 s]
/proc/loadavg: 3.64 3.53 3.53 5/594 14652
/proc/meminfo: memFree=24706964/32950928 swapFree=67056580/67111528
[pid=14621] ppid=14619 vsize=10554312 CPUtime=2.84 cores=1,3,5,7
/proc/14621/stat : 14621 (java) S 14619 14621 10194 0 -1 4202496 41305 0 1 0 277 7 0 0 25 0 19 0 831065082 10807615488 38012 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14621/statm: 2638578 38012 2242 9 0 2629312 0
[pid=14621/tid=14622] ppid=14619 vsize=10554312 CPUtime=0.72 cores=1,3,5,7
/proc/14621/task/14622/stat : 14622 (java) S 14619 14621 10194 0 -1 4202560 25174 0 1 0 68 4 0 0 22 0 19 0 831065082 10807615488 38012 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488511488 0 4 0 16800975 18446604455733016448 0 0 -1 3 0 0 0
[pid=14621/tid=14623] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14623/stat : 14623 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831065084 10807615488 38012 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14624] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14624/stat : 14624 (java) S 14619 14621 10194 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 19 0 831065084 10807615488 38012 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14625] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14625/stat : 14625 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831065084 10807615488 38012 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14626] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14626/stat : 14626 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831065084 10807615488 38012 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14627] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14627/stat : 14627 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831065084 10807615488 38012 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14628] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14628/stat : 14628 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831065084 10807615488 38012 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14629] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14629/stat : 14629 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831065084 10807615488 38012 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14630] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14630/stat : 14630 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831065084 10807615488 38012 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14632] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14632/stat : 14632 (java) S 14619 14621 10194 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 831065085 10807615488 38012 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488511488 0 0 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14633] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14633/stat : 14633 (java) S 14619 14621 10194 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 19 0 831065085 10807615488 38012 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 3 0 0 0
[pid=14621/tid=14634] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14634/stat : 14634 (java) S 14619 14621 10194 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 831065085 10807615488 38012 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 3 0 0 0
[pid=14621/tid=14638] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14638/stat : 14638 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831065087 10807615488 38012 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488518577 0 4 0 16800975 18446604455733016448 0 0 -1 3 0 0 0
[pid=14621/tid=14639] ppid=14619 vsize=10554312 CPUtime=0.76 cores=1,3,5,7
/proc/14621/task/14639/stat : 14639 (java) S 14619 14621 10194 0 -1 4202560 5249 0 0 0 76 0 0 0 16 0 19 0 831065087 10807615488 38012 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 1 0 0 0
[pid=14621/tid=14640] ppid=14619 vsize=10554312 CPUtime=0.77 cores=1,3,5,7
/proc/14621/task/14640/stat : 14640 (java) S 14619 14621 10194 0 -1 4202560 4463 0 0 0 77 0 0 0 16 0 19 0 831065087 10807615488 38012 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 5 0 0 0
[pid=14621/tid=14641] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14641/stat : 14641 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 831065087 10807615488 38012 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 3 0 0 0
[pid=14621/tid=14642] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14642/stat : 14642 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 831065087 10807615488 38012 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488511488 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14649] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14649/stat : 14649 (java) S 14619 14621 10194 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 831065157 10807615488 38012 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488511488 0 4 0 16800975 18446604455733016448 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 10554312

[startup+3.10159 s]

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

/proc/meminfo: memFree=21138944/32950928 swapFree=67056580/67111528
[pid=14621] ppid=14619 vsize=10554312 CPUtime=1605.79 cores=1,3,5,7
/proc/14621/stat : 14621 (java) S 14619 14621 10194 0 -1 4202496 752318 0 1 0 160498 81 0 0 25 0 22 0 831065082 10807615488 748810 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14621/statm: 2638578 748810 2271 9 0 2629312 0
[pid=14621/tid=14622] ppid=14619 vsize=10554312 CPUtime=0.74 cores=1,3,5,7
/proc/14621/task/14622/stat : 14622 (java) S 14619 14621 10194 0 -1 4202560 25297 0 1 0 70 4 0 0 15 0 22 0 831065082 10807615488 748810 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488511488 0 4 0 16800975 18446604455733016448 0 0 -1 1 0 0 0
[pid=14621/tid=14623] ppid=14619 vsize=10554312 CPUtime=0.35 cores=1,3,5,7
/proc/14621/task/14623/stat : 14623 (java) S 14619 14621 10194 0 -1 4202560 1220 0 0 0 35 0 0 0 15 0 22 0 831065084 10807615488 748810 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 5 0 0 0
[pid=14621/tid=14624] ppid=14619 vsize=10554312 CPUtime=0.54 cores=1,3,5,7
/proc/14621/task/14624/stat : 14624 (java) S 14619 14621 10194 0 -1 4202560 1194 0 0 0 54 0 0 0 15 0 22 0 831065084 10807615488 748810 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 1 0 0 0
[pid=14621/tid=14625] ppid=14619 vsize=10554312 CPUtime=0.68 cores=1,3,5,7
/proc/14621/task/14625/stat : 14625 (java) S 14619 14621 10194 0 -1 4202560 1260 0 0 0 68 0 0 0 16 0 22 0 831065084 10807615488 748810 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 5 0 0 0
[pid=14621/tid=14626] ppid=14619 vsize=10554312 CPUtime=0.71 cores=1,3,5,7
/proc/14621/task/14626/stat : 14626 (java) S 14619 14621 10194 0 -1 4202560 1897 0 0 0 71 0 0 0 16 0 22 0 831065084 10807615488 748810 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14627] ppid=14619 vsize=10554312 CPUtime=0.6 cores=1,3,5,7
/proc/14621/task/14627/stat : 14627 (java) S 14619 14621 10194 0 -1 4202560 2223 0 0 0 60 0 0 0 15 0 22 0 831065084 10807615488 748810 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 5 0 0 0
[pid=14621/tid=14628] ppid=14619 vsize=10554312 CPUtime=0.65 cores=1,3,5,7
/proc/14621/task/14628/stat : 14628 (java) S 14619 14621 10194 0 -1 4202560 2805 0 0 0 65 0 0 0 16 0 22 0 831065084 10807615488 748810 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 5 0 0 0
[pid=14621/tid=14629] ppid=14619 vsize=10554312 CPUtime=0.56 cores=1,3,5,7
/proc/14621/task/14629/stat : 14629 (java) S 14619 14621 10194 0 -1 4202560 1122 0 0 0 56 0 0 0 16 0 22 0 831065084 10807615488 748810 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 1 0 0 0
[pid=14621/tid=14630] ppid=14619 vsize=10554312 CPUtime=0.58 cores=1,3,5,7
/proc/14621/task/14630/stat : 14630 (java) S 14619 14621 10194 0 -1 4202560 2980 0 0 0 58 0 0 0 15 0 22 0 831065084 10807615488 748810 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 5 0 0 0
[pid=14621/tid=14632] ppid=14619 vsize=10554312 CPUtime=39.57 cores=1,3,5,7
/proc/14621/task/14632/stat : 14632 (java) S 14619 14621 10194 0 -1 4202560 80030 0 0 0 3949 8 0 0 15 0 22 0 831065085 10807615488 748810 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488511488 0 0 0 16800975 18446604455733016448 0 0 -1 3 0 0 0
[pid=14621/tid=14633] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14633/stat : 14633 (java) S 14619 14621 10194 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 831065085 10807615488 748810 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14634] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14634/stat : 14634 (java) S 14619 14621 10194 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831065085 10807615488 748810 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14638] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14638/stat : 14638 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831065087 10807615488 748810 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488518577 0 4 0 16800975 18446604455733016448 0 0 -1 3 0 0 0
[pid=14621/tid=14639] ppid=14619 vsize=10554312 CPUtime=1.13 cores=1,3,5,7
/proc/14621/task/14639/stat : 14639 (java) S 14619 14621 10194 0 -1 4202560 5303 0 0 0 112 1 0 0 15 0 22 0 831065087 10807615488 748810 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 1 0 0 0
[pid=14621/tid=14640] ppid=14619 vsize=10554312 CPUtime=1.19 cores=1,3,5,7
/proc/14621/task/14640/stat : 14640 (java) S 14619 14621 10194 0 -1 4202560 4532 0 0 0 118 1 0 0 15 0 22 0 831065087 10807615488 748810 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14641] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14641/stat : 14641 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831065087 10807615488 748810 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 3 0 0 0
[pid=14621/tid=14642] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14642/stat : 14642 (java) S 14619 14621 10194 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 831065087 10807615488 748810 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488511488 0 4 0 16800975 18446604455733016448 0 0 -1 5 0 0 0
[pid=14621/tid=14667] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14667/stat : 14667 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831077326 10807615488 748810 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488511488 0 4 0 16800975 18446604455733016448 0 0 -1 5 0 0 0
[pid=14621/tid=14670] ppid=14619 vsize=10554312 CPUtime=584.52 cores=1,3,5,7
/proc/14621/task/14670/stat : 14670 (java) R 14619 14621 10194 0 -1 4202560 668 0 0 0 58452 0 0 0 25 0 22 0 831085818 10807615488 748810 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 46912506032708 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14621/tid=14671] ppid=14619 vsize=10554312 CPUtime=584.54 cores=1,3,5,7
/proc/14621/task/14671/stat : 14671 (java) R 14619 14621 10194 0 -1 4202560 95356 0 0 0 58446 8 0 0 25 0 22 0 831085818 10807615488 748810 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 46912506112880 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14621/tid=14672] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14672/stat : 14672 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831085818 10807615488 748810 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488511488 0 4 0 16800975 18446604455733016448 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1605.79
Current children cumulated vsize (KiB) 10554312

[startup+882.322 s]
/proc/loadavg: 3.83 3.85 3.73 5/597 14690
/proc/meminfo: memFree=21134084/32950928 swapFree=67056580/67111528
[pid=14621] ppid=14619 vsize=10554312 CPUtime=1723.5 cores=1,3,5,7
/proc/14621/stat : 14621 (java) S 14619 14621 10194 0 -1 4202496 752740 0 1 0 172269 81 0 0 25 0 22 0 831065082 10807615488 749222 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14621/statm: 2638578 749222 2271 9 0 2629312 0
[pid=14621/tid=14622] ppid=14619 vsize=10554312 CPUtime=0.74 cores=1,3,5,7
/proc/14621/task/14622/stat : 14622 (java) S 14619 14621 10194 0 -1 4202560 25297 0 1 0 70 4 0 0 15 0 22 0 831065082 10807615488 749222 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488511488 0 4 0 16800975 18446604455733016448 0 0 -1 1 0 0 0
[pid=14621/tid=14623] ppid=14619 vsize=10554312 CPUtime=0.35 cores=1,3,5,7
/proc/14621/task/14623/stat : 14623 (java) S 14619 14621 10194 0 -1 4202560 1220 0 0 0 35 0 0 0 15 0 22 0 831065084 10807615488 749222 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14624] ppid=14619 vsize=10554312 CPUtime=0.57 cores=1,3,5,7
/proc/14621/task/14624/stat : 14624 (java) S 14619 14621 10194 0 -1 4202560 1194 0 0 0 57 0 0 0 15 0 22 0 831065084 10807615488 749222 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 1 0 0 0
[pid=14621/tid=14625] ppid=14619 vsize=10554312 CPUtime=0.73 cores=1,3,5,7
/proc/14621/task/14625/stat : 14625 (java) S 14619 14621 10194 0 -1 4202560 1260 0 0 0 73 0 0 0 16 0 22 0 831065084 10807615488 749222 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14626] ppid=14619 vsize=10554312 CPUtime=0.73 cores=1,3,5,7
/proc/14621/task/14626/stat : 14626 (java) S 14619 14621 10194 0 -1 4202560 1897 0 0 0 73 0 0 0 15 0 22 0 831065084 10807615488 749222 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14627] ppid=14619 vsize=10554312 CPUtime=0.64 cores=1,3,5,7
/proc/14621/task/14627/stat : 14627 (java) S 14619 14621 10194 0 -1 4202560 2224 0 0 0 64 0 0 0 16 0 22 0 831065084 10807615488 749222 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 5 0 0 0
[pid=14621/tid=14628] ppid=14619 vsize=10554312 CPUtime=0.68 cores=1,3,5,7
/proc/14621/task/14628/stat : 14628 (java) S 14619 14621 10194 0 -1 4202560 2809 0 0 0 68 0 0 0 15 0 22 0 831065084 10807615488 749222 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 5 0 0 0
[pid=14621/tid=14629] ppid=14619 vsize=10554312 CPUtime=0.58 cores=1,3,5,7
/proc/14621/task/14629/stat : 14629 (java) S 14619 14621 10194 0 -1 4202560 1129 0 0 0 58 0 0 0 15 0 22 0 831065084 10807615488 749222 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 1 0 0 0
[pid=14621/tid=14630] ppid=14619 vsize=10554312 CPUtime=0.64 cores=1,3,5,7
/proc/14621/task/14630/stat : 14630 (java) S 14619 14621 10194 0 -1 4202560 2980 0 0 0 64 0 0 0 16 0 22 0 831065084 10807615488 749222 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 5 0 0 0
[pid=14621/tid=14632] ppid=14619 vsize=10554312 CPUtime=42 cores=1,3,5,7
/proc/14621/task/14632/stat : 14632 (java) S 14619 14621 10194 0 -1 4202560 80432 0 0 0 4192 8 0 0 15 0 22 0 831065085 10807615488 749222 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488511488 0 0 0 16800975 18446604455733016448 0 0 -1 3 0 0 0
[pid=14621/tid=14633] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14633/stat : 14633 (java) S 14619 14621 10194 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 831065085 10807615488 749222 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14634] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14634/stat : 14634 (java) S 14619 14621 10194 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831065085 10807615488 749222 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14638] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14638/stat : 14638 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831065087 10807615488 749222 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488518577 0 4 0 16800975 18446604455733016448 0 0 -1 3 0 0 0
[pid=14621/tid=14639] ppid=14619 vsize=10554312 CPUtime=1.13 cores=1,3,5,7
/proc/14621/task/14639/stat : 14639 (java) S 14619 14621 10194 0 -1 4202560 5303 0 0 0 112 1 0 0 15 0 22 0 831065087 10807615488 749222 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 1 0 0 0
[pid=14621/tid=14640] ppid=14619 vsize=10554312 CPUtime=1.19 cores=1,3,5,7
/proc/14621/task/14640/stat : 14640 (java) S 14619 14621 10194 0 -1 4202560 4532 0 0 0 118 1 0 0 15 0 22 0 831065087 10807615488 749222 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14641] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14641/stat : 14641 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831065087 10807615488 749222 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 3 0 0 0
[pid=14621/tid=14642] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14642/stat : 14642 (java) S 14619 14621 10194 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 831065087 10807615488 749222 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488511488 0 4 0 16800975 18446604455733016448 0 0 -1 5 0 0 0
[pid=14621/tid=14667] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14667/stat : 14667 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831077326 10807615488 749222 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488511488 0 4 0 16800975 18446604455733016448 0 0 -1 5 0 0 0
[pid=14621/tid=14670] ppid=14619 vsize=10554312 CPUtime=642.04 cores=1,3,5,7
/proc/14621/task/14670/stat : 14670 (java) R 14619 14621 10194 0 -1 4202560 672 0 0 0 64204 0 0 0 25 0 22 0 831085818 10807615488 749222 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 46912506171439 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14621/tid=14671] ppid=14619 vsize=10554312 CPUtime=642.06 cores=1,3,5,7
/proc/14621/task/14671/stat : 14671 (java) R 14619 14621 10194 0 -1 4202560 95356 0 0 0 64198 8 0 0 25 0 22 0 831085818 10807615488 749222 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 46912506112895 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14621/tid=14672] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14672/stat : 14672 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831085818 10807615488 749222 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488511488 0 4 0 16800975 18446604455733016448 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1723.5
Current children cumulated vsize (KiB) 10554312



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+921.502 s]
/proc/loadavg: 3.80 3.84 3.73 5/597 14691
/proc/meminfo: memFree=21127580/32950928 swapFree=67056580/67111528
[pid=14621] ppid=14619 vsize=10554312 CPUtime=1800.09 cores=1,3,5,7
/proc/14621/stat : 14621 (java) S 14619 14621 10194 0 -1 4202496 753579 0 1 0 179928 81 0 0 25 0 22 0 831065082 10807615488 750052 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488497637 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14621/statm: 2638578 750052 2271 9 0 2629312 0
[pid=14621/tid=14622] ppid=14619 vsize=10554312 CPUtime=0.74 cores=1,3,5,7
/proc/14621/task/14622/stat : 14622 (java) S 14619 14621 10194 0 -1 4202560 25297 0 1 0 70 4 0 0 15 0 22 0 831065082 10807615488 750052 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488511488 0 4 0 16800975 18446604455733016448 0 0 -1 1 0 0 0
[pid=14621/tid=14623] ppid=14619 vsize=10554312 CPUtime=0.35 cores=1,3,5,7
/proc/14621/task/14623/stat : 14623 (java) S 14619 14621 10194 0 -1 4202560 1220 0 0 0 35 0 0 0 15 0 22 0 831065084 10807615488 750052 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14624] ppid=14619 vsize=10554312 CPUtime=0.61 cores=1,3,5,7
/proc/14621/task/14624/stat : 14624 (java) S 14619 14621 10194 0 -1 4202560 1195 0 0 0 61 0 0 0 16 0 22 0 831065084 10807615488 750052 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14625] ppid=14619 vsize=10554312 CPUtime=0.77 cores=1,3,5,7
/proc/14621/task/14625/stat : 14625 (java) S 14619 14621 10194 0 -1 4202560 1260 0 0 0 77 0 0 0 16 0 22 0 831065084 10807615488 750052 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 5 0 0 0
[pid=14621/tid=14626] ppid=14619 vsize=10554312 CPUtime=0.74 cores=1,3,5,7
/proc/14621/task/14626/stat : 14626 (java) S 14619 14621 10194 0 -1 4202560 1897 0 0 0 74 0 0 0 15 0 22 0 831065084 10807615488 750052 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14627] ppid=14619 vsize=10554312 CPUtime=0.68 cores=1,3,5,7
/proc/14621/task/14627/stat : 14627 (java) S 14619 14621 10194 0 -1 4202560 2226 0 0 0 68 0 0 0 16 0 22 0 831065084 10807615488 750052 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 5 0 0 0
[pid=14621/tid=14628] ppid=14619 vsize=10554312 CPUtime=0.72 cores=1,3,5,7
/proc/14621/task/14628/stat : 14628 (java) S 14619 14621 10194 0 -1 4202560 2815 0 0 0 72 0 0 0 15 0 22 0 831065084 10807615488 750052 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 5 0 0 0
[pid=14621/tid=14629] ppid=14619 vsize=10554312 CPUtime=0.62 cores=1,3,5,7
/proc/14621/task/14629/stat : 14629 (java) S 14619 14621 10194 0 -1 4202560 1137 0 0 0 62 0 0 0 15 0 22 0 831065084 10807615488 750052 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 1 0 0 0
[pid=14621/tid=14630] ppid=14619 vsize=10554312 CPUtime=0.64 cores=1,3,5,7
/proc/14621/task/14630/stat : 14630 (java) S 14619 14621 10194 0 -1 4202560 2980 0 0 0 64 0 0 0 15 0 22 0 831065084 10807615488 750052 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 1 0 0 0
[pid=14621/tid=14632] ppid=14619 vsize=10554312 CPUtime=43.9 cores=1,3,5,7
/proc/14621/task/14632/stat : 14632 (java) S 14619 14621 10194 0 -1 4202560 81249 0 0 0 4382 8 0 0 15 0 22 0 831065085 10807615488 750052 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488511488 0 0 0 16800975 18446604455733016448 0 0 -1 3 0 0 0
[pid=14621/tid=14633] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14633/stat : 14633 (java) S 14619 14621 10194 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 831065085 10807615488 750052 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14634] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14634/stat : 14634 (java) S 14619 14621 10194 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 831065085 10807615488 750052 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14638] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14638/stat : 14638 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831065087 10807615488 750052 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488518577 0 4 0 16800975 18446604455733016448 0 0 -1 3 0 0 0
[pid=14621/tid=14639] ppid=14619 vsize=10554312 CPUtime=1.13 cores=1,3,5,7
/proc/14621/task/14639/stat : 14639 (java) S 14619 14621 10194 0 -1 4202560 5303 0 0 0 112 1 0 0 15 0 22 0 831065087 10807615488 750052 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 1 0 0 0
[pid=14621/tid=14640] ppid=14619 vsize=10554312 CPUtime=1.19 cores=1,3,5,7
/proc/14621/task/14640/stat : 14640 (java) S 14619 14621 10194 0 -1 4202560 4532 0 0 0 118 1 0 0 15 0 22 0 831065087 10807615488 750052 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 7 0 0 0
[pid=14621/tid=14641] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14641/stat : 14641 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 831065087 10807615488 750052 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488510873 0 4 0 16800975 18446604455733016448 0 0 -1 3 0 0 0
[pid=14621/tid=14642] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14642/stat : 14642 (java) S 14619 14621 10194 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 831065087 10807615488 750052 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488511488 0 4 0 16800975 18446604455733016448 0 0 -1 5 0 0 0
[pid=14621/tid=14667] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14667/stat : 14667 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 831077326 10807615488 750052 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488511488 0 4 0 16800975 18446604455733016448 0 0 -1 5 0 0 0
[pid=14621/tid=14670] ppid=14619 vsize=10554312 CPUtime=679.28 cores=1,3,5,7
/proc/14621/task/14670/stat : 14670 (java) R 14619 14621 10194 0 -1 4202560 675 0 0 0 67928 0 0 0 25 0 22 0 831085818 10807615488 750052 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 46912505878710 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=14621/tid=14671] ppid=14619 vsize=10554312 CPUtime=679.3 cores=1,3,5,7
/proc/14621/task/14671/stat : 14671 (java) R 14619 14621 10194 0 -1 4202560 95356 0 0 0 67922 8 0 0 25 0 22 0 831085818 10807615488 750052 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 46912506063149 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=14621/tid=14672] ppid=14619 vsize=10554312 CPUtime=0 cores=1,3,5,7
/proc/14621/task/14672/stat : 14672 (java) S 14619 14621 10194 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 22 0 831085818 10807615488 750052 33554432000 1073741824 1073778376 140736314189888 18446744073709551615 239488511488 0 4 0 16800975 18446604455733016448 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 10554312

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

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

[startup+921.628 s]
/proc/loadavg: 3.80 3.84 3.73 5/597 14691
/proc/meminfo: memFree=21127580/32950928 swapFree=67056580/67111528
[pid=14621] ppid=14619 vsize=0 CPUtime=1800.23 cores=1,3,5,7
/proc/14621/stat : 14621 (java) Z 14619 14621 10194 0 -1 4203548 753608 0 1 0 179932 91 0 0 17 0 2 0 831065082 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/14621/statm: 0 0 0 0 0 0 0
[pid=14621/tid=14671] ppid=14619 vsize=0 CPUtime=679.4 cores=1,3,5,7
/proc/14621/task/14671/stat : 14671 (java) R 14619 14621 10194 0 -1 4203588 95356 0 0 0 67923 17 0 0 25 0 2 0 831085818 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 921.652
CPU time (s): 1800.26
CPU user time (s): 1799.33
CPU system time (s): 0.934857
CPU usage (%): 195.33
Max. virtual memory (cumulated for all children) (KiB): 10554312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.33
system time used= 0.934857
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 753608
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24011
involuntary context switches= 22387

runsolver used 5.13822 second user time and 12.4881 second system time

The end

Launcher Data

Begin job on node148 at 2011-06-04 15:38:00
IDJOB=3453956
IDBENCH=48160
IDSOLVER=1950
FILE ID=node148/3453956-1307194680
RUNJOBID= node148-1307194212-14387
PBS_JOBID= 13508860
Free space on /tmp= 73896 MiB

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

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

MD5SUM BENCH= b1035f5aebd5cbd90440f32e03bdad12
RANDOM SEED=1753965902

node148.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.854
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24849948 kB
Buffers:        266404 kB
Cached:         640024 kB
SwapCached:       7908 kB
Active:        7276948 kB
Inactive:       516348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24849948 kB
SwapTotal:    67111528 kB
SwapFree:     67056580 kB
Dirty:             888 kB
Writeback:           0 kB
AnonPages:     6885012 kB
Mapped:          52064 kB
Slab:           179276 kB
PageTables:      57860 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 180716124 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73896 MiB
End job on node148 at 2011-06-04 15:53:24