Trace number 3687583

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)223 1800.09 1794.75

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_19.opb.PB06.opb
MD5SUM80b0f13939656efa52b7dd958ee28431
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark184
Best CPU time to get the best result obtained on this benchmark1796.77
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 180
Optimality of the best value was proved NO
Number of variables467
Total number of constraints466
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 constraints466
Minimum length of a constraint3
Maximum length of a constraint15
Number of terms in the objective function 467
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 467
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 467
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.01/0.09	c version 2.3.2.v20120418
0.01/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.09	c java.vm.version	19.1-b02
0.01/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.09	c sun.arch.data.model	64
0.01/0.09	c java.version		1.6.0_24
0.01/0.09	c os.name		Linux
0.01/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.09	c os.arch		amd64
0.01/0.09	c Free memory 		501472288
0.01/0.09	c Max memory 		7480803328
0.01/0.09	c Total memory 		504102912
0.01/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3687583-1337873682.opb
0.09/0.12	c reading problem ... 
0.26/0.23	c ... done. Wall clock time 0.112s.
0.26/0.23	c declared #vars     467
0.26/0.23	c #constraints  466
0.26/0.23	c constraints type 
0.26/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 466
0.26/0.23	c 466 constraints processed.
0.26/0.23	c objective function length is 467 literals
0.26/0.24	c SATISFIABLE
0.26/0.24	c OPTIMIZING...
0.26/0.24	c Got one! Elapsed wall clock time (in seconds):0.126
0.26/0.24	o 223
1.68/1.39	c cleaning 2499 clauses out of 5001 with flag 5001/5001
3.06/2.51	c cleaning 4251 clauses out of 8503 with flag 11002/11002
4.46/3.90	c cleaning 5624 clauses out of 11252 with flag 18002/18002
5.87/5.35	c cleaning 6810 clauses out of 13626 with flag 26000/26000
7.49/6.90	c cleaning 7906 clauses out of 15816 with flag 35000/35000
9.19/8.61	c cleaning 8954 clauses out of 17910 with flag 45000/45000
10.89/10.34	c cleaning 9972 clauses out of 19956 with flag 56000/56000
13.09/12.52	c cleaning 10990 clauses out of 21984 with flag 68000/68000
15.19/14.67	c cleaning 11997 clauses out of 23995 with flag 81001/81001
17.71/17.19	c cleaning 13000 clauses out of 25999 with flag 95002/95002
20.33/19.74	c cleaning 13992 clauses out of 27998 with flag 110001/110001
23.13/22.54	c cleaning 14999 clauses out of 30006 with flag 126001/126001
26.24/25.61	c cleaning 15994 clauses out of 32007 with flag 143001/143001
29.54/28.96	c cleaning 17005 clauses out of 34013 with flag 161001/161001
33.06/32.42	c cleaning 18002 clauses out of 36008 with flag 180001/180001
36.57/35.95	c cleaning 19001 clauses out of 38006 with flag 200001/200001
40.31/39.64	c cleaning 19999 clauses out of 40005 with flag 221001/221001
44.11/43.41	c cleaning 20998 clauses out of 42005 with flag 243000/243000
47.62/46.99	c cleaning 22003 clauses out of 44007 with flag 266000/266000
51.44/50.75	c cleaning 22997 clauses out of 46006 with flag 290002/290002
55.85/55.15	c cleaning 24002 clauses out of 48007 with flag 315000/315000
60.06/59.32	c cleaning 25003 clauses out of 50005 with flag 341000/341000
64.80/64.02	c cleaning 25996 clauses out of 52003 with flag 368001/368001
69.51/68.78	c cleaning 26997 clauses out of 54006 with flag 396000/396000
74.63/73.88	c cleaning 28003 clauses out of 56009 with flag 425000/425000
80.05/79.22	c cleaning 28998 clauses out of 58006 with flag 455000/455000
85.76/84.95	c cleaning 30000 clauses out of 60009 with flag 486001/486001
91.67/90.83	c cleaning 31003 clauses out of 62012 with flag 518004/518004
97.78/96.92	c cleaning 32004 clauses out of 64007 with flag 551002/551002
104.00/103.11	c cleaning 32999 clauses out of 66001 with flag 585000/585000
110.23/109.39	c cleaning 33997 clauses out of 68002 with flag 620000/620000
116.93/116.00	c cleaning 35000 clauses out of 70005 with flag 656000/656000
123.87/122.93	c cleaning 36001 clauses out of 72005 with flag 693000/693000
130.70/129.71	c cleaning 36998 clauses out of 74004 with flag 731000/731000
138.01/137.04	c cleaning 38002 clauses out of 76007 with flag 770001/770001
145.83/144.83	c cleaning 39002 clauses out of 78006 with flag 810002/810002
153.86/152.81	c cleaning 39995 clauses out of 80003 with flag 851001/851001
161.38/160.34	c cleaning 41003 clauses out of 82007 with flag 893000/893000
169.29/168.27	c cleaning 41997 clauses out of 84004 with flag 936000/936000
178.00/176.93	c cleaning 42998 clauses out of 86009 with flag 980002/980002
187.11/186.03	c cleaning 44003 clauses out of 88012 with flag 1025003/1025003
196.15/195.09	c cleaning 44999 clauses out of 90008 with flag 1071002/1071002
205.58/204.45	c cleaning 46001 clauses out of 92007 with flag 1118000/1118000
215.10/213.97	c cleaning 46999 clauses out of 94006 with flag 1166000/1166000
224.46/223.28	c cleaning 47994 clauses out of 96007 with flag 1215000/1215000
234.17/232.97	c cleaning 49005 clauses out of 98014 with flag 1265001/1265001
243.99/242.77	c cleaning 49999 clauses out of 100008 with flag 1316000/1316000
253.35/252.04	c cleaning 51004 clauses out of 102010 with flag 1368001/1368001
263.18/261.82	c cleaning 52001 clauses out of 104006 with flag 1421001/1421001
274.31/272.95	c cleaning 53001 clauses out of 106006 with flag 1475002/1475002
285.75/284.35	c cleaning 53997 clauses out of 108003 with flag 1530000/1530000
296.30/294.89	c cleaning 55002 clauses out of 110006 with flag 1586000/1586000
307.10/305.64	c cleaning 55998 clauses out of 112004 with flag 1643000/1643000
317.93/316.42	c cleaning 56995 clauses out of 114006 with flag 1701000/1701000
329.56/328.00	c cleaning 58002 clauses out of 116011 with flag 1760000/1760000
340.92/339.38	c cleaning 59000 clauses out of 118009 with flag 1820000/1820000
352.15/350.57	c cleaning 60006 clauses out of 120011 with flag 1881002/1881002
363.78/362.10	c cleaning 60999 clauses out of 122003 with flag 1943000/1943000
374.92/373.21	c cleaning 61994 clauses out of 124004 with flag 2006000/2006000
386.57/384.81	c cleaning 63004 clauses out of 126010 with flag 2070000/2070000
398.60/396.89	c cleaning 64004 clauses out of 128007 with flag 2135001/2135001
410.84/409.10	c cleaning 64991 clauses out of 130003 with flag 2201001/2201001
422.77/420.96	c cleaning 66003 clauses out of 132011 with flag 2268000/2268000
435.71/433.83	c cleaning 67003 clauses out of 134009 with flag 2336001/2336001
449.55/447.60	c cleaning 68001 clauses out of 136005 with flag 2405000/2405000
463.56/461.60	c cleaning 68999 clauses out of 138004 with flag 2475000/2475000
477.99/476.07	c cleaning 69997 clauses out of 140005 with flag 2546000/2546000
492.51/490.59	c cleaning 71003 clauses out of 142009 with flag 2618001/2618001
508.10/506.01	c cleaning 71997 clauses out of 144005 with flag 2691000/2691000
523.72/521.67	c cleaning 73003 clauses out of 146008 with flag 2765000/2765000
539.85/537.78	c cleaning 73998 clauses out of 148005 with flag 2840000/2840000
556.48/554.40	c cleaning 75004 clauses out of 150009 with flag 2916002/2916002
572.24/570.06	c cleaning 75997 clauses out of 152003 with flag 2993000/2993000
587.39/585.13	c cleaning 76998 clauses out of 154007 with flag 3071001/3071001
602.92/600.65	c cleaning 78003 clauses out of 156009 with flag 3150001/3150001
618.48/616.10	c cleaning 79001 clauses out of 158005 with flag 3230000/3230000
634.22/631.87	c cleaning 79993 clauses out of 160004 with flag 3311000/3311000
650.64/648.26	c cleaning 80996 clauses out of 162012 with flag 3393001/3393001
667.88/665.46	c cleaning 82001 clauses out of 164015 with flag 3476000/3476000
685.32/682.87	c cleaning 82997 clauses out of 166016 with flag 3560002/3560002
702.16/699.62	c cleaning 84003 clauses out of 168017 with flag 3645000/3645000
719.31/716.76	c cleaning 84994 clauses out of 170015 with flag 3731001/3731001
737.54/734.98	c cleaning 86006 clauses out of 172022 with flag 3818002/3818002
755.78/753.14	c cleaning 87005 clauses out of 174014 with flag 3906000/3906000
774.02/771.32	c cleaning 87997 clauses out of 176009 with flag 3995000/3995000
792.80/790.10	c cleaning 89002 clauses out of 178012 with flag 4085000/4085000
811.47/808.66	c cleaning 90004 clauses out of 180010 with flag 4176000/4176000
829.90/827.01	c cleaning 90999 clauses out of 182007 with flag 4268001/4268001
849.23/846.37	c cleaning 91996 clauses out of 184007 with flag 4361000/4361000
867.85/864.96	c cleaning 92997 clauses out of 186012 with flag 4455001/4455001
885.51/882.59	c cleaning 93990 clauses out of 188014 with flag 4550000/4550000
903.64/900.62	c cleaning 95008 clauses out of 190024 with flag 4646000/4646000
922.48/919.49	c cleaning 96005 clauses out of 192016 with flag 4743000/4743000
943.44/940.35	c cleaning 97001 clauses out of 194011 with flag 4841000/4841000
965.71/962.51	c cleaning 98003 clauses out of 196011 with flag 4940001/4940001
985.88/982.69	c cleaning 99000 clauses out of 198007 with flag 5040000/5040000
1004.91/1001.55	c cleaning 100003 clauses out of 200008 with flag 5141001/5141001
1025.36/1021.92	c cleaning 101000 clauses out of 202006 with flag 5243002/5243002
1047.80/1044.37	c cleaning 101995 clauses out of 204004 with flag 5346000/5346000
1068.46/1064.94	c cleaning 103002 clauses out of 206012 with flag 5450003/5450003
1088.72/1085.17	c cleaning 103999 clauses out of 208007 with flag 5555000/5555000
1110.77/1107.16	c cleaning 104991 clauses out of 210008 with flag 5661000/5661000
1132.76/1129.05	c cleaning 106001 clauses out of 212018 with flag 5768001/5768001
1153.22/1149.44	c cleaning 107004 clauses out of 214016 with flag 5876000/5876000
1174.97/1171.10	c cleaning 108005 clauses out of 216014 with flag 5985002/5985002
1198.11/1194.23	c cleaning 109001 clauses out of 218007 with flag 6095000/6095000
1222.87/1218.99	c cleaning 109997 clauses out of 220006 with flag 6206000/6206000
1248.74/1244.70	c cleaning 111000 clauses out of 222012 with flag 6318003/6318003
1273.11/1269.03	c cleaning 111998 clauses out of 224009 with flag 6431000/6431000
1298.35/1294.23	c cleaning 112989 clauses out of 226012 with flag 6545001/6545001
1323.02/1318.83	c cleaning 114005 clauses out of 228022 with flag 6660000/6660000
1347.23/1343.09	c cleaning 115001 clauses out of 230018 with flag 6776001/6776001
1369.55/1365.37	c cleaning 116001 clauses out of 232018 with flag 6893002/6893002
1390.01/1385.77	c cleaning 117006 clauses out of 234016 with flag 7011001/7011001
1412.47/1408.18	c cleaning 118003 clauses out of 236009 with flag 7130000/7130000
1435.43/1431.05	c cleaning 119000 clauses out of 238007 with flag 7250001/7250001
1458.10/1453.61	c cleaning 119997 clauses out of 240006 with flag 7371000/7371000
1480.05/1475.53	c cleaning 121003 clauses out of 242011 with flag 7493002/7493002
1502.53/1497.91	c cleaning 122001 clauses out of 244008 with flag 7616002/7616002
1526.58/1521.95	c cleaning 122996 clauses out of 246007 with flag 7740002/7740002
1551.33/1546.62	c cleaning 124002 clauses out of 248009 with flag 7865000/7865000
1577.89/1573.14	c cleaning 124993 clauses out of 250007 with flag 7991000/7991000
1603.30/1598.41	c cleaning 125999 clauses out of 252014 with flag 8118000/8118000
1627.46/1622.55	c cleaning 127001 clauses out of 254015 with flag 8246000/8246000
1651.63/1646.70	c cleaning 128002 clauses out of 256014 with flag 8375000/8375000
1677.16/1672.16	c cleaning 128998 clauses out of 258013 with flag 8505001/8505001
1702.45/1697.31	c cleaning 130003 clauses out of 260015 with flag 8636001/8636001
1728.20/1723.03	c cleaning 131004 clauses out of 262013 with flag 8768002/8768002
1755.26/1750.02	c cleaning 132002 clauses out of 264007 with flag 8901000/8901000
1781.63/1776.32	c cleaning 132999 clauses out of 266005 with flag 9035000/9035000
1800.09/1794.71	c starts		: 301
1800.09/1794.71	c conflicts		: 9137072
1800.09/1794.71	c decisions		: 16351752
1800.09/1794.71	c propagations		: 1095847894
1800.09/1794.71	c inspects		: 13266096392
1800.09/1794.71	c shortcuts		: 0
1800.09/1794.71	c learnt literals	: 0
1800.09/1794.71	c learnt binary clauses	: 0
1800.09/1794.71	c learnt ternary clauses	: 0
1800.09/1794.71	c learnt constraints	: 9137072
1800.09/1794.71	c ignored constraints	: 0
1800.09/1794.71	c root simplifications	: 0
1800.09/1794.71	c removed literals (reason simplification)	: 0
1800.09/1794.71	c reason swapping (by a shorter reason)	: 0
1800.09/1794.71	c Calls to reduceDB	: 130
1800.09/1794.71	c number of reductions to clauses (during analyze)	: 0
1800.09/1794.71	c number of learned constraints concerned by reduction	: 0
1800.09/1794.71	c number of learning phase by resolution	: 0
1800.09/1794.71	c number of learning phase by cutting planes	: 0
1800.09/1794.71	c speed (assignments/second)	: 610679.2698027389
1800.09/1794.71	c non guided choices	0
1800.09/1794.74	c learnt constraints type 
1800.09/1794.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 235172
1800.09/1794.74	c constraints type 
1800.09/1794.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.09/1794.74	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 466
1800.09/1794.74	c 467 constraints processed.
1800.09/1794.74	s SATISFIABLE
1800.09/1794.74	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 
1800.09/1794.74	c objective function=223
1800.09/1794.74	c Total wall clock time (in seconds): 1794.624

