Trace number 3687577

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)230 1800.06 1793.66

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_16.opb.PB06.opb
MD5SUMbddc7a1ce44c83fc28f6e299cbaaf04c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark188
Best CPU time to get the best result obtained on this benchmark1796.76
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 variables476
Total number of constraints476
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 constraints476
Minimum length of a constraint3
Maximum length of a constraint18
Number of terms in the objective function 476
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 476
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 476
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.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.09/0.10	c version 2.3.2.v20120418
0.09/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.09/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.09/0.10	c java.vm.version	19.1-b02
0.09/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.09/0.10	c sun.arch.data.model	64
0.09/0.10	c java.version		1.6.0_24
0.09/0.10	c os.name		Linux
0.09/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.09/0.10	c os.arch		amd64
0.09/0.10	c Free memory 		501472288
0.09/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	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@431b9fb1
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-3687577-1337873680.opb
0.09/0.12	c reading problem ... 
0.25/0.23	c ... done. Wall clock time 0.11s.
0.25/0.23	c declared #vars     476
0.25/0.23	c #constraints  476
0.25/0.23	c constraints type 
0.25/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 476
0.25/0.23	c 476 constraints processed.
0.25/0.23	c objective function length is 476 literals
0.25/0.25	c SATISFIABLE
0.25/0.25	c OPTIMIZING...
0.25/0.25	c Got one! Elapsed wall clock time (in seconds):0.124
0.25/0.25	o 230
1.87/1.40	c cleaning 2500 clauses out of 5000 with flag 5000/5000
2.92/2.47	c cleaning 4247 clauses out of 8501 with flag 11001/11001
4.23/3.79	c cleaning 5626 clauses out of 11253 with flag 18000/18000
5.84/5.38	c cleaning 6811 clauses out of 13629 with flag 26002/26002
7.71/7.11	c cleaning 7909 clauses out of 15817 with flag 35001/35001
9.51/8.98	c cleaning 8952 clauses out of 17908 with flag 45001/45001
11.53/10.98	c cleaning 9980 clauses out of 19959 with flag 56004/56004
13.73/13.11	c cleaning 10984 clauses out of 21975 with flag 68000/68000
15.94/15.40	c cleaning 11992 clauses out of 23992 with flag 81001/81001
18.15/17.58	c cleaning 13000 clauses out of 26002 with flag 95003/95003
20.57/19.98	c cleaning 13998 clauses out of 28000 with flag 110001/110001
23.19/22.51	c cleaning 15001 clauses out of 30002 with flag 126001/126001
25.92/25.29	c cleaning 15999 clauses out of 32001 with flag 143001/143001
28.94/28.24	c cleaning 16998 clauses out of 34001 with flag 161000/161000
31.96/31.28	c cleaning 17996 clauses out of 36004 with flag 180001/180001
35.17/34.48	c cleaning 19001 clauses out of 38008 with flag 200001/200001
38.47/37.72	c cleaning 20002 clauses out of 40008 with flag 221002/221002
41.98/41.24	c cleaning 21000 clauses out of 42005 with flag 243001/243001
45.73/44.97	c cleaning 21999 clauses out of 44004 with flag 266000/266000
49.66/48.84	c cleaning 22997 clauses out of 46005 with flag 290000/290000
53.76/52.93	c cleaning 24001 clauses out of 48009 with flag 315001/315001
58.19/57.30	c cleaning 24996 clauses out of 50007 with flag 341000/341000
62.72/61.84	c cleaning 26001 clauses out of 52012 with flag 368001/368001
67.67/66.75	c cleaning 27006 clauses out of 54012 with flag 396002/396002
72.78/71.80	c cleaning 28003 clauses out of 56005 with flag 425001/425001
78.50/77.50	c cleaning 28997 clauses out of 58001 with flag 455000/455000
84.20/83.23	c cleaning 29996 clauses out of 60005 with flag 486001/486001
90.03/89.05	c cleaning 31002 clauses out of 62008 with flag 518000/518000
96.05/95.04	c cleaning 31997 clauses out of 64006 with flag 551000/551000
102.56/101.55	c cleaning 33005 clauses out of 66010 with flag 585001/585001
108.49/107.48	c cleaning 33999 clauses out of 68005 with flag 620001/620001
114.61/113.55	c cleaning 34993 clauses out of 70005 with flag 656000/656000
120.94/119.86	c cleaning 36004 clauses out of 72012 with flag 693000/693000
127.56/126.49	c cleaning 36999 clauses out of 74009 with flag 731001/731001
134.39/133.26	c cleaning 38001 clauses out of 76009 with flag 770000/770000
141.42/140.21	c cleaning 38999 clauses out of 78008 with flag 810000/810000
148.55/147.31	c cleaning 40004 clauses out of 80009 with flag 851000/851000
155.56/154.36	c cleaning 40997 clauses out of 82005 with flag 893000/893000
163.19/161.92	c cleaning 42005 clauses out of 84012 with flag 936004/936004
171.11/169.84	c cleaning 42996 clauses out of 86003 with flag 980000/980000
179.84/178.53	c cleaning 43998 clauses out of 88008 with flag 1025001/1025001
188.67/187.34	c cleaning 45000 clauses out of 90010 with flag 1071001/1071001
197.11/195.79	c cleaning 45998 clauses out of 92011 with flag 1118002/1118002
205.62/204.23	c cleaning 47000 clauses out of 94011 with flag 1166000/1166000
214.05/212.69	c cleaning 48007 clauses out of 96013 with flag 1215002/1215002
222.68/221.27	c cleaning 49001 clauses out of 98005 with flag 1265001/1265001
231.83/230.38	c cleaning 50000 clauses out of 100006 with flag 1316003/1316003
241.06/239.49	c cleaning 50999 clauses out of 102004 with flag 1368001/1368001
250.57/248.96	c cleaning 52000 clauses out of 104005 with flag 1421001/1421001
260.11/258.42	c cleaning 52996 clauses out of 106004 with flag 1475000/1475000
270.54/268.89	c cleaning 53998 clauses out of 108009 with flag 1530001/1530001
280.97/279.25	c cleaning 55003 clauses out of 110010 with flag 1586000/1586000
292.10/290.32	c cleaning 56004 clauses out of 112007 with flag 1643000/1643000
303.02/301.21	c cleaning 56996 clauses out of 114004 with flag 1701001/1701001
314.44/312.67	c cleaning 58001 clauses out of 116009 with flag 1760002/1760002
325.69/323.81	c cleaning 58998 clauses out of 118006 with flag 1820000/1820000
337.01/335.12	c cleaning 59999 clauses out of 120011 with flag 1881003/1881003
348.53/346.61	c cleaning 61002 clauses out of 122009 with flag 1943000/1943000
360.56/358.61	c cleaning 61999 clauses out of 124008 with flag 2006001/2006001
372.67/370.72	c cleaning 62996 clauses out of 126008 with flag 2070000/2070000
384.60/382.61	c cleaning 64001 clauses out of 128013 with flag 2135001/2135001
396.75/394.74	c cleaning 65004 clauses out of 130011 with flag 2201000/2201000
407.57/405.55	c cleaning 65997 clauses out of 132007 with flag 2268000/2268000
419.69/417.64	c cleaning 67000 clauses out of 134010 with flag 2336000/2336000
433.32/431.24	c cleaning 68005 clauses out of 136010 with flag 2405000/2405000
446.86/444.78	c cleaning 68999 clauses out of 138007 with flag 2475002/2475002
461.25/459.01	c cleaning 69997 clauses out of 140007 with flag 2546001/2546001
475.52/473.26	c cleaning 71000 clauses out of 142009 with flag 2618000/2618000
489.44/487.19	c cleaning 72002 clauses out of 144010 with flag 2691001/2691001
503.88/501.58	c cleaning 73001 clauses out of 146007 with flag 2765000/2765000
518.43/516.04	c cleaning 74003 clauses out of 148006 with flag 2840000/2840000
531.89/529.48	c cleaning 75001 clauses out of 150003 with flag 2916000/2916000
546.73/544.29	c cleaning 75998 clauses out of 152003 with flag 2993001/2993001
560.79/558.24	c cleaning 76994 clauses out of 154004 with flag 3071000/3071000
574.71/572.11	c cleaning 78002 clauses out of 156010 with flag 3150000/3150000
590.65/588.08	c cleaning 78992 clauses out of 158008 with flag 3230000/3230000
606.88/604.22	c cleaning 80006 clauses out of 160017 with flag 3311001/3311001
622.82/620.19	c cleaning 80996 clauses out of 162011 with flag 3393001/3393001
638.76/636.09	c cleaning 82008 clauses out of 164016 with flag 3476002/3476002
656.00/653.20	c cleaning 83001 clauses out of 166007 with flag 3560001/3560001
673.45/670.66	c cleaning 83999 clauses out of 168006 with flag 3645001/3645001
690.99/688.15	c cleaning 85001 clauses out of 170008 with flag 3731002/3731002
707.53/704.67	c cleaning 85999 clauses out of 172005 with flag 3818000/3818000
725.05/722.17	c cleaning 87002 clauses out of 174006 with flag 3906000/3906000
743.84/740.87	c cleaning 87995 clauses out of 176004 with flag 3995000/3995000
762.92/759.89	c cleaning 89004 clauses out of 178011 with flag 4085002/4085002
783.47/780.32	c cleaning 90003 clauses out of 180005 with flag 4176000/4176000
807.38/804.18	c cleaning 90996 clauses out of 182002 with flag 4268000/4268000
831.11/827.80	c cleaning 92000 clauses out of 184006 with flag 4361000/4361000
850.87/847.56	c cleaning 93002 clauses out of 186006 with flag 4455000/4455000
870.95/867.57	c cleaning 93999 clauses out of 188004 with flag 4550000/4550000
889.18/885.70	c cleaning 95003 clauses out of 190008 with flag 4646003/4646003
906.51/903.06	c cleaning 95999 clauses out of 192003 with flag 4743001/4743001
922.16/918.61	c cleaning 97001 clauses out of 194003 with flag 4841000/4841000
940.25/936.63	c cleaning 97998 clauses out of 196003 with flag 4940001/4940001
960.56/956.83	c cleaning 98998 clauses out of 198004 with flag 5040000/5040000
980.40/976.50	c cleaning 99994 clauses out of 200007 with flag 5141001/5141001
1002.06/998.12	c cleaning 101001 clauses out of 202012 with flag 5243000/5243000
1025.05/1021.02	c cleaning 102004 clauses out of 204011 with flag 5346000/5346000
1048.03/1043.98	c cleaning 103004 clauses out of 206007 with flag 5450000/5450000
1069.99/1065.83	c cleaning 103999 clauses out of 208003 with flag 5555000/5555000
1090.02/1085.84	c cleaning 105000 clauses out of 210005 with flag 5661001/5661001
1112.19/1107.90	c cleaning 105999 clauses out of 212005 with flag 5768001/5768001
1134.24/1130.00	c cleaning 107002 clauses out of 214006 with flag 5876001/5876001
1157.34/1152.98	c cleaning 107996 clauses out of 216003 with flag 5985000/5985000
1178.44/1173.91	c cleaning 109000 clauses out of 218008 with flag 6095001/6095001
1199.79/1195.20	c cleaning 110003 clauses out of 220008 with flag 6206001/6206001
1222.05/1217.43	c cleaning 111001 clauses out of 222004 with flag 6318000/6318000
1245.21/1240.57	c cleaning 111995 clauses out of 224003 with flag 6431000/6431000
1267.81/1263.03	c cleaning 113003 clauses out of 226008 with flag 6545000/6545000
1291.10/1286.21	c cleaning 113997 clauses out of 228005 with flag 6660000/6660000
1314.17/1309.27	c cleaning 115001 clauses out of 230011 with flag 6776003/6776003
1337.29/1332.30	c cleaning 115997 clauses out of 232008 with flag 6893001/6893001
1359.96/1354.92	c cleaning 116997 clauses out of 234011 with flag 7011001/7011001
1381.54/1376.44	c cleaning 118003 clauses out of 236014 with flag 7130001/7130001
1402.72/1397.56	c cleaning 118999 clauses out of 238010 with flag 7250000/7250000
1426.57/1421.31	c cleaning 120000 clauses out of 240012 with flag 7371001/7371001
1449.02/1443.75	c cleaning 121004 clauses out of 242011 with flag 7493000/7493000
1472.78/1467.48	c cleaning 122002 clauses out of 244007 with flag 7616000/7616000
1496.55/1491.16	c cleaning 122997 clauses out of 246005 with flag 7740000/7740000
1521.44/1515.98	c cleaning 124005 clauses out of 248011 with flag 7865003/7865003
1546.12/1540.52	c cleaning 124995 clauses out of 250004 with flag 7991001/7991001
1570.75/1565.16	c cleaning 125999 clauses out of 252008 with flag 8118000/8118000
1595.54/1589.88	c cleaning 126999 clauses out of 254009 with flag 8246000/8246000
1623.01/1617.27	c cleaning 128001 clauses out of 256010 with flag 8375000/8375000
1650.40/1644.59	c cleaning 129003 clauses out of 258009 with flag 8505000/8505000
1679.57/1673.61	c cleaning 130003 clauses out of 260007 with flag 8636001/8636001
1712.89/1706.90	c cleaning 130999 clauses out of 262005 with flag 8768002/8768002
1744.73/1738.65	c cleaning 131997 clauses out of 264006 with flag 8901002/8901002
1775.95/1769.56	c cleaning 132999 clauses out of 266009 with flag 9035002/9035002
1800.06/1793.61	c starts		: 301
1800.06/1793.61	c conflicts		: 9149319
1800.06/1793.61	c decisions		: 15563485
1800.06/1793.61	c propagations		: 1118549021
1800.06/1793.61	c inspects		: 13705567995
1800.06/1793.61	c shortcuts		: 0
1800.06/1793.61	c learnt literals	: 0
1800.06/1793.61	c learnt binary clauses	: 0
1800.06/1793.61	c learnt ternary clauses	: 0
1800.06/1793.61	c learnt constraints	: 9149319
1800.06/1793.61	c ignored constraints	: 0
1800.06/1793.61	c root simplifications	: 0
1800.06/1793.61	c removed literals (reason simplification)	: 0
1800.06/1793.61	c reason swapping (by a shorter reason)	: 0
1800.06/1793.61	c Calls to reduceDB	: 130
1800.06/1793.61	c number of reductions to clauses (during analyze)	: 0
1800.06/1793.61	c number of learned constraints concerned by reduction	: 0
1800.06/1793.61	c number of learning phase by resolution	: 0
1800.06/1793.61	c number of learning phase by cutting planes	: 0
1800.06/1793.61	c speed (assignments/second)	: 623712.1509512238
1800.06/1793.61	c non guided choices	0
1800.06/1793.65	c learnt constraints type 
1800.06/1793.65	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 247401
1800.06/1793.65	c constraints type 
1800.06/1793.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.06/1793.65	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 476
1800.06/1793.65	c 477 constraints processed.
1800.06/1793.65	s SATISFIABLE
1800.06/1793.65	v -x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 -x12 x13 x14 x15 x16 -x17 -x18 x19 -x20 x21 x22 x23 -x24 x25 x26 -x27 x28 x29 x30 x31 -x32 x33 x34 x35 x36 -x37 x38 x39 x40 x41 x42 x43 -x44 x45 x46 -x47 x48 x49 x50 -x51 x52 x53 x54 x55 x56 -x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 -x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 -x82 x83 -x84 x85 x86 -x87 -x88 x89 -x90 x91 -x92 -x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 -x105 x106 x107 x108 x109 x110 x111 -x112 x113 x114 x115 x116 x117 x118 x119 -x120 x121 x122 -x123 x124 x125 -x126 x127 x128 x129 x130 x131 x132 -x133 x134 -x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 x146 -x147 x148 -x149 -x150 x151 x152 x153 x154 x155 -x156 x157 x158 -x159 x160 x161 x162 x163 -x164 x165 -x166 -x167 x168 x169 x170 -x171 -x172 -x173 -x174 x175 x176 x177 x178 x179 -x180 x181 x182 x183 x184 x185 x186 x187 -x188 -x189 x190 -x191 -x192 x193 x194 x195 x196 -x197 x198 -x199 x200 x201 -x202 x203 x204 x205 -x206 -x207 x208 x209 x210 -x211 -x212 -x213 x214 -x215 x216 x217 x218 -x219 x220 x221 x222 x223 x224 -x225 -x226 -x227 x228 -x229 -x230 -x231 x232 x233 x234 -x235 -x236 x237 -x238 -x239 x240 -x241 -x242 -x243 -x244 x245 -x246 -x247 x248 -x249 -x250 -x251 -x252 -x253 -x254 -x255 x256 x257 x258 x259 -x260 x261 x262 -x263 -x264 -x265 x266 x267 x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 -x287 x288 -x289 x290 x291 x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 x300 -x301 -x302 x303 -x304 -x305 x306 x307 -x308 -x309 -x310 x311 -x312 x313 x314 -x315 x316 -x317 -x318 x319 -x320 -x321 -x322 -x323 x324 -x325 -x326 -x327 x328 -x329 -x330 -x331 x332 -x333 -x334 x335 -x336 -x337 -x338 -x339 -x340 x341 -x342 -x343 -x344 -x345 x346 -x347 -x348 -x349 -x350 -x351 x352 -x353 x354 -x355 x356 -x357 x358 -x359 x360 -x361 -x362 -x363 x364 -x365 -x366 x367 x368 -x369 -x370 x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 x381 x382 -x383 -x384 -x385 -x386 -x387 x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 x406 -x407 x408 x409 -x410 -x411 -x412 -x413 -x414 x415 -x416 x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 x427 -x428 x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 
1800.06/1793.65	c objective function=230
1800.06/1793.65	c Total wall clock time (in seconds): 1793.526

