Trace number 3687585

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)224 1801.07 1795.05

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_18.opb.PB06.opb
MD5SUM7db364152f2aec17f16cb8adef9dc3c7
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.74
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 184
Optimality of the best value was proved NO
Number of variables470
Total number of constraints469
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 constraints469
Minimum length of a constraint3
Maximum length of a constraint18
Number of terms in the objective function 470
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 470
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 470
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.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Armin Biere (Picosat) restarts strategy
0.08/0.11	c Glucose learned constraints deletion strategy
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-3687585-1337873682.opb
0.08/0.11	c reading problem ... 
0.26/0.22	c ... done. Wall clock time 0.106s.
0.26/0.22	c declared #vars     470
0.26/0.22	c #constraints  469
0.26/0.22	c constraints type 
0.26/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 469
0.26/0.22	c 469 constraints processed.
0.26/0.22	c objective function length is 470 literals
0.26/0.23	c SATISFIABLE
0.26/0.23	c OPTIMIZING...
0.26/0.23	c Got one! Elapsed wall clock time (in seconds):0.12
0.26/0.23	o 226
0.26/0.28	c Got one! Elapsed wall clock time (in seconds):0.169
0.26/0.28	o 225
0.92/0.59	c Got one! Elapsed wall clock time (in seconds):0.478
0.92/0.59	o 224
1.88/1.43	c cleaning 2753 clauses out of 5508 with flag 4001/5508
3.13/2.66	c cleaning 4378 clauses out of 8756 with flag 10002/11509
4.45/3.95	c cleaning 5685 clauses out of 11376 with flag 17000/18507
5.97/5.45	c cleaning 6840 clauses out of 13692 with flag 25001/26508
7.60/7.04	c cleaning 7924 clauses out of 15851 with flag 34000/35507
9.32/8.79	c cleaning 8962 clauses out of 17927 with flag 44000/45507
11.32/10.73	c cleaning 9982 clauses out of 19965 with flag 55000/56507
13.42/12.82	c cleaning 10988 clauses out of 21983 with flag 67000/68507
15.62/15.05	c cleaning 11998 clauses out of 23996 with flag 80001/81508
18.33/17.79	c cleaning 12997 clauses out of 25997 with flag 94000/95507
21.05/20.47	c cleaning 13997 clauses out of 28002 with flag 109002/110509
23.96/23.31	c cleaning 15001 clauses out of 30004 with flag 125001/126508
26.97/26.34	c cleaning 16000 clauses out of 32002 with flag 142000/143507
30.28/29.61	c cleaning 16997 clauses out of 34002 with flag 160000/161507
33.60/32.92	c cleaning 18002 clauses out of 36005 with flag 179000/180507
37.20/36.50	c cleaning 19001 clauses out of 38003 with flag 199000/200507
40.82/40.13	c cleaning 20000 clauses out of 40002 with flag 220000/221507
44.66/43.92	c cleaning 20998 clauses out of 42002 with flag 242000/243507
48.46/47.78	c cleaning 22003 clauses out of 44006 with flag 265002/266509
52.78/52.03	c cleaning 22996 clauses out of 46003 with flag 289002/290509
57.10/56.32	c cleaning 23998 clauses out of 48005 with flag 314000/315507
61.51/60.71	c cleaning 24999 clauses out of 50008 with flag 340001/341508
66.24/65.41	c cleaning 26002 clauses out of 52010 with flag 367002/368509
71.46/70.69	c cleaning 27000 clauses out of 54006 with flag 395000/396507
76.46/75.67	c cleaning 28000 clauses out of 56006 with flag 424000/425507
81.69/80.85	c cleaning 28998 clauses out of 58008 with flag 454002/455509
87.02/86.13	c cleaning 30001 clauses out of 60008 with flag 485000/486507
93.04/92.17	c cleaning 31003 clauses out of 62008 with flag 517001/518508
98.95/98.07	c cleaning 32004 clauses out of 64007 with flag 550003/551510
105.39/104.50	c cleaning 32994 clauses out of 66000 with flag 584000/585507
112.09/111.13	c cleaning 34003 clauses out of 68006 with flag 619000/620507
119.23/118.29	c cleaning 35002 clauses out of 70004 with flag 655001/656508
126.25/125.29	c cleaning 35999 clauses out of 72002 with flag 692001/693508
133.26/132.20	c cleaning 37001 clauses out of 74003 with flag 730001/731508
140.60/139.58	c cleaning 37998 clauses out of 76002 with flag 769001/770508
148.33/147.24	c cleaning 39001 clauses out of 78004 with flag 809001/810508
156.85/155.71	c cleaning 40000 clauses out of 80002 with flag 850000/851507
164.98/163.87	c cleaning 41001 clauses out of 82002 with flag 892000/893507
172.40/171.24	c cleaning 41996 clauses out of 84001 with flag 935000/936507
180.44/179.26	c cleaning 42999 clauses out of 86005 with flag 979000/980507
188.76/187.53	c cleaning 43994 clauses out of 88006 with flag 1024000/1025507
197.68/196.47	c cleaning 45006 clauses out of 90013 with flag 1070001/1071508
206.71/205.48	c cleaning 45999 clauses out of 92006 with flag 1117000/1118507
216.33/215.05	c cleaning 46999 clauses out of 94007 with flag 1165000/1166507
226.07/224.76	c cleaning 47995 clauses out of 96008 with flag 1214000/1215507
235.79/234.50	c cleaning 49003 clauses out of 98013 with flag 1264000/1265507
245.93/244.54	c cleaning 50004 clauses out of 100010 with flag 1315000/1316507
256.63/255.11	c cleaning 50996 clauses out of 102007 with flag 1367001/1368508
265.44/263.98	c cleaning 51999 clauses out of 104010 with flag 1420000/1421507
274.95/273.47	c cleaning 53005 clauses out of 106014 with flag 1474003/1475510
284.89/283.33	c cleaning 53999 clauses out of 108006 with flag 1529000/1530507
294.83/293.21	c cleaning 55000 clauses out of 110007 with flag 1585000/1586507
305.39/303.72	c cleaning 56000 clauses out of 112008 with flag 1642001/1643508
314.92/313.27	c cleaning 57002 clauses out of 114009 with flag 1700002/1701509
324.84/323.13	c cleaning 57999 clauses out of 116005 with flag 1759000/1760507
334.67/332.97	c cleaning 59000 clauses out of 118007 with flag 1819001/1820508
345.28/343.56	c cleaning 60000 clauses out of 120007 with flag 1880001/1881508
356.20/354.49	c cleaning 60998 clauses out of 122006 with flag 1942000/1943507
367.03/365.23	c cleaning 61999 clauses out of 124009 with flag 2005001/2006508
378.65/376.82	c cleaning 62998 clauses out of 126009 with flag 2069000/2070507
390.28/388.44	c cleaning 64002 clauses out of 128012 with flag 2134001/2135508
401.78/399.91	c cleaning 65003 clauses out of 130010 with flag 2200001/2201508
413.83/411.94	c cleaning 66000 clauses out of 132008 with flag 2267002/2268509
425.59/423.70	c cleaning 66999 clauses out of 134006 with flag 2335000/2336507
438.74/436.70	c cleaning 67999 clauses out of 136007 with flag 2404000/2405507
450.88/448.85	c cleaning 68998 clauses out of 138008 with flag 2474000/2475507
463.01/460.91	c cleaning 70003 clauses out of 140012 with flag 2545002/2546509
475.17/473.05	c cleaning 71000 clauses out of 142007 with flag 2617000/2618507
487.72/485.59	c cleaning 72000 clauses out of 144008 with flag 2690001/2691508
501.84/499.61	c cleaning 73002 clauses out of 146009 with flag 2764002/2765509
514.76/512.60	c cleaning 73994 clauses out of 148007 with flag 2839002/2840509
528.29/526.00	c cleaning 75004 clauses out of 150011 with flag 2915000/2916507
542.47/540.14	c cleaning 76000 clauses out of 152009 with flag 2992002/2993509
555.40/553.06	c cleaning 76997 clauses out of 154007 with flag 3070000/3071507
568.33/565.96	c cleaning 78005 clauses out of 156012 with flag 3149002/3150509
581.27/578.89	c cleaning 78994 clauses out of 158005 with flag 3229000/3230507
595.11/592.64	c cleaning 80001 clauses out of 160012 with flag 3310001/3311508
609.02/606.53	c cleaning 81003 clauses out of 162011 with flag 3392001/3393508
623.38/620.85	c cleaning 81997 clauses out of 164007 with flag 3475000/3476507
638.81/636.28	c cleaning 83004 clauses out of 166012 with flag 3559002/3560509
655.26/652.64	c cleaning 83999 clauses out of 168006 with flag 3644000/3645507
670.79/668.13	c cleaning 85001 clauses out of 170007 with flag 3730000/3731507
686.17/683.45	c cleaning 85996 clauses out of 172007 with flag 3817001/3818508
702.88/700.11	c cleaning 87006 clauses out of 174012 with flag 3905002/3906509
719.62/716.83	c cleaning 87998 clauses out of 176005 with flag 3994001/3995508
735.75/732.92	c cleaning 88999 clauses out of 178008 with flag 4084002/4085509
752.29/749.45	c cleaning 89998 clauses out of 180008 with flag 4175001/4176508
769.74/766.87	c cleaning 91002 clauses out of 182010 with flag 4267001/4268508
787.17/784.27	c cleaning 92001 clauses out of 184007 with flag 4360000/4361507
805.53/802.58	c cleaning 92991 clauses out of 186006 with flag 4454000/4455507
823.10/820.07	c cleaning 94004 clauses out of 188016 with flag 4549001/4550508
842.33/839.27	c cleaning 95000 clauses out of 190011 with flag 4645000/4646507
862.14/859.10	c cleaning 96005 clauses out of 192012 with flag 4742001/4743508
882.80/879.62	c cleaning 96996 clauses out of 194009 with flag 4840003/4841510
903.64/900.47	c cleaning 97998 clauses out of 196010 with flag 4939000/4940507
923.80/920.59	c cleaning 98999 clauses out of 198012 with flag 5039000/5040507
944.95/941.55	c cleaning 100004 clauses out of 200013 with flag 5140000/5141507
964.08/960.63	c cleaning 101004 clauses out of 202009 with flag 5242000/5243507
984.41/980.96	c cleaning 101997 clauses out of 204006 with flag 5345001/5346508
1006.19/1002.65	c cleaning 103002 clauses out of 206008 with flag 5449000/5450507
1028.59/1024.92	c cleaning 103994 clauses out of 208006 with flag 5554000/5555507
1053.06/1049.40	c cleaning 105001 clauses out of 210014 with flag 5660002/5661509
1076.98/1073.23	c cleaning 106004 clauses out of 212013 with flag 5767002/5768509
1101.95/1098.16	c cleaning 106998 clauses out of 214008 with flag 5875001/5876508
1126.79/1122.90	c cleaning 107996 clauses out of 216009 with flag 5984000/5985507
1148.92/1145.10	c cleaning 109004 clauses out of 218013 with flag 6094000/6095507
1172.86/1168.92	c cleaning 110004 clauses out of 220010 with flag 6205001/6206508
1197.22/1193.29	c cleaning 111001 clauses out of 222005 with flag 6317000/6318507
1221.10/1217.04	c cleaning 111998 clauses out of 224006 with flag 6430002/6431509
1245.36/1241.23	c cleaning 113004 clauses out of 226007 with flag 6544001/6545508
1270.49/1266.35	c cleaning 113998 clauses out of 228002 with flag 6659000/6660507
1296.45/1292.23	c cleaning 114996 clauses out of 230005 with flag 6775001/6776508
1320.50/1316.28	c cleaning 116002 clauses out of 232011 with flag 6892003/6893510
1345.22/1340.93	c cleaning 116999 clauses out of 234007 with flag 7010001/7011508
1368.57/1364.20	c cleaning 118001 clauses out of 236008 with flag 7129001/7130508
1392.41/1388.00	c cleaning 119001 clauses out of 238006 with flag 7249000/7250507
1417.84/1413.44	c cleaning 119999 clauses out of 240008 with flag 7370003/7371510
1441.95/1437.42	c cleaning 121000 clauses out of 242008 with flag 7492002/7493509
1465.72/1461.14	c cleaning 121997 clauses out of 244008 with flag 7615002/7616509
1490.07/1485.44	c cleaning 122997 clauses out of 246009 with flag 7739000/7740507
1513.36/1508.62	c cleaning 124001 clauses out of 248013 with flag 7864001/7865508
1535.43/1530.60	c cleaning 124995 clauses out of 250011 with flag 7990000/7991507
1559.87/1555.05	c cleaning 125999 clauses out of 252016 with flag 8117000/8118507
1582.99/1578.12	c cleaning 127007 clauses out of 254017 with flag 8245000/8246507
1606.83/1601.98	c cleaning 128004 clauses out of 256011 with flag 8374001/8375508
1634.26/1629.32	c cleaning 128996 clauses out of 258009 with flag 8504003/8505510
1661.45/1656.49	c cleaning 130003 clauses out of 260011 with flag 8635001/8636508
1690.09/1685.03	c cleaning 130997 clauses out of 262007 with flag 8767000/8768507
1717.96/1712.80	c cleaning 132002 clauses out of 264013 with flag 8900003/8901510
1744.91/1739.76	c cleaning 132996 clauses out of 266008 with flag 9034000/9035507
1773.45/1768.21	c cleaning 134004 clauses out of 268016 with flag 9169004/9170511
1800.51/1795.00	c starts		: 303
1800.51/1795.00	c conflicts		: 9306507
1800.51/1795.00	c decisions		: 15767493
1800.51/1795.00	c propagations		: 1115962782
1800.51/1795.00	c inspects		: 13687981158
1800.51/1795.00	c shortcuts		: 0
1800.51/1795.00	c learnt literals	: 0
1800.51/1795.00	c learnt binary clauses	: 0
1800.51/1795.00	c learnt ternary clauses	: 0
1800.51/1795.00	c learnt constraints	: 9306507
1800.51/1795.00	c ignored constraints	: 0
1800.51/1795.00	c root simplifications	: 0
1800.51/1795.00	c removed literals (reason simplification)	: 0
1800.51/1795.00	c reason swapping (by a shorter reason)	: 0
1800.51/1795.00	c Calls to reduceDB	: 132
1800.51/1795.00	c number of reductions to clauses (during analyze)	: 0
1800.51/1795.00	c number of learned constraints concerned by reduction	: 0
1800.51/1795.00	c number of learning phase by resolution	: 0
1800.51/1795.00	c number of learning phase by cutting planes	: 0
1800.51/1795.00	c speed (assignments/second)	: 621783.1854413192
1800.51/1795.00	c non guided choices	0
1800.51/1795.04	c learnt constraints type 
1800.51/1795.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 270008
1800.51/1795.04	c constraints type 
1800.51/1795.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.51/1795.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 469
1800.51/1795.04	c 470 constraints processed.
1800.51/1795.04	s SATISFIABLE
1800.51/1795.04	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 
1800.51/1795.04	c objective function=224
1800.51/1795.04	c Total wall clock time (in seconds): 1794.924