Verifier Data

OK	223

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-3687583-1337873682/watcher-3687583-1337873682 -o /tmp/evaluation-result-3687583-1337873682/solver-3687583-1337873682 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687583-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: 1.95 1.97 1.68 2/194 14777
/proc/meminfo: memFree=28948156/32873844 swapFree=7104/7104
[pid=14777] ppid=14775 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/14777/stat : 14777 (java) R 14775 14777 14581 0 -1 4202496 860 0 0 0 0 0 0 0 20 0 1 0 253493090 23793664 588 33554432000 1073741824 1073778376 140737446460112 140737446449176 233211738689 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/14777/statm: 5809 602 449 9 0 128 0

[startup+0.0318981 s]
/proc/loadavg: 1.95 1.97 1.68 2/194 14777
/proc/meminfo: memFree=28948156/32873844 swapFree=7104/7104
[pid=14777] ppid=14775 vsize=9092432 CPUtime=0.01 cores=0,2,4,6
/proc/14777/stat : 14777 (java) S 14775 14777 14581 0 -1 4202496 2917 0 1 0 1 0 0 0 20 0 11 0 253493090 9310650368 3617 33554432000 1073741824 1073778376 140737446460112 140737446451248 233224306749 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14777/statm: 2273108 3618 1644 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.100291 s]
/proc/loadavg: 1.95 1.97 1.68 2/194 14777
/proc/meminfo: memFree=28948156/32873844 swapFree=7104/7104
[pid=14777] ppid=14775 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/14777/stat : 14777 (java) S 14775 14777 14581 0 -1 4202496 4261 0 1 0 9 0 0 0 20 0 18 0 253493090 9787813888 5464 33554432000 1073741824 1073778376 140737446460112 140737446451248 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14777/statm: 2389603 5464 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300254 s]
/proc/loadavg: 1.95 1.97 1.68 2/194 14777
/proc/meminfo: memFree=28948156/32873844 swapFree=7104/7104
[pid=14777] ppid=14775 vsize=9624976 CPUtime=0.5 cores=0,2,4,6
/proc/14777/stat : 14777 (java) S 14775 14777 14581 0 -1 4202496 7022 0 1 0 49 1 0 0 20 0 19 0 253493090 9855975424 8400 33554432000 1073741824 1073778376 140737446460112 140737446451248 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14777/statm: 2406244 8400 2228 9 0 2396937 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9624976

