Trace number 3687573

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)220 1800.02 1795.85

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_24.opb.PB06.opb
MD5SUM7903a80129c7e51df900bcb9ac0a6f39
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark190
Best CPU time to get the best result obtained on this benchmark1796.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 185
Optimality of the best value was proved NO
Number of variables475
Total number of constraints475
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 constraints475
Minimum length of a constraint3
Maximum length of a constraint19
Number of terms in the objective function 475
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 475
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 475
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

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	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@431b9fb1
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 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 c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3687573-1337873657.opb
0.08/0.12	c reading problem ... 
0.25/0.22	c ... done. Wall clock time 0.108s.
0.25/0.22	c declared #vars     475
0.25/0.22	c #constraints  475
0.25/0.22	c constraints type 
0.25/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 475
0.25/0.23	c 475 constraints processed.
0.25/0.23	c objective function length is 475 literals
0.25/0.24	c SATISFIABLE
0.25/0.24	c OPTIMIZING...
0.25/0.24	c Got one! Elapsed wall clock time (in seconds):0.121
0.25/0.24	o 222
0.25/0.27	c Got one! Elapsed wall clock time (in seconds):0.155
0.25/0.27	o 221
1.62/1.21	c cleaning 2510 clauses out of 5021 with flag 5000/5021
1.75/1.37	c Got one! Elapsed wall clock time (in seconds):1.25
1.75/1.37	o 220
2.58/2.15	c cleaning 4193 clauses out of 8386 with flag 5000/10896
3.69/3.25	c cleaning 5095 clauses out of 10193 with flag 11000/16896
5.00/4.57	c cleaning 6043 clauses out of 12098 with flag 18000/23896
6.36/5.90	c cleaning 7029 clauses out of 14057 with flag 26002/31898
7.97/7.44	c cleaning 8012 clauses out of 16027 with flag 35001/40897
9.58/9.08	c cleaning 9007 clauses out of 18014 with flag 45000/50896
11.38/10.89	c cleaning 10003 clauses out of 20010 with flag 56003/61899
13.61/13.03	c cleaning 10998 clauses out of 22004 with flag 68000/73896
15.82/15.24	c cleaning 12004 clauses out of 24008 with flag 81002/86898
18.45/17.81	c cleaning 12992 clauses out of 26002 with flag 95000/100896
21.07/20.40	c cleaning 14006 clauses out of 28011 with flag 110001/115897
23.69/23.09	c cleaning 15001 clauses out of 30004 with flag 126000/131896
26.59/25.98	c cleaning 15994 clauses out of 32003 with flag 143000/148896
29.75/29.10	c cleaning 17002 clauses out of 34009 with flag 161000/166896
32.85/32.18	c cleaning 18001 clauses out of 36008 with flag 180001/185897
36.26/35.50	c cleaning 19000 clauses out of 38007 with flag 200001/205897
39.88/39.17	c cleaning 19999 clauses out of 40006 with flag 221000/226896
43.89/43.20	c cleaning 21003 clauses out of 42009 with flag 243002/248898
48.22/47.45	c cleaning 21996 clauses out of 44004 with flag 266000/271896
52.64/51.87	c cleaning 23005 clauses out of 46009 with flag 290001/295897
57.35/56.50	c cleaning 24000 clauses out of 48004 with flag 315001/320897
61.66/60.84	c cleaning 25002 clauses out of 50003 with flag 341000/346896
66.08/65.24	c cleaning 25995 clauses out of 52001 with flag 368000/373896
70.70/69.84	c cleaning 26999 clauses out of 54007 with flag 396001/401897
75.92/75.02	c cleaning 27998 clauses out of 56007 with flag 425000/430896
81.33/80.41	c cleaning 28998 clauses out of 58009 with flag 455000/460896
86.53/85.66	c cleaning 29999 clauses out of 60011 with flag 486000/491896
91.65/90.77	c cleaning 31001 clauses out of 62012 with flag 518000/523896
97.86/96.94	c cleaning 32003 clauses out of 64011 with flag 551000/556896
104.08/103.14	c cleaning 33000 clauses out of 66008 with flag 585000/590896
110.01/109.02	c cleaning 34000 clauses out of 68008 with flag 620000/625896
116.34/115.37	c cleaning 35004 clauses out of 70009 with flag 656001/661897
122.74/121.72	c cleaning 35999 clauses out of 72004 with flag 693000/698896
129.37/128.37	c cleaning 36996 clauses out of 74006 with flag 731001/736897
136.08/135.00	c cleaning 38002 clauses out of 76009 with flag 770000/775896
142.62/141.59	c cleaning 39000 clauses out of 78007 with flag 810000/815896
149.73/148.60	c cleaning 39994 clauses out of 80010 with flag 851003/856899
156.95/155.84	c cleaning 41003 clauses out of 82014 with flag 893001/898897
164.77/163.66	c cleaning 42004 clauses out of 84011 with flag 936001/941897
172.79/171.67	c cleaning 43003 clauses out of 86007 with flag 980001/985897
180.79/179.67	c cleaning 44002 clauses out of 88005 with flag 1025002/1030898
189.72/188.58	c cleaning 44995 clauses out of 90001 with flag 1071000/1076896
197.93/196.75	c cleaning 45999 clauses out of 92009 with flag 1118003/1123899
206.66/205.43	c cleaning 46993 clauses out of 94008 with flag 1166001/1171897
215.61/214.31	c cleaning 48003 clauses out of 96016 with flag 1215002/1220898
224.74/223.44	c cleaning 49005 clauses out of 98012 with flag 1265001/1270897
233.26/231.94	c cleaning 49997 clauses out of 100007 with flag 1316001/1321897
242.94/241.57	c cleaning 51004 clauses out of 102011 with flag 1368002/1373898
252.67/251.23	c cleaning 51996 clauses out of 104006 with flag 1421001/1426897
262.90/261.42	c cleaning 53000 clauses out of 106010 with flag 1475001/1480897
272.82/271.33	c cleaning 54000 clauses out of 108009 with flag 1530000/1535896
283.24/281.72	c cleaning 55003 clauses out of 110009 with flag 1586000/1591896
293.77/292.29	c cleaning 55999 clauses out of 112007 with flag 1643001/1648897
304.69/303.14	c cleaning 56997 clauses out of 114007 with flag 1701000/1706896
315.73/314.13	c cleaning 58003 clauses out of 116011 with flag 1760001/1765897
327.66/326.02	c cleaning 58997 clauses out of 118009 with flag 1820002/1825898
339.49/337.88	c cleaning 60005 clauses out of 120010 with flag 1881000/1886896
351.83/350.14	c cleaning 61000 clauses out of 122005 with flag 1943000/1948896
363.45/361.70	c cleaning 61997 clauses out of 124006 with flag 2006001/2011897
375.68/373.95	c cleaning 63001 clauses out of 126008 with flag 2070000/2075896
389.30/387.54	c cleaning 63998 clauses out of 128008 with flag 2135001/2140897
402.62/400.83	c cleaning 65003 clauses out of 130010 with flag 2201001/2206897
416.84/415.03	c cleaning 66004 clauses out of 132007 with flag 2268001/2273897
431.27/429.42	c cleaning 66994 clauses out of 134003 with flag 2336001/2341897
445.47/443.67	c cleaning 67996 clauses out of 136009 with flag 2405001/2410897
458.82/456.96	c cleaning 68998 clauses out of 138013 with flag 2475001/2480897
472.96/471.01	c cleaning 70004 clauses out of 140016 with flag 2546002/2551898
486.58/484.61	c cleaning 71001 clauses out of 142012 with flag 2618002/2623898
499.70/497.71	c cleaning 72003 clauses out of 144010 with flag 2691001/2696897
515.02/513.05	c cleaning 73001 clauses out of 146007 with flag 2765001/2770897
530.44/528.48	c cleaning 74000 clauses out of 148005 with flag 2840000/2845896
545.68/543.61	c cleaning 74994 clauses out of 150006 with flag 2916001/2921897
560.80/558.73	c cleaning 76005 clauses out of 152013 with flag 2993002/2998898
576.33/574.29	c cleaning 77000 clauses out of 154007 with flag 3071001/3076897
592.43/590.35	c cleaning 77993 clauses out of 156006 with flag 3150000/3155896
607.84/605.73	c cleaning 79001 clauses out of 158014 with flag 3230001/3235897
623.96/621.90	c cleaning 79994 clauses out of 160012 with flag 3311000/3316896
640.88/638.70	c cleaning 81005 clauses out of 162018 with flag 3393000/3398896
657.31/655.10	c cleaning 82001 clauses out of 164014 with flag 3476001/3481897
674.61/672.43	c cleaning 83006 clauses out of 166013 with flag 3560001/3565897
692.54/690.33	c cleaning 84004 clauses out of 168007 with flag 3645001/3650897
712.37/710.16	c cleaning 85000 clauses out of 170002 with flag 3731000/3736896
731.66/729.34	c cleaning 85988 clauses out of 172002 with flag 3818000/3823896
749.08/746.73	c cleaning 86999 clauses out of 174014 with flag 3906000/3911896
768.31/765.94	c cleaning 88006 clauses out of 176016 with flag 3995001/4000897
786.87/784.42	c cleaning 88998 clauses out of 178010 with flag 4085001/4090897
805.32/802.85	c cleaning 90001 clauses out of 180011 with flag 4176000/4181896
825.46/822.96	c cleaning 90997 clauses out of 182010 with flag 4268000/4273896
843.80/841.28	c cleaning 92003 clauses out of 184013 with flag 4361000/4366896
862.84/860.21	c cleaning 93003 clauses out of 186010 with flag 4455000/4460896
881.24/878.70	c cleaning 93994 clauses out of 188007 with flag 4550000/4555896
899.96/897.39	c cleaning 95001 clauses out of 190013 with flag 4646000/4651896
919.29/916.68	c cleaning 95998 clauses out of 192012 with flag 4743000/4748896
939.63/936.94	c cleaning 97004 clauses out of 194014 with flag 4841000/4846896
960.56/957.87	c cleaning 97998 clauses out of 196010 with flag 4940000/4945896
981.29/978.55	c cleaning 98999 clauses out of 198014 with flag 5040002/5045898
1003.13/1000.21	c cleaning 100002 clauses out of 200013 with flag 5141000/5146896
1024.89/1021.95	c cleaning 100997 clauses out of 202011 with flag 5243000/5248896
1046.30/1043.37	c cleaning 102004 clauses out of 204015 with flag 5346001/5351897
1067.44/1064.42	c cleaning 102991 clauses out of 206010 with flag 5450000/5455896
1090.47/1087.43	c cleaning 104005 clauses out of 208019 with flag 5555000/5560896
1112.32/1109.27	c cleaning 105003 clauses out of 210015 with flag 5661001/5666897
1135.75/1132.65	c cleaning 106001 clauses out of 212011 with flag 5768000/5773896
1159.71/1156.55	c cleaning 107001 clauses out of 214010 with flag 5876000/5881896
1184.92/1181.71	c cleaning 108003 clauses out of 216009 with flag 5985000/5990896
1211.28/1208.00	c cleaning 108999 clauses out of 218007 with flag 6095001/6100897
1236.40/1233.13	c cleaning 110003 clauses out of 220007 with flag 6206000/6211896
1261.86/1258.54	c cleaning 110995 clauses out of 222005 with flag 6318001/6323897
1285.78/1282.50	c cleaning 112003 clauses out of 224009 with flag 6431000/6436896
1311.33/1307.98	c cleaning 113001 clauses out of 226006 with flag 6545000/6550896
1338.19/1334.71	c cleaning 114003 clauses out of 228008 with flag 6660003/6665899
1362.76/1359.28	c cleaning 114993 clauses out of 230002 with flag 6776000/6781896
1386.36/1382.81	c cleaning 116002 clauses out of 232009 with flag 6893000/6898896
1409.98/1406.42	c cleaning 117000 clauses out of 234009 with flag 7011002/7016898
1434.33/1430.75	c cleaning 117993 clauses out of 236007 with flag 7130000/7135896
1460.46/1456.87	c cleaning 119002 clauses out of 238014 with flag 7250000/7255896
1485.72/1482.08	c cleaning 120001 clauses out of 240012 with flag 7371000/7376896
1510.34/1506.64	c cleaning 121001 clauses out of 242012 with flag 7493001/7498897
1535.35/1531.68	c cleaning 121998 clauses out of 244010 with flag 7616000/7621896
1560.38/1556.67	c cleaning 123005 clauses out of 246015 with flag 7740003/7745899
1585.45/1581.67	c cleaning 123999 clauses out of 248007 with flag 7865000/7870896
1610.71/1606.82	c cleaning 124999 clauses out of 250008 with flag 7991000/7996896
1636.81/1632.92	c cleaning 125999 clauses out of 252009 with flag 8118000/8123896
1662.30/1658.32	c cleaning 126995 clauses out of 254010 with flag 8246000/8251896
1689.72/1685.70	c cleaning 127998 clauses out of 256015 with flag 8375000/8380896
1718.14/1714.14	c cleaning 129001 clauses out of 258018 with flag 8505001/8510897
1745.28/1741.23	c cleaning 130002 clauses out of 260019 with flag 8636003/8641899
1771.54/1767.46	c cleaning 130999 clauses out of 262014 with flag 8768000/8773896
1798.39/1794.24	c cleaning 132001 clauses out of 264015 with flag 8901000/8906896
1800.02/1795.81	c starts		: 302
1800.02/1795.81	c conflicts		: 8915974
1800.02/1795.81	c decisions		: 15609846
1800.02/1795.81	c propagations		: 1113460979
1800.02/1795.81	c inspects		: 13408831705
1800.02/1795.81	c shortcuts		: 0
1800.02/1795.81	c learnt literals	: 0
1800.02/1795.81	c learnt binary clauses	: 0
1800.02/1795.81	c learnt ternary clauses	: 0
1800.02/1795.81	c learnt constraints	: 8915974
1800.02/1795.81	c ignored constraints	: 0
1800.02/1795.81	c root simplifications	: 0
1800.02/1795.81	c removed literals (reason simplification)	: 0
1800.02/1795.81	c reason swapping (by a shorter reason)	: 0
1800.02/1795.81	c Calls to reduceDB	: 130
1800.02/1795.81	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.81	c number of learned constraints concerned by reduction	: 0
1800.02/1795.81	c number of learning phase by resolution	: 0
1800.02/1795.81	c number of learning phase by cutting planes	: 0
1800.02/1795.81	c speed (assignments/second)	: 620112.5831834745
1800.02/1795.81	c non guided choices	1
1800.02/1795.84	c learnt constraints type 
1800.02/1795.84	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 141234
1800.02/1795.84	c constraints type 
1800.02/1795.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.02/1795.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 475
1800.02/1795.84	c 476 constraints processed.
1800.02/1795.84	s SATISFIABLE
1800.02/1795.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 -x474 -x475 
1800.02/1795.84	c objective function=220
1800.02/1795.84	c Total wall clock time (in seconds): 1795.723