Verifier Data

OK	224

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

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

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


[startup+0 s]
/proc/loadavg: 2.08 1.99 1.68 3/194 27793
/proc/meminfo: memFree=29824936/32873648 swapFree=7112/7112
[pid=27793] ppid=27791 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/27793/stat : 27793 (runsolver) D 27791 27793 27428 0 -1 4202560 41 0 0 0 0 0 0 0 20 0 1 0 253494136 12095488 51 33554432000 4194304 5436572 140733236936208 140733236932504 4883175 0 0 4096 24578 18446744071579943789 0 0 17 0 0 0 0 0 0
/proc/27793/statm: 2953 51 31 304 0 2645 0

[startup+0.029651 s]
/proc/loadavg: 2.08 1.99 1.68 3/194 27793
/proc/meminfo: memFree=29824936/32873648 swapFree=7112/7112
[pid=27793] ppid=27791 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/27793/stat : 27793 (java) S 27791 27793 27428 0 -1 4202496 2244 0 1 0 0 0 0 0 20 0 10 0 253494136 9233014784 2944 33554432000 1073741824 1073778376 140734316416160 140734316407296 242170757181 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27793/statm: 2254154 2950 1089 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100198 s]
/proc/loadavg: 2.08 1.99 1.68 3/194 27793
/proc/meminfo: memFree=29824936/32873648 swapFree=7112/7112
[pid=27793] ppid=27791 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/27793/stat : 27793 (java) S 27791 27793 27428 0 -1 4202496 4291 0 1 0 7 1 0 0 20 0 18 0 253494136 9787813888 5464 33554432000 1073741824 1073778376 140734316416160 140734316407296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27793/statm: 2389603 5464 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300169 s]
/proc/loadavg: 2.08 1.99 1.68 3/194 27793
/proc/meminfo: memFree=29824936/32873648 swapFree=7112/7112
[pid=27793] ppid=27791 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/27793/stat : 27793 (java) S 27791 27793 27428 0 -1 4202496 7116 0 1 0 50 1 0 0 20 0 19 0 253494136 9855975424 8266 33554432000 1073741824 1073778376 140734316416160 140734316407296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27793/statm: 2406244 8266 2228 9 0 2396937 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9624976