[startup+0.700225 s]
/proc/loadavg: 1.95 1.97 1.68 2/194 14777
/proc/meminfo: memFree=28948156/32873844 swapFree=7104/7104
[pid=14777] ppid=14775 vsize=9624976 CPUtime=1.03 cores=0,2,4,6
/proc/14777/stat : 14777 (java) S 14775 14777 14581 0 -1 4202496 7391 0 1 0 102 1 0 0 20 0 19 0 253493090 9855975424 8903 33554432000 1073741824 1073778376 140737446460112 140737446451248 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14777/statm: 2406244 8903 2233 9 0 2396937 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9624976

[startup+1.5007 s]
/proc/loadavg: 1.95 1.97 1.68 4/213 14796
/proc/meminfo: memFree=28910068/32873844 swapFree=7104/7104
[pid=14777] ppid=14775 vsize=9624976 CPUtime=2.02 cores=0,2,4,6
/proc/14777/stat : 14777 (java) S 14775 14777 14581 0 -1 4202496 12308 0 1 0 199 3 0 0 20 0 19 0 253493090 9855975424 15455 33554432000 1073741824 1073778376 140737446460112 140737446451248 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14777/statm: 2406244 15455 2268 9 0 2396937 0
[pid=14777/tid=14779] ppid=14775 vsize=9624976 CPUtime=1.45 cores=0,2,4,6
/proc/14777/task/14779/stat : 14779 (java) R 14775 14777 14581 0 -1 4202560 2458 0 1 0 145 0 0 0 20 0 19 0 253493091 9855975424 15455 33554432000 1073741824 1073778376 140737446460112 140480076300664 140479941797850 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14777/tid=14780] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14780/stat : 14780 (java) S 14775 14777 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253493092 9855975424 15455 33554432000 1073741824 1073778376 140737446460112 140480065362856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14777/tid=14781] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14781/stat : 14781 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493092 9855975424 15455 33554432000 1073741824 1073778376 140737446460112 140480064310312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14782] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14782/stat : 14782 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493092 9855975424 15455 33554432000 1073741824 1073778376 140737446460112 140480063257256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14777/tid=14783] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14783/stat : 14783 (java) S 14775 14777 14581 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253493092 9855975424 15455 33554432000 1073741824 1073778376 140737446460112 140480062204712 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14777/tid=14784] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14784/stat : 14784 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493092 9855975424 15455 33554432000 1073741824 1073778376 140737446460112 140480061151656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14785] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14785/stat : 14785 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493092 9855975424 15455 33554432000 1073741824 1073778376 140737446460112 140480060099112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14777/tid=14786] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14786/stat : 14786 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493092 9855975424 15455 33554432000 1073741824 1073778376 140737446460112 140479913736360 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14787] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14787/stat : 14787 (java) S 14775 14777 14581 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253493092 9855975424 15455 33554432000 1073741824 1073778376 140737446460112 140479912683816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14788] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14788/stat : 14788 (java) S 14775 14777 14581 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 253493093 9855975424 15455 33554432000 1073741824 1073778376 140737446460112 140479900486504 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14789] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14789/stat : 14789 (java) S 14775 14777 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253493094 9855975424 15455 33554432000 1073741824 1073778376 140737446460112 140479899432824 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14790] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14790/stat : 14790 (java) S 14775 14777 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253493094 9855975424 15455 33554432000 1073741824 1073778376 140737446460112 140479898379656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14791] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14791/stat : 14791 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493096 9855975424 15455 33554432000 1073741824 1073778376 140737446460112 140479897328400 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14792] ppid=14775 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/14777/task/14792/stat : 14792 (java) S 14775 14777 14581 0 -1 4202560 2395 0 0 0 22 0 0 0 20 0 19 0 253493096 9855975424 15455 33554432000 1073741824 1073778376 140737446460112 140479896275256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14793] ppid=14775 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/14777/task/14793/stat : 14793 (java) R 14775 14777 14581 0 -1 4202560 6218 0 0 0 27 1 0 0 20 0 19 0 253493096 9855975424 15455 33554432000 1073741824 1073778376 140737446460112 140479895212792 140480083276187 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14794] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14794/stat : 14794 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493096 9855975424 15455 33554432000 1073741824 1073778376 140737446460112 140479894169848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14795] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14795/stat : 14795 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493096 9855975424 15455 33554432000 1073741824 1073778376 140737446460112 140479893117512 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14796] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14796/stat : 14796 (java) S 14775 14777 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253493114 9855975424 15455 33554432000 1073741824 1073778376 140737446460112 140479892063784 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9624976