Verifier Data

OK	230

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

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

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


[startup+0 s]
/proc/loadavg: 2.09 2.09 1.77 3/193 27905
/proc/meminfo: memFree=28530252/32873844 swapFree=7116/7116
[pid=27905] ppid=27903 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/27905/stat : 27905 (java) D 27903 27905 27542 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 253492943 9515008 182 33554432000 1073741824 1073778376 140733513036576 140733513027608 240565173941 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/27905/statm: 2323 182 140 9 0 71 0

[startup+0.030834 s]
/proc/loadavg: 2.09 2.09 1.77 3/193 27905
/proc/meminfo: memFree=28530252/32873844 swapFree=7116/7116
[pid=27905] ppid=27903 vsize=9016616 CPUtime=0 cores=1,3,5,7
/proc/27905/stat : 27905 (java) S 27903 27905 27542 0 -1 4202496 2773 0 1 0 0 0 0 0 20 0 10 0 253492943 9233014784 3472 33554432000 1073741824 1073778376 140735242152112 140735242143248 240568533053 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27905/statm: 2254154 3472 1538 9 0 2244855 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100326 s]
/proc/loadavg: 2.09 2.09 1.77 3/193 27905
/proc/meminfo: memFree=28530252/32873844 swapFree=7116/7116
[pid=27905] ppid=27903 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/27905/stat : 27905 (java) S 27903 27905 27542 0 -1 4202496 4187 0 1 0 8 1 0 0 20 0 18 0 253492943 9787813888 5380 33554432000 1073741824 1073778376 140735242152112 140735242143248 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27905/statm: 2389603 5380 2080 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300301 s]
/proc/loadavg: 2.09 2.09 1.77 3/193 27905
/proc/meminfo: memFree=28530252/32873844 swapFree=7116/7116
[pid=27905] ppid=27903 vsize=9624976 CPUtime=0.49 cores=1,3,5,7
/proc/27905/stat : 27905 (java) S 27903 27905 27542 0 -1 4202496 6948 0 1 0 47 2 0 0 20 0 19 0 253492943 9855975424 8317 33554432000 1073741824 1073778376 140735242152112 140735242143248 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27905/statm: 2406244 8320 2228 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9624976

