Trace number 3687575

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 SnapshotSAT (TO)227 1800.66 1793.85

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_11.opb.PB06.opb
MD5SUM19bfc1d5b7087888ef5c79946c60f053
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark189
Best CPU time to get the best result obtained on this benchmark1796.73
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 183
Optimality of the best value was proved NO
Number of variables473
Total number of constraints473
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 constraints473
Minimum length of a constraint4
Maximum length of a constraint17
Number of terms in the objective function 473
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 473
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 473
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.11	c See www.sat4j.org for details.
0.05/0.12	c version 2.3.2.v20120418
0.05/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.12	c java.vm.version	19.1-b02
0.05/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.12	c sun.arch.data.model	64
0.05/0.12	c java.version		1.6.0_24
0.05/0.12	c os.name		Linux
0.05/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.12	c os.arch		amd64
0.05/0.12	c Free memory 		501472288
0.05/0.12	c Max memory 		7480803328
0.05/0.12	c Total memory 		504102912
0.05/0.12	c Number of processors 	8
0.05/0.14	c Pseudo Boolean Optimization by upper bound
0.05/0.14	c --- Begin Solver configuration ---
0.05/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.05/0.14	c Learn all clauses as in MiniSAT
0.05/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.14	c No reason simplification
0.05/0.14	c Armin Biere (Picosat) restarts strategy
0.05/0.14	c Glucose learned constraints deletion strategy
0.05/0.14	c timeout=2147483s
0.05/0.14	c DB Simplification allowed=false
0.05/0.14	c c --- End Solver configuration ---
0.05/0.14	c solving HOME/instance-3687575-1337873662.opb
0.05/0.14	c reading problem ... 
0.21/0.25	c ... done. Wall clock time 0.107s.
0.21/0.25	c declared #vars     473
0.21/0.25	c #constraints  473
0.21/0.25	c constraints type 
0.21/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 473
0.21/0.25	c 473 constraints processed.
0.21/0.25	c objective function length is 473 literals
0.21/0.26	c SATISFIABLE
0.21/0.26	c OPTIMIZING...
0.21/0.26	c Got one! Elapsed wall clock time (in seconds):0.121
0.21/0.26	o 227
1.50/1.20	c cleaning 2496 clauses out of 5000 with flag 5000/5000
2.56/2.15	c cleaning 4249 clauses out of 8504 with flag 11000/11000
3.67/3.27	c cleaning 5618 clauses out of 11255 with flag 18000/18000
4.89/4.46	c cleaning 6819 clauses out of 13638 with flag 26001/26001
6.33/5.81	c cleaning 7910 clauses out of 15819 with flag 35001/35001
7.75/7.20	c cleaning 8948 clauses out of 17908 with flag 45000/45000
9.36/8.82	c cleaning 9978 clauses out of 19961 with flag 56001/56001
11.36/10.89	c cleaning 10989 clauses out of 21984 with flag 68002/68002
13.47/12.99	c cleaning 11998 clauses out of 23995 with flag 81002/81002
15.68/15.16	c cleaning 12996 clauses out of 25995 with flag 95000/95000
18.13/17.51	c cleaning 13996 clauses out of 27999 with flag 110000/110000
20.62/20.00	c cleaning 15002 clauses out of 30004 with flag 126001/126001
23.55/22.92	c cleaning 16001 clauses out of 32002 with flag 143001/143001
26.67/26.08	c cleaning 17000 clauses out of 34001 with flag 161001/161001
30.08/29.41	c cleaning 17997 clauses out of 36001 with flag 180001/180001
33.61/32.94	c cleaning 18999 clauses out of 38003 with flag 200000/200000
37.23/36.53	c cleaning 19998 clauses out of 40004 with flag 221000/221000
41.05/40.37	c cleaning 21000 clauses out of 42007 with flag 243001/243001
44.95/44.23	c cleaning 21998 clauses out of 44006 with flag 266000/266000
49.17/48.43	c cleaning 23004 clauses out of 46010 with flag 290002/290002
53.87/53.12	c cleaning 23995 clauses out of 48004 with flag 315000/315000
58.49/57.77	c cleaning 25003 clauses out of 50009 with flag 341000/341000
63.31/62.51	c cleaning 25996 clauses out of 52008 with flag 368002/368002
68.73/67.90	c cleaning 27006 clauses out of 54012 with flag 396002/396002
73.76/72.96	c cleaning 27998 clauses out of 56004 with flag 425000/425000
79.09/78.25	c cleaning 28994 clauses out of 58006 with flag 455000/455000
84.89/84.08	c cleaning 30001 clauses out of 60013 with flag 486001/486001
91.06/90.18	c cleaning 31000 clauses out of 62012 with flag 518001/518001
97.77/96.82	c cleaning 31999 clauses out of 64012 with flag 551001/551001
104.70/103.79	c cleaning 33004 clauses out of 66013 with flag 585001/585001
111.43/110.48	c cleaning 33999 clauses out of 68009 with flag 620001/620001
118.25/117.24	c cleaning 34999 clauses out of 70010 with flag 656001/656001
124.65/123.69	c cleaning 36002 clauses out of 72012 with flag 693002/693002
132.00/130.93	c cleaning 37003 clauses out of 74009 with flag 731001/731001
139.44/138.36	c cleaning 37999 clauses out of 76006 with flag 770001/770001
146.95/145.84	c cleaning 38999 clauses out of 78006 with flag 810000/810000
155.26/154.17	c cleaning 40002 clauses out of 80007 with flag 851000/851000
163.60/162.44	c cleaning 40998 clauses out of 82006 with flag 893001/893001
171.77/170.57	c cleaning 42003 clauses out of 84007 with flag 936000/936000
179.18/177.92	c cleaning 43003 clauses out of 86005 with flag 980001/980001
186.21/184.91	c cleaning 43997 clauses out of 88002 with flag 1025001/1025001
194.42/193.19	c cleaning 44997 clauses out of 90004 with flag 1071000/1071000
203.27/201.92	c cleaning 46003 clauses out of 92007 with flag 1118000/1118000
212.59/211.25	c cleaning 47001 clauses out of 94006 with flag 1166002/1166002
222.52/221.13	c cleaning 47999 clauses out of 96003 with flag 1215000/1215000
230.84/229.44	c cleaning 49002 clauses out of 98005 with flag 1265001/1265001
239.76/238.39	c cleaning 49997 clauses out of 100004 with flag 1316002/1316002
249.28/247.72	c cleaning 51002 clauses out of 102005 with flag 1368000/1368000
258.92/257.33	c cleaning 51999 clauses out of 104004 with flag 1421001/1421001
269.03/267.45	c cleaning 52999 clauses out of 106004 with flag 1475000/1475000
279.26/277.62	c cleaning 53996 clauses out of 108006 with flag 1530001/1530001
290.50/288.87	c cleaning 55001 clauses out of 110009 with flag 1586000/1586000
301.54/299.85	c cleaning 56004 clauses out of 112008 with flag 1643000/1643000
312.17/310.42	c cleaning 56997 clauses out of 114005 with flag 1701001/1701001
323.22/321.48	c cleaning 57998 clauses out of 116007 with flag 1760000/1760000
334.78/332.93	c cleaning 59003 clauses out of 118009 with flag 1820000/1820000
346.23/344.33	c cleaning 60003 clauses out of 120007 with flag 1881001/1881001
358.16/356.27	c cleaning 61002 clauses out of 122003 with flag 1943000/1943000
370.84/368.84	c cleaning 61996 clauses out of 124001 with flag 2006000/2006000
382.46/380.45	c cleaning 62997 clauses out of 126005 with flag 2070000/2070000
394.51/392.48	c cleaning 64002 clauses out of 128012 with flag 2135004/2135004
406.46/404.32	c cleaning 65000 clauses out of 130009 with flag 2201003/2201003
418.80/416.69	c cleaning 65997 clauses out of 132006 with flag 2268000/2268000
431.10/428.82	c cleaning 67001 clauses out of 134011 with flag 2336002/2336002
443.63/441.36	c cleaning 68001 clauses out of 136008 with flag 2405000/2405000
455.96/453.68	c cleaning 69002 clauses out of 138008 with flag 2475001/2475001
469.96/467.59	c cleaning 69996 clauses out of 140005 with flag 2546000/2546000
484.01/481.53	c cleaning 71002 clauses out of 142010 with flag 2618001/2618001
498.55/496.05	c cleaning 71995 clauses out of 144008 with flag 2691001/2691001
513.69/511.18	c cleaning 73000 clauses out of 146012 with flag 2765000/2765000
529.74/527.16	c cleaning 74002 clauses out of 148013 with flag 2840001/2840001
545.48/542.88	c cleaning 75002 clauses out of 150010 with flag 2916000/2916000
560.12/557.48	c cleaning 75999 clauses out of 152009 with flag 2993001/2993001
574.94/572.26	c cleaning 77003 clauses out of 154009 with flag 3071000/3071000
591.77/589.08	c cleaning 77996 clauses out of 156006 with flag 3150000/3150000
608.12/605.30	c cleaning 79003 clauses out of 158011 with flag 3230001/3230001
625.14/622.33	c cleaning 80002 clauses out of 160007 with flag 3311000/3311000
643.99/641.19	c cleaning 80998 clauses out of 162006 with flag 3393001/3393001
662.45/659.53	c cleaning 82002 clauses out of 164008 with flag 3476001/3476001
681.60/678.67	c cleaning 82999 clauses out of 166005 with flag 3560000/3560000
698.57/695.51	c cleaning 83998 clauses out of 168006 with flag 3645000/3645000
716.45/713.39	c cleaning 85001 clauses out of 170011 with flag 3731003/3731003
733.99/730.80	c cleaning 86003 clauses out of 172007 with flag 3818000/3818000
753.24/750.07	c cleaning 86992 clauses out of 174004 with flag 3906000/3906000
771.75/768.43	c cleaning 88003 clauses out of 176012 with flag 3995000/3995000
790.89/787.60	c cleaning 88998 clauses out of 178010 with flag 4085001/4085001
809.54/806.18	c cleaning 90003 clauses out of 180011 with flag 4176000/4176000
828.90/825.47	c cleaning 90998 clauses out of 182008 with flag 4268000/4268000
848.93/845.49	c cleaning 92003 clauses out of 184013 with flag 4361003/4361003
869.10/865.58	c cleaning 92996 clauses out of 186007 with flag 4455000/4455000
886.73/883.10	c cleaning 94001 clauses out of 188011 with flag 4550000/4550000
903.37/899.79	c cleaning 95003 clauses out of 190011 with flag 4646001/4646001
920.93/917.24	c cleaning 96002 clauses out of 192010 with flag 4743003/4743003
939.61/935.82	c cleaning 97003 clauses out of 194006 with flag 4841001/4841001
958.02/954.17	c cleaning 97998 clauses out of 196004 with flag 4940002/4940002
978.86/974.99	c cleaning 98998 clauses out of 198005 with flag 5040001/5040001
999.80/995.73	c cleaning 100005 clauses out of 200009 with flag 5141003/5141003
1017.77/1013.69	c cleaning 100996 clauses out of 202001 with flag 5243000/5243000
1037.31/1033.10	c cleaning 101999 clauses out of 204005 with flag 5346000/5346000
1056.57/1052.32	c cleaning 103002 clauses out of 206007 with flag 5450001/5450001
1076.16/1071.82	c cleaning 104001 clauses out of 208004 with flag 5555000/5555000
1096.32/1091.98	c cleaning 105000 clauses out of 210005 with flag 5661002/5661002
1117.04/1112.68	c cleaning 105996 clauses out of 212004 with flag 5768001/5768001
1139.48/1135.03	c cleaning 106999 clauses out of 214008 with flag 5876001/5876001
1162.39/1157.87	c cleaning 108004 clauses out of 216009 with flag 5985001/5985001
1186.45/1181.90	c cleaning 109003 clauses out of 218006 with flag 6095002/6095002
1209.61/1204.91	c cleaning 109994 clauses out of 220001 with flag 6206000/6206000
1231.49/1226.76	c cleaning 110996 clauses out of 222007 with flag 6318000/6318000
1253.35/1248.55	c cleaning 112002 clauses out of 224011 with flag 6431000/6431000
1277.09/1272.29	c cleaning 113001 clauses out of 226011 with flag 6545002/6545002
1300.68/1295.74	c cleaning 114002 clauses out of 228008 with flag 6660000/6660000
1323.59/1318.61	c cleaning 114999 clauses out of 230006 with flag 6776000/6776000
1343.92/1338.96	c cleaning 115995 clauses out of 232008 with flag 6893001/6893001
1366.24/1361.23	c cleaning 117000 clauses out of 234014 with flag 7011002/7011002
1388.34/1383.28	c cleaning 118005 clauses out of 236012 with flag 7130000/7130000
1410.41/1405.23	c cleaning 118999 clauses out of 238007 with flag 7250000/7250000
1433.97/1428.76	c cleaning 119999 clauses out of 240009 with flag 7371001/7371001
1457.43/1452.17	c cleaning 120999 clauses out of 242010 with flag 7493001/7493001
1480.87/1475.50	c cleaning 121998 clauses out of 244010 with flag 7616000/7616000
1503.74/1498.32	c cleaning 122994 clauses out of 246012 with flag 7740000/7740000
1528.76/1523.22	c cleaning 124007 clauses out of 248018 with flag 7865000/7865000
1554.79/1549.20	c cleaning 125003 clauses out of 250011 with flag 7991000/7991000
1583.95/1578.39	c cleaning 126000 clauses out of 252008 with flag 8118000/8118000
1611.15/1605.47	c cleaning 126998 clauses out of 254008 with flag 8246000/8246000
1637.82/1632.03	c cleaning 127996 clauses out of 256010 with flag 8375000/8375000
1663.08/1657.23	c cleaning 129007 clauses out of 258014 with flag 8505000/8505000
1688.67/1682.76	c cleaning 129994 clauses out of 260009 with flag 8636002/8636002
1714.12/1708.18	c cleaning 131005 clauses out of 262017 with flag 8768004/8768004
1740.08/1734.01	c cleaning 131997 clauses out of 264009 with flag 8901001/8901001
1766.74/1760.66	c cleaning 133004 clauses out of 266011 with flag 9035000/9035000
1795.48/1789.36	c cleaning 134001 clauses out of 268007 with flag 9170000/9170000
1800.07/1793.81	c starts		: 301
1800.07/1793.81	c conflicts		: 9193618
1800.07/1793.81	c decisions		: 15300884
1800.07/1793.81	c propagations		: 1154673170
1800.07/1793.81	c inspects		: 13470200530
1800.07/1793.81	c shortcuts		: 0
1800.07/1793.81	c learnt literals	: 0
1800.07/1793.81	c learnt binary clauses	: 0
1800.07/1793.81	c learnt ternary clauses	: 0
1800.07/1793.81	c learnt constraints	: 9193618
1800.07/1793.81	c ignored constraints	: 0
1800.07/1793.81	c root simplifications	: 0
1800.07/1793.81	c removed literals (reason simplification)	: 0
1800.07/1793.81	c reason swapping (by a shorter reason)	: 0
1800.07/1793.81	c Calls to reduceDB	: 131
1800.07/1793.81	c number of reductions to clauses (during analyze)	: 0
1800.07/1793.81	c number of learned constraints concerned by reduction	: 0
1800.07/1793.81	c number of learning phase by resolution	: 0
1800.07/1793.81	c number of learning phase by cutting planes	: 0
1800.07/1793.81	c speed (assignments/second)	: 643789.6230786085
1800.07/1793.81	c non guided choices	0
1800.07/1793.84	c learnt constraints type 
1800.07/1793.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 157737
1800.07/1793.84	c constraints type 
1800.07/1793.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.07/1793.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 473
1800.07/1793.84	c 474 constraints processed.
1800.07/1793.84	s SATISFIABLE
1800.07/1793.84	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 
1800.07/1793.84	c objective function=227
1800.07/1793.84	c Total wall clock time (in seconds): 1793.703