Verifier Data

OK	220

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-3687573-1337873657/watcher-3687573-1337873657 -o /tmp/evaluation-result-3687573-1337873657/solver-3687573-1337873657 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687573-1337873657.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.87 2.25 1.80 3/194 22886
/proc/meminfo: memFree=25317864/32873648 swapFree=6848/6848
[pid=22886] ppid=22884 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/22886/stat : 22886 (java) D 22884 22886 22635 0 -1 4202496 93 0 0 0 0 0 0 0 20 0 1 0 253492551 2560000 46 33554432000 1073741824 1073778376 140735060347056 140735060344184 213183982887 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/22886/statm: 625 46 37 9 0 29 0

[startup+0.0110929 s]
/proc/loadavg: 2.87 2.25 1.80 3/194 22886
/proc/meminfo: memFree=25317864/32873648 swapFree=6848/6848
[pid=22886] ppid=22884 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/22886/stat : 22886 (java) D 22884 22886 22635 0 -1 4202496 444 0 0 0 0 0 0 0 20 0 1 0 253492551 9515008 175 33554432000 1073741824 1073778376 140734241433392 140734241416120 213193147280 0 0 4096 0 18446744072100609316 0 0 17 7 0 0 0 0 0
/proc/22886/statm: 2323 175 133 9 0 71 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9292