[startup+0.700229 s]
/proc/loadavg: 2.09 2.09 1.77 3/193 27905
/proc/meminfo: memFree=28530252/32873844 swapFree=7116/7116
[pid=27905] ppid=27903 vsize=9624976 CPUtime=1.09 cores=1,3,5,7
/proc/27905/stat : 27905 (java) S 27903 27905 27542 0 -1 4202496 7976 0 1 0 107 2 0 0 20 0 19 0 253492943 9855975424 8891 33554432000 1073741824 1073778376 140735242152112 140735242143248 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27905/statm: 2406244 8891 2233 9 0 2396937 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9624976

[startup+1.50075 s]
/proc/loadavg: 2.09 2.09 1.77 3/212 27924
/proc/meminfo: memFree=28499628/32873844 swapFree=7116/7116
[pid=27905] ppid=27903 vsize=9624976 CPUtime=1.99 cores=1,3,5,7
/proc/27905/stat : 27905 (java) S 27903 27905 27542 0 -1 4202496 8791 0 1 0 196 3 0 0 20 0 19 0 253492943 9855975424 12691 33554432000 1073741824 1073778376 140735242152112 140735242143248 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27905/statm: 2406244 12691 2268 9 0 2396937 0
[pid=27905/tid=27907] ppid=27903 vsize=9624976 CPUtime=1.44 cores=1,3,5,7
/proc/27905/task/27907/stat : 27907 (java) R 27903 27905 27542 0 -1 4202560 2460 0 1 0 144 0 0 0 20 0 19 0 253492944 9855975424 12691 33554432000 1073741824 1073778376 140735242152112 140028170858904 140028030689522 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27908] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27908/stat : 27908 (java) S 27903 27905 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253492945 9855975424 12691 33554432000 1073741824 1073778376 140735242152112 140028148960168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27909] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27909/stat : 27909 (java) S 27903 27905 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492945 9855975424 12691 33554432000 1073741824 1073778376 140735242152112 140027946331176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27905/tid=27910] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27910/stat : 27910 (java) S 27903 27905 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492945 9855975424 12691 33554432000 1073741824 1073778376 140735242152112 140027945278120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27905/tid=27911] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27911/stat : 27911 (java) S 27903 27905 27542 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253492945 9855975424 12691 33554432000 1073741824 1073778376 140735242152112 140027944225576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27912] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27912/stat : 27912 (java) S 27903 27905 27542 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253492945 9855975424 12691 33554432000 1073741824 1073778376 140735242152112 140027943172520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27905/tid=27913] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27913/stat : 27913 (java) S 27903 27905 27542 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253492945 9855975424 12691 33554432000 1073741824 1073778376 140735242152112 140027942119976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27905/tid=27914] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27914/stat : 27914 (java) S 27903 27905 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492945 9855975424 12691 33554432000 1073741824 1073778376 140735242152112 140027941066920 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27905/tid=27915] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27915/stat : 27915 (java) S 27903 27905 27542 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253492945 9855975424 12691 33554432000 1073741824 1073778376 140735242152112 140027940014376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27916] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27916/stat : 27916 (java) S 27903 27905 27542 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 253492946 9855975424 12691 33554432000 1073741824 1073778376 140735242152112 140027927817064 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27917] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27917/stat : 27917 (java) S 27903 27905 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253492947 9855975424 12691 33554432000 1073741824 1073778376 140735242152112 140027926763384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27918] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27918/stat : 27918 (java) S 27903 27905 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253492947 9855975424 12691 33554432000 1073741824 1073778376 140735242152112 140027925710216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27919] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27919/stat : 27919 (java) S 27903 27905 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492949 9855975424 12691 33554432000 1073741824 1073778376 140735242152112 140027924658960 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27920] ppid=27903 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/27905/task/27920/stat : 27920 (java) S 27903 27905 27542 0 -1 4202560 2243 0 0 0 25 0 0 0 20 0 19 0 253492949 9855975424 12691 33554432000 1073741824 1073778376 140735242152112 140027923605816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27921] ppid=27903 vsize=9624976 CPUtime=0.24 cores=1,3,5,7
/proc/27905/task/27921/stat : 27921 (java) S 27903 27905 27542 0 -1 4202560 2848 0 0 0 24 0 0 0 20 0 19 0 253492949 9855975424 12691 33554432000 1073741824 1073778376 140735242152112 140027922553272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27905/tid=27922] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27922/stat : 27922 (java) S 27903 27905 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492949 9855975424 12691 33554432000 1073741824 1073778376 140735242152112 140027921500408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27905/tid=27923] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27923/stat : 27923 (java) S 27903 27905 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492949 9855975424 12691 33554432000 1073741824 1073778376 140735242152112 140027920448072 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27924] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27924/stat : 27924 (java) S 27903 27905 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253492967 9855975424 12691 33554432000 1073741824 1073778376 140735242152112 140027919361576 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 9624976

