Trace number 3710701

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT4J PB specific settings 2.3.2 snapshotSAT (TO)-33 1800.58 1782.25

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/
~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-5.opb
MD5SUMf408a60720d5bae3e36cea0c41e2f7f1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-40
Best CPU time to get the best result obtained on this benchmark824.628
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -39
Optimality of the best value was proved NO
Number of variables760
Total number of constraints41619
Number of constraints which are clauses41619
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 760
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 760
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 760
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.09/0.12	c read org.sat4j.minisat.orders.VarOrderHeap
0.09/0.12	c configuring ORDERS
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=true
0.09/0.12	c Heuristics kept accross calls (keep the solver "hot")
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3710701-1338147495.opb
0.09/0.12	c reading problem ... 
0.68/0.49	c ... done. Wall clock time 0.372s.
0.68/0.49	c declared #vars     760
0.68/0.49	c #constraints  41619
0.68/0.49	c constraints type 
0.68/0.49	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 41619
0.68/0.49	c 41619 constraints processed.
0.79/0.51	c SATISFIABLE
0.79/0.51	c OPTIMIZING...
0.79/0.51	c Got one! Elapsed wall clock time (in seconds):0.393
0.79/0.51	o 0
0.79/0.52	c Got one! Elapsed wall clock time (in seconds):0.403
0.79/0.52	o -1
0.79/0.56	c Got one! Elapsed wall clock time (in seconds):0.444
0.79/0.56	o -2
0.79/0.57	c Got one! Elapsed wall clock time (in seconds):0.453
0.79/0.57	o -29
1.19/0.76	c Got one! Elapsed wall clock time (in seconds):0.642
1.19/0.76	o -30
2.00/1.43	c Got one! Elapsed wall clock time (in seconds):1.306
2.00/1.43	o -31
2.20/1.61	c cleaning 3089 clauses out of 6177 with flag 1000/6177
2.47/1.82	c Got one! Elapsed wall clock time (in seconds):1.701
2.47/1.82	o -32
3.10/2.43	c cleaning 4156 clauses out of 8313 with flag 4000/11402
4.03/3.38	c cleaning 5075 clauses out of 10158 with flag 10001/17403
5.25/4.56	c cleaning 6037 clauses out of 12083 with flag 17001/24403
6.80/6.02	c cleaning 7019 clauses out of 14045 with flag 25000/32402
8.31/7.53	c cleaning 8009 clauses out of 16029 with flag 34003/41405
10.25/9.48	c cleaning 9005 clauses out of 18017 with flag 44000/51402
12.28/11.46	c cleaning 9998 clauses out of 20013 with flag 55001/62403
14.73/13.82	c cleaning 11007 clauses out of 22014 with flag 67000/74402
17.14/16.22	c cleaning 12005 clauses out of 24009 with flag 80002/87404
20.10/19.16	c cleaning 12998 clauses out of 26002 with flag 94000/101402
24.25/23.22	c cleaning 13994 clauses out of 28004 with flag 109000/116402
27.40/26.37	c cleaning 15000 clauses out of 30012 with flag 125002/132404
31.34/30.23	c cleaning 16000 clauses out of 32011 with flag 142001/149403
35.98/34.81	c cleaning 17006 clauses out of 34012 with flag 160002/167404
39.82/38.63	c cleaning 17998 clauses out of 36005 with flag 179001/186403
44.20/42.99	c cleaning 19002 clauses out of 38007 with flag 199001/206403
50.03/48.71	c cleaning 19996 clauses out of 40004 with flag 220000/227402
56.16/54.84	c cleaning 20997 clauses out of 42008 with flag 242000/249402
61.81/60.44	c cleaning 22004 clauses out of 44011 with flag 265000/272402
67.88/66.42	c cleaning 22997 clauses out of 46007 with flag 289000/296402
75.13/73.70	c cleaning 24004 clauses out of 48014 with flag 314004/321406
84.09/82.51	c cleaning 24993 clauses out of 50006 with flag 340000/347402
93.58/91.95	c cleaning 25998 clauses out of 52014 with flag 367001/374403
101.94/100.21	c cleaning 27005 clauses out of 54016 with flag 395001/402403
108.82/107.06	c cleaning 27997 clauses out of 56011 with flag 424001/431403
117.32/115.44	c cleaning 29006 clauses out of 58014 with flag 454001/461403
125.88/123.91	c cleaning 30004 clauses out of 60007 with flag 485000/492402
137.89/135.88	c cleaning 30992 clauses out of 62004 with flag 517001/524403
152.68/150.57	c cleaning 31997 clauses out of 64012 with flag 550001/557403
168.65/166.43	c cleaning 33004 clauses out of 66014 with flag 584000/591402
177.68/175.30	c cleaning 34002 clauses out of 68010 with flag 619000/626402
188.66/186.27	c cleaning 34997 clauses out of 70008 with flag 655000/662402
201.65/199.18	c cleaning 35996 clauses out of 72011 with flag 692000/699402
215.42/212.83	c cleaning 37006 clauses out of 74016 with flag 730001/737403
232.22/229.53	c cleaning 37997 clauses out of 76009 with flag 769000/776402
247.71/244.95	c cleaning 39002 clauses out of 78012 with flag 809000/816402
268.60/265.77	c cleaning 40003 clauses out of 80011 with flag 850001/857403
279.68/276.71	c Got one! Elapsed wall clock time (in seconds):276.588
279.68/276.71	o -33
282.08/279.14	c cleaning 34536 clauses out of 69080 with flag 5001/886475
283.46/280.41	c cleaning 20269 clauses out of 40543 with flag 11000/892474
284.87/281.84	c cleaning 13635 clauses out of 27275 with flag 18001/899475
286.58/283.55	c cleaning 10813 clauses out of 21640 with flag 26001/907475
288.51/285.44	c cleaning 9908 clauses out of 19826 with flag 35000/916474
290.52/287.47	c cleaning 9958 clauses out of 19918 with flag 45000/926474
293.55/290.46	c cleaning 10480 clauses out of 20960 with flag 56000/937474
296.17/293.05	c cleaning 11235 clauses out of 22480 with flag 68000/949474
299.90/296.74	c cleaning 12120 clauses out of 24245 with flag 81000/962474
303.14/299.99	c cleaning 13058 clauses out of 26126 with flag 95001/976475
307.07/303.89	c cleaning 14024 clauses out of 28067 with flag 110000/991474
312.30/309.05	c cleaning 15021 clauses out of 30043 with flag 126000/1007474
316.45/313.18	c cleaning 16004 clauses out of 32022 with flag 143000/1024474
321.97/318.63	c cleaning 17007 clauses out of 34021 with flag 161003/1042477
328.50/325.17	c cleaning 18002 clauses out of 36011 with flag 180000/1061474
335.33/331.92	c cleaning 19001 clauses out of 38009 with flag 200000/1081474
341.68/338.20	c cleaning 20000 clauses out of 40008 with flag 221000/1102474
350.06/346.59	c cleaning 21005 clauses out of 42012 with flag 243004/1124478
359.21/355.68	c cleaning 21995 clauses out of 44003 with flag 266000/1147474
369.15/365.55	c cleaning 22998 clauses out of 46008 with flag 290000/1171474
376.28/372.68	c cleaning 23997 clauses out of 48010 with flag 315000/1196474
386.14/382.48	c cleaning 24999 clauses out of 50014 with flag 341001/1222475
397.37/393.60	c cleaning 26003 clauses out of 52015 with flag 368001/1249475
409.93/406.15	c cleaning 27006 clauses out of 54012 with flag 396001/1277475
422.77/418.94	c cleaning 27996 clauses out of 56005 with flag 425000/1306474
433.11/429.26	c cleaning 28998 clauses out of 58009 with flag 455000/1336474
440.89/436.98	c cleaning 30004 clauses out of 60011 with flag 486000/1367474
450.19/446.13	c cleaning 31003 clauses out of 62007 with flag 518000/1399474
459.85/455.73	c cleaning 31999 clauses out of 64007 with flag 551003/1432477
472.34/468.10	c cleaning 33001 clauses out of 66007 with flag 585002/1466476
487.92/483.67	c cleaning 33999 clauses out of 68005 with flag 620001/1501475
500.48/496.16	c cleaning 34997 clauses out of 70006 with flag 656001/1537475
517.54/513.14	c cleaning 36004 clauses out of 72009 with flag 693001/1574475
538.42/533.92	c cleaning 36995 clauses out of 74005 with flag 731001/1612475
552.29/547.79	c cleaning 38001 clauses out of 76009 with flag 770000/1651474
569.76/565.17	c cleaning 38998 clauses out of 78012 with flag 810004/1691478
590.85/586.10	c cleaning 39999 clauses out of 80011 with flag 851001/1732475
611.42/606.63	c cleaning 40998 clauses out of 82012 with flag 893001/1774475
633.24/628.39	c cleaning 42000 clauses out of 84013 with flag 936000/1817474
655.82/650.90	c cleaning 43005 clauses out of 86014 with flag 980001/1861475
679.39/674.36	c cleaning 43993 clauses out of 88008 with flag 1025000/1906474
705.25/700.18	c cleaning 45004 clauses out of 90017 with flag 1071002/1952476
733.07/727.71	c cleaning 46007 clauses out of 92014 with flag 1118003/1999477
746.86/741.37	c cleaning 47000 clauses out of 94006 with flag 1166002/2047476
763.61/757.99	c cleaning 47994 clauses out of 96004 with flag 1215000/2096474
781.76/775.95	c cleaning 48998 clauses out of 98010 with flag 1265000/2146474
803.42/797.43	c cleaning 50006 clauses out of 100014 with flag 1316002/2197476
829.10/822.82	c cleaning 50997 clauses out of 102006 with flag 1368000/2249474
850.31/843.75	c cleaning 51999 clauses out of 104011 with flag 1421002/2302476
883.32/876.54	c cleaning 53004 clauses out of 106011 with flag 1475001/2356475
916.93/909.98	c cleaning 53996 clauses out of 108009 with flag 1530003/2411477
941.04/933.85	c cleaning 54997 clauses out of 110013 with flag 1586003/2467477
975.33/967.96	c cleaning 56001 clauses out of 112015 with flag 1643002/2524476
1013.53/1005.92	c cleaning 56998 clauses out of 114013 with flag 1701001/2582475
1049.94/1042.18	c cleaning 58002 clauses out of 116015 with flag 1760001/2641475
1076.25/1068.22	c cleaning 59000 clauses out of 118012 with flag 1820000/2701474
1116.24/1108.07	c cleaning 59999 clauses out of 120012 with flag 1881000/2762474
1154.54/1146.08	c cleaning 61002 clauses out of 122013 with flag 1943000/2824474
1193.90/1185.11	c cleaning 62004 clauses out of 124011 with flag 2006000/2887474
1235.49/1226.32	c cleaning 62999 clauses out of 126007 with flag 2070000/2951474
1268.28/1258.79	c cleaning 64001 clauses out of 128008 with flag 2135000/3016474
1293.62/1283.54	c cleaning 64997 clauses out of 130009 with flag 2201002/3082476
1322.37/1311.74	c cleaning 66003 clauses out of 132013 with flag 2268003/3149477
1353.47/1342.38	c cleaning 66999 clauses out of 134009 with flag 2336002/3217476
1397.98/1386.56	c cleaning 67993 clauses out of 136008 with flag 2405000/3286474
1451.32/1439.21	c cleaning 69003 clauses out of 138015 with flag 2475000/3356474
1518.25/1504.50	c cleaning 70000 clauses out of 140012 with flag 2546000/3427474
1568.95/1554.26	c cleaning 71000 clauses out of 142014 with flag 2618002/3499476
1625.29/1609.95	c cleaning 72002 clauses out of 144013 with flag 2691001/3572475
1690.35/1674.12	c cleaning 73002 clauses out of 146010 with flag 2765000/3646474
1734.97/1718.09	c cleaning 73997 clauses out of 148008 with flag 2840000/3721474
1792.27/1774.65	c cleaning 75007 clauses out of 150016 with flag 2916005/3797479
1800.03/1782.21	c starts		: 260
1800.03/1782.21	c conflicts		: 3817608
1800.03/1782.21	c decisions		: 3858727
1800.03/1782.21	c propagations		: 21030464
1800.03/1782.21	c inspects		: 6110490994
1800.03/1782.21	c shortcuts		: 0
1800.03/1782.21	c learnt literals	: 0
1800.03/1782.21	c learnt binary clauses	: 0
1800.03/1782.21	c learnt ternary clauses	: 0
1800.03/1782.21	c learnt constraints	: 3817608
1800.03/1782.21	c ignored constraints	: 0
1800.03/1782.21	c root simplifications	: 260
1800.03/1782.21	c removed literals (reason simplification)	: 101952975
1800.03/1782.21	c reason swapping (by a shorter reason)	: 0
1800.03/1782.21	c Calls to reduceDB	: 110
1800.03/1782.21	c number of reductions to clauses (during analyze)	: 0
1800.03/1782.21	c number of learned constraints concerned by reduction	: 0
1800.03/1782.21	c number of learning phase by resolution	: 0
1800.03/1782.21	c number of learning phase by cutting planes	: 0
1800.03/1782.21	c speed (assignments/second)	: 11803.496631054912
1800.03/1782.21	c non guided choices	2277
1800.03/1782.24	c learnt constraints type 
1800.03/1782.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 95210
1800.03/1782.24	c constraints type 
1800.03/1782.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 0
1800.03/1782.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.03/1782.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 41619
1800.03/1782.24	c 41620 constraints processed.
1800.03/1782.24	s SATISFIABLE
1800.03/1782.24	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 -x501 -x502 -x503 -x504 -x505 -x506 -x507 -x508 x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 x573 -x574 -x575 -x576 -x577 -x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 -x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 -x620 -x621 x622 -x623 -x624 -x625 -x626 -x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 -x727 -x728 -x729 -x730 -x731 -x732 x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 -x760 
1800.03/1782.24	c objective function=-33
1800.03/1782.24	c Total wall clock time (in seconds): 1782.121