[startup+0.700116 s]
/proc/loadavg: 2.08 1.99 1.68 3/194 27793
/proc/meminfo: memFree=29824936/32873648 swapFree=7112/7112
[pid=27793] ppid=27791 vsize=9624976 CPUtime=1.14 cores=0,2,4,6
/proc/27793/stat : 27793 (java) S 27791 27793 27428 0 -1 4202496 9035 0 1 0 112 2 0 0 20 0 19 0 253494136 9855975424 9560 33554432000 1073741824 1073778376 140734316416160 140734316407296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27793/statm: 2406244 9560 2235 9 0 2396937 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9624976

[startup+1.50059 s]
/proc/loadavg: 2.07 1.99 1.68 3/213 27812
/proc/meminfo: memFree=29793808/32873648 swapFree=7112/7112
[pid=27793] ppid=27791 vsize=9624976 CPUtime=2.01 cores=0,2,4,6
/proc/27793/stat : 27793 (java) S 27791 27793 27428 0 -1 4202496 9359 0 1 0 199 2 0 0 20 0 19 0 253494136 9855975424 13199 33554432000 1073741824 1073778376 140734316416160 140734316407296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27793/statm: 2406244 13199 2270 9 0 2396937 0
[pid=27793/tid=27795] ppid=27791 vsize=9624976 CPUtime=1.45 cores=0,2,4,6
/proc/27793/task/27795/stat : 27795 (java) R 27791 27793 27428 0 -1 4202560 2460 0 1 0 143 2 0 0 20 0 19 0 253494137 9855975424 13199 33554432000 1073741824 1073778376 140734316416160 140359690920344 140359548495612 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27793/tid=27796] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27796/stat : 27796 (java) S 27791 27793 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494138 9855975424 13199 33554432000 1073741824 1073778376 140734316416160 140359669021608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27797] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27797/stat : 27797 (java) S 27791 27793 27428 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253494138 9855975424 13199 33554432000 1073741824 1073778376 140734316416160 140359667969064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27798] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27798/stat : 27798 (java) S 27791 27793 27428 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253494138 9855975424 13199 33554432000 1073741824 1073778376 140734316416160 140359666916008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27799] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27799/stat : 27799 (java) S 27791 27793 27428 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253494138 9855975424 13199 33554432000 1073741824 1073778376 140734316416160 140359329901352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27793/tid=27800] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27800/stat : 27800 (java) S 27791 27793 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494138 9855975424 13199 33554432000 1073741824 1073778376 140734316416160 140359328848296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27801] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27801/stat : 27801 (java) S 27791 27793 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494138 9855975424 13199 33554432000 1073741824 1073778376 140734316416160 140359327795752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27793/tid=27802] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27802/stat : 27802 (java) S 27791 27793 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494138 9855975424 13199 33554432000 1073741824 1073778376 140734316416160 140359326742696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27803] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27803/stat : 27803 (java) S 27791 27793 27428 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253494138 9855975424 13199 33554432000 1073741824 1073778376 140734316416160 140359325690152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27804] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27804/stat : 27804 (java) S 27791 27793 27428 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 253494139 9855975424 13199 33554432000 1073741824 1073778376 140734316416160 140359313492840 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27793/tid=27805] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27805/stat : 27805 (java) S 27791 27793 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494140 9855975424 13199 33554432000 1073741824 1073778376 140734316416160 140359312439160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27806] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27806/stat : 27806 (java) S 27791 27793 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494140 9855975424 13199 33554432000 1073741824 1073778376 140734316416160 140359311385992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27807] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27807/stat : 27807 (java) S 27791 27793 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494142 9855975424 13199 33554432000 1073741824 1073778376 140734316416160 140359310334736 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27808] ppid=27791 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/27793/task/27808/stat : 27808 (java) S 27791 27793 27428 0 -1 4202560 3138 0 0 0 31 0 0 0 20 0 19 0 253494142 9855975424 13199 33554432000 1073741824 1073778376 140734316416160 140359309281592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27809] ppid=27791 vsize=9624976 CPUtime=0.2 cores=0,2,4,6
/proc/27793/task/27809/stat : 27809 (java) S 27791 27793 27428 0 -1 4202560 2518 0 0 0 20 0 0 0 20 0 19 0 253494142 9855975424 13199 33554432000 1073741824 1073778376 140734316416160 140359308229048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27810] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27810/stat : 27810 (java) S 27791 27793 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494142 9855975424 13199 33554432000 1073741824 1073778376 140734316416160 140359307176184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27811] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27811/stat : 27811 (java) S 27791 27793 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494142 9855975424 13199 33554432000 1073741824 1073778376 140734316416160 140359306123848 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27793/tid=27812] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27812/stat : 27812 (java) S 27791 27793 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494159 9855975424 13199 33554432000 1073741824 1073778376 140734316416160 140359305037352 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 9624976