[startup+3.10068 s]
/proc/loadavg: 2.09 2.09 1.77 3/212 27924
/proc/meminfo: memFree=28486836/32873844 swapFree=7116/7116
[pid=27905] ppid=27903 vsize=9624976 CPUtime=3.63 cores=1,3,5,7
/proc/27905/stat : 27905 (java) S 27903 27905 27542 0 -1 4202496 8803 0 1 0 359 4 0 0 20 0 19 0 253492943 9855975424 14229 33554432000 1073741824 1073778376 140735242152112 140735242143248 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27905/statm: 2406244 14229 2268 9 0 2396937 0
[pid=27905/tid=27907] ppid=27903 vsize=9624976 CPUtime=3.02 cores=1,3,5,7
/proc/27905/task/27907/stat : 27907 (java) R 27903 27905 27542 0 -1 4202560 2462 0 1 0 302 0 0 0 20 0 19 0 253492944 9855975424 14229 33554432000 1073741824 1073778376 140735242152112 140028170858784 140028030709294 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27908] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27908/stat : 27908 (java) S 27903 27905 27542 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253492945 9855975424 14229 33554432000 1073741824 1073778376 140735242152112 140028148960168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27909] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27909/stat : 27909 (java) S 27903 27905 27542 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253492945 9855975424 14229 33554432000 1073741824 1073778376 140735242152112 140027946331176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27905/tid=27910] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27910/stat : 27910 (java) S 27903 27905 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492945 9855975424 14229 33554432000 1073741824 1073778376 140735242152112 140027945278120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27911] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27911/stat : 27911 (java) S 27903 27905 27542 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253492945 9855975424 14229 33554432000 1073741824 1073778376 140735242152112 140027944225576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27905/tid=27912] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27912/stat : 27912 (java) S 27903 27905 27542 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253492945 9855975424 14229 33554432000 1073741824 1073778376 140735242152112 140027943172520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27905/tid=27913] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27913/stat : 27913 (java) S 27903 27905 27542 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253492945 9855975424 14229 33554432000 1073741824 1073778376 140735242152112 140027942119976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27905/tid=27914] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27914/stat : 27914 (java) S 27903 27905 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492945 9855975424 14229 33554432000 1073741824 1073778376 140735242152112 140027941066920 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27905/tid=27915] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27915/stat : 27915 (java) S 27903 27905 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253492945 9855975424 14229 33554432000 1073741824 1073778376 140735242152112 140027940014376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27916] ppid=27903 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/27905/task/27916/stat : 27916 (java) S 27903 27905 27542 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 253492946 9855975424 14229 33554432000 1073741824 1073778376 140735242152112 140027927817064 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27917] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27917/stat : 27917 (java) S 27903 27905 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253492947 9855975424 14229 33554432000 1073741824 1073778376 140735242152112 140027926763384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27918] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27918/stat : 27918 (java) S 27903 27905 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253492947 9855975424 14229 33554432000 1073741824 1073778376 140735242152112 140027925710216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27919] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27919/stat : 27919 (java) S 27903 27905 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492949 9855975424 14229 33554432000 1073741824 1073778376 140735242152112 140027924658960 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27920] ppid=27903 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/27905/task/27920/stat : 27920 (java) S 27903 27905 27542 0 -1 4202560 2243 0 0 0 26 0 0 0 20 0 19 0 253492949 9855975424 14229 33554432000 1073741824 1073778376 140735242152112 140027923605816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27921] ppid=27903 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/27905/task/27921/stat : 27921 (java) S 27903 27905 27542 0 -1 4202560 2848 0 0 0 25 0 0 0 20 0 19 0 253492949 9855975424 14229 33554432000 1073741824 1073778376 140735242152112 140027922553272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27905/tid=27922] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27922/stat : 27922 (java) S 27903 27905 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492949 9855975424 14229 33554432000 1073741824 1073778376 140735242152112 140027921500408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27905/tid=27923] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27923/stat : 27923 (java) S 27903 27905 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492949 9855975424 14229 33554432000 1073741824 1073778376 140735242152112 140027920448072 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27924] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27924/stat : 27924 (java) S 27903 27905 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253492967 9855975424 14229 33554432000 1073741824 1073778376 140735242152112 140027919361576 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.63
Current children cumulated vsize (KiB) 9624976