Verifier Data

OK	-33

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-3710701-1338147495/watcher-3710701-1338147495 -o /tmp/evaluation-result-3710701-1338147495/solver-3710701-1338147495 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710701-1338147495.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 4256
/proc/meminfo: memFree=27828504/32873648 swapFree=6864/6864
[pid=4256] ppid=4254 vsize=8 CPUtime=0 cores=0,2,4,6
/proc/4256/stat : 4256 (java) R 4254 4256 32120 0 -1 4194304 253 0 0 0 0 0 0 0 20 0 1 0 280874935 8192 1 33554432000 0 0 140736388515289 140737290366024 270707355063 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/4256/statm: 67 3 0 0 0 24 0

[startup+0.0530181 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 4256
/proc/meminfo: memFree=27828504/32873648 swapFree=6864/6864
[pid=4256] ppid=4254 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/4256/stat : 4256 (java) S 4254 4256 32120 0 -1 4202496 3071 0 1 0 3 0 0 0 20 0 13 0 280874935 9446973440 3767 33554432000 1073741824 1073778376 140736388513824 140736388504960 270710898749 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4256/statm: 2306390 3767 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100236 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 4256
/proc/meminfo: memFree=27828504/32873648 swapFree=6864/6864
[pid=4256] ppid=4254 vsize=9558440 CPUtime=0.09 cores=0,2,4,6
/proc/4256/stat : 4256 (java) S 4254 4256 32120 0 -1 4202496 4283 0 1 0 8 1 0 0 20 0 18 0 280874935 9787842560 5489 33554432000 1073741824 1073778376 140736388513824 140736388504960 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4256/statm: 2389610 5489 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558440

[startup+0.300213 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 4256
/proc/meminfo: memFree=27828504/32873648 swapFree=6864/6864
[pid=4256] ppid=4254 vsize=9558440 CPUtime=0.45 cores=0,2,4,6
/proc/4256/stat : 4256 (java) S 4254 4256 32120 0 -1 4202496 5196 0 1 0 44 1 0 0 20 0 18 0 280874935 9787842560 8142 33554432000 1073741824 1073778376 140736388513824 140736388504960 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4256/statm: 2389610 8142 2224 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558440

[startup+0.700218 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 4256
/proc/meminfo: memFree=27828504/32873648 swapFree=6864/6864
[pid=4256] ppid=4254 vsize=9625004 CPUtime=1.19 cores=0,2,4,6
/proc/4256/stat : 4256 (java) S 4254 4256 32120 0 -1 4202496 8232 0 1 0 116 3 0 0 20 0 19 0 280874935 9856004096 25737 33554432000 1073741824 1073778376 140736388513824 140736388504960 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4256/statm: 2406251 25737 2255 9 0 2396937 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9625004

[startup+1.50072 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 4275
/proc/meminfo: memFree=27727912/32873648 swapFree=6864/6864
[pid=4256] ppid=4254 vsize=9625004 CPUtime=2.1 cores=0,2,4,6
/proc/4256/stat : 4256 (java) S 4254 4256 32120 0 -1 4202496 8628 0 1 0 207 3 0 0 20 0 19 0 280874935 9856004096 29842 33554432000 1073741824 1073778376 140736388513824 140736388504960 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4256/statm: 2406251 29842 2263 9 0 2396937 0
[pid=4256/tid=4258] ppid=4254 vsize=9625004 CPUtime=1.46 cores=0,2,4,6
/proc/4256/task/4258/stat : 4258 (java) R 4254 4256 32120 0 -1 4202560 2545 0 1 0 143 3 0 0 20 0 19 0 280874936 9856004096 29842 33554432000 1073741824 1073778376 140736388513824 140571024531904 140570874565468 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4259] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4259/stat : 4259 (java) S 4254 4256 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280874937 9856004096 29842 33554432000 1073741824 1073778376 140736388513824 140570996993064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4260] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4260/stat : 4260 (java) S 4254 4256 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280874937 9856004096 29842 33554432000 1073741824 1073778376 140736388513824 140570995940264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4256/tid=4261] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4261/stat : 4261 (java) S 4254 4256 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 280874937 9856004096 29842 33554432000 1073741824 1073778376 140736388513824 140570994887464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4256/tid=4262] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4262/stat : 4262 (java) S 4254 4256 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280874937 9856004096 29842 33554432000 1073741824 1073778376 140736388513824 140570993834664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4263] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4263/stat : 4263 (java) S 4254 4256 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280874937 9856004096 29842 33554432000 1073741824 1073778376 140736388513824 140570992781864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4264] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4264/stat : 4264 (java) S 4254 4256 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280874937 9856004096 29842 33554432000 1073741824 1073778376 140736388513824 140570862856616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4265] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4265/stat : 4265 (java) S 4254 4256 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280874937 9856004096 29842 33554432000 1073741824 1073778376 140736388513824 140570861803816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4266] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4266/stat : 4266 (java) S 4254 4256 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280874937 9856004096 29842 33554432000 1073741824 1073778376 140736388513824 140570860751016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4267] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4267/stat : 4267 (java) S 4254 4256 32120 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 280874938 9856004096 29842 33554432000 1073741824 1073778376 140736388513824 140570377804776 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4268] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4268/stat : 4268 (java) S 4254 4256 32120 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 280874939 9856004096 29842 33554432000 1073741824 1073778376 140736388513824 140570376750840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4269] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4269/stat : 4269 (java) S 4254 4256 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280874939 9856004096 29842 33554432000 1073741824 1073778376 140736388513824 140570375697928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4270] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4270/stat : 4270 (java) S 4254 4256 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280874941 9856004096 29842 33554432000 1073741824 1073778376 140736388513824 140570374646416 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4271] ppid=4254 vsize=9625004 CPUtime=0.28 cores=0,2,4,6
/proc/4256/task/4271/stat : 4271 (java) S 4254 4256 32120 0 -1 4202560 2043 0 0 0 28 0 0 0 20 0 19 0 280874941 9856004096 29842 33554432000 1073741824 1073778376 140736388513824 140570373593528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4272] ppid=4254 vsize=9625004 CPUtime=0.32 cores=0,2,4,6
/proc/4256/task/4272/stat : 4272 (java) S 4254 4256 32120 0 -1 4202560 2844 0 0 0 32 0 0 0 20 0 19 0 280874941 9856004096 29842 33554432000 1073741824 1073778376 140736388513824 140570372540728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4256/tid=4273] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4273/stat : 4273 (java) S 4254 4256 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280874941 9856004096 29842 33554432000 1073741824 1073778376 140736388513824 140570371488120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4256/tid=4274] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4274/stat : 4274 (java) S 4254 4256 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280874941 9856004096 29842 33554432000 1073741824 1073778376 140736388513824 140570370435528 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4275] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4275/stat : 4275 (java) S 4254 4256 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280874985 9856004096 29842 33554432000 1073741824 1073778376 140736388513824 140570369382056 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.1
Current children cumulated vsize (KiB) 9625004