[startup+3.10066 s]
/proc/loadavg: 1.95 1.97 1.68 3/213 14796
/proc/meminfo: memFree=28881656/32873844 swapFree=7104/7104
[pid=14777] ppid=14775 vsize=9624976 CPUtime=3.66 cores=0,2,4,6
/proc/14777/stat : 14777 (java) S 14775 14777 14581 0 -1 4202496 12346 0 1 0 363 3 0 0 20 0 19 0 253493090 9855975424 17532 33554432000 1073741824 1073778376 140737446460112 140737446451248 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14777/statm: 2406244 17532 2268 9 0 2396937 0
[pid=14777/tid=14779] ppid=14775 vsize=9624976 CPUtime=3.03 cores=0,2,4,6
/proc/14777/task/14779/stat : 14779 (java) R 14775 14777 14581 0 -1 4202560 2460 0 1 0 303 0 0 0 20 0 19 0 253493091 9855975424 17532 33554432000 1073741824 1073778376 140737446460112 140480076300576 140479941851728 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14780] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14780/stat : 14780 (java) S 14775 14777 14581 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253493092 9855975424 17532 33554432000 1073741824 1073778376 140737446460112 140480065362856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14777/tid=14781] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14781/stat : 14781 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493092 9855975424 17532 33554432000 1073741824 1073778376 140737446460112 140480064310312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14782] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14782/stat : 14782 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493092 9855975424 17532 33554432000 1073741824 1073778376 140737446460112 140480063257256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14777/tid=14783] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14783/stat : 14783 (java) S 14775 14777 14581 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253493092 9855975424 17532 33554432000 1073741824 1073778376 140737446460112 140480062204712 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14777/tid=14784] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14784/stat : 14784 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493092 9855975424 17532 33554432000 1073741824 1073778376 140737446460112 140480061151656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14785] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14785/stat : 14785 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493092 9855975424 17532 33554432000 1073741824 1073778376 140737446460112 140480060099112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14777/tid=14786] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14786/stat : 14786 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493092 9855975424 17532 33554432000 1073741824 1073778376 140737446460112 140479913736360 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14787] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14787/stat : 14787 (java) S 14775 14777 14581 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253493092 9855975424 17532 33554432000 1073741824 1073778376 140737446460112 140479912683816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14788] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14788/stat : 14788 (java) S 14775 14777 14581 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 253493093 9855975424 17532 33554432000 1073741824 1073778376 140737446460112 140479900486504 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14789] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14789/stat : 14789 (java) S 14775 14777 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253493094 9855975424 17532 33554432000 1073741824 1073778376 140737446460112 140479899432824 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14790] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14790/stat : 14790 (java) S 14775 14777 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253493094 9855975424 17532 33554432000 1073741824 1073778376 140737446460112 140479898379656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14791] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14791/stat : 14791 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493096 9855975424 17532 33554432000 1073741824 1073778376 140737446460112 140479897328400 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14792] ppid=14775 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/14777/task/14792/stat : 14792 (java) S 14775 14777 14581 0 -1 4202560 2395 0 0 0 23 0 0 0 20 0 19 0 253493096 9855975424 17532 33554432000 1073741824 1073778376 140737446460112 140479896275256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14793] ppid=14775 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/14777/task/14793/stat : 14793 (java) S 14775 14777 14581 0 -1 4202560 6246 0 0 0 30 2 0 0 20 0 19 0 253493096 9855975424 17532 33554432000 1073741824 1073778376 140737446460112 140479895222712 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14794] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14794/stat : 14794 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493096 9855975424 17532 33554432000 1073741824 1073778376 140737446460112 140479894169848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14795] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14795/stat : 14795 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493096 9855975424 17532 33554432000 1073741824 1073778376 140737446460112 140479893117512 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14777/tid=14796] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14796/stat : 14796 (java) S 14775 14777 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253493114 9855975424 17532 33554432000 1073741824 1073778376 140737446460112 140479892063784 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.66
Current children cumulated vsize (KiB) 9624976