Verifier Data

OK	227

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-3687575-1337873662/watcher-3687575-1337873662 -o /tmp/evaluation-result-3687575-1337873662/solver-3687575-1337873662 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687575-1337873662.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: 2.04 2.02 1.73 3/194 2672
/proc/meminfo: memFree=29628552/32873844 swapFree=6848/6848
[pid=2672] ppid=2670 vsize=11812 CPUtime=0 cores=1,3,5,7
/proc/2672/stat : 2672 (runsolver) D 2670 2672 2422 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 253491097 12095488 50 33554432000 4194304 5436572 140734450064448 140734450060744 4883175 0 0 4096 24578 18446744071579943789 0 0 17 3 0 0 0 0 0
/proc/2672/statm: 2953 50 31 304 0 2645 0

[startup+0.0734661 s]
/proc/loadavg: 2.04 2.02 1.73 3/194 2672
/proc/meminfo: memFree=29628552/32873844 swapFree=6848/6848
[pid=2672] ppid=2670 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/2672/stat : 2672 (java) S 2670 2672 2422 0 -1 4202496 3020 0 1 0 2 1 0 0 20 0 13 0 253491097 9446973440 3718 33554432000 1073741824 1073778376 140734004414880 140734004406016 223655002173 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 2 0 0
/proc/2672/statm: 2306390 3718 1696 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100281 s]
/proc/loadavg: 2.04 2.02 1.73 3/194 2672
/proc/meminfo: memFree=29628552/32873844 swapFree=6848/6848
[pid=2672] ppid=2670 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/2672/stat : 2672 (java) S 2670 2672 2422 0 -1 4202496 3217 0 1 0 4 1 0 0 20 0 18 0 253491097 9787813888 4426 33554432000 1073741824 1073778376 140734004414880 140734004406016 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0
/proc/2672/statm: 2389603 4426 1759 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.300283 s]
/proc/loadavg: 2.04 2.02 1.73 3/194 2672
/proc/meminfo: memFree=29628552/32873844 swapFree=6848/6848
[pid=2672] ppid=2670 vsize=9625256 CPUtime=0.44 cores=1,3,5,7
/proc/2672/stat : 2672 (java) S 2670 2672 2422 0 -1 4202496 6221 0 1 0 42 2 0 0 20 0 19 0 253491097 9856262144 7911 33554432000 1073741824 1073778376 140734004414880 140734004406016 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0
/proc/2672/statm: 2406314 7914 2228 9 0 2397007 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9625256