[startup+6.30067 s]
/proc/loadavg: 2.08 2.09 1.77 4/213 27925
/proc/meminfo: memFree=28472128/32873844 swapFree=7116/7116
[pid=27905] ppid=27903 vsize=9624976 CPUtime=6.91 cores=1,3,5,7
/proc/27905/stat : 27905 (java) S 27903 27905 27542 0 -1 4202496 8934 0 1 0 687 4 0 0 20 0 19 0 253492943 9855975424 16350 33554432000 1073741824 1073778376 140735242152112 140735242143248 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27905/statm: 2406244 16350 2268 9 0 2396937 0
[pid=27905/tid=27907] ppid=27903 vsize=9624976 CPUtime=6.17 cores=1,3,5,7
/proc/27905/task/27907/stat : 27907 (java) R 27903 27905 27542 0 -1 4202560 2463 0 1 0 617 0 0 0 20 0 19 0 253492944 9855975424 16350 33554432000 1073741824 1073778376 140735242152112 140028170858784 140028030849092 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27908] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27908/stat : 27908 (java) S 27903 27905 27542 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253492945 9855975424 16350 33554432000 1073741824 1073778376 140735242152112 140028148960168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27909] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27909/stat : 27909 (java) S 27903 27905 27542 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253492945 9855975424 16350 33554432000 1073741824 1073778376 140735242152112 140027946331176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27905/tid=27910] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27910/stat : 27910 (java) S 27903 27905 27542 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253492945 9855975424 16350 33554432000 1073741824 1073778376 140735242152112 140027945278120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27911] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27911/stat : 27911 (java) S 27903 27905 27542 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 253492945 9855975424 16350 33554432000 1073741824 1073778376 140735242152112 140027944225576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27912] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27912/stat : 27912 (java) S 27903 27905 27542 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253492945 9855975424 16350 33554432000 1073741824 1073778376 140735242152112 140027943172520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27905/tid=27913] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27913/stat : 27913 (java) S 27903 27905 27542 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253492945 9855975424 16350 33554432000 1073741824 1073778376 140735242152112 140027942119976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27905/tid=27914] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27914/stat : 27914 (java) S 27903 27905 27542 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253492945 9855975424 16350 33554432000 1073741824 1073778376 140735242152112 140027941066920 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27905/tid=27915] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27915/stat : 27915 (java) S 27903 27905 27542 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 253492945 9855975424 16350 33554432000 1073741824 1073778376 140735242152112 140027940014376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27916] ppid=27903 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/27905/task/27916/stat : 27916 (java) S 27903 27905 27542 0 -1 4202560 37 0 0 0 4 0 0 0 20 0 19 0 253492946 9855975424 16350 33554432000 1073741824 1073778376 140735242152112 140027927817064 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27905/tid=27917] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27917/stat : 27917 (java) S 27903 27905 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253492947 9855975424 16350 33554432000 1073741824 1073778376 140735242152112 140027926763384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27918] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27918/stat : 27918 (java) S 27903 27905 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253492947 9855975424 16350 33554432000 1073741824 1073778376 140735242152112 140027925710216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27919] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27919/stat : 27919 (java) S 27903 27905 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492949 9855975424 16350 33554432000 1073741824 1073778376 140735242152112 140027924658960 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27920] ppid=27903 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/27905/task/27920/stat : 27920 (java) S 27903 27905 27542 0 -1 4202560 2248 0 0 0 27 0 0 0 20 0 19 0 253492949 9855975424 16350 33554432000 1073741824 1073778376 140735242152112 140027923605816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27921] ppid=27903 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/27905/task/27921/stat : 27921 (java) S 27903 27905 27542 0 -1 4202560 2948 0 0 0 30 0 0 0 20 0 19 0 253492949 9855975424 16350 33554432000 1073741824 1073778376 140735242152112 140027922553272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27905/tid=27922] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27922/stat : 27922 (java) S 27903 27905 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492949 9855975424 16350 33554432000 1073741824 1073778376 140735242152112 140027921500408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27905/tid=27923] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27923/stat : 27923 (java) S 27903 27905 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492949 9855975424 16350 33554432000 1073741824 1073778376 140735242152112 140027920448072 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27924] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27924/stat : 27924 (java) S 27903 27905 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253492967 9855975424 16350 33554432000 1073741824 1073778376 140735242152112 140027919361576 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=27905/tid=27920] ppid=27903 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/27905/task/27920/stat : 27920 (java) S 27903 27905 27542 0 -1 4202560 2251 0 0 0 29 0 0 0 20 0 19 0 253492949 9855975424 105203 33554432000 1073741824 1073778376 140735242152112 140027923605816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27921] ppid=27903 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/27905/task/27921/stat : 27921 (java) S 27903 27905 27542 0 -1 4202560 2948 0 0 0 30 0 0 0 20 0 19 0 253492949 9855975424 105203 33554432000 1073741824 1073778376 140735242152112 140027922553272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27905/tid=27922] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27922/stat : 27922 (java) S 27903 27905 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492949 9855975424 105203 33554432000 1073741824 1073778376 140735242152112 140027921500408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27905/tid=27923] ppid=27903 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/27905/task/27923/stat : 27923 (java) S 27903 27905 27542 0 -1 4202560 95 0 0 0 21 17 0 0 20 0 19 0 253492949 9855975424 105203 33554432000 1073741824 1073778376 140735242152112 140027920448072 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27924] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27924/stat : 27924 (java) S 27903 27905 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253492967 9855975424 105203 33554432000 1073741824 1073778376 140735242152112 140027919361576 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1668.27
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.37 2.16 2.03 3/213 28021
/proc/meminfo: memFree=26947656/32873844 swapFree=7116/7116
[pid=27905] ppid=27903 vsize=9624976 CPUtime=1728.43 cores=1,3,5,7
/proc/27905/stat : 27905 (java) S 27903 27905 27542 0 -1 4202496 12153 0 1 0 172781 62 0 0 20 0 19 0 253492943 9855975424 111866 33554432000 1073741824 1073778376 140735242152112 140735242143248 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27905/statm: 2406244 111866 2269 9 0 2396937 0
[pid=27905/tid=27907] ppid=27903 vsize=9624976 CPUtime=1707.58 cores=1,3,5,7
/proc/27905/task/27907/stat : 27907 (java) R 27903 27905 27542 0 -1 4202560 2643 0 1 0 170729 29 0 0 20 0 19 0 253492944 9855975424 111866 33554432000 1073741824 1073778376 140735242152112 140028170858784 140028030820737 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27908] ppid=27903 vsize=9624976 CPUtime=0.97 cores=1,3,5,7
/proc/27905/task/27908/stat : 27908 (java) S 27903 27905 27542 0 -1 4202560 325 0 0 0 91 6 0 0 20 0 19 0 253492945 9855975424 111866 33554432000 1073741824 1073778376 140735242152112 140028148960168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27909] ppid=27903 vsize=9624976 CPUtime=0.97 cores=1,3,5,7
/proc/27905/task/27909/stat : 27909 (java) S 27903 27905 27542 0 -1 4202560 311 0 0 0 92 5 0 0 20 0 19 0 253492945 9855975424 111866 33554432000 1073741824 1073778376 140735242152112 140027946331176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27910] ppid=27903 vsize=9624976 CPUtime=1.03 cores=1,3,5,7
/proc/27905/task/27910/stat : 27910 (java) S 27903 27905 27542 0 -1 4202560 445 0 0 0 97 6 0 0 20 0 19 0 253492945 9855975424 111866 33554432000 1073741824 1073778376 140735242152112 140027945278120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27905/tid=27911] ppid=27903 vsize=9624976 CPUtime=0.93 cores=1,3,5,7
/proc/27905/task/27911/stat : 27911 (java) S 27903 27905 27542 0 -1 4202560 474 0 0 0 87 6 0 0 20 0 19 0 253492945 9855975424 111866 33554432000 1073741824 1073778376 140735242152112 140027944225576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27912] ppid=27903 vsize=9624976 CPUtime=0.95 cores=1,3,5,7
/proc/27905/task/27912/stat : 27912 (java) S 27903 27905 27542 0 -1 4202560 292 0 0 0 90 5 0 0 20 0 19 0 253492945 9855975424 111866 33554432000 1073741824 1073778376 140735242152112 140027943172520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27913] ppid=27903 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/27905/task/27913/stat : 27913 (java) S 27903 27905 27542 0 -1 4202560 287 0 0 0 84 3 0 0 20 0 19 0 253492945 9855975424 111866 33554432000 1073741824 1073778376 140735242152112 140027942119976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27914] ppid=27903 vsize=9624976 CPUtime=1.02 cores=1,3,5,7
/proc/27905/task/27914/stat : 27914 (java) S 27903 27905 27542 0 -1 4202560 420 0 0 0 96 6 0 0 20 0 19 0 253492945 9855975424 111866 33554432000 1073741824 1073778376 140735242152112 140027941066920 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27905/tid=27915] ppid=27903 vsize=9624976 CPUtime=0.85 cores=1,3,5,7
/proc/27905/task/27915/stat : 27915 (java) S 27903 27905 27542 0 -1 4202560 317 0 0 0 82 3 0 0 20 0 19 0 253492945 9855975424 111866 33554432000 1073741824 1073778376 140735242152112 140027940014376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27905/tid=27916] ppid=27903 vsize=9624976 CPUtime=8.04 cores=1,3,5,7
/proc/27905/task/27916/stat : 27916 (java) S 27903 27905 27542 0 -1 4202560 160 0 0 0 802 2 0 0 20 0 19 0 253492946 9855975424 111866 33554432000 1073741824 1073778376 140735242152112 140027927817064 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27917] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27917/stat : 27917 (java) S 27903 27905 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253492947 9855975424 111866 33554432000 1073741824 1073778376 140735242152112 140027926763384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27918] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27918/stat : 27918 (java) S 27903 27905 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253492947 9855975424 111866 33554432000 1073741824 1073778376 140735242152112 140027925710216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27919] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27919/stat : 27919 (java) S 27903 27905 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492949 9855975424 111866 33554432000 1073741824 1073778376 140735242152112 140027924658960 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27920] ppid=27903 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/27905/task/27920/stat : 27920 (java) S 27903 27905 27542 0 -1 4202560 2251 0 0 0 29 0 0 0 20 0 19 0 253492949 9855975424 111866 33554432000 1073741824 1073778376 140735242152112 140027923605816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27921] ppid=27903 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/27905/task/27921/stat : 27921 (java) S 27903 27905 27542 0 -1 4202560 2948 0 0 0 30 0 0 0 20 0 19 0 253492949 9855975424 111866 33554432000 1073741824 1073778376 140735242152112 140027922553272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27905/tid=27922] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27922/stat : 27922 (java) S 27903 27905 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492949 9855975424 111866 33554432000 1073741824 1073778376 140735242152112 140027921500408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27905/tid=27923] ppid=27903 vsize=9624976 CPUtime=0.4 cores=1,3,5,7
/proc/27905/task/27923/stat : 27923 (java) S 27903 27905 27542 0 -1 4202560 99 0 0 0 22 18 0 0 20 0 19 0 253492949 9855975424 111866 33554432000 1073741824 1073778376 140735242152112 140027920448072 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27924] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27924/stat : 27924 (java) S 27903 27905 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253492967 9855975424 111866 33554432000 1073741824 1073778376 140735242152112 140027919361576 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1728.43
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.13 2.13 2.02 3/213 28021
/proc/meminfo: memFree=26847864/32873844 swapFree=7116/7116
[pid=27905] ppid=27903 vsize=9624976 CPUtime=1788.76 cores=1,3,5,7
/proc/27905/stat : 27905 (java) S 27903 27905 27542 0 -1 4202496 12568 0 1 0 178805 71 0 0 20 0 19 0 253492943 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140735242143248 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27905/statm: 2406244 130079 2269 9 0 2396937 0
[pid=27905/tid=27907] ppid=27903 vsize=9624976 CPUtime=1766.9 cores=1,3,5,7
/proc/27905/task/27907/stat : 27907 (java) R 27903 27905 27542 0 -1 4202560 2646 0 1 0 176660 30 0 0 20 0 19 0 253492944 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140028170858784 140028030709287 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27908] ppid=27903 vsize=9624976 CPUtime=1.02 cores=1,3,5,7
/proc/27905/task/27908/stat : 27908 (java) S 27903 27905 27542 0 -1 4202560 341 0 0 0 95 7 0 0 20 0 19 0 253492945 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140028148960168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27909] ppid=27903 vsize=9624976 CPUtime=1.02 cores=1,3,5,7
/proc/27905/task/27909/stat : 27909 (java) S 27903 27905 27542 0 -1 4202560 318 0 0 0 96 6 0 0 20 0 19 0 253492945 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027946331176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27905/tid=27910] ppid=27903 vsize=9624976 CPUtime=1.08 cores=1,3,5,7
/proc/27905/task/27910/stat : 27910 (java) S 27903 27905 27542 0 -1 4202560 454 0 0 0 101 7 0 0 20 0 19 0 253492945 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027945278120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27911] ppid=27903 vsize=9624976 CPUtime=1 cores=1,3,5,7
/proc/27905/task/27911/stat : 27911 (java) S 27903 27905 27542 0 -1 4202560 488 0 0 0 93 7 0 0 20 0 19 0 253492945 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027944225576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27905/tid=27912] ppid=27903 vsize=9624976 CPUtime=1 cores=1,3,5,7
/proc/27905/task/27912/stat : 27912 (java) S 27903 27905 27542 0 -1 4202560 306 0 0 0 94 6 0 0 20 0 19 0 253492945 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027943172520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27913] ppid=27903 vsize=9624976 CPUtime=0.95 cores=1,3,5,7
/proc/27905/task/27913/stat : 27913 (java) S 27903 27905 27542 0 -1 4202560 297 0 0 0 91 4 0 0 20 0 19 0 253492945 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027942119976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27914] ppid=27903 vsize=9624976 CPUtime=1.1 cores=1,3,5,7
/proc/27905/task/27914/stat : 27914 (java) S 27903 27905 27542 0 -1 4202560 445 0 0 0 103 7 0 0 20 0 19 0 253492945 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027941066920 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27915] ppid=27903 vsize=9624976 CPUtime=0.9 cores=1,3,5,7
/proc/27905/task/27915/stat : 27915 (java) S 27903 27905 27542 0 -1 4202560 329 0 0 0 86 4 0 0 20 0 19 0 253492945 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027940014376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27916] ppid=27903 vsize=9624976 CPUtime=8.45 cores=1,3,5,7
/proc/27905/task/27916/stat : 27916 (java) S 27903 27905 27542 0 -1 4202560 461 0 0 0 842 3 0 0 20 0 19 0 253492946 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027927817064 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27917] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27917/stat : 27917 (java) S 27903 27905 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253492947 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027926763384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27918] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27918/stat : 27918 (java) S 27903 27905 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253492947 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027925710216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27919] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27919/stat : 27919 (java) S 27903 27905 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492949 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027924658960 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27920] ppid=27903 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/27905/task/27920/stat : 27920 (java) S 27903 27905 27542 0 -1 4202560 2251 0 0 0 29 0 0 0 20 0 19 0 253492949 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027923605816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27921] ppid=27903 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/27905/task/27921/stat : 27921 (java) S 27903 27905 27542 0 -1 4202560 2948 0 0 0 30 0 0 0 20 0 19 0 253492949 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027922553272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27905/tid=27922] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27922/stat : 27922 (java) S 27903 27905 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492949 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027921500408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27905/tid=27923] ppid=27903 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/27905/task/27923/stat : 27923 (java) S 27903 27905 27542 0 -1 4202560 103 0 0 0 23 18 0 0 20 0 19 0 253492949 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027920448072 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27924] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27924/stat : 27924 (java) S 27903 27905 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253492967 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027919361576 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1788.76
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.6 s]
/proc/loadavg: 2.10 2.12 2.02 3/213 28021
/proc/meminfo: memFree=26847740/32873844 swapFree=7116/7116
[pid=27905] ppid=27903 vsize=9624976 CPUtime=1800.06 cores=1,3,5,7
/proc/27905/stat : 27905 (java) S 27903 27905 27542 0 -1 4202496 12568 0 1 0 179935 71 0 0 20 0 19 0 253492943 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140735242143248 240568533053 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/27905/statm: 2406244 130079 2269 9 0 2396937 0
[pid=27905/tid=27907] ppid=27903 vsize=9624976 CPUtime=1778.18 cores=1,3,5,7
/proc/27905/task/27907/stat : 27907 (java) R 27903 27905 27542 0 -1 4202560 2646 0 1 0 177787 31 0 0 20 0 19 0 253492944 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140028170858784 140028030709287 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27908] ppid=27903 vsize=9624976 CPUtime=1.02 cores=1,3,5,7
/proc/27905/task/27908/stat : 27908 (java) S 27903 27905 27542 0 -1 4202560 341 0 0 0 95 7 0 0 20 0 19 0 253492945 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140028148960168 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27909] ppid=27903 vsize=9624976 CPUtime=1.02 cores=1,3,5,7
/proc/27905/task/27909/stat : 27909 (java) S 27903 27905 27542 0 -1 4202560 318 0 0 0 96 6 0 0 20 0 19 0 253492945 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027946331176 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27905/tid=27910] ppid=27903 vsize=9624976 CPUtime=1.08 cores=1,3,5,7
/proc/27905/task/27910/stat : 27910 (java) S 27903 27905 27542 0 -1 4202560 454 0 0 0 101 7 0 0 20 0 19 0 253492945 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027945278120 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27911] ppid=27903 vsize=9624976 CPUtime=1 cores=1,3,5,7
/proc/27905/task/27911/stat : 27911 (java) S 27903 27905 27542 0 -1 4202560 488 0 0 0 93 7 0 0 20 0 19 0 253492945 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027944225576 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27905/tid=27912] ppid=27903 vsize=9624976 CPUtime=1 cores=1,3,5,7
/proc/27905/task/27912/stat : 27912 (java) S 27903 27905 27542 0 -1 4202560 306 0 0 0 94 6 0 0 20 0 19 0 253492945 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027943172520 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27913] ppid=27903 vsize=9624976 CPUtime=0.95 cores=1,3,5,7
/proc/27905/task/27913/stat : 27913 (java) S 27903 27905 27542 0 -1 4202560 297 0 0 0 91 4 0 0 20 0 19 0 253492945 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027942119976 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27914] ppid=27903 vsize=9624976 CPUtime=1.1 cores=1,3,5,7
/proc/27905/task/27914/stat : 27914 (java) S 27903 27905 27542 0 -1 4202560 445 0 0 0 103 7 0 0 20 0 19 0 253492945 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027941066920 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27915] ppid=27903 vsize=9624976 CPUtime=0.9 cores=1,3,5,7
/proc/27905/task/27915/stat : 27915 (java) S 27903 27905 27542 0 -1 4202560 329 0 0 0 86 4 0 0 20 0 19 0 253492945 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027940014376 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27916] ppid=27903 vsize=9624976 CPUtime=8.45 cores=1,3,5,7
/proc/27905/task/27916/stat : 27916 (java) S 27903 27905 27542 0 -1 4202560 461 0 0 0 842 3 0 0 20 0 19 0 253492946 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027927817064 240568547241 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27917] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27917/stat : 27917 (java) S 27903 27905 27542 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253492947 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027926763384 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27918] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27918/stat : 27918 (java) S 27903 27905 27542 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253492947 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027925710216 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27919] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27919/stat : 27919 (java) S 27903 27905 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492949 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027924658960 240568555296 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27920] ppid=27903 vsize=9624976 CPUtime=0.29 cores=1,3,5,7
/proc/27905/task/27920/stat : 27920 (java) S 27903 27905 27542 0 -1 4202560 2251 0 0 0 29 0 0 0 20 0 19 0 253492949 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027923605816 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27905/tid=27921] ppid=27903 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/27905/task/27921/stat : 27921 (java) S 27903 27905 27542 0 -1 4202560 2948 0 0 0 30 0 0 0 20 0 19 0 253492949 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027922553272 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27905/tid=27922] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27922/stat : 27922 (java) S 27903 27905 27542 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253492949 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027921500408 240568546364 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27905/tid=27923] ppid=27903 vsize=9624976 CPUtime=0.41 cores=1,3,5,7
/proc/27905/task/27923/stat : 27923 (java) S 27903 27905 27542 0 -1 4202560 103 0 0 0 23 18 0 0 20 0 19 0 253492949 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027920448072 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27905/tid=27924] ppid=27903 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/27905/task/27924/stat : 27924 (java) S 27903 27905 27542 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253492967 9855975424 130079 33554432000 1073741824 1073778376 140735242152112 140027919361576 240568547241 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27905 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=919130
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=143826
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1793.66
CPU time (s): 1800.06
CPU user time (s): 1799.35
CPU system time (s): 0.71
CPU usage (%): 100.357
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.92
system time used= 1.14383
maximum resident set size= 520476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12613
page faults= 1
swaps= 0
block input operations= 72
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41583
involuntary context switches= 20358

