Trace number 3717953

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 NameAnswerCPU timeWall clock time
Sat4j PB 2012-05-28MSAT (TO) 1800.07 1797.45

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/pedigree/
normalized-pedck60-L12_wcsp.wbo
MD5SUM6aa53d960869fabc4eef8f7c27928383
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark0.84487
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables600
Total number of constraints36600
Number of soft constraints36540
Number of constraints which are clauses36540
Number of constraints which are cardinality constraints (but not clauses)60
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 61
Min constraint cost 1
Max constraint cost 61
Sum of constraints costs 2196540
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
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.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120528
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3717953-1338259029.wbo
0.08/0.12	c reading problem ... 
1.26/0.70	c ... done. Wall clock time 0.58s.
1.26/0.70	c declared #vars     600
1.26/0.70	c internal #vars     37140
1.26/0.70	c #constraints  36661
1.26/0.70	c constraints type 
1.26/0.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36060
1.26/0.70	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
1.26/0.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 540
1.26/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.26/0.70	c 36661 constraints processed.
1.26/0.70	c objective function length is 36540 literals
1.77/0.98	c SATISFIABLE
1.77/0.98	c OPTIMIZING...
1.77/0.98	c Got one! Elapsed wall clock time (in seconds):0.858
1.77/0.98	o 60
2.40/1.21	c Got one! Elapsed wall clock time (in seconds):1.087
2.40/1.21	o 59
2.65/1.38	c Got one! Elapsed wall clock time (in seconds):1.256
2.65/1.38	o 58
2.78/1.41	c Got one! Elapsed wall clock time (in seconds):1.295
2.78/1.41	o 24
2.78/1.45	c Got one! Elapsed wall clock time (in seconds):1.329
2.78/1.45	o 23
6.32/4.88	c cleaning 2582 clauses out of 5193 with flag 27402/5193
8.05/6.48	c Got one! Elapsed wall clock time (in seconds):6.36
8.05/6.48	o 22
10.58/8.92	c cleaning 3893 clauses out of 7790 with flag 11643/10372
14.59/12.96	c cleaning 4947 clauses out of 9897 with flag 39758/16372
19.10/17.41	c cleaning 5967 clauses out of 11950 with flag 80609/23372
24.95/23.27	c cleaning 6988 clauses out of 13983 with flag 132085/31372
30.85/29.15	c cleaning 7996 clauses out of 15997 with flag 178715/40374
37.25/35.55	c cleaning 9001 clauses out of 18003 with flag 236027/50376
44.56/42.88	c cleaning 9990 clauses out of 19999 with flag 299295/61373
52.56/50.87	c cleaning 10990 clauses out of 22009 with flag 369274/73373
61.36/59.60	c cleaning 12002 clauses out of 24019 with flag 443571/86373
70.88/69.13	c cleaning 12998 clauses out of 26016 with flag 527616/100372
81.29/79.53	c cleaning 14001 clauses out of 28018 with flag 614463/115372
92.49/90.70	c cleaning 15005 clauses out of 30017 with flag 706134/131372
104.40/102.65	c cleaning 16002 clauses out of 32015 with flag 801255/148375
117.10/115.31	c cleaning 17005 clauses out of 34012 with flag 905078/166374
130.51/128.78	c cleaning 17989 clauses out of 36005 with flag 1028364/185372
134.84/133.06	c Got one! Elapsed wall clock time (in seconds):132.942
134.84/133.06	o 21
135.03/133.25	c Got one! Elapsed wall clock time (in seconds):133.131
135.03/133.25	o 20
137.43/135.69	c Got one! Elapsed wall clock time (in seconds):135.575
137.43/135.69	o 19
140.54/138.76	c cleaning 15058 clauses out of 30127 with flag 17268/197483
144.79/142.95	c cleaning 10535 clauses out of 21069 with flag 49741/203483
149.90/148.02	c cleaning 8764 clauses out of 17534 with flag 86533/210483
155.10/153.23	c cleaning 8363 clauses out of 16770 with flag 127194/218483
161.21/159.38	c cleaning 8696 clauses out of 17407 with flag 179480/227483
168.21/166.33	c cleaning 9341 clauses out of 18711 with flag 232701/237483
175.72/173.86	c cleaning 10171 clauses out of 20370 with flag 300849/248483
184.03/182.13	c cleaning 11100 clauses out of 22201 with flag 371201/260485
192.72/190.87	c cleaning 12035 clauses out of 24099 with flag 447471/273483
202.83/200.96	c cleaning 13019 clauses out of 26064 with flag 544082/287483
213.23/211.37	c cleaning 14021 clauses out of 28045 with flag 635630/302483
224.83/222.95	c cleaning 15000 clauses out of 30024 with flag 732054/318483
237.04/235.17	c cleaning 16009 clauses out of 32026 with flag 830006/335485
250.16/248.24	c cleaning 17003 clauses out of 34016 with flag 932918/353484
263.88/261.92	c cleaning 17993 clauses out of 36012 with flag 1033673/372483
278.18/276.22	c cleaning 19005 clauses out of 38021 with flag 1142234/392485
292.99/291.02	c cleaning 19990 clauses out of 40014 with flag 1265599/413483
308.83/306.81	c cleaning 21011 clauses out of 42024 with flag 1390462/435483
325.73/323.75	c cleaning 21996 clauses out of 44014 with flag 1516283/458484
342.74/340.72	c cleaning 23001 clauses out of 46017 with flag 1659458/482483
360.75/358.70	c cleaning 23993 clauses out of 48017 with flag 1796690/507484
379.66/377.63	c cleaning 25004 clauses out of 50023 with flag 1961674/533483
399.47/397.42	c cleaning 26000 clauses out of 52019 with flag 2130238/560483
420.09/418.02	c cleaning 27008 clauses out of 54019 with flag 2290913/588483
441.01/438.94	c cleaning 27987 clauses out of 56012 with flag 2453248/617484
462.52/460.42	c cleaning 29005 clauses out of 58026 with flag 2632926/647485
484.73/482.64	c cleaning 30002 clauses out of 60019 with flag 2822228/678483
508.03/506.00	c cleaning 30979 clauses out of 62017 with flag 3005563/710483
532.53/530.47	c cleaning 31996 clauses out of 64038 with flag 3182332/743483
557.45/555.40	c cleaning 33001 clauses out of 66043 with flag 3385795/777484
583.45/581.33	c cleaning 34007 clauses out of 68041 with flag 3594565/812483
610.55/608.40	c cleaning 35008 clauses out of 70037 with flag 3806258/848486
638.06/635.97	c cleaning 36008 clauses out of 72027 with flag 4013679/885484
666.16/664.03	c cleaning 37000 clauses out of 74019 with flag 4238106/923484
695.26/693.17	c cleaning 38001 clauses out of 76018 with flag 4452973/962483
725.16/723.07	c cleaning 39001 clauses out of 78018 with flag 4676502/1002484
755.76/753.63	c cleaning 40008 clauses out of 80020 with flag 4909173/1043487
786.76/784.64	c cleaning 40997 clauses out of 82010 with flag 5143266/1085485
819.01/816.89	c cleaning 41995 clauses out of 84014 with flag 5393387/1128486
851.73/849.55	c cleaning 43004 clauses out of 86017 with flag 5642924/1172484
885.92/883.70	c cleaning 43993 clauses out of 88012 with flag 5897758/1217483
920.33/918.16	c cleaning 44987 clauses out of 90020 with flag 6154150/1263484
955.53/953.36	c cleaning 46013 clauses out of 92036 with flag 6430694/1310487
991.64/989.45	c cleaning 46991 clauses out of 94019 with flag 6714599/1358483
1028.47/1026.30	c cleaning 47998 clauses out of 96028 with flag 6983859/1407483
1065.78/1063.56	c cleaning 49007 clauses out of 98030 with flag 7271437/1457483
1104.09/1101.80	c cleaning 50000 clauses out of 100023 with flag 7565030/1508483
1142.51/1140.29	c cleaning 51001 clauses out of 102028 with flag 7865559/1560488
1182.22/1179.93	c cleaning 51993 clauses out of 104022 with flag 8169100/1613483
1222.62/1220.31	c cleaning 53004 clauses out of 106029 with flag 8519104/1667483
1263.14/1260.84	c cleaning 53997 clauses out of 108025 with flag 8855380/1722483
1304.76/1302.42	c cleaning 55010 clauses out of 110030 with flag 9223572/1778485
1346.86/1344.59	c cleaning 55993 clauses out of 112020 with flag 9588233/1835485
1389.38/1387.06	c cleaning 57000 clauses out of 114026 with flag 9956557/1893484
1433.17/1430.84	c cleaning 58005 clauses out of 116025 with flag 10339880/1952483
1477.28/1474.90	c cleaning 58999 clauses out of 118021 with flag 10756410/2012484
1521.79/1519.48	c cleaning 60006 clauses out of 120021 with flag 11209196/2073483
1546.81/1544.48	c Got one! Elapsed wall clock time (in seconds):1544.358
1546.81/1544.48	o 18
1552.11/1549.78	c cleaning 49245 clauses out of 98525 with flag 31445/2111993
1558.34/1555.96	c cleaning 27616 clauses out of 55279 with flag 71046/2117992
1564.56/1562.11	c cleaning 17320 clauses out of 34664 with flag 118298/2124993
1570.36/1567.94	c cleaning 12667 clauses out of 25344 with flag 174189/2132993
1576.67/1574.27	c cleaning 10823 clauses out of 21678 with flag 239203/2141994
1583.78/1581.39	c cleaning 10415 clauses out of 20854 with flag 304867/2151993
1587.99/1585.50	c Got one! Elapsed wall clock time (in seconds):1585.378
1587.99/1585.50	o 17
1593.19/1590.76	c cleaning 10524 clauses out of 21070 with flag 25276/2162624
1599.03/1596.55	c cleaning 8250 clauses out of 16546 with flag 53848/2168624
1606.15/1603.66	c cleaning 7627 clauses out of 15295 with flag 84152/2175623
1613.44/1610.96	c cleaning 7820 clauses out of 15668 with flag 113454/2183623
1620.55/1618.10	c cleaning 8415 clauses out of 16850 with flag 150521/2192625
1627.57/1625.04	c cleaning 9211 clauses out of 18434 with flag 192061/2202624
1635.27/1632.75	c cleaning 10109 clauses out of 20223 with flag 239170/2213624
1643.57/1641.10	c cleaning 11043 clauses out of 22113 with flag 293271/2225623
1652.67/1650.15	c cleaning 12029 clauses out of 24071 with flag 347706/2238624
1662.28/1659.79	c cleaning 13010 clauses out of 26041 with flag 410474/2252623
1673.08/1670.57	c cleaning 13987 clauses out of 28031 with flag 480839/2267623
1684.29/1681.78	c cleaning 15017 clauses out of 30044 with flag 552794/2283623
1696.20/1693.69	c cleaning 16010 clauses out of 32027 with flag 632630/2300623
1708.71/1706.15	c cleaning 16996 clauses out of 34018 with flag 721317/2318624
1722.11/1719.52	c cleaning 17999 clauses out of 36021 with flag 809561/2337623
1735.81/1733.28	c cleaning 18990 clauses out of 38022 with flag 916173/2357623
1750.42/1747.85	c cleaning 20006 clauses out of 40035 with flag 1031295/2378626
1766.03/1763.48	c cleaning 21004 clauses out of 42026 with flag 1142738/2400623
1782.14/1779.53	c cleaning 21995 clauses out of 44026 with flag 1274593/2423627
1799.05/1796.48	c cleaning 22998 clauses out of 46027 with flag 1402288/2447623
1800.07/1797.42	c starts		: 241
1800.07/1797.42	c conflicts		: 2448824
1800.07/1797.42	c decisions		: 5481492
1800.07/1797.42	c propagations		: 1105347312
1800.07/1797.42	c inspects		: 2834090134
1800.07/1797.42	c shortcuts		: 0
1800.07/1797.42	c learnt literals	: 0
1800.07/1797.42	c learnt binary clauses	: 437
1800.07/1797.42	c learnt ternary clauses	: 445
1800.07/1797.42	c learnt constraints	: 2448824
1800.07/1797.42	c ignored constraints	: 0
1800.07/1797.42	c root simplifications	: 0
1800.07/1797.42	c removed literals (reason simplification)	: 0
1800.07/1797.42	c reason swapping (by a shorter reason)	: 0
1800.07/1797.42	c Calls to reduceDB	: 99
1800.07/1797.42	c Number of update (reduction) of LBD	: 805493
1800.07/1797.42	c number of reductions to clauses (during analyze)	: 0
1800.07/1797.42	c number of learned constraints concerned by reduction	: 0
1800.07/1797.42	c number of learning phase by resolution	: 0
1800.07/1797.42	c number of learning phase by cutting planes	: 0
1800.07/1797.42	c speed (assignments/second)	: 615243.5675792412
1800.07/1797.42	c non guided choices	2
1800.07/1797.43	c learnt constraints type 
1800.07/1797.43	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 437
1800.07/1797.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 23808
1800.07/1797.43	c constraints type 
1800.07/1797.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36060
1800.07/1797.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 60
1800.07/1797.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 540
1800.07/1797.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
1800.07/1797.43	c 36662 constraints processed.
1800.07/1797.43	s SATISFIABLE
1800.07/1797.43	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 
1800.07/1797.43	c objective function=17
1800.07/1797.43	c Total wall clock time (in seconds): 1797.31