[startup+3.1007 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 4275
/proc/meminfo: memFree=27683920/32873648 swapFree=6864/6864
[pid=4256] ppid=4254 vsize=9625004 CPUtime=3.82 cores=0,2,4,6
/proc/4256/stat : 4256 (java) S 4254 4256 32120 0 -1 4202496 8912 0 1 0 377 5 0 0 20 0 19 0 280874935 9856004096 43201 33554432000 1073741824 1073778376 140736388513824 140736388504960 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4256/statm: 2406251 43201 2289 9 0 2396937 0
[pid=4256/tid=4258] ppid=4254 vsize=9625004 CPUtime=3 cores=0,2,4,6
/proc/4256/task/4258/stat : 4258 (java) R 4254 4256 32120 0 -1 4202560 2551 0 1 0 297 3 0 0 20 0 19 0 280874936 9856004096 43201 33554432000 1073741824 1073778376 140736388513824 140571024539952 140570874483063 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4259] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4259/stat : 4259 (java) S 4254 4256 32120 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 280874937 9856004096 43201 33554432000 1073741824 1073778376 140736388513824 140570996993064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4256/tid=4260] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4260/stat : 4260 (java) S 4254 4256 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280874937 9856004096 43201 33554432000 1073741824 1073778376 140736388513824 140570995940264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4256/tid=4261] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4261/stat : 4261 (java) S 4254 4256 32120 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 280874937 9856004096 43201 33554432000 1073741824 1073778376 140736388513824 140570994887464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4256/tid=4262] ppid=4254 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/4256/task/4262/stat : 4262 (java) S 4254 4256 32120 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 19 0 280874937 9856004096 43201 33554432000 1073741824 1073778376 140736388513824 140570993834664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4263] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4263/stat : 4263 (java) S 4254 4256 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280874937 9856004096 43201 33554432000 1073741824 1073778376 140736388513824 140570992781864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4256/tid=4264] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4264/stat : 4264 (java) S 4254 4256 32120 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 280874937 9856004096 43201 33554432000 1073741824 1073778376 140736388513824 140570862856616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4256/tid=4265] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4265/stat : 4265 (java) S 4254 4256 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280874937 9856004096 43201 33554432000 1073741824 1073778376 140736388513824 140570861803816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4256/tid=4266] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4266/stat : 4266 (java) S 4254 4256 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280874937 9856004096 43201 33554432000 1073741824 1073778376 140736388513824 140570860751016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4267] ppid=4254 vsize=9625004 CPUtime=0.02 cores=0,2,4,6
/proc/4256/task/4267/stat : 4267 (java) S 4254 4256 32120 0 -1 4202560 39 0 0 0 2 0 0 0 20 0 19 0 280874938 9856004096 43201 33554432000 1073741824 1073778376 140736388513824 140570377804776 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4268] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4268/stat : 4268 (java) S 4254 4256 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280874939 9856004096 43201 33554432000 1073741824 1073778376 140736388513824 140570376750840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4269] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4269/stat : 4269 (java) S 4254 4256 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280874939 9856004096 43201 33554432000 1073741824 1073778376 140736388513824 140570375697928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4270] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4270/stat : 4270 (java) S 4254 4256 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280874941 9856004096 43201 33554432000 1073741824 1073778376 140736388513824 140570374646416 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4271] ppid=4254 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/4256/task/4271/stat : 4271 (java) S 4254 4256 32120 0 -1 4202560 2226 0 0 0 31 0 0 0 20 0 19 0 280874941 9856004096 43201 33554432000 1073741824 1073778376 140736388513824 140570373593528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4272] ppid=4254 vsize=9625004 CPUtime=0.35 cores=0,2,4,6
/proc/4256/task/4272/stat : 4272 (java) S 4254 4256 32120 0 -1 4202560 2848 0 0 0 35 0 0 0 20 0 19 0 280874941 9856004096 43201 33554432000 1073741824 1073778376 140736388513824 140570372540728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4256/tid=4273] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4273/stat : 4273 (java) S 4254 4256 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280874941 9856004096 43201 33554432000 1073741824 1073778376 140736388513824 140570371488120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4256/tid=4274] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4274/stat : 4274 (java) S 4254 4256 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280874941 9856004096 43201 33554432000 1073741824 1073778376 140736388513824 140570370435528 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4275] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4275/stat : 4275 (java) S 4254 4256 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280874985 9856004096 43201 33554432000 1073741824 1073778376 140736388513824 140570369382056 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 9625004