[startup+0.100141 s]
/proc/loadavg: 2.87 2.25 1.80 3/194 22886
/proc/meminfo: memFree=25317864/32873648 swapFree=6848/6848
[pid=22886] ppid=22884 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/22886/stat : 22886 (java) S 22884 22886 22635 0 -1 4202496 4222 0 1 0 7 1 0 0 20 0 18 0 253492551 9787813888 5418 33554432000 1073741824 1073778376 140734241433392 140734241424528 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22886/statm: 2389603 5424 2099 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300275 s]
/proc/loadavg: 2.87 2.25 1.80 3/194 22886
/proc/meminfo: memFree=25317864/32873648 swapFree=6848/6848
[pid=22886] ppid=22884 vsize=9624976 CPUtime=0.5 cores=1,3,5,7
/proc/22886/stat : 22886 (java) S 22884 22886 22635 0 -1 4202496 7059 0 1 0 48 2 0 0 20 0 19 0 253492551 9855975424 8292 33554432000 1073741824 1073778376 140734241433392 140734241424528 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22886/statm: 2406244 8326 2228 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9624976

[startup+0.700213 s]
/proc/loadavg: 2.87 2.25 1.80 3/194 22886
/proc/meminfo: memFree=25317864/32873648 swapFree=6848/6848
[pid=22886] ppid=22884 vsize=9624976 CPUtime=1.08 cores=1,3,5,7
/proc/22886/stat : 22886 (java) S 22884 22886 22635 0 -1 4202496 8283 0 1 0 105 3 0 0 20 0 19 0 253492551 9855975424 8647 33554432000 1073741824 1073778376 140734241433392 140734241424528 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22886/statm: 2406244 8647 2234 9 0 2396937 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 9624976