Verifier Data

OK	6

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

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.69 1.94 1.97 3/173 20673
/proc/meminfo: memFree=28766580/32873844 swapFree=7116/7116
[pid=20673] ppid=20671 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/20673/stat : 20673 (java) D 20671 20673 16905 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 292027969 9515008 182 33554432000 1073741824 1073778376 140737426017136 140737426008168 227141303989 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/20673/statm: 2323 182 140 9 0 71 0

[startup+0.04606 s]
/proc/loadavg: 1.69 1.94 1.97 3/173 20673
/proc/meminfo: memFree=28766580/32873844 swapFree=7116/7116
[pid=20673] ppid=20671 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/20673/stat : 20673 (java) S 20671 20673 16905 0 -1 4202496 3049 0 1 0 2 0 0 0 20 0 13 0 292027969 9446973440 3237 33554432000 1073741824 1073778376 140735577714864 140735577706000 227144663101 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20673/statm: 2306390 3237 1683 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100287 s]
/proc/loadavg: 1.69 1.94 1.97 3/173 20673
/proc/meminfo: memFree=28766580/32873844 swapFree=7116/7116
[pid=20673] ppid=20671 vsize=9558416 CPUtime=0.08 cores=1,3,5,7
/proc/20673/stat : 20673 (java) S 20671 20673 16905 0 -1 4202496 4252 0 1 0 7 1 0 0 20 0 18 0 292027969 9787817984 4927 33554432000 1073741824 1073778376 140735577714864 140735577706000 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20673/statm: 2389604 4927 2081 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558416