[startup+3.10053 s]
/proc/loadavg: 2.07 1.99 1.68 3/213 27812
/proc/meminfo: memFree=29780900/32873648 swapFree=7112/7112
[pid=27793] ppid=27791 vsize=9624976 CPUtime=3.65 cores=0,2,4,6
/proc/27793/stat : 27793 (java) S 27791 27793 27428 0 -1 4202496 9378 0 1 0 362 3 0 0 20 0 19 0 253494136 9855975424 15254 33554432000 1073741824 1073778376 140734316416160 140734316407296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27793/statm: 2406244 15254 2270 9 0 2396937 0
[pid=27793/tid=27795] ppid=27791 vsize=9624976 CPUtime=3.04 cores=0,2,4,6
/proc/27793/task/27795/stat : 27795 (java) R 27791 27793 27428 0 -1 4202560 2461 0 1 0 302 2 0 0 20 0 19 0 253494137 9855975424 15254 33554432000 1073741824 1073778376 140734316416160 140359690920344 140359548515748 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27793/tid=27796] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27796/stat : 27796 (java) S 27791 27793 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494138 9855975424 15254 33554432000 1073741824 1073778376 140734316416160 140359669021608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27797] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27797/stat : 27797 (java) S 27791 27793 27428 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253494138 9855975424 15254 33554432000 1073741824 1073778376 140734316416160 140359667969064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27798] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27798/stat : 27798 (java) S 27791 27793 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494138 9855975424 15254 33554432000 1073741824 1073778376 140734316416160 140359666916008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27799] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27799/stat : 27799 (java) S 27791 27793 27428 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253494138 9855975424 15254 33554432000 1073741824 1073778376 140734316416160 140359329901352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27793/tid=27800] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27800/stat : 27800 (java) S 27791 27793 27428 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253494138 9855975424 15254 33554432000 1073741824 1073778376 140734316416160 140359328848296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27793/tid=27801] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27801/stat : 27801 (java) S 27791 27793 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494138 9855975424 15254 33554432000 1073741824 1073778376 140734316416160 140359327795752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27793/tid=27802] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27802/stat : 27802 (java) S 27791 27793 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494138 9855975424 15254 33554432000 1073741824 1073778376 140734316416160 140359326742696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27803] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27803/stat : 27803 (java) S 27791 27793 27428 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253494138 9855975424 15254 33554432000 1073741824 1073778376 140734316416160 140359325690152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27804] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27804/stat : 27804 (java) S 27791 27793 27428 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 253494139 9855975424 15254 33554432000 1073741824 1073778376 140734316416160 140359313492840 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27793/tid=27805] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27805/stat : 27805 (java) S 27791 27793 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494140 9855975424 15254 33554432000 1073741824 1073778376 140734316416160 140359312439160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27806] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27806/stat : 27806 (java) S 27791 27793 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494140 9855975424 15254 33554432000 1073741824 1073778376 140734316416160 140359311385992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27807] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27807/stat : 27807 (java) S 27791 27793 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494142 9855975424 15254 33554432000 1073741824 1073778376 140734316416160 140359310334736 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27808] ppid=27791 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/27793/task/27808/stat : 27808 (java) S 27791 27793 27428 0 -1 4202560 3138 0 0 0 32 0 0 0 20 0 19 0 253494142 9855975424 15254 33554432000 1073741824 1073778376 140734316416160 140359309281592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27809] ppid=27791 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/27793/task/27809/stat : 27809 (java) S 27791 27793 27428 0 -1 4202560 2519 0 0 0 22 0 0 0 20 0 19 0 253494142 9855975424 15254 33554432000 1073741824 1073778376 140734316416160 140359308229048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27810] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27810/stat : 27810 (java) S 27791 27793 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494142 9855975424 15254 33554432000 1073741824 1073778376 140734316416160 140359307176184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27811] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27811/stat : 27811 (java) S 27791 27793 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494142 9855975424 15254 33554432000 1073741824 1073778376 140734316416160 140359306123848 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27793/tid=27812] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27812/stat : 27812 (java) S 27791 27793 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494159 9855975424 15254 33554432000 1073741824 1073778376 140734316416160 140359305037352 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9624976