[startup+1.50067 s]
/proc/loadavg: 2.87 2.25 1.80 3/213 22905
/proc/meminfo: memFree=25288976/32873648 swapFree=6848/6848
[pid=22886] ppid=22884 vsize=9624976 CPUtime=1.95 cores=1,3,5,7
/proc/22886/stat : 22886 (java) S 22884 22886 22635 0 -1 4202496 8756 0 1 0 192 3 0 0 20 0 19 0 253492551 9855975424 12286 33554432000 1073741824 1073778376 140734241433392 140734241424528 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22886/statm: 2406244 12286 2270 9 0 2396937 0
[pid=22886/tid=22888] ppid=22884 vsize=9624976 CPUtime=1.44 cores=1,3,5,7
/proc/22886/task/22888/stat : 22888 (java) R 22884 22886 22635 0 -1 4202560 2460 0 1 0 143 1 0 0 20 0 19 0 253492552 9855975424 12286 33554432000 1073741824 1073778376 140734241433392 139802073403800 139801941044501 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22886/tid=22889] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22889/stat : 22889 (java) S 22884 22886 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253492554 9855975424 12286 33554432000 1073741824 1073778376 140734241433392 139802062465320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22890] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22890/stat : 22890 (java) S 22884 22886 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492554 9855975424 12286 33554432000 1073741824 1073778376 140734241433392 139802061412520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22891] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22891/stat : 22891 (java) S 22884 22886 22635 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253492554 9855975424 12286 33554432000 1073741824 1073778376 140734241433392 139802060360232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22886/tid=22892] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22892/stat : 22892 (java) S 22884 22886 22635 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253492554 9855975424 12286 33554432000 1073741824 1073778376 140734241433392 139802059307432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22886/tid=22893] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22893/stat : 22893 (java) S 22884 22886 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492554 9855975424 12286 33554432000 1073741824 1073778376 140734241433392 139801912884008 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22886/tid=22894] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22894/stat : 22894 (java) S 22884 22886 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492554 9855975424 12286 33554432000 1073741824 1073778376 140734241433392 139801911831208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22895] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22895/stat : 22895 (java) S 22884 22886 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492554 9855975424 12286 33554432000 1073741824 1073778376 140734241433392 139801910778920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22886/tid=22896] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22896/stat : 22896 (java) S 22884 22886 22635 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253492554 9855975424 12286 33554432000 1073741824 1073778376 140734241433392 139801909726120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22886/tid=22897] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22897/stat : 22897 (java) S 22884 22886 22635 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 253492555 9855975424 12286 33554432000 1073741824 1073778376 140734241433392 139801897527528 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22898] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22898/stat : 22898 (java) S 22884 22886 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253492555 9855975424 12286 33554432000 1073741824 1073778376 140734241433392 139801896473592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22899] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22899/stat : 22899 (java) S 22884 22886 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253492555 9855975424 12286 33554432000 1073741824 1073778376 140734241433392 139801895421192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22900] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22900/stat : 22900 (java) S 22884 22886 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492558 9855975424 12286 33554432000 1073741824 1073778376 140734241433392 139801894369680 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22901] ppid=22884 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/22886/task/22901/stat : 22901 (java) S 22884 22886 22635 0 -1 4202560 2602 0 0 0 24 0 0 0 20 0 19 0 253492558 9855975424 12286 33554432000 1073741824 1073778376 140734241433392 139801893317304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22902] ppid=22884 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/22886/task/22902/stat : 22902 (java) S 22884 22886 22635 0 -1 4202560 2456 0 0 0 22 0 0 0 20 0 19 0 253492558 9855975424 12286 33554432000 1073741824 1073778376 140734241433392 139801892264504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22903] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22903/stat : 22903 (java) S 22884 22886 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492558 9855975424 12286 33554432000 1073741824 1073778376 140734241433392 139801891212408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22904] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22904/stat : 22904 (java) S 22884 22886 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492558 9855975424 12286 33554432000 1073741824 1073778376 140734241433392 139801890159816 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22905] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22905/stat : 22905 (java) S 22884 22886 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253492574 9855975424 12286 33554432000 1073741824 1073778376 140734241433392 139801889104808 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.95
Current children cumulated vsize (KiB) 9624976

[startup+3.10066 s]
/proc/loadavg: 2.80 2.24 1.80 3/213 22905
/proc/meminfo: memFree=25276564/32873648 swapFree=6848/6848
[pid=22886] ppid=22884 vsize=9624976 CPUtime=3.58 cores=1,3,5,7
/proc/22886/stat : 22886 (java) S 22884 22886 22635 0 -1 4202496 8773 0 1 0 355 3 0 0 20 0 19 0 253492551 9855975424 14342 33554432000 1073741824 1073778376 140734241433392 140734241424528 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22886/statm: 2406244 14342 2270 9 0 2396937 0
[pid=22886/tid=22888] ppid=22884 vsize=9624976 CPUtime=3.02 cores=1,3,5,7
/proc/22886/task/22888/stat : 22888 (java) R 22884 22886 22635 0 -1 4202560 2461 0 1 0 301 1 0 0 20 0 19 0 253492552 9855975424 14342 33554432000 1073741824 1073778376 140734241433392 139802073403896 139801940959615 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22886/tid=22889] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22889/stat : 22889 (java) S 22884 22886 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253492554 9855975424 14342 33554432000 1073741824 1073778376 140734241433392 139802062465320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22890] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22890/stat : 22890 (java) S 22884 22886 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492554 9855975424 14342 33554432000 1073741824 1073778376 140734241433392 139802061412520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22891] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22891/stat : 22891 (java) S 22884 22886 22635 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253492554 9855975424 14342 33554432000 1073741824 1073778376 140734241433392 139802060360232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22886/tid=22892] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22892/stat : 22892 (java) S 22884 22886 22635 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253492554 9855975424 14342 33554432000 1073741824 1073778376 140734241433392 139802059307432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22886/tid=22893] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22893/stat : 22893 (java) S 22884 22886 22635 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253492554 9855975424 14342 33554432000 1073741824 1073778376 140734241433392 139801912884008 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22886/tid=22894] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22894/stat : 22894 (java) S 22884 22886 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492554 9855975424 14342 33554432000 1073741824 1073778376 140734241433392 139801911831208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22895] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22895/stat : 22895 (java) S 22884 22886 22635 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253492554 9855975424 14342 33554432000 1073741824 1073778376 140734241433392 139801910778920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22886/tid=22896] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22896/stat : 22896 (java) S 22884 22886 22635 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253492554 9855975424 14342 33554432000 1073741824 1073778376 140734241433392 139801909726120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22886/tid=22897] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22897/stat : 22897 (java) S 22884 22886 22635 0 -1 4202560 32 0 0 0 0 0 0 0 20 0 19 0 253492555 9855975424 14342 33554432000 1073741824 1073778376 140734241433392 139801897527528 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22898] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22898/stat : 22898 (java) S 22884 22886 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253492555 9855975424 14342 33554432000 1073741824 1073778376 140734241433392 139801896473592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22899] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22899/stat : 22899 (java) S 22884 22886 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253492555 9855975424 14342 33554432000 1073741824 1073778376 140734241433392 139801895421192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22900] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22900/stat : 22900 (java) S 22884 22886 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492558 9855975424 14342 33554432000 1073741824 1073778376 140734241433392 139801894369680 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22901] ppid=22884 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/22886/task/22901/stat : 22901 (java) S 22884 22886 22635 0 -1 4202560 2602 0 0 0 25 0 0 0 20 0 19 0 253492558 9855975424 14342 33554432000 1073741824 1073778376 140734241433392 139801893317304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22902] ppid=22884 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/22886/task/22902/stat : 22902 (java) S 22884 22886 22635 0 -1 4202560 2456 0 0 0 24 0 0 0 20 0 19 0 253492558 9855975424 14342 33554432000 1073741824 1073778376 140734241433392 139801892264504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22903] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22903/stat : 22903 (java) S 22884 22886 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492558 9855975424 14342 33554432000 1073741824 1073778376 140734241433392 139801891212408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22904] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22904/stat : 22904 (java) S 22884 22886 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492558 9855975424 14342 33554432000 1073741824 1073778376 140734241433392 139801890159816 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22905] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22905/stat : 22905 (java) S 22884 22886 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253492574 9855975424 14342 33554432000 1073741824 1073778376 140734241433392 139801889104808 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 9624976