[startup+0.300254 s]
/proc/loadavg: 1.69 1.94 1.97 3/173 20673
/proc/meminfo: memFree=28766580/32873844 swapFree=7116/7116
[pid=20673] ppid=20671 vsize=9558416 CPUtime=0.45 cores=1,3,5,7
/proc/20673/stat : 20673 (java) S 20671 20673 16905 0 -1 4202496 5480 0 1 0 43 2 0 0 20 0 18 0 292027969 9787817984 7888 33554432000 1073741824 1073778376 140735577714864 140735577706000 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20673/statm: 2389604 7888 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558416

[startup+0.700311 s]
/proc/loadavg: 1.69 1.94 1.97 3/173 20673
/proc/meminfo: memFree=28766580/32873844 swapFree=7116/7116
[pid=20673] ppid=20671 vsize=9558416 CPUtime=1.26 cores=1,3,5,7
/proc/20673/stat : 20673 (java) S 20671 20673 16905 0 -1 4202496 10661 0 1 0 121 5 0 0 20 0 18 0 292027969 9787817984 38738 33554432000 1073741824 1073778376 140735577714864 140735577706000 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20673/statm: 2389604 38738 2243 9 0 2380296 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9558416

[startup+1.50076 s]
/proc/loadavg: 1.69 1.94 1.97 5/212 20719
/proc/meminfo: memFree=28465796/32873844 swapFree=7116/7116
[pid=20673] ppid=20671 vsize=9624980 CPUtime=2.91 cores=1,3,5,7
/proc/20673/stat : 20673 (java) S 20671 20673 16905 0 -1 4202496 15585 0 1 0 281 10 0 0 20 0 19 0 292027969 9855979520 46568 33554432000 1073741824 1073778376 140735577714864 140735577706000 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20673/statm: 2406245 46568 2268 9 0 2396937 0
[pid=20673/tid=20675] ppid=20671 vsize=9624980 CPUtime=1.42 cores=1,3,5,7
/proc/20673/task/20675/stat : 20675 (java) R 20671 20673 16905 0 -1 4202560 2576 0 1 0 139 3 0 0 20 0 19 0 292027970 9855979520 46568 33554432000 1073741824 1073778376 140735577714864 140137403358600 140137276543456 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20676] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20676/stat : 20676 (java) S 20671 20673 16905 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292027971 9855979520 46568 33554432000 1073741824 1073778376 140735577714864 140137247333288 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20677] ppid=20671 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/20673/task/20677/stat : 20677 (java) S 20671 20673 16905 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 292027971 9855979520 46568 33554432000 1073741824 1073778376 140735577714864 140137246280744 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20678] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20678/stat : 20678 (java) S 20671 20673 16905 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292027971 9855979520 46568 33554432000 1073741824 1073778376 140735577714864 140137245227688 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20673/tid=20679] ppid=20671 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/20673/task/20679/stat : 20679 (java) S 20671 20673 16905 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 19 0 292027971 9855979520 46568 33554432000 1073741824 1073778376 140735577714864 140137244175144 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20680] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20680/stat : 20680 (java) S 20671 20673 16905 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 292027971 9855979520 46568 33554432000 1073741824 1073778376 140735577714864 140137243122088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20673/tid=20681] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20681/stat : 20681 (java) S 20671 20673 16905 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 292027971 9855979520 46568 33554432000 1073741824 1073778376 140735577714864 140137242069544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20682] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20682/stat : 20682 (java) S 20671 20673 16905 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292027971 9855979520 46568 33554432000 1073741824 1073778376 140735577714864 140137241016488 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20673/tid=20683] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20683/stat : 20683 (java) S 20671 20673 16905 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292027971 9855979520 46568 33554432000 1073741824 1073778376 140735577714864 140137239963944 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20684] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20684/stat : 20684 (java) S 20671 20673 16905 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 292027972 9855979520 46568 33554432000 1073741824 1073778376 140735577714864 140137227553640 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20685] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20685/stat : 20685 (java) S 20671 20673 16905 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292027973 9855979520 46568 33554432000 1073741824 1073778376 140735577714864 140137226499960 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20686] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20686/stat : 20686 (java) S 20671 20673 16905 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292027973 9855979520 46568 33554432000 1073741824 1073778376 140735577714864 140137225446792 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20687] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20687/stat : 20687 (java) S 20671 20673 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292027975 9855979520 46568 33554432000 1073741824 1073778376 140735577714864 140137224395536 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20688] ppid=20671 vsize=9624980 CPUtime=0.65 cores=1,3,5,7
/proc/20673/task/20688/stat : 20688 (java) S 20671 20673 16905 0 -1 4202560 6612 0 0 0 63 2 0 0 20 0 19 0 292027975 9855979520 46568 33554432000 1073741824 1073778376 140735577714864 140137223342392 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20689] ppid=20671 vsize=9624980 CPUtime=0.65 cores=1,3,5,7
/proc/20673/task/20689/stat : 20689 (java) S 20671 20673 16905 0 -1 4202560 5075 0 0 0 64 1 0 0 20 0 19 0 292027976 9855979520 46568 33554432000 1073741824 1073778376 140735577714864 140137222289848 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20690] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20690/stat : 20690 (java) S 20671 20673 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292027976 9855979520 46568 33554432000 1073741824 1073778376 140735577714864 140137221236984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20691] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20691/stat : 20691 (java) S 20671 20673 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292027976 9855979520 46568 33554432000 1073741824 1073778376 140735577714864 140137220184648 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20719] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20719/stat : 20719 (java) S 20671 20673 16905 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292028051 9855979520 46568 33554432000 1073741824 1073778376 140735577714864 140137219130920 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 9624980