[startup+6.30053 s]
/proc/loadavg: 2.07 1.99 1.68 3/213 27812
/proc/meminfo: memFree=29766992/32873648 swapFree=7112/7112
[pid=27793] ppid=27791 vsize=9624976 CPUtime=6.9 cores=0,2,4,6
/proc/27793/stat : 27793 (java) S 27791 27793 27428 0 -1 4202496 9404 0 1 0 687 3 0 0 20 0 19 0 253494136 9855975424 16987 33554432000 1073741824 1073778376 140734316416160 140734316407296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27793/statm: 2406244 16987 2270 9 0 2396937 0
[pid=27793/tid=27795] ppid=27791 vsize=9624976 CPUtime=6.21 cores=0,2,4,6
/proc/27793/task/27795/stat : 27795 (java) R 27791 27793 27428 0 -1 4202560 2462 0 1 0 619 2 0 0 20 0 19 0 253494137 9855975424 16987 33554432000 1073741824 1073778376 140734316416160 140359690920344 140359548629060 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27793/tid=27796] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27796/stat : 27796 (java) S 27791 27793 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494138 9855975424 16987 33554432000 1073741824 1073778376 140734316416160 140359669021608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27797] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27797/stat : 27797 (java) S 27791 27793 27428 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253494138 9855975424 16987 33554432000 1073741824 1073778376 140734316416160 140359667969064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27798] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27798/stat : 27798 (java) S 27791 27793 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494138 9855975424 16987 33554432000 1073741824 1073778376 140734316416160 140359666916008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27793/tid=27799] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27799/stat : 27799 (java) S 27791 27793 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253494138 9855975424 16987 33554432000 1073741824 1073778376 140734316416160 140359329901352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27800] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27800/stat : 27800 (java) S 27791 27793 27428 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253494138 9855975424 16987 33554432000 1073741824 1073778376 140734316416160 140359328848296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27793/tid=27801] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27801/stat : 27801 (java) S 27791 27793 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494138 9855975424 16987 33554432000 1073741824 1073778376 140734316416160 140359327795752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27793/tid=27802] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27802/stat : 27802 (java) S 27791 27793 27428 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253494138 9855975424 16987 33554432000 1073741824 1073778376 140734316416160 140359326742696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27803] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27803/stat : 27803 (java) S 27791 27793 27428 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253494138 9855975424 16987 33554432000 1073741824 1073778376 140734316416160 140359325690152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27793/tid=27804] ppid=27791 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/27793/task/27804/stat : 27804 (java) S 27791 27793 27428 0 -1 4202560 34 0 0 0 3 0 0 0 20 0 19 0 253494139 9855975424 16987 33554432000 1073741824 1073778376 140734316416160 140359313492840 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27793/tid=27805] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27805/stat : 27805 (java) S 27791 27793 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494140 9855975424 16987 33554432000 1073741824 1073778376 140734316416160 140359312439160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27806] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27806/stat : 27806 (java) S 27791 27793 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494140 9855975424 16987 33554432000 1073741824 1073778376 140734316416160 140359311385992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27807] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27807/stat : 27807 (java) S 27791 27793 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494142 9855975424 16987 33554432000 1073741824 1073778376 140734316416160 140359310334736 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27808] ppid=27791 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/27793/task/27808/stat : 27808 (java) S 27791 27793 27428 0 -1 4202560 3140 0 0 0 35 0 0 0 20 0 19 0 253494142 9855975424 16987 33554432000 1073741824 1073778376 140734316416160 140359309281592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27809] ppid=27791 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/27793/task/27809/stat : 27809 (java) S 27791 27793 27428 0 -1 4202560 2519 0 0 0 22 0 0 0 20 0 19 0 253494142 9855975424 16987 33554432000 1073741824 1073778376 140734316416160 140359308229048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27810] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27810/stat : 27810 (java) S 27791 27793 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494142 9855975424 16987 33554432000 1073741824 1073778376 140734316416160 140359307176184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27811] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27811/stat : 27811 (java) S 27791 27793 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494142 9855975424 16987 33554432000 1073741824 1073778376 140734316416160 140359306123848 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27793/tid=27812] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27812/stat : 27812 (java) S 27791 27793 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494159 9855975424 16987 33554432000 1073741824 1073778376 140734316416160 140359305037352 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 9624976

[startup+12.7005 s]

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