[startup+6.3007 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 4275
/proc/meminfo: memFree=27648732/32873648 swapFree=6864/6864
[pid=4256] ppid=4254 vsize=9625004 CPUtime=7.11 cores=0,2,4,6
/proc/4256/stat : 4256 (java) S 4254 4256 32120 0 -1 4202496 8962 0 1 0 705 6 0 0 20 0 19 0 280874935 9856004096 48339 33554432000 1073741824 1073778376 140736388513824 140736388504960 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4256/statm: 2406251 48339 2289 9 0 2396937 0
[pid=4256/tid=4258] ppid=4254 vsize=9625004 CPUtime=6.11 cores=0,2,4,6
/proc/4256/task/4258/stat : 4258 (java) R 4254 4256 32120 0 -1 4202560 2553 0 1 0 608 3 0 0 20 0 19 0 280874936 9856004096 48339 33554432000 1073741824 1073778376 140736388513824 140571024540072 140570874426296 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4259] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4259/stat : 4259 (java) S 4254 4256 32120 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 280874937 9856004096 48339 33554432000 1073741824 1073778376 140736388513824 140570996993064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4256/tid=4260] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4260/stat : 4260 (java) S 4254 4256 32120 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 280874937 9856004096 48339 33554432000 1073741824 1073778376 140736388513824 140570995940264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4256/tid=4261] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4261/stat : 4261 (java) S 4254 4256 32120 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 280874937 9856004096 48339 33554432000 1073741824 1073778376 140736388513824 140570994887464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4262] ppid=4254 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/4256/task/4262/stat : 4262 (java) S 4254 4256 32120 0 -1 4202560 24 0 0 0 1 0 0 0 20 0 19 0 280874937 9856004096 48339 33554432000 1073741824 1073778376 140736388513824 140570993834664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4263] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4263/stat : 4263 (java) S 4254 4256 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280874937 9856004096 48339 33554432000 1073741824 1073778376 140736388513824 140570992781864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4256/tid=4264] ppid=4254 vsize=9625004 CPUtime=0.01 cores=0,2,4,6
/proc/4256/task/4264/stat : 4264 (java) S 4254 4256 32120 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 280874937 9856004096 48339 33554432000 1073741824 1073778376 140736388513824 140570862856616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4265] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4265/stat : 4265 (java) S 4254 4256 32120 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 280874937 9856004096 48339 33554432000 1073741824 1073778376 140736388513824 140570861803816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4266] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4266/stat : 4266 (java) S 4254 4256 32120 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 280874937 9856004096 48339 33554432000 1073741824 1073778376 140736388513824 140570860751016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4267] ppid=4254 vsize=9625004 CPUtime=0.09 cores=0,2,4,6
/proc/4256/task/4267/stat : 4267 (java) S 4254 4256 32120 0 -1 4202560 45 0 0 0 9 0 0 0 20 0 19 0 280874938 9856004096 48339 33554432000 1073741824 1073778376 140736388513824 140570377804776 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4256/tid=4268] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4268/stat : 4268 (java) S 4254 4256 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280874939 9856004096 48339 33554432000 1073741824 1073778376 140736388513824 140570376750840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4269] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4269/stat : 4269 (java) S 4254 4256 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280874939 9856004096 48339 33554432000 1073741824 1073778376 140736388513824 140570375697928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4270] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4270/stat : 4270 (java) S 4254 4256 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280874941 9856004096 48339 33554432000 1073741824 1073778376 140736388513824 140570374646416 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4271] ppid=4254 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/4256/task/4271/stat : 4271 (java) S 4254 4256 32120 0 -1 4202560 2226 0 0 0 31 0 0 0 20 0 19 0 280874941 9856004096 48339 33554432000 1073741824 1073778376 140736388513824 140570373593528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4272] ppid=4254 vsize=9625004 CPUtime=0.41 cores=0,2,4,6
/proc/4256/task/4272/stat : 4272 (java) S 4254 4256 32120 0 -1 4202560 2858 0 0 0 41 0 0 0 20 0 19 0 280874941 9856004096 48339 33554432000 1073741824 1073778376 140736388513824 140570372540728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4273] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4273/stat : 4273 (java) S 4254 4256 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280874941 9856004096 48339 33554432000 1073741824 1073778376 140736388513824 140570371488120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4256/tid=4274] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4274/stat : 4274 (java) S 4254 4256 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280874941 9856004096 48339 33554432000 1073741824 1073778376 140736388513824 140570370435528 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4275] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4275/stat : 4275 (java) S 4254 4256 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280874985 9856004096 48339 33554432000 1073741824 1073778376 140736388513824 140570369382056 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 9625004