[startup+6.30066 s]
/proc/loadavg: 2.80 2.24 1.80 3/213 22905
/proc/meminfo: memFree=25264452/32873648 swapFree=6848/6848
[pid=22886] ppid=22884 vsize=9624976 CPUtime=6.87 cores=1,3,5,7
/proc/22886/stat : 22886 (java) S 22884 22886 22635 0 -1 4202496 9370 0 1 0 683 4 0 0 20 0 19 0 253492551 9855975424 16266 33554432000 1073741824 1073778376 140734241433392 140734241424528 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22886/statm: 2406244 16266 2270 9 0 2396937 0
[pid=22886/tid=22888] ppid=22884 vsize=9624976 CPUtime=6.17 cores=1,3,5,7
/proc/22886/task/22888/stat : 22888 (java) R 22884 22886 22635 0 -1 4202560 2463 0 1 0 616 1 0 0 20 0 19 0 253492552 9855975424 16266 33554432000 1073741824 1073778376 140734241433392 139802073403680 139801940981137 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22886/tid=22889] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22889/stat : 22889 (java) S 22884 22886 22635 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253492554 9855975424 16266 33554432000 1073741824 1073778376 140734241433392 139802062465320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22890] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22890/stat : 22890 (java) S 22884 22886 22635 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253492554 9855975424 16266 33554432000 1073741824 1073778376 140734241433392 139802061412520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22891] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22891/stat : 22891 (java) S 22884 22886 22635 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253492554 9855975424 16266 33554432000 1073741824 1073778376 140734241433392 139802060360232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22886/tid=22892] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22892/stat : 22892 (java) S 22884 22886 22635 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253492554 9855975424 16266 33554432000 1073741824 1073778376 140734241433392 139802059307432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22893] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22893/stat : 22893 (java) S 22884 22886 22635 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253492554 9855975424 16266 33554432000 1073741824 1073778376 140734241433392 139801912884008 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22886/tid=22894] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22894/stat : 22894 (java) S 22884 22886 22635 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253492554 9855975424 16266 33554432000 1073741824 1073778376 140734241433392 139801911831208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22895] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22895/stat : 22895 (java) S 22884 22886 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253492554 9855975424 16266 33554432000 1073741824 1073778376 140734241433392 139801910778920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22896] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22896/stat : 22896 (java) S 22884 22886 22635 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253492554 9855975424 16266 33554432000 1073741824 1073778376 140734241433392 139801909726120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22886/tid=22897] ppid=22884 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/22886/task/22897/stat : 22897 (java) S 22884 22886 22635 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 19 0 253492555 9855975424 16266 33554432000 1073741824 1073778376 140734241433392 139801897527528 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22886/tid=22898] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22898/stat : 22898 (java) S 22884 22886 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253492555 9855975424 16266 33554432000 1073741824 1073778376 140734241433392 139801896473592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22899] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22899/stat : 22899 (java) S 22884 22886 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253492555 9855975424 16266 33554432000 1073741824 1073778376 140734241433392 139801895421192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22900] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22900/stat : 22900 (java) S 22884 22886 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492558 9855975424 16266 33554432000 1073741824 1073778376 140734241433392 139801894369680 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22901] ppid=22884 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/22886/task/22901/stat : 22901 (java) S 22884 22886 22635 0 -1 4202560 3172 0 0 0 30 0 0 0 20 0 19 0 253492558 9855975424 16266 33554432000 1073741824 1073778376 140734241433392 139801893317304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22902] ppid=22884 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/22886/task/22902/stat : 22902 (java) S 22884 22886 22635 0 -1 4202560 2457 0 0 0 24 0 0 0 20 0 19 0 253492558 9855975424 16266 33554432000 1073741824 1073778376 140734241433392 139801892264504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22903] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22903/stat : 22903 (java) S 22884 22886 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492558 9855975424 16266 33554432000 1073741824 1073778376 140734241433392 139801891212408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22904] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22904/stat : 22904 (java) S 22884 22886 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492558 9855975424 16266 33554432000 1073741824 1073778376 140734241433392 139801890159816 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22905] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22905/stat : 22905 (java) S 22884 22886 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253492574 9855975424 16266 33554432000 1073741824 1073778376 140734241433392 139801889104808 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.87
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=22886/tid=22901] ppid=22884 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/22886/task/22901/stat : 22901 (java) S 22884 22886 22635 0 -1 4202560 3192 0 0 0 32 0 0 0 20 0 19 0 253492558 9855975424 98792 33554432000 1073741824 1073778376 140734241433392 139801893317304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22902] ppid=22884 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/22886/task/22902/stat : 22902 (java) S 22884 22886 22635 0 -1 4202560 2457 0 0 0 24 0 0 0 20 0 19 0 253492558 9855975424 98792 33554432000 1073741824 1073778376 140734241433392 139801892264504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22903] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22903/stat : 22903 (java) S 22884 22886 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492558 9855975424 98792 33554432000 1073741824 1073778376 140734241433392 139801891212408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22904] ppid=22884 vsize=9624976 CPUtime=0.22 cores=1,3,5,7
/proc/22886/task/22904/stat : 22904 (java) S 22884 22886 22635 0 -1 4202560 94 0 0 0 9 13 0 0 20 0 19 0 253492558 9855975424 98792 33554432000 1073741824 1073778376 140734241433392 139801890159816 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22886/tid=22905] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22905/stat : 22905 (java) S 22884 22886 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253492574 9855975424 98792 33554432000 1073741824 1073778376 140734241433392 139801889104808 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1666.32
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.14 2.12 1.97 3/213 23002
/proc/meminfo: memFree=25375356/32873648 swapFree=6848/6848
[pid=22886] ppid=22884 vsize=9624976 CPUtime=1726.38 cores=1,3,5,7
/proc/22886/stat : 22886 (java) S 22884 22886 22635 0 -1 4202496 11888 0 1 0 172593 45 0 0 20 0 19 0 253492551 9855975424 99304 33554432000 1073741824 1073778376 140734241433392 140734241424528 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22886/statm: 2406244 99304 2271 9 0 2396937 0
[pid=22886/tid=22888] ppid=22884 vsize=9624976 CPUtime=1710.75 cores=1,3,5,7
/proc/22886/task/22888/stat : 22888 (java) R 22884 22886 22635 0 -1 4202560 2637 0 1 0 171044 31 0 0 20 0 19 0 253492552 9855975424 99304 33554432000 1073741824 1073778376 140734241433392 139802073403680 139801940926432 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22886/tid=22889] ppid=22884 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/22886/task/22889/stat : 22889 (java) S 22884 22886 22635 0 -1 4202560 251 0 0 0 65 3 0 0 20 0 19 0 253492554 9855975424 99304 33554432000 1073741824 1073778376 140734241433392 139802062465320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22886/tid=22890] ppid=22884 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/22886/task/22890/stat : 22890 (java) S 22884 22886 22635 0 -1 4202560 318 0 0 0 67 4 0 0 20 0 19 0 253492554 9855975424 99304 33554432000 1073741824 1073778376 140734241433392 139802061412520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22886/tid=22891] ppid=22884 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/22886/task/22891/stat : 22891 (java) S 22884 22886 22635 0 -1 4202560 180 0 0 0 61 3 0 0 20 0 19 0 253492554 9855975424 99304 33554432000 1073741824 1073778376 140734241433392 139802060360232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22886/tid=22892] ppid=22884 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/22886/task/22892/stat : 22892 (java) S 22884 22886 22635 0 -1 4202560 181 0 0 0 59 4 0 0 20 0 19 0 253492554 9855975424 99304 33554432000 1073741824 1073778376 140734241433392 139802059307432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22893] ppid=22884 vsize=9624976 CPUtime=0.61 cores=1,3,5,7
/proc/22886/task/22893/stat : 22893 (java) S 22884 22886 22635 0 -1 4202560 185 0 0 0 58 3 0 0 20 0 19 0 253492554 9855975424 99304 33554432000 1073741824 1073778376 140734241433392 139801912884008 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22894] ppid=22884 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/22886/task/22894/stat : 22894 (java) S 22884 22886 22635 0 -1 4202560 218 0 0 0 65 3 0 0 20 0 19 0 253492554 9855975424 99304 33554432000 1073741824 1073778376 140734241433392 139801911831208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22895] ppid=22884 vsize=9624976 CPUtime=0.59 cores=1,3,5,7
/proc/22886/task/22895/stat : 22895 (java) S 22884 22886 22635 0 -1 4202560 399 0 0 0 56 3 0 0 20 0 19 0 253492554 9855975424 99304 33554432000 1073741824 1073778376 140734241433392 139801910778920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22896] ppid=22884 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/22886/task/22896/stat : 22896 (java) S 22884 22886 22635 0 -1 4202560 434 0 0 0 64 2 0 0 20 0 19 0 253492554 9855975424 99304 33554432000 1073741824 1073778376 140734241433392 139801909726120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22886/tid=22897] ppid=22884 vsize=9624976 CPUtime=5.34 cores=1,3,5,7
/proc/22886/task/22897/stat : 22897 (java) S 22884 22886 22635 0 -1 4202560 158 0 0 0 531 3 0 0 20 0 19 0 253492555 9855975424 99304 33554432000 1073741824 1073778376 140734241433392 139801897527528 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22898] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22898/stat : 22898 (java) S 22884 22886 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253492555 9855975424 99304 33554432000 1073741824 1073778376 140734241433392 139801896473592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22899] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22899/stat : 22899 (java) S 22884 22886 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253492555 9855975424 99304 33554432000 1073741824 1073778376 140734241433392 139801895421192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22900] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22900/stat : 22900 (java) S 22884 22886 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492558 9855975424 99304 33554432000 1073741824 1073778376 140734241433392 139801894369680 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22901] ppid=22884 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/22886/task/22901/stat : 22901 (java) S 22884 22886 22635 0 -1 4202560 3192 0 0 0 32 0 0 0 20 0 19 0 253492558 9855975424 99304 33554432000 1073741824 1073778376 140734241433392 139801893317304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22902] ppid=22884 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/22886/task/22902/stat : 22902 (java) S 22884 22886 22635 0 -1 4202560 2457 0 0 0 24 0 0 0 20 0 19 0 253492558 9855975424 99304 33554432000 1073741824 1073778376 140734241433392 139801892264504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22903] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22903/stat : 22903 (java) S 22884 22886 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492558 9855975424 99304 33554432000 1073741824 1073778376 140734241433392 139801891212408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22904] ppid=22884 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/22886/task/22904/stat : 22904 (java) S 22884 22886 22635 0 -1 4202560 98 0 0 0 9 14 0 0 20 0 19 0 253492558 9855975424 99304 33554432000 1073741824 1073778376 140734241433392 139801890159816 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22905] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22905/stat : 22905 (java) S 22884 22886 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253492574 9855975424 99304 33554432000 1073741824 1073778376 140734241433392 139801889104808 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1726.38
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.05 2.09 1.97 3/213 23002
/proc/meminfo: memFree=25392364/32873648 swapFree=6848/6848
[pid=22886] ppid=22884 vsize=9624976 CPUtime=1786.5 cores=1,3,5,7
/proc/22886/stat : 22886 (java) S 22884 22886 22635 0 -1 4202496 11897 0 1 0 178604 46 0 0 20 0 19 0 253492551 9855975424 99816 33554432000 1073741824 1073778376 140734241433392 140734241424528 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22886/statm: 2406244 99816 2271 9 0 2396937 0
[pid=22886/tid=22888] ppid=22884 vsize=9624976 CPUtime=1770.39 cores=1,3,5,7
/proc/22886/task/22888/stat : 22888 (java) R 22884 22886 22635 0 -1 4202560 2640 0 1 0 177008 31 0 0 20 0 19 0 253492552 9855975424 99816 33554432000 1073741824 1073778376 140734241433392 139802073403680 139801940946433 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22886/tid=22889] ppid=22884 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/22886/task/22889/stat : 22889 (java) S 22884 22886 22635 0 -1 4202560 251 0 0 0 68 3 0 0 20 0 19 0 253492554 9855975424 99816 33554432000 1073741824 1073778376 140734241433392 139802062465320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22886/tid=22890] ppid=22884 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/22886/task/22890/stat : 22890 (java) S 22884 22886 22635 0 -1 4202560 318 0 0 0 69 4 0 0 20 0 19 0 253492554 9855975424 99816 33554432000 1073741824 1073778376 140734241433392 139802061412520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22886/tid=22891] ppid=22884 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/22886/task/22891/stat : 22891 (java) S 22884 22886 22635 0 -1 4202560 180 0 0 0 64 3 0 0 20 0 19 0 253492554 9855975424 99816 33554432000 1073741824 1073778376 140734241433392 139802060360232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22886/tid=22892] ppid=22884 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/22886/task/22892/stat : 22892 (java) S 22884 22886 22635 0 -1 4202560 181 0 0 0 59 4 0 0 20 0 19 0 253492554 9855975424 99816 33554432000 1073741824 1073778376 140734241433392 139802059307432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22886/tid=22893] ppid=22884 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/22886/task/22893/stat : 22893 (java) S 22884 22886 22635 0 -1 4202560 185 0 0 0 60 3 0 0 20 0 19 0 253492554 9855975424 99816 33554432000 1073741824 1073778376 140734241433392 139801912884008 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22894] ppid=22884 vsize=9624976 CPUtime=0.7 cores=1,3,5,7
/proc/22886/task/22894/stat : 22894 (java) S 22884 22886 22635 0 -1 4202560 218 0 0 0 67 3 0 0 20 0 19 0 253492554 9855975424 99816 33554432000 1073741824 1073778376 140734241433392 139801911831208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22895] ppid=22884 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/22886/task/22895/stat : 22895 (java) S 22884 22886 22635 0 -1 4202560 399 0 0 0 59 3 0 0 20 0 19 0 253492554 9855975424 99816 33554432000 1073741824 1073778376 140734241433392 139801910778920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22886/tid=22896] ppid=22884 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/22886/task/22896/stat : 22896 (java) S 22884 22886 22635 0 -1 4202560 434 0 0 0 65 2 0 0 20 0 19 0 253492554 9855975424 99816 33554432000 1073741824 1073778376 140734241433392 139801909726120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22886/tid=22897] ppid=22884 vsize=9624976 CPUtime=5.51 cores=1,3,5,7
/proc/22886/task/22897/stat : 22897 (java) S 22884 22886 22635 0 -1 4202560 160 0 0 0 548 3 0 0 20 0 19 0 253492555 9855975424 99816 33554432000 1073741824 1073778376 140734241433392 139801897527528 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22898] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22898/stat : 22898 (java) S 22884 22886 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253492555 9855975424 99816 33554432000 1073741824 1073778376 140734241433392 139801896473592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22899] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22899/stat : 22899 (java) S 22884 22886 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253492555 9855975424 99816 33554432000 1073741824 1073778376 140734241433392 139801895421192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22900] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22900/stat : 22900 (java) S 22884 22886 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492558 9855975424 99816 33554432000 1073741824 1073778376 140734241433392 139801894369680 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22901] ppid=22884 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/22886/task/22901/stat : 22901 (java) S 22884 22886 22635 0 -1 4202560 3192 0 0 0 32 0 0 0 20 0 19 0 253492558 9855975424 99816 33554432000 1073741824 1073778376 140734241433392 139801893317304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22902] ppid=22884 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/22886/task/22902/stat : 22902 (java) S 22884 22886 22635 0 -1 4202560 2457 0 0 0 24 0 0 0 20 0 19 0 253492558 9855975424 99816 33554432000 1073741824 1073778376 140734241433392 139801892264504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22903] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22903/stat : 22903 (java) S 22884 22886 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492558 9855975424 99816 33554432000 1073741824 1073778376 140734241433392 139801891212408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22904] ppid=22884 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/22886/task/22904/stat : 22904 (java) S 22884 22886 22635 0 -1 4202560 102 0 0 0 10 15 0 0 20 0 19 0 253492558 9855975424 99816 33554432000 1073741824 1073778376 140734241433392 139801890159816 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22905] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22905/stat : 22905 (java) S 22884 22886 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253492574 9855975424 99816 33554432000 1073741824 1073778376 140734241433392 139801889104808 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1786.5
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.8 s]
/proc/loadavg: 2.04 2.09 1.97 4/213 23002
/proc/meminfo: memFree=25446544/32873648 swapFree=6848/6848
[pid=22886] ppid=22884 vsize=9624976 CPUtime=1800.02 cores=1,3,5,7
/proc/22886/stat : 22886 (java) S 22884 22886 22635 0 -1 4202496 11901 0 1 0 179956 46 0 0 20 0 19 0 253492551 9855975424 100328 33554432000 1073741824 1073778376 140734241433392 140734241424528 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22886/statm: 2406244 100328 2271 9 0 2396937 0
[pid=22886/tid=22888] ppid=22884 vsize=9624976 CPUtime=1783.79 cores=1,3,5,7
/proc/22886/task/22888/stat : 22888 (java) R 22884 22886 22635 0 -1 4202560 2642 0 1 0 178347 32 0 0 20 0 19 0 253492552 9855975424 100328 33554432000 1073741824 1073778376 140734241433392 139802073403680 139801941102869 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22886/tid=22889] ppid=22884 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/22886/task/22889/stat : 22889 (java) S 22884 22886 22635 0 -1 4202560 251 0 0 0 68 3 0 0 20 0 19 0 253492554 9855975424 100328 33554432000 1073741824 1073778376 140734241433392 139802062465320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22886/tid=22890] ppid=22884 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/22886/task/22890/stat : 22890 (java) S 22884 22886 22635 0 -1 4202560 318 0 0 0 69 4 0 0 20 0 19 0 253492554 9855975424 100328 33554432000 1073741824 1073778376 140734241433392 139802061412520 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22886/tid=22891] ppid=22884 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/22886/task/22891/stat : 22891 (java) S 22884 22886 22635 0 -1 4202560 180 0 0 0 64 3 0 0 20 0 19 0 253492554 9855975424 100328 33554432000 1073741824 1073778376 140734241433392 139802060360232 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22886/tid=22892] ppid=22884 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/22886/task/22892/stat : 22892 (java) S 22884 22886 22635 0 -1 4202560 181 0 0 0 59 4 0 0 20 0 19 0 253492554 9855975424 100328 33554432000 1073741824 1073778376 140734241433392 139802059307432 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22886/tid=22893] ppid=22884 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/22886/task/22893/stat : 22893 (java) S 22884 22886 22635 0 -1 4202560 185 0 0 0 60 3 0 0 20 0 19 0 253492554 9855975424 100328 33554432000 1073741824 1073778376 140734241433392 139801912884008 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22894] ppid=22884 vsize=9624976 CPUtime=0.71 cores=1,3,5,7
/proc/22886/task/22894/stat : 22894 (java) S 22884 22886 22635 0 -1 4202560 218 0 0 0 68 3 0 0 20 0 19 0 253492554 9855975424 100328 33554432000 1073741824 1073778376 140734241433392 139801911831208 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22895] ppid=22884 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/22886/task/22895/stat : 22895 (java) S 22884 22886 22635 0 -1 4202560 399 0 0 0 60 3 0 0 20 0 19 0 253492554 9855975424 100328 33554432000 1073741824 1073778376 140734241433392 139801910778920 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22896] ppid=22884 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/22886/task/22896/stat : 22896 (java) S 22884 22886 22635 0 -1 4202560 434 0 0 0 65 2 0 0 20 0 19 0 253492554 9855975424 100328 33554432000 1073741824 1073778376 140734241433392 139801909726120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22886/tid=22897] ppid=22884 vsize=9624976 CPUtime=5.57 cores=1,3,5,7
/proc/22886/task/22897/stat : 22897 (java) S 22884 22886 22635 0 -1 4202560 162 0 0 0 554 3 0 0 20 0 19 0 253492555 9855975424 100328 33554432000 1073741824 1073778376 140734241433392 139801897527528 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22898] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22898/stat : 22898 (java) S 22884 22886 22635 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253492555 9855975424 100328 33554432000 1073741824 1073778376 140734241433392 139801896473592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22899] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22899/stat : 22899 (java) S 22884 22886 22635 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253492555 9855975424 100328 33554432000 1073741824 1073778376 140734241433392 139801895421192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22900] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22900/stat : 22900 (java) S 22884 22886 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492558 9855975424 100328 33554432000 1073741824 1073778376 140734241433392 139801894369680 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22901] ppid=22884 vsize=9624976 CPUtime=0.32 cores=1,3,5,7
/proc/22886/task/22901/stat : 22901 (java) S 22884 22886 22635 0 -1 4202560 3192 0 0 0 32 0 0 0 20 0 19 0 253492558 9855975424 100328 33554432000 1073741824 1073778376 140734241433392 139801893317304 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22902] ppid=22884 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/22886/task/22902/stat : 22902 (java) S 22884 22886 22635 0 -1 4202560 2457 0 0 0 24 0 0 0 20 0 19 0 253492558 9855975424 100328 33554432000 1073741824 1073778376 140734241433392 139801892264504 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22903] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22903/stat : 22903 (java) S 22884 22886 22635 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492558 9855975424 100328 33554432000 1073741824 1073778376 140734241433392 139801891212408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22886/tid=22904] ppid=22884 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/22886/task/22904/stat : 22904 (java) S 22884 22886 22635 0 -1 4202560 102 0 0 0 10 15 0 0 20 0 19 0 253492558 9855975424 100328 33554432000 1073741824 1073778376 140734241433392 139801890159816 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22886/tid=22905] ppid=22884 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/22886/task/22905/stat : 22905 (java) S 22884 22886 22635 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253492574 9855975424 100328 33554432000 1073741824 1073778376 140734241433392 139801889104808 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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

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