[pid=27793/tid=27801] ppid=27791 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/27793/task/27801/stat : 27801 (java) S 27791 27793 27428 0 -1 4202560 347 0 0 0 67 4 0 0 20 0 19 0 253494138 9855975424 109489 33554432000 1073741824 1073778376 140734316416160 140359327795752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27793/tid=27802] ppid=27791 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/27793/task/27802/stat : 27802 (java) S 27791 27793 27428 0 -1 4202560 390 0 0 0 79 2 0 0 20 0 19 0 253494138 9855975424 109489 33554432000 1073741824 1073778376 140734316416160 140359326742696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27803] ppid=27791 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/27793/task/27803/stat : 27803 (java) S 27791 27793 27428 0 -1 4202560 368 0 0 0 72 4 0 0 20 0 19 0 253494138 9855975424 109489 33554432000 1073741824 1073778376 140734316416160 140359325690152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27804] ppid=27791 vsize=9624976 CPUtime=6 cores=0,2,4,6
/proc/27793/task/27804/stat : 27804 (java) S 27791 27793 27428 0 -1 4202560 163 0 0 0 598 2 0 0 20 0 19 0 253494139 9855975424 109489 33554432000 1073741824 1073778376 140734316416160 140359313492840 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27793/tid=27805] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27805/stat : 27805 (java) S 27791 27793 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494140 9855975424 109489 33554432000 1073741824 1073778376 140734316416160 140359312439160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27806] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27806/stat : 27806 (java) S 27791 27793 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494140 9855975424 109489 33554432000 1073741824 1073778376 140734316416160 140359311385992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27807] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27807/stat : 27807 (java) S 27791 27793 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494142 9855975424 109489 33554432000 1073741824 1073778376 140734316416160 140359310334736 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27808] ppid=27791 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/27793/task/27808/stat : 27808 (java) S 27791 27793 27428 0 -1 4202560 3146 0 0 0 37 0 0 0 20 0 19 0 253494142 9855975424 109489 33554432000 1073741824 1073778376 140734316416160 140359309281592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27809] ppid=27791 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/27793/task/27809/stat : 27809 (java) S 27791 27793 27428 0 -1 4202560 2519 0 0 0 22 0 0 0 20 0 19 0 253494142 9855975424 109489 33554432000 1073741824 1073778376 140734316416160 140359308229048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27810] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27810/stat : 27810 (java) S 27791 27793 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494142 9855975424 109489 33554432000 1073741824 1073778376 140734316416160 140359307176184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27811] ppid=27791 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/27793/task/27811/stat : 27811 (java) S 27791 27793 27428 0 -1 4202560 99 0 0 0 13 14 0 0 20 0 19 0 253494142 9855975424 109489 33554432000 1073741824 1073778376 140734316416160 140359306123848 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27793/tid=27812] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27812/stat : 27812 (java) S 27791 27793 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494159 9855975424 109489 33554432000 1073741824 1073778376 140734316416160 140359305037352 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1727.51
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/213 27909
/proc/meminfo: memFree=27012524/32873648 swapFree=7112/7112
[pid=27793] ppid=27791 vsize=9624976 CPUtime=1787.61 cores=0,2,4,6
/proc/27793/stat : 27793 (java) S 27791 27793 27428 0 -1 4202496 12186 0 1 0 178713 48 0 0 20 0 19 0 253494136 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140734316407296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27793/statm: 2406244 110001 2271 9 0 2396937 0
[pid=27793/tid=27795] ppid=27791 vsize=9624976 CPUtime=1774.32 cores=0,2,4,6
/proc/27793/task/27795/stat : 27795 (java) R 27791 27793 27428 0 -1 4202560 2646 0 1 0 177403 29 0 0 20 0 19 0 253494137 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359690920224 140359548532985 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27793/tid=27796] ppid=27791 vsize=9624976 CPUtime=0.86 cores=0,2,4,6
/proc/27793/task/27796/stat : 27796 (java) S 27791 27793 27428 0 -1 4202560 335 0 0 0 81 5 0 0 20 0 19 0 253494138 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359669021608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27797] ppid=27791 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/27793/task/27797/stat : 27797 (java) S 27791 27793 27428 0 -1 4202560 191 0 0 0 77 4 0 0 20 0 19 0 253494138 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359667969064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27793/tid=27798] ppid=27791 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/27793/task/27798/stat : 27798 (java) S 27791 27793 27428 0 -1 4202560 111 0 0 0 78 3 0 0 20 0 19 0 253494138 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359666916008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27799] ppid=27791 vsize=9624976 CPUtime=0.82 cores=0,2,4,6
/proc/27793/task/27799/stat : 27799 (java) S 27791 27793 27428 0 -1 4202560 367 0 0 0 78 4 0 0 20 0 19 0 253494138 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359329901352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27800] ppid=27791 vsize=9624976 CPUtime=0.84 cores=0,2,4,6
/proc/27793/task/27800/stat : 27800 (java) S 27791 27793 27428 0 -1 4202560 316 0 0 0 80 4 0 0 20 0 19 0 253494138 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359328848296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27793/tid=27801] ppid=27791 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/27793/task/27801/stat : 27801 (java) S 27791 27793 27428 0 -1 4202560 347 0 0 0 69 4 0 0 20 0 19 0 253494138 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359327795752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27793/tid=27802] ppid=27791 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/27793/task/27802/stat : 27802 (java) S 27791 27793 27428 0 -1 4202560 390 0 0 0 81 2 0 0 20 0 19 0 253494138 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359326742696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27803] ppid=27791 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/27793/task/27803/stat : 27803 (java) S 27791 27793 27428 0 -1 4202560 368 0 0 0 73 4 0 0 20 0 19 0 253494138 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359325690152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27804] ppid=27791 vsize=9624976 CPUtime=6.15 cores=0,2,4,6
/proc/27793/task/27804/stat : 27804 (java) S 27791 27793 27428 0 -1 4202560 167 0 0 0 613 2 0 0 20 0 19 0 253494139 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359313492840 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27793/tid=27805] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27805/stat : 27805 (java) S 27791 27793 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494140 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359312439160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27806] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27806/stat : 27806 (java) S 27791 27793 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494140 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359311385992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27807] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27807/stat : 27807 (java) S 27791 27793 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494142 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359310334736 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27808] ppid=27791 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/27793/task/27808/stat : 27808 (java) S 27791 27793 27428 0 -1 4202560 3146 0 0 0 37 0 0 0 20 0 19 0 253494142 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359309281592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27809] ppid=27791 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/27793/task/27809/stat : 27809 (java) S 27791 27793 27428 0 -1 4202560 2519 0 0 0 22 0 0 0 20 0 19 0 253494142 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359308229048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27810] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27810/stat : 27810 (java) S 27791 27793 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494142 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359307176184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27811] ppid=27791 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/27793/task/27811/stat : 27811 (java) S 27791 27793 27428 0 -1 4202560 103 0 0 0 14 14 0 0 20 0 19 0 253494142 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359306123848 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27793/tid=27812] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27812/stat : 27812 (java) S 27791 27793 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494159 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359305037352 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1787.61
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 2.00 2.00 1.93 3/213 27909
/proc/meminfo: memFree=27012776/32873648 swapFree=7112/7112
[pid=27793] ppid=27791 vsize=9624976 CPUtime=1800.02 cores=0,2,4,6
/proc/27793/stat : 27793 (java) S 27791 27793 27428 0 -1 4202496 12186 0 1 0 179954 48 0 0 20 0 19 0 253494136 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140734316407296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27793/statm: 2406244 110001 2271 9 0 2396937 0
[pid=27793/tid=27795] ppid=27791 vsize=9624976 CPUtime=1786.73 cores=0,2,4,6
/proc/27793/task/27795/stat : 27795 (java) R 27791 27793 27428 0 -1 4202560 2646 0 1 0 178643 30 0 0 20 0 19 0 253494137 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359690920224 140359548731856 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27793/tid=27796] ppid=27791 vsize=9624976 CPUtime=0.86 cores=0,2,4,6
/proc/27793/task/27796/stat : 27796 (java) S 27791 27793 27428 0 -1 4202560 335 0 0 0 81 5 0 0 20 0 19 0 253494138 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359669021608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27797] ppid=27791 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/27793/task/27797/stat : 27797 (java) S 27791 27793 27428 0 -1 4202560 191 0 0 0 77 4 0 0 20 0 19 0 253494138 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359667969064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27793/tid=27798] ppid=27791 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/27793/task/27798/stat : 27798 (java) S 27791 27793 27428 0 -1 4202560 111 0 0 0 78 3 0 0 20 0 19 0 253494138 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359666916008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27799] ppid=27791 vsize=9624976 CPUtime=0.82 cores=0,2,4,6
/proc/27793/task/27799/stat : 27799 (java) S 27791 27793 27428 0 -1 4202560 367 0 0 0 78 4 0 0 20 0 19 0 253494138 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359329901352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27800] ppid=27791 vsize=9624976 CPUtime=0.84 cores=0,2,4,6
/proc/27793/task/27800/stat : 27800 (java) S 27791 27793 27428 0 -1 4202560 316 0 0 0 80 4 0 0 20 0 19 0 253494138 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359328848296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27793/tid=27801] ppid=27791 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/27793/task/27801/stat : 27801 (java) S 27791 27793 27428 0 -1 4202560 347 0 0 0 69 4 0 0 20 0 19 0 253494138 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359327795752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27793/tid=27802] ppid=27791 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/27793/task/27802/stat : 27802 (java) S 27791 27793 27428 0 -1 4202560 390 0 0 0 81 2 0 0 20 0 19 0 253494138 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359326742696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27803] ppid=27791 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/27793/task/27803/stat : 27803 (java) S 27791 27793 27428 0 -1 4202560 368 0 0 0 73 4 0 0 20 0 19 0 253494138 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359325690152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27804] ppid=27791 vsize=9624976 CPUtime=6.15 cores=0,2,4,6
/proc/27793/task/27804/stat : 27804 (java) S 27791 27793 27428 0 -1 4202560 167 0 0 0 613 2 0 0 20 0 19 0 253494139 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359313492840 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27793/tid=27805] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27805/stat : 27805 (java) S 27791 27793 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494140 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359312439160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27806] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27806/stat : 27806 (java) S 27791 27793 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494140 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359311385992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27807] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27807/stat : 27807 (java) S 27791 27793 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494142 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359310334736 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27808] ppid=27791 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/27793/task/27808/stat : 27808 (java) S 27791 27793 27428 0 -1 4202560 3146 0 0 0 37 0 0 0 20 0 19 0 253494142 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359309281592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27809] ppid=27791 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/27793/task/27809/stat : 27809 (java) S 27791 27793 27428 0 -1 4202560 2519 0 0 0 22 0 0 0 20 0 19 0 253494142 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359308229048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27810] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27810/stat : 27810 (java) S 27791 27793 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494142 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359307176184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27811] ppid=27791 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/27793/task/27811/stat : 27811 (java) S 27791 27793 27428 0 -1 4202560 103 0 0 0 14 14 0 0 20 0 19 0 253494142 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359306123848 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27793/tid=27812] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27812/stat : 27812 (java) S 27791 27793 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494159 9855975424 110001 33554432000 1073741824 1073778376 140734316416160 140359305037352 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 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