[startup+12.7006 s]

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

[pid=4256/tid=4264] ppid=4254 vsize=9625004 CPUtime=2.57 cores=0,2,4,6
/proc/4256/task/4264/stat : 4264 (java) S 4254 4256 32120 0 -1 4202560 830 0 0 0 241 16 0 0 20 0 19 0 280874937 9856004096 175762 33554432000 1073741824 1073778376 140736388513824 140570862856616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4265] ppid=4254 vsize=9625004 CPUtime=2.47 cores=0,2,4,6
/proc/4256/task/4265/stat : 4265 (java) S 4254 4256 32120 0 -1 4202560 1129 0 0 0 237 10 0 0 20 0 19 0 280874937 9856004096 175762 33554432000 1073741824 1073778376 140736388513824 140570861803816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4266] ppid=4254 vsize=9625004 CPUtime=2.56 cores=0,2,4,6
/proc/4256/task/4266/stat : 4266 (java) S 4254 4256 32120 0 -1 4202560 2205 0 0 0 237 19 0 0 20 0 19 0 280874937 9856004096 175762 33554432000 1073741824 1073778376 140736388513824 140570860751016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4256/tid=4267] ppid=4254 vsize=9625004 CPUtime=6.52 cores=0,2,4,6
/proc/4256/task/4267/stat : 4267 (java) S 4254 4256 32120 0 -1 4202560 989 0 0 0 647 5 0 0 20 0 19 0 280874938 9856004096 175762 33554432000 1073741824 1073778376 140736388513824 140570377804776 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4268] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4268/stat : 4268 (java) S 4254 4256 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280874939 9856004096 175762 33554432000 1073741824 1073778376 140736388513824 140570376750840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4269] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4269/stat : 4269 (java) S 4254 4256 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280874939 9856004096 175762 33554432000 1073741824 1073778376 140736388513824 140570375697928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4270] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4270/stat : 4270 (java) S 4254 4256 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280874941 9856004096 175762 33554432000 1073741824 1073778376 140736388513824 140570374646416 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4271] ppid=4254 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/4256/task/4271/stat : 4271 (java) S 4254 4256 32120 0 -1 4202560 2226 0 0 0 31 0 0 0 20 0 19 0 280874941 9856004096 175762 33554432000 1073741824 1073778376 140736388513824 140570373593528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4272] ppid=4254 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/4256/task/4272/stat : 4272 (java) S 4254 4256 32120 0 -1 4202560 2868 0 0 0 43 0 0 0 20 0 19 0 280874941 9856004096 175762 33554432000 1073741824 1073778376 140736388513824 140570372540728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4273] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4273/stat : 4273 (java) S 4254 4256 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280874941 9856004096 175762 33554432000 1073741824 1073778376 140736388513824 140570371488120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4256/tid=4274] ppid=4254 vsize=9625004 CPUtime=0.5 cores=0,2,4,6
/proc/4256/task/4274/stat : 4274 (java) S 4254 4256 32120 0 -1 4202560 93 0 0 0 27 23 0 0 20 0 19 0 280874941 9856004096 175762 33554432000 1073741824 1073778376 140736388513824 140570370435528 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4275] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4275/stat : 4275 (java) S 4254 4256 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280874985 9856004096 175762 33554432000 1073741824 1073778376 140736388513824 140570369382056 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1617.6
Current children cumulated vsize (KiB) 9625004

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/213 4372
/proc/meminfo: memFree=27677312/32873648 swapFree=6864/6864
[pid=4256] ppid=4254 vsize=9625004 CPUtime=1678.4 cores=0,2,4,6
/proc/4256/stat : 4256 (java) S 4254 4256 32120 0 -1 4202496 24242 0 1 0 167688 152 0 0 20 0 19 0 280874935 9856004096 176127 33554432000 1073741824 1073778376 140736388513824 140736388504960 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4256/statm: 2406251 176127 2290 9 0 2396937 0
[pid=4256/tid=4258] ppid=4254 vsize=9625004 CPUtime=1649.56 cores=0,2,4,6
/proc/4256/task/4258/stat : 4258 (java) R 4254 4256 32120 0 -1 4202560 2861 0 1 0 164924 32 0 0 20 0 19 0 280874936 9856004096 176127 33554432000 1073741824 1073778376 140736388513824 140571024539008 140570874426256 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4259] ppid=4254 vsize=9625004 CPUtime=2.44 cores=0,2,4,6
/proc/4256/task/4259/stat : 4259 (java) S 4254 4256 32120 0 -1 4202560 2013 0 0 0 230 14 0 0 20 0 19 0 280874937 9856004096 176127 33554432000 1073741824 1073778376 140736388513824 140570996993064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4260] ppid=4254 vsize=9625004 CPUtime=2.6 cores=0,2,4,6
/proc/4256/task/4260/stat : 4260 (java) S 4254 4256 32120 0 -1 4202560 1685 0 0 0 245 15 0 0 20 0 19 0 280874937 9856004096 176127 33554432000 1073741824 1073778376 140736388513824 140570995940264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4256/tid=4261] ppid=4254 vsize=9625004 CPUtime=2.62 cores=0,2,4,6
/proc/4256/task/4261/stat : 4261 (java) S 4254 4256 32120 0 -1 4202560 1552 0 0 0 251 11 0 0 20 0 19 0 280874937 9856004096 176127 33554432000 1073741824 1073778376 140736388513824 140570994887464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4262] ppid=4254 vsize=9625004 CPUtime=2.63 cores=0,2,4,6
/proc/4256/task/4262/stat : 4262 (java) S 4254 4256 32120 0 -1 4202560 2189 0 0 0 251 12 0 0 20 0 19 0 280874937 9856004096 176127 33554432000 1073741824 1073778376 140736388513824 140570993834664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4256/tid=4263] ppid=4254 vsize=9625004 CPUtime=2.85 cores=0,2,4,6
/proc/4256/task/4263/stat : 4263 (java) S 4254 4256 32120 0 -1 4202560 2155 0 0 0 269 16 0 0 20 0 19 0 280874937 9856004096 176127 33554432000 1073741824 1073778376 140736388513824 140570992781864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4256/tid=4264] ppid=4254 vsize=9625004 CPUtime=2.69 cores=0,2,4,6
/proc/4256/task/4264/stat : 4264 (java) S 4254 4256 32120 0 -1 4202560 848 0 0 0 253 16 0 0 20 0 19 0 280874937 9856004096 176127 33554432000 1073741824 1073778376 140736388513824 140570862856616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4265] ppid=4254 vsize=9625004 CPUtime=2.57 cores=0,2,4,6
/proc/4256/task/4265/stat : 4265 (java) S 4254 4256 32120 0 -1 4202560 1347 0 0 0 247 10 0 0 20 0 19 0 280874937 9856004096 176127 33554432000 1073741824 1073778376 140736388513824 140570861803816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4266] ppid=4254 vsize=9625004 CPUtime=2.72 cores=0,2,4,6
/proc/4256/task/4266/stat : 4266 (java) S 4254 4256 32120 0 -1 4202560 2213 0 0 0 253 19 0 0 20 0 19 0 280874937 9856004096 176127 33554432000 1073741824 1073778376 140736388513824 140570860751016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4256/tid=4267] ppid=4254 vsize=9625004 CPUtime=6.61 cores=0,2,4,6
/proc/4256/task/4267/stat : 4267 (java) S 4254 4256 32120 0 -1 4202560 1007 0 0 0 656 5 0 0 20 0 19 0 280874938 9856004096 176127 33554432000 1073741824 1073778376 140736388513824 140570377804776 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4256/tid=4268] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4268/stat : 4268 (java) S 4254 4256 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280874939 9856004096 176127 33554432000 1073741824 1073778376 140736388513824 140570376750840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4269] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4269/stat : 4269 (java) S 4254 4256 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280874939 9856004096 176127 33554432000 1073741824 1073778376 140736388513824 140570375697928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4270] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4270/stat : 4270 (java) S 4254 4256 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280874941 9856004096 176127 33554432000 1073741824 1073778376 140736388513824 140570374646416 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4271] ppid=4254 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/4256/task/4271/stat : 4271 (java) S 4254 4256 32120 0 -1 4202560 2226 0 0 0 31 0 0 0 20 0 19 0 280874941 9856004096 176127 33554432000 1073741824 1073778376 140736388513824 140570373593528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4272] ppid=4254 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/4256/task/4272/stat : 4272 (java) S 4254 4256 32120 0 -1 4202560 2868 0 0 0 43 0 0 0 20 0 19 0 280874941 9856004096 176127 33554432000 1073741824 1073778376 140736388513824 140570372540728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4273] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4273/stat : 4273 (java) S 4254 4256 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280874941 9856004096 176127 33554432000 1073741824 1073778376 140736388513824 140570371488120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4256/tid=4274] ppid=4254 vsize=9625004 CPUtime=0.51 cores=0,2,4,6
/proc/4256/task/4274/stat : 4274 (java) S 4254 4256 32120 0 -1 4202560 97 0 0 0 27 24 0 0 20 0 19 0 280874941 9856004096 176127 33554432000 1073741824 1073778376 140736388513824 140570370435528 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4275] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4275/stat : 4275 (java) S 4254 4256 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280874985 9856004096 176127 33554432000 1073741824 1073778376 140736388513824 140570369382056 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1678.4
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/213 4372
/proc/meminfo: memFree=27641372/32873648 swapFree=6864/6864
[pid=4256] ppid=4254 vsize=9625004 CPUtime=1739.37 cores=0,2,4,6
/proc/4256/stat : 4256 (java) S 4254 4256 32120 0 -1 4202496 27315 0 1 0 173781 156 0 0 20 0 19 0 280874935 9856004096 177546 33554432000 1073741824 1073778376 140736388513824 140736388504960 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4256/statm: 2406251 177546 2290 9 0 2396937 0
[pid=4256/tid=4258] ppid=4254 vsize=9625004 CPUtime=1708.94 cores=0,2,4,6
/proc/4256/task/4258/stat : 4258 (java) R 4254 4256 32120 0 -1 4202560 2893 0 1 0 170862 32 0 0 20 0 19 0 280874936 9856004096 177546 33554432000 1073741824 1073778376 140736388513824 140571024539008 140570874465017 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4259] ppid=4254 vsize=9625004 CPUtime=2.61 cores=0,2,4,6
/proc/4256/task/4259/stat : 4259 (java) S 4254 4256 32120 0 -1 4202560 2767 0 0 0 246 15 0 0 20 0 19 0 280874937 9856004096 177546 33554432000 1073741824 1073778376 140736388513824 140570996993064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4260] ppid=4254 vsize=9625004 CPUtime=2.75 cores=0,2,4,6
/proc/4256/task/4260/stat : 4260 (java) S 4254 4256 32120 0 -1 4202560 1687 0 0 0 260 15 0 0 20 0 19 0 280874937 9856004096 177546 33554432000 1073741824 1073778376 140736388513824 140570995940264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4261] ppid=4254 vsize=9625004 CPUtime=2.82 cores=0,2,4,6
/proc/4256/task/4261/stat : 4261 (java) S 4254 4256 32120 0 -1 4202560 1626 0 0 0 271 11 0 0 20 0 19 0 280874937 9856004096 177546 33554432000 1073741824 1073778376 140736388513824 140570994887464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4256/tid=4262] ppid=4254 vsize=9625004 CPUtime=2.85 cores=0,2,4,6
/proc/4256/task/4262/stat : 4262 (java) S 4254 4256 32120 0 -1 4202560 2896 0 0 0 272 13 0 0 20 0 19 0 280874937 9856004096 177546 33554432000 1073741824 1073778376 140736388513824 140570993834664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4256/tid=4263] ppid=4254 vsize=9625004 CPUtime=3.01 cores=0,2,4,6
/proc/4256/task/4263/stat : 4263 (java) S 4254 4256 32120 0 -1 4202560 2245 0 0 0 284 17 0 0 20 0 19 0 280874937 9856004096 177546 33554432000 1073741824 1073778376 140736388513824 140570992781864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4264] ppid=4254 vsize=9625004 CPUtime=2.88 cores=0,2,4,6
/proc/4256/task/4264/stat : 4264 (java) S 4254 4256 32120 0 -1 4202560 1028 0 0 0 272 16 0 0 20 0 19 0 280874937 9856004096 177546 33554432000 1073741824 1073778376 140736388513824 140570862856616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4256/tid=4265] ppid=4254 vsize=9625004 CPUtime=2.68 cores=0,2,4,6
/proc/4256/task/4265/stat : 4265 (java) S 4254 4256 32120 0 -1 4202560 1975 0 0 0 257 11 0 0 20 0 19 0 280874937 9856004096 177546 33554432000 1073741824 1073778376 140736388513824 140570861803816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4266] ppid=4254 vsize=9625004 CPUtime=2.91 cores=0,2,4,6
/proc/4256/task/4266/stat : 4266 (java) S 4254 4256 32120 0 -1 4202560 2802 0 0 0 272 19 0 0 20 0 19 0 280874937 9856004096 177546 33554432000 1073741824 1073778376 140736388513824 140570860751016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4267] ppid=4254 vsize=9625004 CPUtime=6.8 cores=0,2,4,6
/proc/4256/task/4267/stat : 4267 (java) S 4254 4256 32120 0 -1 4202560 1022 0 0 0 675 5 0 0 20 0 19 0 280874938 9856004096 177546 33554432000 1073741824 1073778376 140736388513824 140570377804776 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4268] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4268/stat : 4268 (java) S 4254 4256 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280874939 9856004096 177546 33554432000 1073741824 1073778376 140736388513824 140570376750840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4269] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4269/stat : 4269 (java) S 4254 4256 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280874939 9856004096 177546 33554432000 1073741824 1073778376 140736388513824 140570375697928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4270] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4270/stat : 4270 (java) S 4254 4256 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280874941 9856004096 177546 33554432000 1073741824 1073778376 140736388513824 140570374646416 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4271] ppid=4254 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/4256/task/4271/stat : 4271 (java) S 4254 4256 32120 0 -1 4202560 2226 0 0 0 31 0 0 0 20 0 19 0 280874941 9856004096 177546 33554432000 1073741824 1073778376 140736388513824 140570373593528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4272] ppid=4254 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/4256/task/4272/stat : 4272 (java) S 4254 4256 32120 0 -1 4202560 2868 0 0 0 43 0 0 0 20 0 19 0 280874941 9856004096 177546 33554432000 1073741824 1073778376 140736388513824 140570372540728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4273] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4273/stat : 4273 (java) S 4254 4256 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280874941 9856004096 177546 33554432000 1073741824 1073778376 140736388513824 140570371488120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4256/tid=4274] ppid=4254 vsize=9625004 CPUtime=0.54 cores=0,2,4,6
/proc/4256/task/4274/stat : 4274 (java) S 4254 4256 32120 0 -1 4202560 99 0 0 0 29 25 0 0 20 0 19 0 280874941 9856004096 177546 33554432000 1073741824 1073778376 140736388513824 140570370435528 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4275] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4275/stat : 4275 (java) S 4254 4256 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280874985 9856004096 177546 33554432000 1073741824 1073778376 140736388513824 140570369382056 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1739.37
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.2 s]
/proc/loadavg: 2.06 2.03 2.00 3/213 4372
/proc/meminfo: memFree=27622380/32873648 swapFree=6864/6864
[pid=4256] ppid=4254 vsize=9625004 CPUtime=1800.03 cores=0,2,4,6
/proc/4256/stat : 4256 (java) S 4254 4256 32120 0 -1 4202496 29702 0 1 0 179844 159 0 0 20 0 19 0 280874935 9856004096 182431 33554432000 1073741824 1073778376 140736388513824 140736388504960 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/4256/statm: 2406251 182431 2290 9 0 2396937 0
[pid=4256/tid=4258] ppid=4254 vsize=9625004 CPUtime=1768.37 cores=0,2,4,6
/proc/4256/task/4258/stat : 4258 (java) R 4254 4256 32120 0 -1 4202560 2915 0 1 0 176804 33 0 0 20 0 19 0 280874936 9856004096 182431 33554432000 1073741824 1073778376 140736388513824 140571024539008 140570874482544 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4259] ppid=4254 vsize=9625004 CPUtime=2.73 cores=0,2,4,6
/proc/4256/task/4259/stat : 4259 (java) S 4254 4256 32120 0 -1 4202560 3043 0 0 0 258 15 0 0 20 0 19 0 280874937 9856004096 182431 33554432000 1073741824 1073778376 140736388513824 140570996993064 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4256/tid=4260] ppid=4254 vsize=9625004 CPUtime=2.9 cores=0,2,4,6
/proc/4256/task/4260/stat : 4260 (java) S 4254 4256 32120 0 -1 4202560 1972 0 0 0 275 15 0 0 20 0 19 0 280874937 9856004096 182431 33554432000 1073741824 1073778376 140736388513824 140570995940264 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4261] ppid=4254 vsize=9625004 CPUtime=2.94 cores=0,2,4,6
/proc/4256/task/4261/stat : 4261 (java) S 4254 4256 32120 0 -1 4202560 1739 0 0 0 283 11 0 0 20 0 19 0 280874937 9856004096 182431 33554432000 1073741824 1073778376 140736388513824 140570994887464 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4262] ppid=4254 vsize=9625004 CPUtime=2.96 cores=0,2,4,6
/proc/4256/task/4262/stat : 4262 (java) S 4254 4256 32120 0 -1 4202560 2905 0 0 0 283 13 0 0 20 0 19 0 280874937 9856004096 182431 33554432000 1073741824 1073778376 140736388513824 140570993834664 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4256/tid=4263] ppid=4254 vsize=9625004 CPUtime=3.2 cores=0,2,4,6
/proc/4256/task/4263/stat : 4263 (java) S 4254 4256 32120 0 -1 4202560 2732 0 0 0 302 18 0 0 20 0 19 0 280874937 9856004096 182431 33554432000 1073741824 1073778376 140736388513824 140570992781864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4264] ppid=4254 vsize=9625004 CPUtime=3 cores=0,2,4,6
/proc/4256/task/4264/stat : 4264 (java) S 4254 4256 32120 0 -1 4202560 1112 0 0 0 283 17 0 0 20 0 19 0 280874937 9856004096 182431 33554432000 1073741824 1073778376 140736388513824 140570862856616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4256/tid=4265] ppid=4254 vsize=9625004 CPUtime=2.83 cores=0,2,4,6
/proc/4256/task/4265/stat : 4265 (java) S 4254 4256 32120 0 -1 4202560 2824 0 0 0 272 11 0 0 20 0 19 0 280874937 9856004096 182431 33554432000 1073741824 1073778376 140736388513824 140570861803816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4266] ppid=4254 vsize=9625004 CPUtime=3.02 cores=0,2,4,6
/proc/4256/task/4266/stat : 4266 (java) S 4254 4256 32120 0 -1 4202560 3036 0 0 0 283 19 0 0 20 0 19 0 280874937 9856004096 182431 33554432000 1073741824 1073778376 140736388513824 140570860751016 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=4256/tid=4267] ppid=4254 vsize=9625004 CPUtime=6.97 cores=0,2,4,6
/proc/4256/task/4267/stat : 4267 (java) S 4254 4256 32120 0 -1 4202560 1046 0 0 0 691 6 0 0 20 0 19 0 280874938 9856004096 182431 33554432000 1073741824 1073778376 140736388513824 140570377804776 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4268] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4268/stat : 4268 (java) S 4254 4256 32120 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 280874939 9856004096 182431 33554432000 1073741824 1073778376 140736388513824 140570376750840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4269] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4269/stat : 4269 (java) S 4254 4256 32120 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 280874939 9856004096 182431 33554432000 1073741824 1073778376 140736388513824 140570375697928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4270] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4270/stat : 4270 (java) S 4254 4256 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280874941 9856004096 182431 33554432000 1073741824 1073778376 140736388513824 140570374646416 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4271] ppid=4254 vsize=9625004 CPUtime=0.31 cores=0,2,4,6
/proc/4256/task/4271/stat : 4271 (java) S 4254 4256 32120 0 -1 4202560 2226 0 0 0 31 0 0 0 20 0 19 0 280874941 9856004096 182431 33554432000 1073741824 1073778376 140736388513824 140570373593528 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4272] ppid=4254 vsize=9625004 CPUtime=0.43 cores=0,2,4,6
/proc/4256/task/4272/stat : 4272 (java) S 4254 4256 32120 0 -1 4202560 2868 0 0 0 43 0 0 0 20 0 19 0 280874941 9856004096 182431 33554432000 1073741824 1073778376 140736388513824 140570372540728 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=4256/tid=4273] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4273/stat : 4273 (java) S 4254 4256 32120 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 280874941 9856004096 182431 33554432000 1073741824 1073778376 140736388513824 140570371488120 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=4256/tid=4274] ppid=4254 vsize=9625004 CPUtime=0.56 cores=0,2,4,6
/proc/4256/task/4274/stat : 4274 (java) S 4254 4256 32120 0 -1 4202560 103 0 0 0 30 26 0 0 20 0 19 0 280874941 9856004096 182431 33554432000 1073741824 1073778376 140736388513824 140570370435528 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=4256/tid=4275] ppid=4254 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/4256/task/4275/stat : 4275 (java) S 4254 4256 32120 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 280874985 9856004096 182431 33554432000 1073741824 1073778376 140736388513824 140570369382056 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625004

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

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