[startup+6.3006 s]
/proc/loadavg: 1.95 1.97 1.68 3/213 14796
/proc/meminfo: memFree=28864464/32873844 swapFree=7104/7104
[pid=14777] ppid=14775 vsize=9624976 CPUtime=6.89 cores=0,2,4,6
/proc/14777/stat : 14777 (java) S 14775 14777 14581 0 -1 4202496 12380 0 1 0 686 3 0 0 20 0 19 0 253493090 9855975424 17944 33554432000 1073741824 1073778376 140737446460112 140737446451248 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14777/statm: 2406244 17944 2268 9 0 2396937 0
[pid=14777/tid=14779] ppid=14775 vsize=9624976 CPUtime=6.19 cores=0,2,4,6
/proc/14777/task/14779/stat : 14779 (java) R 14775 14777 14581 0 -1 4202560 2461 0 1 0 619 0 0 0 20 0 19 0 253493091 9855975424 17944 33554432000 1073741824 1073778376 140737446460112 140480076300576 140479941805968 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=14777/tid=14780] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14780/stat : 14780 (java) S 14775 14777 14581 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253493092 9855975424 17944 33554432000 1073741824 1073778376 140737446460112 140480065362856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14777/tid=14781] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14781/stat : 14781 (java) S 14775 14777 14581 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253493092 9855975424 17944 33554432000 1073741824 1073778376 140737446460112 140480064310312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14782] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14782/stat : 14782 (java) S 14775 14777 14581 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253493092 9855975424 17944 33554432000 1073741824 1073778376 140737446460112 140480063257256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14777/tid=14783] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14783/stat : 14783 (java) S 14775 14777 14581 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253493092 9855975424 17944 33554432000 1073741824 1073778376 140737446460112 140480062204712 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14777/tid=14784] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14784/stat : 14784 (java) S 14775 14777 14581 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253493092 9855975424 17944 33554432000 1073741824 1073778376 140737446460112 140480061151656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14777/tid=14785] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14785/stat : 14785 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493092 9855975424 17944 33554432000 1073741824 1073778376 140737446460112 140480060099112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14786] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14786/stat : 14786 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493092 9855975424 17944 33554432000 1073741824 1073778376 140737446460112 140479913736360 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14787] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14787/stat : 14787 (java) S 14775 14777 14581 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253493092 9855975424 17944 33554432000 1073741824 1073778376 140737446460112 140479912683816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14788] ppid=14775 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/14777/task/14788/stat : 14788 (java) S 14775 14777 14581 0 -1 4202560 41 0 0 0 3 0 0 0 20 0 19 0 253493093 9855975424 17944 33554432000 1073741824 1073778376 140737446460112 140479900486504 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14789] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14789/stat : 14789 (java) S 14775 14777 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253493094 9855975424 17944 33554432000 1073741824 1073778376 140737446460112 140479899432824 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14790] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14790/stat : 14790 (java) S 14775 14777 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253493094 9855975424 17944 33554432000 1073741824 1073778376 140737446460112 140479898379656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14791] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14791/stat : 14791 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493096 9855975424 17944 33554432000 1073741824 1073778376 140737446460112 140479897328400 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14792] ppid=14775 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/14777/task/14792/stat : 14792 (java) S 14775 14777 14581 0 -1 4202560 2396 0 0 0 24 0 0 0 20 0 19 0 253493096 9855975424 17944 33554432000 1073741824 1073778376 140737446460112 140479896275256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14793] ppid=14775 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/14777/task/14793/stat : 14793 (java) S 14775 14777 14581 0 -1 4202560 6253 0 0 0 32 2 0 0 20 0 19 0 253493096 9855975424 17944 33554432000 1073741824 1073778376 140737446460112 140479895222712 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14794] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14794/stat : 14794 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493096 9855975424 17944 33554432000 1073741824 1073778376 140737446460112 140479894169848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14795] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14795/stat : 14795 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493096 9855975424 17944 33554432000 1073741824 1073778376 140737446460112 140479893117512 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14777/tid=14796] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14796/stat : 14796 (java) S 14775 14777 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253493114 9855975424 17944 33554432000 1073741824 1073778376 140737446460112 140479892063784 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=14777/tid=14792] ppid=14775 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/14777/task/14792/stat : 14792 (java) S 14775 14777 14581 0 -1 4202560 2426 0 0 0 26 0 0 0 20 0 19 0 253493096 9855975424 109811 33554432000 1073741824 1073778376 140737446460112 140479896275256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14793] ppid=14775 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/14777/task/14793/stat : 14793 (java) S 14775 14777 14581 0 -1 4202560 6253 0 0 0 32 2 0 0 20 0 19 0 253493096 9855975424 109811 33554432000 1073741824 1073778376 140737446460112 140479895222712 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14794] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14794/stat : 14794 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493096 9855975424 109811 33554432000 1073741824 1073778376 140737446460112 140479894169848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14795] ppid=14775 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/14777/task/14795/stat : 14795 (java) S 14775 14777 14581 0 -1 4202560 99 0 0 0 19 16 0 0 20 0 19 0 253493096 9855975424 109811 33554432000 1073741824 1073778376 140737446460112 140479893117512 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14777/tid=14796] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14796/stat : 14796 (java) S 14775 14777 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253493114 9855975424 109811 33554432000 1073741824 1073778376 140737446460112 140479892063784 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1727.5
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.37 2.08 1.94 3/213 14834
/proc/meminfo: memFree=28017852/32873844 swapFree=7104/7104
[pid=14777] ppid=14775 vsize=9624976 CPUtime=1787.67 cores=0,2,4,6
/proc/14777/stat : 14777 (java) S 14775 14777 14581 0 -1 4202496 14779 0 1 0 178704 63 0 0 20 0 19 0 253493090 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140737446451248 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14777/statm: 2406244 110327 2269 9 0 2396937 0
[pid=14777/tid=14779] ppid=14775 vsize=9624976 CPUtime=1769.52 cores=0,2,4,6
/proc/14777/task/14779/stat : 14779 (java) R 14775 14777 14581 0 -1 4202560 2642 0 1 0 176924 28 0 0 20 0 19 0 253493091 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140480076300576 140479941778400 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14780] ppid=14775 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/14777/task/14780/stat : 14780 (java) S 14775 14777 14581 0 -1 4202560 429 0 0 0 76 5 0 0 20 0 19 0 253493092 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140480065362856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14777/tid=14781] ppid=14775 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/14777/task/14781/stat : 14781 (java) S 14775 14777 14581 0 -1 4202560 75 0 0 0 73 3 0 0 20 0 19 0 253493092 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140480064310312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14782] ppid=14775 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/14777/task/14782/stat : 14782 (java) S 14775 14777 14581 0 -1 4202560 193 0 0 0 72 4 0 0 20 0 19 0 253493092 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140480063257256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14783] ppid=14775 vsize=9624976 CPUtime=0.87 cores=0,2,4,6
/proc/14777/task/14783/stat : 14783 (java) S 14775 14777 14581 0 -1 4202560 211 0 0 0 82 5 0 0 20 0 19 0 253493092 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140480062204712 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14784] ppid=14775 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/14777/task/14784/stat : 14784 (java) S 14775 14777 14581 0 -1 4202560 336 0 0 0 73 5 0 0 20 0 19 0 253493092 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140480061151656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14785] ppid=14775 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/14777/task/14785/stat : 14785 (java) S 14775 14777 14581 0 -1 4202560 342 0 0 0 68 4 0 0 20 0 19 0 253493092 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140480060099112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14786] ppid=14775 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/14777/task/14786/stat : 14786 (java) S 14775 14777 14581 0 -1 4202560 240 0 0 0 67 3 0 0 20 0 19 0 253493092 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479913736360 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14777/tid=14787] ppid=14775 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/14777/task/14787/stat : 14787 (java) S 14775 14777 14581 0 -1 4202560 183 0 0 0 78 5 0 0 20 0 19 0 253493092 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479912683816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14788] ppid=14775 vsize=9624976 CPUtime=6.21 cores=0,2,4,6
/proc/14777/task/14788/stat : 14788 (java) S 14775 14777 14581 0 -1 4202560 166 0 0 0 619 2 0 0 20 0 19 0 253493093 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479900486504 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14777/tid=14789] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14789/stat : 14789 (java) S 14775 14777 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253493094 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479899432824 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14790] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14790/stat : 14790 (java) S 14775 14777 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253493094 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479898379656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14791] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14791/stat : 14791 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493096 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479897328400 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14792] ppid=14775 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/14777/task/14792/stat : 14792 (java) S 14775 14777 14581 0 -1 4202560 2426 0 0 0 26 0 0 0 20 0 19 0 253493096 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479896275256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14793] ppid=14775 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/14777/task/14793/stat : 14793 (java) S 14775 14777 14581 0 -1 4202560 6253 0 0 0 32 2 0 0 20 0 19 0 253493096 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479895222712 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14794] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14794/stat : 14794 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493096 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479894169848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14795] ppid=14775 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/14777/task/14795/stat : 14795 (java) S 14775 14777 14581 0 -1 4202560 103 0 0 0 21 16 0 0 20 0 19 0 253493096 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479893117512 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14777/tid=14796] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14796/stat : 14796 (java) S 14775 14777 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253493114 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479892063784 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1787.67
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.7 s]
/proc/loadavg: 2.23 2.06 1.94 3/213 14893
/proc/meminfo: memFree=28494648/32873844 swapFree=7104/7104
[pid=14777] ppid=14775 vsize=9624976 CPUtime=1800.09 cores=0,2,4,6
/proc/14777/stat : 14777 (java) S 14775 14777 14581 0 -1 4202496 14779 0 1 0 179945 64 0 0 20 0 19 0 253493090 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140737446451248 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14777/statm: 2406244 110327 2269 9 0 2396937 0
[pid=14777/tid=14779] ppid=14775 vsize=9624976 CPUtime=1781.9 cores=0,2,4,6
/proc/14777/task/14779/stat : 14779 (java) R 14775 14777 14581 0 -1 4202560 2642 0 1 0 178161 29 0 0 20 0 19 0 253493091 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140480076300576 140479941778604 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14780] ppid=14775 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/14777/task/14780/stat : 14780 (java) S 14775 14777 14581 0 -1 4202560 429 0 0 0 76 5 0 0 20 0 19 0 253493092 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140480065362856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14777/tid=14781] ppid=14775 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/14777/task/14781/stat : 14781 (java) S 14775 14777 14581 0 -1 4202560 75 0 0 0 73 3 0 0 20 0 19 0 253493092 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140480064310312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14782] ppid=14775 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/14777/task/14782/stat : 14782 (java) S 14775 14777 14581 0 -1 4202560 193 0 0 0 72 4 0 0 20 0 19 0 253493092 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140480063257256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14783] ppid=14775 vsize=9624976 CPUtime=0.87 cores=0,2,4,6
/proc/14777/task/14783/stat : 14783 (java) S 14775 14777 14581 0 -1 4202560 211 0 0 0 82 5 0 0 20 0 19 0 253493092 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140480062204712 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14784] ppid=14775 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/14777/task/14784/stat : 14784 (java) S 14775 14777 14581 0 -1 4202560 336 0 0 0 73 5 0 0 20 0 19 0 253493092 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140480061151656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14785] ppid=14775 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/14777/task/14785/stat : 14785 (java) S 14775 14777 14581 0 -1 4202560 342 0 0 0 68 4 0 0 20 0 19 0 253493092 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140480060099112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14786] ppid=14775 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/14777/task/14786/stat : 14786 (java) S 14775 14777 14581 0 -1 4202560 240 0 0 0 67 3 0 0 20 0 19 0 253493092 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479913736360 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14777/tid=14787] ppid=14775 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/14777/task/14787/stat : 14787 (java) S 14775 14777 14581 0 -1 4202560 183 0 0 0 78 5 0 0 20 0 19 0 253493092 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479912683816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14788] ppid=14775 vsize=9624976 CPUtime=6.21 cores=0,2,4,6
/proc/14777/task/14788/stat : 14788 (java) S 14775 14777 14581 0 -1 4202560 166 0 0 0 619 2 0 0 20 0 19 0 253493093 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479900486504 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14777/tid=14789] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14789/stat : 14789 (java) S 14775 14777 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253493094 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479899432824 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14790] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14790/stat : 14790 (java) S 14775 14777 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253493094 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479898379656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14791] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14791/stat : 14791 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493096 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479897328400 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14792] ppid=14775 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/14777/task/14792/stat : 14792 (java) S 14775 14777 14581 0 -1 4202560 2426 0 0 0 26 0 0 0 20 0 19 0 253493096 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479896275256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14793] ppid=14775 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/14777/task/14793/stat : 14793 (java) S 14775 14777 14581 0 -1 4202560 6253 0 0 0 32 2 0 0 20 0 19 0 253493096 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479895222712 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14794] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14794/stat : 14794 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493096 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479894169848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14795] ppid=14775 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/14777/task/14795/stat : 14795 (java) S 14775 14777 14581 0 -1 4202560 103 0 0 0 21 16 0 0 20 0 19 0 253493096 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479893117512 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14777/tid=14796] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14796/stat : 14796 (java) S 14775 14777 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253493114 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479892063784 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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+1794.7 s]
/proc/loadavg: 2.23 2.06 1.94 3/213 14893
/proc/meminfo: memFree=28494648/32873844 swapFree=7104/7104
[pid=14777] ppid=14775 vsize=9624976 CPUtime=1800.09 cores=0,2,4,6
/proc/14777/stat : 14777 (java) S 14775 14777 14581 0 -1 4202496 14779 0 1 0 179945 64 0 0 20 0 19 0 253493090 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140737446451248 233224306749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/14777/statm: 2406244 110327 2269 9 0 2396937 0
[pid=14777/tid=14779] ppid=14775 vsize=9624976 CPUtime=1781.9 cores=0,2,4,6
/proc/14777/task/14779/stat : 14779 (java) R 14775 14777 14581 0 -1 4202560 2642 0 1 0 178161 29 0 0 20 0 19 0 253493091 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140480076300576 140479941778604 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14780] ppid=14775 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/14777/task/14780/stat : 14780 (java) S 14775 14777 14581 0 -1 4202560 429 0 0 0 76 5 0 0 20 0 19 0 253493092 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140480065362856 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14777/tid=14781] ppid=14775 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/14777/task/14781/stat : 14781 (java) S 14775 14777 14581 0 -1 4202560 75 0 0 0 73 3 0 0 20 0 19 0 253493092 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140480064310312 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14782] ppid=14775 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/14777/task/14782/stat : 14782 (java) S 14775 14777 14581 0 -1 4202560 193 0 0 0 72 4 0 0 20 0 19 0 253493092 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140480063257256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14783] ppid=14775 vsize=9624976 CPUtime=0.87 cores=0,2,4,6
/proc/14777/task/14783/stat : 14783 (java) S 14775 14777 14581 0 -1 4202560 211 0 0 0 82 5 0 0 20 0 19 0 253493092 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140480062204712 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14784] ppid=14775 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/14777/task/14784/stat : 14784 (java) S 14775 14777 14581 0 -1 4202560 336 0 0 0 73 5 0 0 20 0 19 0 253493092 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140480061151656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14785] ppid=14775 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/14777/task/14785/stat : 14785 (java) S 14775 14777 14581 0 -1 4202560 342 0 0 0 68 4 0 0 20 0 19 0 253493092 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140480060099112 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14786] ppid=14775 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/14777/task/14786/stat : 14786 (java) S 14775 14777 14581 0 -1 4202560 240 0 0 0 67 3 0 0 20 0 19 0 253493092 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479913736360 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=14777/tid=14787] ppid=14775 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/14777/task/14787/stat : 14787 (java) S 14775 14777 14581 0 -1 4202560 183 0 0 0 78 5 0 0 20 0 19 0 253493092 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479912683816 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14788] ppid=14775 vsize=9624976 CPUtime=6.21 cores=0,2,4,6
/proc/14777/task/14788/stat : 14788 (java) S 14775 14777 14581 0 -1 4202560 166 0 0 0 619 2 0 0 20 0 19 0 253493093 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479900486504 233224320937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14777/tid=14789] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14789/stat : 14789 (java) S 14775 14777 14581 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253493094 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479899432824 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14790] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14790/stat : 14790 (java) S 14775 14777 14581 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253493094 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479898379656 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14791] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14791/stat : 14791 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493096 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479897328400 233224328992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14792] ppid=14775 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/14777/task/14792/stat : 14792 (java) S 14775 14777 14581 0 -1 4202560 2426 0 0 0 26 0 0 0 20 0 19 0 253493096 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479896275256 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14793] ppid=14775 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/14777/task/14793/stat : 14793 (java) S 14775 14777 14581 0 -1 4202560 6253 0 0 0 32 2 0 0 20 0 19 0 253493096 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479895222712 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=14777/tid=14794] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14794/stat : 14794 (java) S 14775 14777 14581 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253493096 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479894169848 233224320060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=14777/tid=14795] ppid=14775 vsize=9624976 CPUtime=0.37 cores=0,2,4,6
/proc/14777/task/14795/stat : 14795 (java) S 14775 14777 14581 0 -1 4202560 103 0 0 0 21 16 0 0 20 0 19 0 253493096 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479893117512 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=14777/tid=14796] ppid=14775 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/14777/task/14796/stat : 14796 (java) S 14775 14777 14581 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253493114 9855975424 110327 33554432000 1073741824 1073778376 140737446460112 140479892063784 233224320937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 14777 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=688165
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=972852
# CPU time returned by wait4() is 1795.66
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1794.75
CPU time (s): 1800.09
CPU user time (s): 1799.45
CPU system time (s): 0.64
CPU usage (%): 100.298
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.69
system time used= 0.972852
maximum resident set size= 441464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14822
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41663
involuntary context switches= 15593