[startup+1795 s]
/proc/loadavg: 2.00 2.00 1.93 3/213 27909
/proc/meminfo: memFree=27012776/32873648 swapFree=7112/7112
[pid=27793] ppid=27791 vsize=9624976 CPUtime=1800.51 cores=0,2,4,6
/proc/27793/stat : 27793 (java) S 27791 27793 27428 0 -1 4202496 12364 0 1 0 179998 53 0 0 20 0 19 0 253494136 9855975424 123897 33554432000 1073741824 1073778376 140734316416160 140734316407296 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/27793/statm: 2406244 123897 2271 9 0 2396937 0
[pid=27793/tid=27795] ppid=27791 vsize=9624976 CPUtime=1786.73 cores=0,2,4,6
/proc/27793/task/27795/stat : 27795 (java) S 27791 27793 27428 0 -1 4202560 2646 0 1 0 178643 30 0 0 20 0 19 0 253494137 9855975424 123897 33554432000 1073741824 1073778376 140734316416160 140359690918456 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27793/tid=27796] ppid=27791 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/27793/task/27796/stat : 27796 (java) S 27791 27793 27428 0 -1 4202560 349 0 0 0 82 6 0 0 20 0 19 0 253494138 9855975424 123897 33554432000 1073741824 1073778376 140734316416160 140359669021608 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27797] ppid=27791 vsize=9624976 CPUtime=0.86 cores=0,2,4,6
/proc/27793/task/27797/stat : 27797 (java) S 27791 27793 27428 0 -1 4202560 204 0 0 0 82 4 0 0 20 0 19 0 253494138 9855975424 123897 33554432000 1073741824 1073778376 140734316416160 140359667969064 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27798] ppid=27791 vsize=9624976 CPUtime=0.82 cores=0,2,4,6
/proc/27793/task/27798/stat : 27798 (java) S 27791 27793 27428 0 -1 4202560 121 0 0 0 79 3 0 0 20 0 19 0 253494138 9855975424 123897 33554432000 1073741824 1073778376 140734316416160 140359666916008 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27793/tid=27799] ppid=27791 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/27793/task/27799/stat : 27799 (java) S 27791 27793 27428 0 -1 4202560 377 0 0 0 79 4 0 0 20 0 19 0 253494138 9855975424 123897 33554432000 1073741824 1073778376 140734316416160 140359329901352 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27793/tid=27800] ppid=27791 vsize=9624976 CPUtime=0.91 cores=0,2,4,6
/proc/27793/task/27800/stat : 27800 (java) S 27791 27793 27428 0 -1 4202560 342 0 0 0 86 5 0 0 20 0 19 0 253494138 9855975424 123897 33554432000 1073741824 1073778376 140734316416160 140359328848296 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27793/tid=27801] ppid=27791 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/27793/task/27801/stat : 27801 (java) S 27791 27793 27428 0 -1 4202560 416 0 0 0 71 4 0 0 20 0 19 0 253494138 9855975424 123897 33554432000 1073741824 1073778376 140734316416160 140359327795752 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27802] ppid=27791 vsize=9624976 CPUtime=0.84 cores=0,2,4,6
/proc/27793/task/27802/stat : 27802 (java) S 27791 27793 27428 0 -1 4202560 395 0 0 0 82 2 0 0 20 0 19 0 253494138 9855975424 123897 33554432000 1073741824 1073778376 140734316416160 140359326742696 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27803] ppid=27791 vsize=9624976 CPUtime=0.84 cores=0,2,4,6
/proc/27793/task/27803/stat : 27803 (java) S 27791 27793 27428 0 -1 4202560 393 0 0 0 78 6 0 0 20 0 19 0 253494138 9855975424 123897 33554432000 1073741824 1073778376 140734316416160 140359325690152 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27804] ppid=27791 vsize=9624976 CPUtime=6.37 cores=0,2,4,6
/proc/27793/task/27804/stat : 27804 (java) R 27791 27793 27428 0 -1 4202560 167 0 0 0 635 2 0 0 20 0 19 0 253494139 9855975424 123897 33554432000 1073741824 1073778376 140734316416160 140359313491720 242167071045 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27793/tid=27805] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27805/stat : 27805 (java) S 27791 27793 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494140 9855975424 123897 33554432000 1073741824 1073778376 140734316416160 140359312439160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27806] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27806/stat : 27806 (java) S 27791 27793 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494140 9855975424 123897 33554432000 1073741824 1073778376 140734316416160 140359311385992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27807] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27807/stat : 27807 (java) S 27791 27793 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494142 9855975424 123897 33554432000 1073741824 1073778376 140734316416160 140359310333144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27808] ppid=27791 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/27793/task/27808/stat : 27808 (java) S 27791 27793 27428 0 -1 4202560 3146 0 0 0 37 0 0 0 20 0 19 0 253494142 9855975424 123897 33554432000 1073741824 1073778376 140734316416160 140359309281592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27793/tid=27809] ppid=27791 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/27793/task/27809/stat : 27809 (java) S 27791 27793 27428 0 -1 4202560 2519 0 0 0 22 0 0 0 20 0 19 0 253494142 9855975424 123897 33554432000 1073741824 1073778376 140734316416160 140359308229048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27810] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27810/stat : 27810 (java) S 27791 27793 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494142 9855975424 123897 33554432000 1073741824 1073778376 140734316416160 140359307176184 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27793/tid=27811] ppid=27791 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/27793/task/27811/stat : 27811 (java) S 27791 27793 27428 0 -1 4202560 103 0 0 0 14 14 0 0 20 0 19 0 253494142 9855975424 123897 33554432000 1073741824 1073778376 140734316416160 140359306123848 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27793/tid=27812] ppid=27791 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/27793/task/27812/stat : 27812 (java) S 27791 27793 27428 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494159 9855975424 123897 33554432000 1073741824 1073778376 140734316416160 140359305037352 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.51
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1795.05
CPU time (s): 1801.07
CPU user time (s): 1800.13
CPU system time (s): 0.942856
CPU usage (%): 100.336
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.13
system time used= 0.942856
maximum resident set size= 500920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12679
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41667
involuntary context switches= 12533