Real time (s): 1795.85
CPU time (s): 1800.02
CPU user time (s): 1799.56
CPU system time (s): 0.46
CPU usage (%): 100.232
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.02
system time used= 0.892864
maximum resident set size= 401472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11944
page faults= 1
swaps= 0
block input operations= 72
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41569
involuntary context switches= 41049

runsolver used 5.96209 second user time and 13.9619 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-24 17:34:17
IDJOB=3687573
IDBENCH=1952
IDSOLVER=2269
FILE ID=node113/3687573-1337873657
RUNJOBID= node113-1337871880-22653
PBS_JOBID= 14620091
Free space on /tmp= 71652 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_24.opb.PB06.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687573-1337873657/watcher-3687573-1337873657 -o /tmp/evaluation-result-3687573-1337873657/solver-3687573-1337873657 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687573-1337873657.opb

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

MD5SUM BENCH= 7903a80129c7e51df900bcb9ac0a6f39
RANDOM SEED=2138714882

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        25318656 kB
Buffers:          207468 kB
Cached:          3410084 kB
SwapCached:            0 kB
Active:          3771400 kB
Inactive:        3006640 kB
Active(anon):    3162724 kB
Inactive(anon):        0 kB
Active(file):     608676 kB
Inactive(file):  3006640 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               432 kB
Writeback:             0 kB
AnonPages:       3167096 kB
Mapped:            22524 kB
Shmem:               200 kB
Slab:             632968 kB
SReclaimable:      77540 kB
SUnreclaim:       555428 kB
KernelStack:        1600 kB
PageTables:        10400 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3299380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3082240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71688 MiB
End job on node113 at 2012-05-24 18:04:15