[startup+0.700173 s]
/proc/loadavg: 2.04 2.02 1.73 3/194 2672
/proc/meminfo: memFree=29628552/32873844 swapFree=6848/6848
[pid=2672] ppid=2670 vsize=9624976 CPUtime=1.05 cores=1,3,5,7
/proc/2672/stat : 2672 (java) S 2670 2672 2422 0 -1 4202496 7628 0 1 0 103 2 0 0 20 0 19 0 253491097 9855975424 8922 33554432000 1073741824 1073778376 140734004414880 140734004406016 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0
/proc/2672/statm: 2406244 8922 2233 9 0 2396937 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 9624976

[startup+1.50061 s]
/proc/loadavg: 2.03 2.02 1.73 3/213 2691
/proc/meminfo: memFree=29598664/32873844 swapFree=6848/6848
[pid=2672] ppid=2670 vsize=9624976 CPUtime=1.93 cores=1,3,5,7
/proc/2672/stat : 2672 (java) S 2670 2672 2422 0 -1 4202496 8226 0 1 0 191 2 0 0 20 0 19 0 253491097 9855975424 12559 33554432000 1073741824 1073778376 140734004414880 140734004406016 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0
/proc/2672/statm: 2406244 12559 2268 9 0 2396937 0
[pid=2672/tid=2674] ppid=2670 vsize=9624976 CPUtime=1.42 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (java) R 2670 2672 2422 0 -1 4202560 2461 0 1 0 141 1 0 0 20 0 19 0 253491101 9855975424 12559 33554432000 1073741824 1073778376 140734004414880 140605867319704 140605703846524 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (java) S 2670 2672 2422 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253491102 9855975424 12559 33554432000 1073741824 1073778376 140734004414880 140605828811816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2672/tid=2676] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2676/stat : 2676 (java) S 2670 2672 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253491102 9855975424 12559 33554432000 1073741824 1073778376 140734004414880 140605827759016 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2677] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2677/stat : 2677 (java) S 2670 2672 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253491102 9855975424 12559 33554432000 1073741824 1073778376 140734004414880 140605826706216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2672/tid=2678] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2678/stat : 2678 (java) S 2670 2672 2422 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253491102 9855975424 12559 33554432000 1073741824 1073778376 140734004414880 140605825653416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2672/tid=2679] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2679/stat : 2679 (java) S 2670 2672 2422 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253491102 9855975424 12559 33554432000 1073741824 1073778376 140734004414880 140605824600616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2680] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2680/stat : 2680 (java) S 2670 2672 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253491102 9855975424 12559 33554432000 1073741824 1073778376 140734004414880 140605823547816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2672/tid=2681] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2681/stat : 2681 (java) S 2670 2672 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253491102 9855975424 12559 33554432000 1073741824 1073778376 140734004414880 140605822495016 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2682] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2682/stat : 2682 (java) S 2670 2672 2422 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253491102 9855975424 12559 33554432000 1073741824 1073778376 140734004414880 140605703317672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2683] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2683/stat : 2683 (java) S 2670 2672 2422 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 253491103 9855975424 12559 33554432000 1073741824 1073778376 140734004414880 140605691120616 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2684] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2684/stat : 2684 (java) S 2670 2672 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253491103 9855975424 12559 33554432000 1073741824 1073778376 140734004414880 140605690066680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2685] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2685/stat : 2685 (java) S 2670 2672 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253491103 9855975424 12559 33554432000 1073741824 1073778376 140734004414880 140605689013768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2686] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2686/stat : 2686 (java) S 2670 2672 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253491106 9855975424 12559 33554432000 1073741824 1073778376 140734004414880 140605687962256 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2687] ppid=2670 vsize=9624976 CPUtime=0.2 cores=1,3,5,7
/proc/2672/task/2687/stat : 2687 (java) S 2670 2672 2422 0 -1 4202560 2234 0 0 0 20 0 0 0 20 0 19 0 253491106 9855975424 12559 33554432000 1073741824 1073778376 140734004414880 140604948343224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2688] ppid=2670 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/2672/task/2688/stat : 2688 (java) S 2670 2672 2422 0 -1 4202560 2293 0 0 0 25 0 0 0 20 0 19 0 253491106 9855975424 12559 33554432000 1073741824 1073778376 140734004414880 140604947290424 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2689] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2689/stat : 2689 (java) S 2670 2672 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253491106 9855975424 12559 33554432000 1073741824 1073778376 140734004414880 140604946237816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2690] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2690/stat : 2690 (java) S 2670 2672 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253491106 9855975424 12559 33554432000 1073741824 1073778376 140734004414880 140604945185224 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2691] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2691/stat : 2691 (java) S 2670 2672 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253491123 9855975424 12559 33554432000 1073741824 1073778376 140734004414880 140604944131752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 9624976