[startup+3.10061 s]
/proc/loadavg: 1.69 1.94 1.97 11/212 20719
/proc/meminfo: memFree=28207688/32873844 swapFree=7116/7116
[pid=20673] ppid=20671 vsize=9624980 CPUtime=4.61 cores=1,3,5,7
/proc/20673/stat : 20673 (java) S 20671 20673 16905 0 -1 4202496 15602 0 1 0 451 10 0 0 20 0 19 0 292027969 9855979520 46583 33554432000 1073741824 1073778376 140735577714864 140735577706000 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20673/statm: 2406245 46583 2271 9 0 2396937 0
[pid=20673/tid=20675] ppid=20671 vsize=9624980 CPUtime=3 cores=1,3,5,7
/proc/20673/task/20675/stat : 20675 (java) R 20671 20673 16905 0 -1 4202560 2578 0 1 0 297 3 0 0 20 0 19 0 292027970 9855979520 46583 33554432000 1073741824 1073778376 140735577714864 140137403359608 140137276543443 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20676] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20676/stat : 20676 (java) S 20671 20673 16905 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292027971 9855979520 46583 33554432000 1073741824 1073778376 140735577714864 140137247333288 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20677] ppid=20671 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/20673/task/20677/stat : 20677 (java) S 20671 20673 16905 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 292027971 9855979520 46583 33554432000 1073741824 1073778376 140735577714864 140137246280744 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20678] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20678/stat : 20678 (java) S 20671 20673 16905 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292027971 9855979520 46583 33554432000 1073741824 1073778376 140735577714864 140137245227688 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20673/tid=20679] ppid=20671 vsize=9624980 CPUtime=0.02 cores=1,3,5,7
/proc/20673/task/20679/stat : 20679 (java) S 20671 20673 16905 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 19 0 292027971 9855979520 46583 33554432000 1073741824 1073778376 140735577714864 140137244175144 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20680] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20680/stat : 20680 (java) S 20671 20673 16905 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 292027971 9855979520 46583 33554432000 1073741824 1073778376 140735577714864 140137243122088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20673/tid=20681] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20681/stat : 20681 (java) S 20671 20673 16905 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 292027971 9855979520 46583 33554432000 1073741824 1073778376 140735577714864 140137242069544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20682] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20682/stat : 20682 (java) S 20671 20673 16905 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292027971 9855979520 46583 33554432000 1073741824 1073778376 140735577714864 140137241016488 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20673/tid=20683] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20683/stat : 20683 (java) S 20671 20673 16905 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292027971 9855979520 46583 33554432000 1073741824 1073778376 140735577714864 140137239963944 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20684] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20684/stat : 20684 (java) S 20671 20673 16905 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 292027972 9855979520 46583 33554432000 1073741824 1073778376 140735577714864 140137227553640 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20685] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20685/stat : 20685 (java) S 20671 20673 16905 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292027973 9855979520 46583 33554432000 1073741824 1073778376 140735577714864 140137226499960 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20686] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20686/stat : 20686 (java) S 20671 20673 16905 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292027973 9855979520 46583 33554432000 1073741824 1073778376 140735577714864 140137225446792 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20687] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20687/stat : 20687 (java) S 20671 20673 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292027975 9855979520 46583 33554432000 1073741824 1073778376 140735577714864 140137224395536 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20688] ppid=20671 vsize=9624980 CPUtime=0.67 cores=1,3,5,7
/proc/20673/task/20688/stat : 20688 (java) S 20671 20673 16905 0 -1 4202560 6613 0 0 0 65 2 0 0 20 0 19 0 292027975 9855979520 46583 33554432000 1073741824 1073778376 140735577714864 140137223342392 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20689] ppid=20671 vsize=9624980 CPUtime=0.75 cores=1,3,5,7
/proc/20673/task/20689/stat : 20689 (java) S 20671 20673 16905 0 -1 4202560 5089 0 0 0 73 2 0 0 20 0 19 0 292027976 9855979520 46583 33554432000 1073741824 1073778376 140735577714864 140137222289848 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20690] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20690/stat : 20690 (java) S 20671 20673 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292027976 9855979520 46583 33554432000 1073741824 1073778376 140735577714864 140137221236984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20691] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20691/stat : 20691 (java) S 20671 20673 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292027976 9855979520 46583 33554432000 1073741824 1073778376 140735577714864 140137220184648 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20719] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20719/stat : 20719 (java) S 20671 20673 16905 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292028051 9855979520 46583 33554432000 1073741824 1073778376 140735577714864 140137219130920 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 9624980