runsolver used 6.45102 second user time and 13.042 second system time

The end

Launcher Data

Begin job on node142 at 2012-05-24 17:34:42
IDJOB=3687583
IDBENCH=1957
IDSOLVER=2269
FILE ID=node142/3687583-1337873682
RUNJOBID= node142-1337871882-14597
PBS_JOBID= 14620062
Free space on /tmp= 71664 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_19.opb.PB06.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687583-1337873682/watcher-3687583-1337873682 -o /tmp/evaluation-result-3687583-1337873682/solver-3687583-1337873682 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687583-1337873682.opb

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

MD5SUM BENCH= 80b0f13939656efa52b7dd958ee28431
RANDOM SEED=882898148

node142.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.776
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	: 5333.55
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.776
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.776
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	: 5391.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28948420 kB
Buffers:          215968 kB
Cached:          2884148 kB
SwapCached:            0 kB
Active:           513352 kB
Inactive:        2638916 kB
Active(anon):      53856 kB
Inactive(anon):        0 kB
Active(file):     459496 kB
Inactive(file):  2638916 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               960 kB
Writeback:             8 kB
AnonPages:         64424 kB
Mapped:            22480 kB
Shmem:               200 kB
Slab:             629520 kB
SReclaimable:      71792 kB
SUnreclaim:       557728 kB
KernelStack:        1592 kB
PageTables:         4288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     695544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71664 MiB
End job on node142 at 2012-05-24 18:04:39