[startup+3.10061 s]
/proc/loadavg: 2.03 2.02 1.73 3/213 2691
/proc/meminfo: memFree=29586004/32873844 swapFree=6848/6848
[pid=2672] ppid=2670 vsize=9624976 CPUtime=3.56 cores=1,3,5,7
/proc/2672/stat : 2672 (java) S 2670 2672 2422 0 -1 4202496 8247 0 1 0 353 3 0 0 20 0 19 0 253491097 9855975424 14617 33554432000 1073741824 1073778376 140734004414880 140734004406016 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0
/proc/2672/statm: 2406244 14617 2268 9 0 2396937 0
[pid=2672/tid=2674] ppid=2670 vsize=9624976 CPUtime=3.01 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (java) R 2670 2672 2422 0 -1 4202560 2462 0 1 0 299 2 0 0 20 0 19 0 253491101 9855975424 14617 33554432000 1073741824 1073778376 140734004414880 140605867319584 140605703833648 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (java) S 2670 2672 2422 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253491102 9855975424 14617 33554432000 1073741824 1073778376 140734004414880 140605828811816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2676] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2676/stat : 2676 (java) S 2670 2672 2422 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253491102 9855975424 14617 33554432000 1073741824 1073778376 140734004414880 140605827759016 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2677] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2677/stat : 2677 (java) S 2670 2672 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253491102 9855975424 14617 33554432000 1073741824 1073778376 140734004414880 140605826706216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2672/tid=2678] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2678/stat : 2678 (java) S 2670 2672 2422 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253491102 9855975424 14617 33554432000 1073741824 1073778376 140734004414880 140605825653416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2672/tid=2679] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2679/stat : 2679 (java) S 2670 2672 2422 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253491102 9855975424 14617 33554432000 1073741824 1073778376 140734004414880 140605824600616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2680] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2680/stat : 2680 (java) S 2670 2672 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253491102 9855975424 14617 33554432000 1073741824 1073778376 140734004414880 140605823547816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2681] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2681/stat : 2681 (java) S 2670 2672 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253491102 9855975424 14617 33554432000 1073741824 1073778376 140734004414880 140605822495016 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2682] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2682/stat : 2682 (java) S 2670 2672 2422 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253491102 9855975424 14617 33554432000 1073741824 1073778376 140734004414880 140605703317672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2683] ppid=2670 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/2672/task/2683/stat : 2683 (java) S 2670 2672 2422 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 253491103 9855975424 14617 33554432000 1073741824 1073778376 140734004414880 140605691120616 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2672/tid=2684] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2684/stat : 2684 (java) S 2670 2672 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253491103 9855975424 14617 33554432000 1073741824 1073778376 140734004414880 140605690066680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2685] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2685/stat : 2685 (java) S 2670 2672 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253491103 9855975424 14617 33554432000 1073741824 1073778376 140734004414880 140605689013768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2686] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2686/stat : 2686 (java) S 2670 2672 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253491106 9855975424 14617 33554432000 1073741824 1073778376 140734004414880 140605687962256 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2687] ppid=2670 vsize=9624976 CPUtime=0.21 cores=1,3,5,7
/proc/2672/task/2687/stat : 2687 (java) S 2670 2672 2422 0 -1 4202560 2234 0 0 0 21 0 0 0 20 0 19 0 253491106 9855975424 14617 33554432000 1073741824 1073778376 140734004414880 140604948343224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2688] ppid=2670 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/2672/task/2688/stat : 2688 (java) S 2670 2672 2422 0 -1 4202560 2293 0 0 0 26 0 0 0 20 0 19 0 253491106 9855975424 14617 33554432000 1073741824 1073778376 140734004414880 140604947290424 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2689] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2689/stat : 2689 (java) S 2670 2672 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253491106 9855975424 14617 33554432000 1073741824 1073778376 140734004414880 140604946237816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2690] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2690/stat : 2690 (java) S 2670 2672 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253491106 9855975424 14617 33554432000 1073741824 1073778376 140734004414880 140604945185224 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2691] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2691/stat : 2691 (java) S 2670 2672 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253491123 9855975424 14617 33554432000 1073741824 1073778376 140734004414880 140604944131752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9624976