[startup+6.30065 s]
/proc/loadavg: 2.35 2.07 2.01 3/212 20719
/proc/meminfo: memFree=27590168/32873844 swapFree=7116/7116
[pid=20673] ppid=20671 vsize=9624980 CPUtime=7.95 cores=1,3,5,7
/proc/20673/stat : 20673 (java) S 20671 20673 16905 0 -1 4202496 16021 0 1 0 780 15 0 0 20 0 19 0 292027969 9855979520 60201 33554432000 1073741824 1073778376 140735577714864 140735577706000 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20673/statm: 2406245 60201 2283 9 0 2396937 0
[pid=20673/tid=20675] ppid=20671 vsize=9624980 CPUtime=6.07 cores=1,3,5,7
/proc/20673/task/20675/stat : 20675 (java) R 20671 20673 16905 0 -1 4202560 2580 0 1 0 604 3 0 0 20 0 19 0 292027970 9855979520 60201 33554432000 1073741824 1073778376 140735577714864 140137403357728 140137276543448 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20676] ppid=20671 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/20673/task/20676/stat : 20676 (java) S 20671 20673 16905 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 292027971 9855979520 60201 33554432000 1073741824 1073778376 140735577714864 140137247333288 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20677] ppid=20671 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/20673/task/20677/stat : 20677 (java) S 20671 20673 16905 0 -1 4202560 94 0 0 0 1 0 0 0 20 0 19 0 292027971 9855979520 60201 33554432000 1073741824 1073778376 140735577714864 140137246280744 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20678] ppid=20671 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/20673/task/20678/stat : 20678 (java) S 20671 20673 16905 0 -1 4202560 12 0 0 0 0 1 0 0 20 0 19 0 292027971 9855979520 60201 33554432000 1073741824 1073778376 140735577714864 140137245227688 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20673/tid=20679] ppid=20671 vsize=9624980 CPUtime=0.05 cores=1,3,5,7
/proc/20673/task/20679/stat : 20679 (java) S 20671 20673 16905 0 -1 4202560 122 0 0 0 3 2 0 0 20 0 19 0 292027971 9855979520 60201 33554432000 1073741824 1073778376 140735577714864 140137244175144 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20680] ppid=20671 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/20673/task/20680/stat : 20680 (java) S 20671 20673 16905 0 -1 4202560 81 0 0 0 1 0 0 0 20 0 19 0 292027971 9855979520 60201 33554432000 1073741824 1073778376 140735577714864 140137243122088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20673/tid=20681] ppid=20671 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/20673/task/20681/stat : 20681 (java) S 20671 20673 16905 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 292027971 9855979520 60201 33554432000 1073741824 1073778376 140735577714864 140137242069544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20682] ppid=20671 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/20673/task/20682/stat : 20682 (java) S 20671 20673 16905 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 19 0 292027971 9855979520 60201 33554432000 1073741824 1073778376 140735577714864 140137241016488 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20673/tid=20683] ppid=20671 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/20673/task/20683/stat : 20683 (java) S 20671 20673 16905 0 -1 4202560 109 0 0 0 2 1 0 0 20 0 19 0 292027971 9855979520 60201 33554432000 1073741824 1073778376 140735577714864 140137239963944 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20684] ppid=20671 vsize=9624980 CPUtime=0.08 cores=1,3,5,7
/proc/20673/task/20684/stat : 20684 (java) S 20671 20673 16905 0 -1 4202560 107 0 0 0 8 0 0 0 20 0 19 0 292027972 9855979520 60201 33554432000 1073741824 1073778376 140735577714864 140137227553640 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20685] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20685/stat : 20685 (java) S 20671 20673 16905 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292027973 9855979520 60201 33554432000 1073741824 1073778376 140735577714864 140137226499960 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20686] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20686/stat : 20686 (java) S 20671 20673 16905 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292027973 9855979520 60201 33554432000 1073741824 1073778376 140735577714864 140137225446792 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20687] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20687/stat : 20687 (java) S 20671 20673 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292027975 9855979520 60201 33554432000 1073741824 1073778376 140735577714864 140137224395536 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20688] ppid=20671 vsize=9624980 CPUtime=0.69 cores=1,3,5,7
/proc/20673/task/20688/stat : 20688 (java) S 20671 20673 16905 0 -1 4202560 6616 0 0 0 67 2 0 0 20 0 19 0 292027975 9855979520 60201 33554432000 1073741824 1073778376 140735577714864 140137223342392 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20689] ppid=20671 vsize=9624980 CPUtime=0.78 cores=1,3,5,7
/proc/20673/task/20689/stat : 20689 (java) S 20671 20673 16905 0 -1 4202560 5091 0 0 0 76 2 0 0 20 0 19 0 292027976 9855979520 60201 33554432000 1073741824 1073778376 140735577714864 140137222289848 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20690] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20690/stat : 20690 (java) S 20671 20673 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292027976 9855979520 60201 33554432000 1073741824 1073778376 140735577714864 140137221236984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20691] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20691/stat : 20691 (java) S 20671 20673 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292027976 9855979520 60201 33554432000 1073741824 1073778376 140735577714864 140137220184648 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20719] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20719/stat : 20719 (java) S 20671 20673 16905 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292028051 9855979520 60201 33554432000 1073741824 1073778376 140735577714864 140137219130920 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.95
Current children cumulated vsize (KiB) 9624980

[startup+12.7007 s]

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