Child status: 143
Real time (s): 1782.25
CPU time (s): 1800.58
CPU user time (s): 1798.6
CPU system time (s): 1.9837
CPU usage (%): 101.028
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.6
system time used= 1.9837
maximum resident set size= 982464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29901
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 48391
involuntary context switches= 45593

runsolver used 6.56 second user time and 14.6848 second system time

The end

Launcher Data

Begin job on node125 at 2012-05-27 21:38:15
IDJOB=3710701
IDBENCH=2240
IDSOLVER=2289
FILE ID=node125/3710701-1338147495
RUNJOBID= node125-1338125514-32136
PBS_JOBID= 14624515
Free space on /tmp= 71256 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.nlsde.buaa.edu.cn/~kexu/benchmarks/frb40-19-opb/normalized-frb40-19-5.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3710701-1338147495/watcher-3710701-1338147495 -o /tmp/evaluation-result-3710701-1338147495/solver-3710701-1338147495 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710701-1338147495.opb

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

MD5SUM BENCH= f408a60720d5bae3e36cea0c41e2f7f1
RANDOM SEED=14636600

node125.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.373
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.74
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.373
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.373
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.373
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.90
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.373
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.373
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	: 5438.54
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.373
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.373
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27828504 kB
Buffers:          453472 kB
Cached:          2436724 kB
SwapCached:         2304 kB
Active:          2686664 kB
Inactive:        1500764 kB
Active(anon):    1288580 kB
Inactive(anon):     9556 kB
Active(file):    1398084 kB
Inactive(file):  1491208 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102616 kB
Dirty:              1620 kB
Writeback:             0 kB
AnonPages:       1314452 kB
Mapped:            22512 kB
Shmem:               104 kB
Slab:             703496 kB
SReclaimable:     147244 kB
SUnreclaim:       556252 kB
KernelStack:        1608 kB
PageTables:         6792 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1865984 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1277952 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71256 MiB
End job on node125 at 2012-05-27 22:07:59