runsolver used 5.78112 second user time and 13.9429 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-24 17:34:42
IDJOB=3687585
IDBENCH=1958
IDSOLVER=2269
FILE ID=node126/3687585-1337873682
RUNJOBID= node126-1337871880-27445
PBS_JOBID= 14620078
Free space on /tmp= 71684 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_18.opb.PB06.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687585-1337873682/watcher-3687585-1337873682 -o /tmp/evaluation-result-3687585-1337873682/solver-3687585-1337873682 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687585-1337873682.opb

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

MD5SUM BENCH= 7db364152f2aec17f16cb8adef9dc3c7
RANDOM SEED=2138714882

node126.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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		: 2666.456
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29825580 kB
Buffers:          227112 kB
Cached:          1863292 kB
SwapCached:        17768 kB
Active:           533028 kB
Inactive:        1727776 kB
Active(anon):     152640 kB
Inactive(anon):    19404 kB
Active(file):     380388 kB
Inactive(file):  1708372 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086928 kB
Dirty:               480 kB
Writeback:             0 kB
AnonPages:        188188 kB
Mapped:            18204 kB
Shmem:                 0 kB
Slab:             621820 kB
SReclaimable:      66400 kB
SUnreclaim:       555420 kB
KernelStack:        1608 kB
PageTables:         4616 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 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= 71680 MiB
End job on node126 at 2012-05-24 18:04:39