[pid=20673/tid=20688] ppid=20671 vsize=9624980 CPUtime=0.71 cores=1,3,5,7
/proc/20673/task/20688/stat : 20688 (java) S 20671 20673 16905 0 -1 4202560 6616 0 0 0 69 2 0 0 20 0 19 0 292027975 9855979520 66009 33554432000 1073741824 1073778376 140735577714864 140137223342392 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20689] ppid=20671 vsize=9624980 CPUtime=0.88 cores=1,3,5,7
/proc/20673/task/20689/stat : 20689 (java) S 20671 20673 16905 0 -1 4202560 5104 0 0 0 86 2 0 0 20 0 19 0 292027976 9855979520 66009 33554432000 1073741824 1073778376 140735577714864 140137222289848 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20690] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20690/stat : 20690 (java) S 20671 20673 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292027976 9855979520 66009 33554432000 1073741824 1073778376 140735577714864 140137221236984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20691] ppid=20671 vsize=9624980 CPUtime=0.33 cores=1,3,5,7
/proc/20673/task/20691/stat : 20691 (java) S 20671 20673 16905 0 -1 4202560 95 0 0 0 18 15 0 0 20 0 19 0 292027976 9855979520 66009 33554432000 1073741824 1073778376 140735577714864 140137220184648 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20719] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20719/stat : 20719 (java) S 20671 20673 16905 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292028051 9855979520 66009 33554432000 1073741824 1073778376 140735577714864 140137219130920 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1664.88
Current children cumulated vsize (KiB) 9624980

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 20814
/proc/meminfo: memFree=27342528/32873844 swapFree=7116/7116
[pid=20673] ppid=20671 vsize=9624980 CPUtime=1724.91 cores=1,3,5,7
/proc/20673/stat : 20673 (java) S 20671 20673 16905 0 -1 4202496 16696 0 1 0 172463 28 0 0 20 0 19 0 292027969 9855979520 66011 33554432000 1073741824 1073778376 140735577714864 140735577706000 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20673/statm: 2406245 66011 2284 9 0 2396937 0
[pid=20673/tid=20675] ppid=20671 vsize=9624980 CPUtime=1710.19 cores=1,3,5,7
/proc/20673/task/20675/stat : 20675 (java) R 20671 20673 16905 0 -1 4202560 2673 0 1 0 170991 28 0 0 20 0 19 0 292027970 9855979520 66011 33554432000 1073741824 1073778376 140735577714864 140137403359520 140137276727613 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20676] ppid=20671 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/20673/task/20676/stat : 20676 (java) S 20671 20673 16905 0 -1 4202560 37 0 0 0 19 0 0 0 20 0 19 0 292027971 9855979520 66011 33554432000 1073741824 1073778376 140735577714864 140137247333288 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20673/tid=20677] ppid=20671 vsize=9624980 CPUtime=0.17 cores=1,3,5,7
/proc/20673/task/20677/stat : 20677 (java) S 20671 20673 16905 0 -1 4202560 210 0 0 0 15 2 0 0 20 0 19 0 292027971 9855979520 66011 33554432000 1073741824 1073778376 140735577714864 140137246280744 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20678] ppid=20671 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/20673/task/20678/stat : 20678 (java) S 20671 20673 16905 0 -1 4202560 58 0 0 0 16 2 0 0 20 0 19 0 292027971 9855979520 66011 33554432000 1073741824 1073778376 140735577714864 140137245227688 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20679] ppid=20671 vsize=9624980 CPUtime=0.23 cores=1,3,5,7
/proc/20673/task/20679/stat : 20679 (java) S 20671 20673 16905 0 -1 4202560 158 0 0 0 20 3 0 0 20 0 19 0 292027971 9855979520 66011 33554432000 1073741824 1073778376 140735577714864 140137244175144 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20673/tid=20680] ppid=20671 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/20673/task/20680/stat : 20680 (java) S 20671 20673 16905 0 -1 4202560 116 0 0 0 18 0 0 0 20 0 19 0 292027971 9855979520 66011 33554432000 1073741824 1073778376 140735577714864 140137243122088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20681] ppid=20671 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/20673/task/20681/stat : 20681 (java) S 20671 20673 16905 0 -1 4202560 45 0 0 0 16 2 0 0 20 0 19 0 292027971 9855979520 66011 33554432000 1073741824 1073778376 140735577714864 140137242069544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20673/tid=20682] ppid=20671 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/20673/task/20682/stat : 20682 (java) S 20671 20673 16905 0 -1 4202560 63 0 0 0 18 0 0 0 20 0 19 0 292027971 9855979520 66011 33554432000 1073741824 1073778376 140735577714864 140137241016488 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20683] ppid=20671 vsize=9624980 CPUtime=0.22 cores=1,3,5,7
/proc/20673/task/20683/stat : 20683 (java) S 20671 20673 16905 0 -1 4202560 122 0 0 0 20 2 0 0 20 0 19 0 292027971 9855979520 66011 33554432000 1073741824 1073778376 140735577714864 140137239963944 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20684] ppid=20671 vsize=9624980 CPUtime=7.14 cores=1,3,5,7
/proc/20673/task/20684/stat : 20684 (java) S 20671 20673 16905 0 -1 4202560 216 0 0 0 712 2 0 0 20 0 19 0 292027972 9855979520 66011 33554432000 1073741824 1073778376 140735577714864 140137227553640 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20685] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20685/stat : 20685 (java) S 20671 20673 16905 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292027973 9855979520 66011 33554432000 1073741824 1073778376 140735577714864 140137226499960 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20686] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20686/stat : 20686 (java) S 20671 20673 16905 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292027973 9855979520 66011 33554432000 1073741824 1073778376 140735577714864 140137225446792 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20687] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20687/stat : 20687 (java) S 20671 20673 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292027975 9855979520 66011 33554432000 1073741824 1073778376 140735577714864 140137224395536 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20688] ppid=20671 vsize=9624980 CPUtime=0.71 cores=1,3,5,7
/proc/20673/task/20688/stat : 20688 (java) S 20671 20673 16905 0 -1 4202560 6616 0 0 0 69 2 0 0 20 0 19 0 292027975 9855979520 66011 33554432000 1073741824 1073778376 140735577714864 140137223342392 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20689] ppid=20671 vsize=9624980 CPUtime=0.88 cores=1,3,5,7
/proc/20673/task/20689/stat : 20689 (java) S 20671 20673 16905 0 -1 4202560 5104 0 0 0 86 2 0 0 20 0 19 0 292027976 9855979520 66011 33554432000 1073741824 1073778376 140735577714864 140137222289848 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20690] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20690/stat : 20690 (java) S 20671 20673 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292027976 9855979520 66011 33554432000 1073741824 1073778376 140735577714864 140137221236984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20691] ppid=20671 vsize=9624980 CPUtime=0.35 cores=1,3,5,7
/proc/20673/task/20691/stat : 20691 (java) S 20671 20673 16905 0 -1 4202560 99 0 0 0 19 16 0 0 20 0 19 0 292027976 9855979520 66011 33554432000 1073741824 1073778376 140735577714864 140137220184648 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20719] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20719/stat : 20719 (java) S 20671 20673 16905 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292028051 9855979520 66011 33554432000 1073741824 1073778376 140735577714864 140137219130920 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1724.91
Current children cumulated vsize (KiB) 9624980