[startup+6.30061 s]
/proc/loadavg: 2.03 2.02 1.73 3/213 2691
/proc/meminfo: memFree=29572784/32873844 swapFree=6848/6848
[pid=2672] ppid=2670 vsize=9624976 CPUtime=6.85 cores=1,3,5,7
/proc/2672/stat : 2672 (java) S 2670 2672 2422 0 -1 4202496 8720 0 1 0 680 5 0 0 20 0 19 0 253491097 9855975424 17159 33554432000 1073741824 1073778376 140734004414880 140734004406016 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0
/proc/2672/statm: 2406244 17159 2268 9 0 2396937 0
[pid=2672/tid=2674] ppid=2670 vsize=9624976 CPUtime=6.15 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (java) R 2670 2672 2422 0 -1 4202560 2465 0 1 0 613 2 0 0 20 0 19 0 253491101 9855975424 17159 33554432000 1073741824 1073778376 140734004414880 140605867319584 140605703847892 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (java) S 2670 2672 2422 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 253491102 9855975424 17159 33554432000 1073741824 1073778376 140734004414880 140605828811816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2672/tid=2676] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2676/stat : 2676 (java) S 2670 2672 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253491102 9855975424 17159 33554432000 1073741824 1073778376 140734004414880 140605827759016 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2672/tid=2677] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2677/stat : 2677 (java) S 2670 2672 2422 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253491102 9855975424 17159 33554432000 1073741824 1073778376 140734004414880 140605826706216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2672/tid=2678] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2678/stat : 2678 (java) S 2670 2672 2422 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 253491102 9855975424 17159 33554432000 1073741824 1073778376 140734004414880 140605825653416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2679] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2679/stat : 2679 (java) S 2670 2672 2422 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253491102 9855975424 17159 33554432000 1073741824 1073778376 140734004414880 140605824600616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2680] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2680/stat : 2680 (java) S 2670 2672 2422 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253491102 9855975424 17159 33554432000 1073741824 1073778376 140734004414880 140605823547816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2672/tid=2681] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2681/stat : 2681 (java) S 2670 2672 2422 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253491102 9855975424 17159 33554432000 1073741824 1073778376 140734004414880 140605822495016 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2672/tid=2682] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2682/stat : 2682 (java) S 2670 2672 2422 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253491102 9855975424 17159 33554432000 1073741824 1073778376 140734004414880 140605703317672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2683] ppid=2670 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/2672/task/2683/stat : 2683 (java) S 2670 2672 2422 0 -1 4202560 33 0 0 0 5 0 0 0 20 0 19 0 253491103 9855975424 17159 33554432000 1073741824 1073778376 140734004414880 140605691120616 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2684] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2684/stat : 2684 (java) S 2670 2672 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253491103 9855975424 17159 33554432000 1073741824 1073778376 140734004414880 140605690066680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2685] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2685/stat : 2685 (java) S 2670 2672 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253491103 9855975424 17159 33554432000 1073741824 1073778376 140734004414880 140605689013768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2686] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2686/stat : 2686 (java) S 2670 2672 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253491106 9855975424 17159 33554432000 1073741824 1073778376 140734004414880 140605687962256 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2687] ppid=2670 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/2672/task/2687/stat : 2687 (java) S 2670 2672 2422 0 -1 4202560 2669 0 0 0 26 0 0 0 20 0 19 0 253491106 9855975424 17159 33554432000 1073741824 1073778376 140734004414880 140604948343224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2688] ppid=2670 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/2672/task/2688/stat : 2688 (java) S 2670 2672 2422 0 -1 4202560 2294 0 0 0 27 0 0 0 20 0 19 0 253491106 9855975424 17159 33554432000 1073741824 1073778376 140734004414880 140604947290424 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2689] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2689/stat : 2689 (java) S 2670 2672 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253491106 9855975424 17159 33554432000 1073741824 1073778376 140734004414880 140604946237816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2690] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2690/stat : 2690 (java) S 2670 2672 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253491106 9855975424 17159 33554432000 1073741824 1073778376 140734004414880 140604945185224 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2672/tid=2691] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2691/stat : 2691 (java) S 2670 2672 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253491123 9855975424 17159 33554432000 1073741824 1073778376 140734004414880 140604944131752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.85
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=2672/tid=2680] ppid=2670 vsize=9624976 CPUtime=0.9 cores=1,3,5,7
/proc/2672/task/2680/stat : 2680 (java) S 2670 2672 2422 0 -1 4202560 259 0 0 0 86 4 0 0 20 0 19 0 253491102 9855975424 104395 33554432000 1073741824 1073778376 140734004414880 140605823547816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2672/tid=2681] ppid=2670 vsize=9624976 CPUtime=1.02 cores=1,3,5,7
/proc/2672/task/2681/stat : 2681 (java) S 2670 2672 2422 0 -1 4202560 280 0 0 0 98 4 0 0 20 0 19 0 253491102 9855975424 104395 33554432000 1073741824 1073778376 140734004414880 140605822495016 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2682] ppid=2670 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/2672/task/2682/stat : 2682 (java) S 2670 2672 2422 0 -1 4202560 308 0 0 0 83 4 0 0 20 0 19 0 253491102 9855975424 104395 33554432000 1073741824 1073778376 140734004414880 140605703317672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2683] ppid=2670 vsize=9624976 CPUtime=7.43 cores=1,3,5,7
/proc/2672/task/2683/stat : 2683 (java) S 2670 2672 2422 0 -1 4202560 162 0 0 0 741 2 0 0 20 0 19 0 253491103 9855975424 104395 33554432000 1073741824 1073778376 140734004414880 140605691120616 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2672/tid=2684] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2684/stat : 2684 (java) S 2670 2672 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253491103 9855975424 104395 33554432000 1073741824 1073778376 140734004414880 140605690066680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2685] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2685/stat : 2685 (java) S 2670 2672 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253491103 9855975424 104395 33554432000 1073741824 1073778376 140734004414880 140605689013768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2686] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2686/stat : 2686 (java) S 2670 2672 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253491106 9855975424 104395 33554432000 1073741824 1073778376 140734004414880 140605687962256 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2687] ppid=2670 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/2672/task/2687/stat : 2687 (java) S 2670 2672 2422 0 -1 4202560 2697 0 0 0 28 0 0 0 20 0 19 0 253491106 9855975424 104395 33554432000 1073741824 1073778376 140734004414880 140604948343224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2688] ppid=2670 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/2672/task/2688/stat : 2688 (java) S 2670 2672 2422 0 -1 4202560 2294 0 0 0 27 0 0 0 20 0 19 0 253491106 9855975424 104395 33554432000 1073741824 1073778376 140734004414880 140604947290424 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2689] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2689/stat : 2689 (java) S 2670 2672 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253491106 9855975424 104395 33554432000 1073741824 1073778376 140734004414880 140604946237816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2690] ppid=2670 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/2672/task/2690/stat : 2690 (java) S 2670 2672 2422 0 -1 4202560 97 0 0 0 12 18 0 0 20 0 19 0 253491106 9855975424 104395 33554432000 1073741824 1073778376 140734004414880 140604945185224 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2691] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2691/stat : 2691 (java) S 2670 2672 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253491123 9855975424 104395 33554432000 1073741824 1073778376 140734004414880 140604944131752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1668.27
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.09 2.03 1.92 3/213 2788
/proc/meminfo: memFree=27270180/32873844 swapFree=6848/6848
[pid=2672] ppid=2670 vsize=9624976 CPUtime=1728.37 cores=1,3,5,7
/proc/2672/stat : 2672 (java) S 2670 2672 2422 0 -1 4202496 11709 0 1 0 172786 51 0 0 20 0 19 0 253491097 9855975424 104907 33554432000 1073741824 1073778376 140734004414880 140734004406016 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0
/proc/2672/statm: 2406244 104907 2269 9 0 2396937 0
[pid=2672/tid=2674] ppid=2670 vsize=9624976 CPUtime=1712.17 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (java) R 2670 2672 2422 0 -1 4202560 2643 0 1 0 171185 32 0 0 20 0 19 0 253491101 9855975424 104907 33554432000 1073741824 1073778376 140734004414880 140605867319584 140605703886555 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=9624976 CPUtime=0.91 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (java) S 2670 2672 2422 0 -1 4202560 326 0 0 0 85 6 0 0 20 0 19 0 253491102 9855975424 104907 33554432000 1073741824 1073778376 140734004414880 140605828811816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2676] ppid=2670 vsize=9624976 CPUtime=1.02 cores=1,3,5,7
/proc/2672/task/2676/stat : 2676 (java) S 2670 2672 2422 0 -1 4202560 406 0 0 0 98 4 0 0 20 0 19 0 253491102 9855975424 104907 33554432000 1073741824 1073778376 140734004414880 140605827759016 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2677] ppid=2670 vsize=9624976 CPUtime=0.99 cores=1,3,5,7
/proc/2672/task/2677/stat : 2677 (java) S 2670 2672 2422 0 -1 4202560 313 0 0 0 94 5 0 0 20 0 19 0 253491102 9855975424 104907 33554432000 1073741824 1073778376 140734004414880 140605826706216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2672/tid=2678] ppid=2670 vsize=9624976 CPUtime=1.01 cores=1,3,5,7
/proc/2672/task/2678/stat : 2678 (java) S 2670 2672 2422 0 -1 4202560 434 0 0 0 96 5 0 0 20 0 19 0 253491102 9855975424 104907 33554432000 1073741824 1073778376 140734004414880 140605825653416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2679] ppid=2670 vsize=9624976 CPUtime=1.08 cores=1,3,5,7
/proc/2672/task/2679/stat : 2679 (java) S 2670 2672 2422 0 -1 4202560 304 0 0 0 104 4 0 0 20 0 19 0 253491102 9855975424 104907 33554432000 1073741824 1073778376 140734004414880 140605824600616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2672/tid=2680] ppid=2670 vsize=9624976 CPUtime=0.91 cores=1,3,5,7
/proc/2672/task/2680/stat : 2680 (java) S 2670 2672 2422 0 -1 4202560 259 0 0 0 87 4 0 0 20 0 19 0 253491102 9855975424 104907 33554432000 1073741824 1073778376 140734004414880 140605823547816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2681] ppid=2670 vsize=9624976 CPUtime=1.05 cores=1,3,5,7
/proc/2672/task/2681/stat : 2681 (java) S 2670 2672 2422 0 -1 4202560 280 0 0 0 101 4 0 0 20 0 19 0 253491102 9855975424 104907 33554432000 1073741824 1073778376 140734004414880 140605822495016 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2682] ppid=2670 vsize=9624976 CPUtime=0.91 cores=1,3,5,7
/proc/2672/task/2682/stat : 2682 (java) S 2670 2672 2422 0 -1 4202560 308 0 0 0 87 4 0 0 20 0 19 0 253491102 9855975424 104907 33554432000 1073741824 1073778376 140734004414880 140605703317672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2683] ppid=2670 vsize=9624976 CPUtime=7.7 cores=1,3,5,7
/proc/2672/task/2683/stat : 2683 (java) S 2670 2672 2422 0 -1 4202560 166 0 0 0 768 2 0 0 20 0 19 0 253491103 9855975424 104907 33554432000 1073741824 1073778376 140734004414880 140605691120616 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2672/tid=2684] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2684/stat : 2684 (java) S 2670 2672 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253491103 9855975424 104907 33554432000 1073741824 1073778376 140734004414880 140605690066680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2685] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2685/stat : 2685 (java) S 2670 2672 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253491103 9855975424 104907 33554432000 1073741824 1073778376 140734004414880 140605689013768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2686] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2686/stat : 2686 (java) S 2670 2672 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253491106 9855975424 104907 33554432000 1073741824 1073778376 140734004414880 140605687962256 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2687] ppid=2670 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/2672/task/2687/stat : 2687 (java) S 2670 2672 2422 0 -1 4202560 2697 0 0 0 28 0 0 0 20 0 19 0 253491106 9855975424 104907 33554432000 1073741824 1073778376 140734004414880 140604948343224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2688] ppid=2670 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/2672/task/2688/stat : 2688 (java) S 2670 2672 2422 0 -1 4202560 2294 0 0 0 27 0 0 0 20 0 19 0 253491106 9855975424 104907 33554432000 1073741824 1073778376 140734004414880 140604947290424 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2689] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2689/stat : 2689 (java) S 2670 2672 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253491106 9855975424 104907 33554432000 1073741824 1073778376 140734004414880 140604946237816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2690] ppid=2670 vsize=9624976 CPUtime=0.31 cores=1,3,5,7
/proc/2672/task/2690/stat : 2690 (java) S 2670 2672 2422 0 -1 4202560 99 0 0 0 12 19 0 0 20 0 19 0 253491106 9855975424 104907 33554432000 1073741824 1073778376 140734004414880 140604945185224 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2691] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2691/stat : 2691 (java) S 2670 2672 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253491123 9855975424 104907 33554432000 1073741824 1073778376 140734004414880 140604944131752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1728.37
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.03 2.02 1.92 3/213 2788
/proc/meminfo: memFree=27123468/32873844 swapFree=6848/6848
[pid=2672] ppid=2670 vsize=9624976 CPUtime=1788.48 cores=1,3,5,7
/proc/2672/stat : 2672 (java) S 2670 2672 2422 0 -1 4202496 11718 0 1 0 178796 52 0 0 20 0 19 0 253491097 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140734004406016 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0
/proc/2672/statm: 2406244 105419 2269 9 0 2396937 0
[pid=2672/tid=2674] ppid=2670 vsize=9624976 CPUtime=1771.93 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (java) R 2670 2672 2422 0 -1 4202560 2646 0 1 0 177161 32 0 0 20 0 19 0 253491101 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605867319584 140605703840799 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=9624976 CPUtime=0.94 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (java) S 2670 2672 2422 0 -1 4202560 326 0 0 0 88 6 0 0 20 0 19 0 253491102 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605828811816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2676] ppid=2670 vsize=9624976 CPUtime=1.02 cores=1,3,5,7
/proc/2672/task/2676/stat : 2676 (java) S 2670 2672 2422 0 -1 4202560 406 0 0 0 98 4 0 0 20 0 19 0 253491102 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605827759016 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2672/tid=2677] ppid=2670 vsize=9624976 CPUtime=1.03 cores=1,3,5,7
/proc/2672/task/2677/stat : 2677 (java) S 2670 2672 2422 0 -1 4202560 313 0 0 0 98 5 0 0 20 0 19 0 253491102 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605826706216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2672/tid=2678] ppid=2670 vsize=9624976 CPUtime=1.02 cores=1,3,5,7
/proc/2672/task/2678/stat : 2678 (java) S 2670 2672 2422 0 -1 4202560 434 0 0 0 97 5 0 0 20 0 19 0 253491102 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605825653416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2679] ppid=2670 vsize=9624976 CPUtime=1.11 cores=1,3,5,7
/proc/2672/task/2679/stat : 2679 (java) S 2670 2672 2422 0 -1 4202560 304 0 0 0 107 4 0 0 20 0 19 0 253491102 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605824600616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2672/tid=2680] ppid=2670 vsize=9624976 CPUtime=0.93 cores=1,3,5,7
/proc/2672/task/2680/stat : 2680 (java) S 2670 2672 2422 0 -1 4202560 259 0 0 0 89 4 0 0 20 0 19 0 253491102 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605823547816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2672/tid=2681] ppid=2670 vsize=9624976 CPUtime=1.05 cores=1,3,5,7
/proc/2672/task/2681/stat : 2681 (java) S 2670 2672 2422 0 -1 4202560 280 0 0 0 101 4 0 0 20 0 19 0 253491102 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605822495016 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2672/tid=2682] ppid=2670 vsize=9624976 CPUtime=0.93 cores=1,3,5,7
/proc/2672/task/2682/stat : 2682 (java) S 2670 2672 2422 0 -1 4202560 308 0 0 0 88 5 0 0 20 0 19 0 253491102 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605703317672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2672/tid=2683] ppid=2670 vsize=9624976 CPUtime=7.89 cores=1,3,5,7
/proc/2672/task/2683/stat : 2683 (java) S 2670 2672 2422 0 -1 4202560 168 0 0 0 787 2 0 0 20 0 19 0 253491103 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605691120616 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2672/tid=2684] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2684/stat : 2684 (java) S 2670 2672 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253491103 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605690066680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2685] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2685/stat : 2685 (java) S 2670 2672 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253491103 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605689013768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2686] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2686/stat : 2686 (java) S 2670 2672 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253491106 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605687962256 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2687] ppid=2670 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/2672/task/2687/stat : 2687 (java) S 2670 2672 2422 0 -1 4202560 2697 0 0 0 28 0 0 0 20 0 19 0 253491106 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140604948343224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2688] ppid=2670 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/2672/task/2688/stat : 2688 (java) S 2670 2672 2422 0 -1 4202560 2294 0 0 0 27 0 0 0 20 0 19 0 253491106 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140604947290424 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2689] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2689/stat : 2689 (java) S 2670 2672 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253491106 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140604946237816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2690] ppid=2670 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/2672/task/2690/stat : 2690 (java) S 2670 2672 2422 0 -1 4202560 103 0 0 0 13 19 0 0 20 0 19 0 253491106 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140604945185224 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2691] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2691/stat : 2691 (java) S 2670 2672 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253491123 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140604944131752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1788.48
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.8 s]
/proc/loadavg: 2.02 2.02 1.92 3/213 2788
/proc/meminfo: memFree=27123716/32873844 swapFree=6848/6848
[pid=2672] ppid=2670 vsize=9624976 CPUtime=1800.07 cores=1,3,5,7
/proc/2672/stat : 2672 (java) S 2670 2672 2422 0 -1 4202496 11721 0 1 0 179954 53 0 0 20 0 19 0 253491097 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140734004406016 223655002173 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 2 0 0
/proc/2672/statm: 2406244 105419 2269 9 0 2396937 0
[pid=2672/tid=2674] ppid=2670 vsize=9624976 CPUtime=1783.3 cores=1,3,5,7
/proc/2672/task/2674/stat : 2674 (java) R 2670 2672 2422 0 -1 4202560 2647 0 1 0 178297 33 0 0 20 0 19 0 253491101 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605867319584 140605703920970 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2675] ppid=2670 vsize=9624976 CPUtime=0.94 cores=1,3,5,7
/proc/2672/task/2675/stat : 2675 (java) S 2670 2672 2422 0 -1 4202560 326 0 0 0 88 6 0 0 20 0 19 0 253491102 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605828811816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2676] ppid=2670 vsize=9624976 CPUtime=1.03 cores=1,3,5,7
/proc/2672/task/2676/stat : 2676 (java) S 2670 2672 2422 0 -1 4202560 406 0 0 0 99 4 0 0 20 0 19 0 253491102 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605827759016 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2677] ppid=2670 vsize=9624976 CPUtime=1.06 cores=1,3,5,7
/proc/2672/task/2677/stat : 2677 (java) S 2670 2672 2422 0 -1 4202560 313 0 0 0 101 5 0 0 20 0 19 0 253491102 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605826706216 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2678] ppid=2670 vsize=9624976 CPUtime=1.03 cores=1,3,5,7
/proc/2672/task/2678/stat : 2678 (java) S 2670 2672 2422 0 -1 4202560 434 0 0 0 98 5 0 0 20 0 19 0 253491102 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605825653416 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2679] ppid=2670 vsize=9624976 CPUtime=1.11 cores=1,3,5,7
/proc/2672/task/2679/stat : 2679 (java) S 2670 2672 2422 0 -1 4202560 304 0 0 0 107 4 0 0 20 0 19 0 253491102 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605824600616 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2672/tid=2680] ppid=2670 vsize=9624976 CPUtime=0.95 cores=1,3,5,7
/proc/2672/task/2680/stat : 2680 (java) S 2670 2672 2422 0 -1 4202560 259 0 0 0 91 4 0 0 20 0 19 0 253491102 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605823547816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2681] ppid=2670 vsize=9624976 CPUtime=1.07 cores=1,3,5,7
/proc/2672/task/2681/stat : 2681 (java) S 2670 2672 2422 0 -1 4202560 280 0 0 0 103 4 0 0 20 0 19 0 253491102 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605822495016 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2682] ppid=2670 vsize=9624976 CPUtime=0.94 cores=1,3,5,7
/proc/2672/task/2682/stat : 2682 (java) S 2670 2672 2422 0 -1 4202560 308 0 0 0 89 5 0 0 20 0 19 0 253491102 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605703317672 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=2672/tid=2683] ppid=2670 vsize=9624976 CPUtime=7.99 cores=1,3,5,7
/proc/2672/task/2683/stat : 2683 (java) S 2670 2672 2422 0 -1 4202560 170 0 0 0 797 2 0 0 20 0 19 0 253491103 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605691120616 223655016361 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=2672/tid=2684] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2684/stat : 2684 (java) S 2670 2672 2422 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253491103 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605690066680 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2685] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2685/stat : 2685 (java) S 2670 2672 2422 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253491103 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605689013768 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2686] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2686/stat : 2686 (java) S 2670 2672 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253491106 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140605687962256 223655024416 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2687] ppid=2670 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/2672/task/2687/stat : 2687 (java) S 2670 2672 2422 0 -1 4202560 2697 0 0 0 28 0 0 0 20 0 19 0 253491106 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140604948343224 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2688] ppid=2670 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/2672/task/2688/stat : 2688 (java) S 2670 2672 2422 0 -1 4202560 2294 0 0 0 27 0 0 0 20 0 19 0 253491106 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140604947290424 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2689] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2689/stat : 2689 (java) S 2670 2672 2422 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253491106 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140604946237816 223655015484 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=2672/tid=2690] ppid=2670 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/2672/task/2690/stat : 2690 (java) S 2670 2672 2422 0 -1 4202560 103 0 0 0 13 19 0 0 20 0 19 0 253491106 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140604945185224 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=2672/tid=2691] ppid=2670 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/2672/task/2691/stat : 2691 (java) S 2670 2672 2422 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253491123 9855975424 105419 33554432000 1073741824 1073778376 140734004414880 140604944131752 223655016361 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143
Real time (s): 1793.85
CPU time (s): 1800.66
CPU user time (s): 1799.61
CPU system time (s): 1.05184
CPU usage (%): 100.38
Max. virtual memory (cumulated for all children) (KiB): 9625256

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.61
system time used= 1.05184
maximum resident set size= 421936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11790
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41724
involuntary context switches= 23467