runsolver used 6.32004 second user time and 15.0757 second system time

The end

Launcher Data

Begin job on node146 at 2012-05-24 17:34:40
IDJOB=3687577
IDBENCH=1954
IDSOLVER=2269
FILE ID=node146/3687577-1337873680
RUNJOBID= node146-1337871880-27559
PBS_JOBID= 14620058
Free space on /tmp= 71716 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_16.opb.PB06.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687577-1337873680/watcher-3687577-1337873680 -o /tmp/evaluation-result-3687577-1337873680/solver-3687577-1337873680 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687577-1337873680.opb

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

MD5SUM BENCH= bddc7a1ce44c83fc28f6e299cbaaf04c
RANDOM SEED=1080491312

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28530780 kB
Buffers:          204676 kB
Cached:          1996064 kB
SwapCached:         2348 kB
Active:          1699472 kB
Inactive:        1867668 kB
Active(anon):    1365156 kB
Inactive(anon):     3064 kB
Active(file):     334316 kB
Inactive(file):  1864604 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67100340 kB
Dirty:               444 kB
Writeback:             0 kB
AnonPages:       1385024 kB
Mapped:            16248 kB
Shmem:                 0 kB
Slab:             622012 kB
SReclaimable:      63552 kB
SUnreclaim:       558460 kB
KernelStack:        1600 kB
PageTables:         6860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1835828 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1335296 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= 71716 MiB
End job on node146 at 2012-05-24 18:04:36