[startup+1782.3 s]
/proc/loadavg: 1.96 2.00 2.00 3/213 20814
/proc/meminfo: memFree=27342280/32873844 swapFree=7116/7116
[pid=20673] ppid=20671 vsize=9624980 CPUtime=1784.96 cores=1,3,5,7
/proc/20673/stat : 20673 (java) S 20671 20673 16905 0 -1 4202496 16710 0 1 0 178467 29 0 0 20 0 19 0 292027969 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140735577706000 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20673/statm: 2406245 66013 2284 9 0 2396937 0
[pid=20673/tid=20675] ppid=20671 vsize=9624980 CPUtime=1769.7 cores=1,3,5,7
/proc/20673/task/20675/stat : 20675 (java) R 20671 20673 16905 0 -1 4202560 2677 0 1 0 176941 29 0 0 20 0 19 0 292027970 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137403359520 140137276544889 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20676] ppid=20671 vsize=9624980 CPUtime=0.2 cores=1,3,5,7
/proc/20673/task/20676/stat : 20676 (java) S 20671 20673 16905 0 -1 4202560 37 0 0 0 20 0 0 0 20 0 19 0 292027971 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137247333288 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20677] ppid=20671 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/20673/task/20677/stat : 20677 (java) S 20671 20673 16905 0 -1 4202560 210 0 0 0 16 2 0 0 20 0 19 0 292027971 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137246280744 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20673/tid=20678] ppid=20671 vsize=9624980 CPUtime=0.2 cores=1,3,5,7
/proc/20673/task/20678/stat : 20678 (java) S 20671 20673 16905 0 -1 4202560 58 0 0 0 18 2 0 0 20 0 19 0 292027971 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137245227688 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20679] ppid=20671 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/20673/task/20679/stat : 20679 (java) S 20671 20673 16905 0 -1 4202560 159 0 0 0 21 3 0 0 20 0 19 0 292027971 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137244175144 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20673/tid=20680] ppid=20671 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/20673/task/20680/stat : 20680 (java) S 20671 20673 16905 0 -1 4202560 116 0 0 0 18 0 0 0 20 0 19 0 292027971 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137243122088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20681] ppid=20671 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/20673/task/20681/stat : 20681 (java) S 20671 20673 16905 0 -1 4202560 46 0 0 0 17 2 0 0 20 0 19 0 292027971 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137242069544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20682] ppid=20671 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/20673/task/20682/stat : 20682 (java) S 20671 20673 16905 0 -1 4202560 63 0 0 0 19 0 0 0 20 0 19 0 292027971 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137241016488 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20683] ppid=20671 vsize=9624980 CPUtime=0.23 cores=1,3,5,7
/proc/20673/task/20683/stat : 20683 (java) S 20671 20673 16905 0 -1 4202560 122 0 0 0 21 2 0 0 20 0 19 0 292027971 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137239963944 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20684] ppid=20671 vsize=9624980 CPUtime=7.44 cores=1,3,5,7
/proc/20673/task/20684/stat : 20684 (java) S 20671 20673 16905 0 -1 4202560 220 0 0 0 742 2 0 0 20 0 19 0 292027972 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137227553640 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20685] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20685/stat : 20685 (java) S 20671 20673 16905 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292027973 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137226499960 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20686] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20686/stat : 20686 (java) S 20671 20673 16905 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292027973 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137225446792 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20687] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20687/stat : 20687 (java) S 20671 20673 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292027975 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137224395536 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20688] ppid=20671 vsize=9624980 CPUtime=0.71 cores=1,3,5,7
/proc/20673/task/20688/stat : 20688 (java) S 20671 20673 16905 0 -1 4202560 6616 0 0 0 69 2 0 0 20 0 19 0 292027975 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137223342392 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20689] ppid=20671 vsize=9624980 CPUtime=0.88 cores=1,3,5,7
/proc/20673/task/20689/stat : 20689 (java) S 20671 20673 16905 0 -1 4202560 5104 0 0 0 86 2 0 0 20 0 19 0 292027976 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137222289848 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20690] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20690/stat : 20690 (java) S 20671 20673 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292027976 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137221236984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20691] ppid=20671 vsize=9624980 CPUtime=0.35 cores=1,3,5,7
/proc/20673/task/20691/stat : 20691 (java) S 20671 20673 16905 0 -1 4202560 103 0 0 0 19 16 0 0 20 0 19 0 292027976 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137220184648 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20719] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20719/stat : 20719 (java) S 20671 20673 16905 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292028051 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137219130920 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1784.96
Current children cumulated vsize (KiB) 9624980



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.41 s]
/proc/loadavg: 1.96 2.00 2.00 3/213 20814
/proc/meminfo: memFree=27342280/32873844 swapFree=7116/7116
[pid=20673] ppid=20671 vsize=9624980 CPUtime=1800.07 cores=1,3,5,7
/proc/20673/stat : 20673 (java) S 20671 20673 16905 0 -1 4202496 16711 0 1 0 179978 29 0 0 20 0 19 0 292027969 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140735577706000 227144663101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20673/statm: 2406245 66013 2284 9 0 2396937 0
[pid=20673/tid=20675] ppid=20671 vsize=9624980 CPUtime=1784.71 cores=1,3,5,7
/proc/20673/task/20675/stat : 20675 (java) R 20671 20673 16905 0 -1 4202560 2678 0 1 0 178441 30 0 0 20 0 19 0 292027970 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137403359520 140137276548836 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20676] ppid=20671 vsize=9624980 CPUtime=0.2 cores=1,3,5,7
/proc/20673/task/20676/stat : 20676 (java) S 20671 20673 16905 0 -1 4202560 37 0 0 0 20 0 0 0 20 0 19 0 292027971 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137247333288 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20677] ppid=20671 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/20673/task/20677/stat : 20677 (java) S 20671 20673 16905 0 -1 4202560 210 0 0 0 16 2 0 0 20 0 19 0 292027971 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137246280744 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20673/tid=20678] ppid=20671 vsize=9624980 CPUtime=0.2 cores=1,3,5,7
/proc/20673/task/20678/stat : 20678 (java) S 20671 20673 16905 0 -1 4202560 58 0 0 0 18 2 0 0 20 0 19 0 292027971 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137245227688 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20679] ppid=20671 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/20673/task/20679/stat : 20679 (java) S 20671 20673 16905 0 -1 4202560 159 0 0 0 21 3 0 0 20 0 19 0 292027971 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137244175144 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20673/tid=20680] ppid=20671 vsize=9624980 CPUtime=0.18 cores=1,3,5,7
/proc/20673/task/20680/stat : 20680 (java) S 20671 20673 16905 0 -1 4202560 116 0 0 0 18 0 0 0 20 0 19 0 292027971 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137243122088 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20681] ppid=20671 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/20673/task/20681/stat : 20681 (java) S 20671 20673 16905 0 -1 4202560 46 0 0 0 17 2 0 0 20 0 19 0 292027971 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137242069544 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20682] ppid=20671 vsize=9624980 CPUtime=0.19 cores=1,3,5,7
/proc/20673/task/20682/stat : 20682 (java) S 20671 20673 16905 0 -1 4202560 63 0 0 0 19 0 0 0 20 0 19 0 292027971 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137241016488 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20683] ppid=20671 vsize=9624980 CPUtime=0.23 cores=1,3,5,7
/proc/20673/task/20683/stat : 20683 (java) S 20671 20673 16905 0 -1 4202560 122 0 0 0 21 2 0 0 20 0 19 0 292027971 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137239963944 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20684] ppid=20671 vsize=9624980 CPUtime=7.51 cores=1,3,5,7
/proc/20673/task/20684/stat : 20684 (java) S 20671 20673 16905 0 -1 4202560 220 0 0 0 749 2 0 0 20 0 19 0 292027972 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137227553640 227144677289 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20685] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20685/stat : 20685 (java) S 20671 20673 16905 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 292027973 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137226499960 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20686] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20686/stat : 20686 (java) S 20671 20673 16905 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 292027973 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137225446792 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20687] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20687/stat : 20687 (java) S 20671 20673 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292027975 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137224395536 227144685344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20688] ppid=20671 vsize=9624980 CPUtime=0.71 cores=1,3,5,7
/proc/20673/task/20688/stat : 20688 (java) S 20671 20673 16905 0 -1 4202560 6616 0 0 0 69 2 0 0 20 0 19 0 292027975 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137223342392 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20673/tid=20689] ppid=20671 vsize=9624980 CPUtime=0.88 cores=1,3,5,7
/proc/20673/task/20689/stat : 20689 (java) S 20671 20673 16905 0 -1 4202560 5104 0 0 0 86 2 0 0 20 0 19 0 292027976 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137222289848 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20690] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20690/stat : 20690 (java) S 20671 20673 16905 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 292027976 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137221236984 227144676412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20673/tid=20691] ppid=20671 vsize=9624980 CPUtime=0.36 cores=1,3,5,7
/proc/20673/task/20691/stat : 20691 (java) S 20671 20673 16905 0 -1 4202560 103 0 0 0 20 16 0 0 20 0 19 0 292027976 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137220184648 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20673/tid=20719] ppid=20671 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/20673/task/20719/stat : 20719 (java) S 20671 20673 16905 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 292028051 9855979520 66013 33554432000 1073741824 1073778376 140735577714864 140137219130920 227144677289 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9624980

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20673 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=308071
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=773882
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.45
CPU time (s): 1800.07
CPU user time (s): 1799.78
CPU system time (s): 0.29
CPU usage (%): 100.146
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.31
system time used= 0.773882
maximum resident set size= 264172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16743
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40613
involuntary context switches= 5881