runsolver used 6.41003 second user time and 14.4538 second system time

The end

Launcher Data

Begin job on node144 at 2012-05-24 17:34:22
IDJOB=3687575
IDBENCH=1953
IDSOLVER=2269
FILE ID=node144/3687575-1337873662
RUNJOBID= node144-1337871880-2439
PBS_JOBID= 14620060
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_11.opb.PB06.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687575-1337873662/watcher-3687575-1337873662 -o /tmp/evaluation-result-3687575-1337873662/solver-3687575-1337873662 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687575-1337873662.opb

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

MD5SUM BENCH= 19bfc1d5b7087888ef5c79946c60f053
RANDOM SEED=2138714882

node144.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.196
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.39
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.196
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.196
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	: 5438.54
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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.196
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.90
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.196
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
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.196
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.196
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:       32873844 kB
MemFree:        29628552 kB
Buffers:          215280 kB
Cached:          1850380 kB
SwapCached:            0 kB
Active:           828944 kB
Inactive:        1651204 kB
Active(anon):     415676 kB
Inactive(anon):        0 kB
Active(file):     413268 kB
Inactive(file):  1651204 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               448 kB
Writeback:             0 kB
AnonPages:        420084 kB
Mapped:            22496 kB
Shmem:               200 kB
Slab:             626536 kB
SReclaimable:      69160 kB
SUnreclaim:       557376 kB
KernelStack:        1600 kB
PageTables:         5104 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     621720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    352256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71724 MiB
End job on node144 at 2012-05-24 18:04:18