runsolver used 5.68114 second user time and 14.7218 second system time

The end

Launcher Data

Begin job on node138 at 2012-05-29 04:37:09
IDJOB=3717953
IDBENCH=79631
IDSOLVER=2301
FILE ID=node138/3717953-1338259029
RUNJOBID= node138-1338259029-20656
PBS_JOBID= 14624649
Free space on /tmp= 71492 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/pedigree/normalized-pedck60-L12_wcsp.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3717953-1338259029/watcher-3717953-1338259029 -o /tmp/evaluation-result-3717953-1338259029/solver-3717953-1338259029 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3717953-1338259029.wbo

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

MD5SUM BENCH= 6aa53d960869fabc4eef8f7c27928383
RANDOM SEED=619207585

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.347
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.92
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		: 2667.347
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:        28768224 kB
Buffers:          669772 kB
Cached:          2518428 kB
SwapCached:          208 kB
Active:          1190244 kB
Inactive:        2020712 kB
Active(anon):       5064 kB
Inactive(anon):    11368 kB
Active(file):    1185180 kB
Inactive(file):  2009344 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67108648 kB
Dirty:              3212 kB
Writeback:             0 kB
AnonPages:         18808 kB
Mapped:            13572 kB
Shmem:               200 kB
Slab:             754352 kB
SReclaimable:     196432 kB
SUnreclaim:       557920 kB
KernelStack:        1376 kB
PageTables:         4112 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     108412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71476 MiB
End job on node138 at 2012-05-29 05:07:08