Trace number 3687593

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)226 1800.07 1795.16

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_20.opb.PB06.opb
MD5SUM1e2b8f542cc5dec610d6e9b4663a878b
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark189
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 183
Optimality of the best value was proved NO
Number of variables473
Total number of constraints472
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 constraints472
Minimum length of a constraint3
Maximum length of a constraint17
Number of terms in the objective function 473
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 473
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 473
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.07/0.10	c version 2.3.2.v20120418
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Armin Biere (Picosat) restarts strategy
0.07/0.12	c Glucose learned constraints deletion strategy
0.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-3687593-1337873692.opb
0.07/0.12	c reading problem ... 
0.24/0.24	c ... done. Wall clock time 0.114s.
0.24/0.24	c declared #vars     473
0.24/0.24	c #constraints  472
0.24/0.24	c constraints type 
0.24/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 472
0.24/0.24	c 472 constraints processed.
0.24/0.24	c objective function length is 473 literals
0.24/0.25	c SATISFIABLE
0.24/0.25	c OPTIMIZING...
0.24/0.25	c Got one! Elapsed wall clock time (in seconds):0.128
0.24/0.25	o 226
1.76/1.49	c cleaning 2499 clauses out of 5000 with flag 5000/5000
3.14/2.67	c cleaning 4251 clauses out of 8502 with flag 11001/11001
4.45/3.97	c cleaning 5624 clauses out of 11251 with flag 18001/18001
5.96/5.47	c cleaning 6810 clauses out of 13626 with flag 26000/26000
7.70/7.14	c cleaning 7907 clauses out of 15817 with flag 35001/35001
9.50/8.94	c cleaning 8953 clauses out of 17909 with flag 45000/45000
11.42/10.85	c cleaning 9976 clauses out of 19956 with flag 56000/56000
13.52/12.98	c cleaning 10989 clauses out of 21980 with flag 68000/68000
15.83/15.20	c cleaning 11996 clauses out of 23992 with flag 81001/81001
18.14/17.56	c cleaning 12995 clauses out of 25996 with flag 95001/95001
21.06/20.44	c cleaning 14001 clauses out of 28002 with flag 110002/110002
23.87/23.27	c cleaning 14995 clauses out of 30000 with flag 126001/126001
26.78/26.13	c cleaning 16002 clauses out of 32004 with flag 143000/143000
30.09/29.40	c cleaning 17001 clauses out of 34002 with flag 161000/161000
33.60/32.96	c cleaning 18000 clauses out of 36002 with flag 180001/180001
36.93/36.30	c cleaning 18994 clauses out of 38001 with flag 200000/200000
40.94/40.20	c cleaning 20001 clauses out of 40007 with flag 221000/221000
44.77/44.03	c cleaning 21002 clauses out of 42008 with flag 243002/243002
49.28/48.50	c cleaning 21996 clauses out of 44004 with flag 266000/266000
54.09/53.35	c cleaning 23005 clauses out of 46009 with flag 290001/290001
58.91/58.13	c cleaning 23999 clauses out of 48004 with flag 315001/315001
63.83/63.10	c cleaning 25000 clauses out of 50004 with flag 341000/341000
69.16/68.36	c cleaning 26000 clauses out of 52004 with flag 368000/368000
74.86/74.02	c cleaning 26997 clauses out of 54005 with flag 396001/396001
80.58/79.70	c cleaning 28001 clauses out of 56007 with flag 425000/425000
86.69/85.88	c cleaning 29000 clauses out of 58006 with flag 455000/455000
92.79/91.97	c cleaning 30001 clauses out of 60006 with flag 486000/486000
98.61/97.70	c cleaning 31004 clauses out of 62007 with flag 518002/518002
104.92/104.01	c cleaning 31997 clauses out of 64001 with flag 551000/551000
111.54/110.61	c cleaning 32999 clauses out of 66005 with flag 585001/585001
118.36/117.41	c cleaning 33997 clauses out of 68006 with flag 620001/620001
125.38/124.49	c cleaning 35002 clauses out of 70008 with flag 656000/656000
132.49/131.53	c cleaning 35999 clauses out of 72006 with flag 693000/693000
139.51/138.57	c cleaning 36999 clauses out of 74009 with flag 731002/731002
146.91/145.95	c cleaning 37991 clauses out of 76010 with flag 770002/770002
154.62/153.68	c cleaning 39008 clauses out of 78018 with flag 810001/810001
163.03/162.07	c cleaning 40004 clauses out of 80009 with flag 851000/851000
171.35/170.36	c cleaning 40995 clauses out of 82006 with flag 893001/893001
180.57/179.52	c cleaning 41998 clauses out of 84010 with flag 936000/936000
190.02/188.97	c cleaning 43000 clauses out of 86012 with flag 980000/980000
199.33/198.26	c cleaning 44002 clauses out of 88014 with flag 1025002/1025002
208.45/207.33	c cleaning 45000 clauses out of 90011 with flag 1071001/1071001
217.77/216.63	c cleaning 46001 clauses out of 92011 with flag 1118001/1118001
227.27/226.19	c cleaning 47001 clauses out of 94010 with flag 1166001/1166001
236.31/235.14	c cleaning 47997 clauses out of 96008 with flag 1215000/1215000
245.33/244.17	c cleaning 49001 clauses out of 98013 with flag 1265002/1265002
254.65/253.49	c cleaning 50002 clauses out of 100010 with flag 1316000/1316000
264.64/263.31	c cleaning 51001 clauses out of 102009 with flag 1368001/1368001
275.77/274.48	c cleaning 52003 clauses out of 104007 with flag 1421000/1421000
286.82/285.49	c cleaning 52992 clauses out of 106005 with flag 1475001/1475001
298.54/297.18	c cleaning 54003 clauses out of 108012 with flag 1530000/1530000
310.47/309.02	c cleaning 54997 clauses out of 110009 with flag 1586000/1586000
322.40/320.94	c cleaning 56004 clauses out of 112012 with flag 1643000/1643000
334.42/332.99	c cleaning 57000 clauses out of 114008 with flag 1701000/1701000
346.65/345.14	c cleaning 57997 clauses out of 116008 with flag 1760000/1760000
359.00/357.41	c cleaning 59004 clauses out of 118012 with flag 1820001/1820001
371.50/369.93	c cleaning 60003 clauses out of 120007 with flag 1881000/1881000
384.35/382.72	c cleaning 61004 clauses out of 122007 with flag 1943003/1943003
397.01/395.35	c cleaning 61995 clauses out of 124001 with flag 2006001/2006001
410.63/408.98	c cleaning 63001 clauses out of 126005 with flag 2070000/2070000
424.76/423.03	c cleaning 63999 clauses out of 128005 with flag 2135001/2135001
438.70/436.99	c cleaning 65002 clauses out of 130005 with flag 2201000/2201000
452.83/451.06	c cleaning 65992 clauses out of 132004 with flag 2268001/2268001
467.15/465.39	c cleaning 67003 clauses out of 134012 with flag 2336001/2336001
481.98/480.10	c cleaning 68000 clauses out of 136008 with flag 2405000/2405000
496.63/494.79	c cleaning 68999 clauses out of 138009 with flag 2475001/2475001
511.48/509.51	c cleaning 69998 clauses out of 140009 with flag 2546000/2546000
526.83/524.81	c cleaning 71004 clauses out of 142012 with flag 2618001/2618001
542.58/540.50	c cleaning 72003 clauses out of 144007 with flag 2691000/2691000
558.12/556.00	c cleaning 73004 clauses out of 146009 with flag 2765005/2765005
573.54/571.42	c cleaning 73996 clauses out of 148000 with flag 2840000/2840000
589.41/587.21	c cleaning 75001 clauses out of 150005 with flag 2916001/2916001
605.45/603.29	c cleaning 75999 clauses out of 152003 with flag 2993000/2993000
621.80/619.58	c cleaning 76998 clauses out of 154004 with flag 3071000/3071000
637.54/635.23	c cleaning 77996 clauses out of 156007 with flag 3150001/3150001
652.97/650.63	c cleaning 78997 clauses out of 158010 with flag 3230000/3230000
668.80/666.43	c cleaning 80008 clauses out of 160017 with flag 3311004/3311004
686.41/684.01	c cleaning 81000 clauses out of 162006 with flag 3393001/3393001
703.66/701.25	c cleaning 81998 clauses out of 164005 with flag 3476000/3476000
720.67/718.29	c cleaning 82993 clauses out of 166008 with flag 3560001/3560001
737.99/735.57	c cleaning 83990 clauses out of 168014 with flag 3645000/3645000
755.03/752.53	c cleaning 85008 clauses out of 170025 with flag 3731001/3731001
772.26/769.78	c cleaning 85999 clauses out of 172017 with flag 3818001/3818001
791.09/788.56	c cleaning 87007 clauses out of 174018 with flag 3906001/3906001
809.74/807.11	c cleaning 88000 clauses out of 176010 with flag 3995000/3995000
829.01/826.35	c cleaning 89002 clauses out of 178010 with flag 4085000/4085000
848.76/846.05	c cleaning 89999 clauses out of 180010 with flag 4176002/4176002
867.50/864.78	c cleaning 91003 clauses out of 182009 with flag 4268000/4268000
886.46/883.60	c cleaning 92002 clauses out of 184007 with flag 4361001/4361001
906.82/903.94	c cleaning 92997 clauses out of 186004 with flag 4455000/4455000
927.27/924.34	c cleaning 93995 clauses out of 188007 with flag 4550000/4550000
946.02/943.09	c cleaning 94997 clauses out of 190012 with flag 4646000/4646000
965.06/962.04	c cleaning 96004 clauses out of 192015 with flag 4743000/4743000
984.59/981.60	c cleaning 96999 clauses out of 194016 with flag 4841005/4841005
1005.22/1002.15	c cleaning 97999 clauses out of 196014 with flag 4940002/4940002
1025.24/1022.14	c cleaning 99005 clauses out of 198013 with flag 5040000/5040000
1046.88/1043.64	c cleaning 100001 clauses out of 200008 with flag 5141000/5141000
1068.64/1065.37	c cleaning 100996 clauses out of 202007 with flag 5243000/5243000
1091.09/1087.72	c cleaning 102003 clauses out of 204012 with flag 5346001/5346001
1113.75/1110.31	c cleaning 103002 clauses out of 206008 with flag 5450000/5450000
1135.29/1131.87	c cleaning 103999 clauses out of 208007 with flag 5555001/5555001
1157.12/1153.66	c cleaning 105003 clauses out of 210007 with flag 5661000/5661000
1179.54/1176.03	c cleaning 105999 clauses out of 212006 with flag 5768002/5768002
1202.30/1198.78	c cleaning 107003 clauses out of 214005 with flag 5876000/5876000
1223.74/1220.10	c cleaning 107995 clauses out of 216004 with flag 5985002/5985002
1246.10/1242.45	c cleaning 109002 clauses out of 218007 with flag 6095000/6095000
1267.25/1263.54	c cleaning 110003 clauses out of 220006 with flag 6206001/6206001
1287.91/1284.19	c cleaning 110999 clauses out of 222003 with flag 6318001/6318001
1308.85/1305.03	c cleaning 111996 clauses out of 224003 with flag 6431000/6431000
1330.88/1327.00	c cleaning 112999 clauses out of 226008 with flag 6545001/6545001
1355.44/1351.55	c cleaning 113998 clauses out of 228008 with flag 6660000/6660000
1377.78/1373.84	c cleaning 114996 clauses out of 230011 with flag 6776001/6776001
1398.70/1394.72	c cleaning 115995 clauses out of 232015 with flag 6893001/6893001
1418.75/1414.74	c cleaning 117008 clauses out of 234021 with flag 7011002/7011002
1440.37/1436.35	c cleaning 118002 clauses out of 236011 with flag 7130000/7130000
1463.02/1458.93	c cleaning 119000 clauses out of 238010 with flag 7250001/7250001
1488.12/1483.98	c cleaning 120000 clauses out of 240009 with flag 7371000/7371000
1510.70/1506.48	c cleaning 121001 clauses out of 242011 with flag 7493002/7493002
1533.35/1529.01	c cleaning 121997 clauses out of 244008 with flag 7616000/7616000
1554.89/1550.54	c cleaning 123000 clauses out of 246011 with flag 7740000/7740000
1579.63/1575.25	c cleaning 124003 clauses out of 248011 with flag 7865000/7865000
1604.39/1599.97	c cleaning 125002 clauses out of 250008 with flag 7991000/7991000
1629.74/1625.20	c cleaning 126000 clauses out of 252006 with flag 8118000/8118000
1655.01/1650.43	c cleaning 126995 clauses out of 254007 with flag 8246001/8246001
1679.17/1674.56	c cleaning 128002 clauses out of 256012 with flag 8375001/8375001
1706.11/1701.47	c cleaning 129005 clauses out of 258010 with flag 8505001/8505001
1733.60/1728.82	c cleaning 130000 clauses out of 260004 with flag 8636000/8636000
1761.23/1756.47	c cleaning 131002 clauses out of 262004 with flag 8768000/8768000
1789.20/1784.33	c cleaning 132001 clauses out of 264003 with flag 8901001/8901001
1800.07/1795.12	c starts		: 300
1800.07/1795.12	c conflicts		: 8962636
1800.07/1795.12	c decisions		: 15560087
1800.07/1795.12	c propagations		: 1084582802
1800.07/1795.12	c inspects		: 13112182092
1800.07/1795.12	c shortcuts		: 0
1800.07/1795.12	c learnt literals	: 0
1800.07/1795.12	c learnt binary clauses	: 0
1800.07/1795.12	c learnt ternary clauses	: 0
1800.07/1795.12	c learnt constraints	: 8962636
1800.07/1795.12	c ignored constraints	: 0
1800.07/1795.12	c root simplifications	: 0
1800.07/1795.12	c removed literals (reason simplification)	: 0
1800.07/1795.12	c reason swapping (by a shorter reason)	: 0
1800.07/1795.12	c Calls to reduceDB	: 129
1800.07/1795.12	c number of reductions to clauses (during analyze)	: 0
1800.07/1795.12	c number of learned constraints concerned by reduction	: 0
1800.07/1795.12	c number of learning phase by resolution	: 0
1800.07/1795.12	c number of learning phase by cutting planes	: 0
1800.07/1795.12	c speed (assignments/second)	: 604267.250106275
1800.07/1795.12	c non guided choices	0
1800.07/1795.15	c learnt constraints type 
1800.07/1795.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 193785
1800.07/1795.15	c constraints type 
1800.07/1795.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.07/1795.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 472
1800.07/1795.15	c 473 constraints processed.
1800.07/1795.15	s SATISFIABLE
1800.07/1795.15	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 
1800.07/1795.15	c objective function=226
1800.07/1795.15	c Total wall clock time (in seconds): 1795.025

Verifier Data

OK	226

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

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

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


[startup+0 s]
/proc/loadavg: 2.08 2.06 1.73 2/192 21893
/proc/meminfo: memFree=23699144/32873844 swapFree=6080/6080
[pid=21893] ppid=21891 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/21893/stat : 21893 (java) D 21891 21893 21473 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 253497619 9515008 182 33554432000 1073741824 1073778376 140734781351728 140734781342760 226329706165 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/21893/statm: 2323 182 140 9 0 71 0

[startup+0.0139 s]
/proc/loadavg: 2.08 2.06 1.73 2/192 21893
/proc/meminfo: memFree=23699144/32873844 swapFree=6080/6080
[pid=21893] ppid=21891 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/21893/stat : 21893 (java) S 21891 21893 21473 0 -1 4202496 1271 0 0 0 0 0 0 0 20 0 2 0 253497619 98570240 974 33554432000 1073741824 1073778376 140734574191232 140734574182368 226333065277 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21893/statm: 24065 977 743 9 0 16771 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 96260

[startup+0.100253 s]
/proc/loadavg: 2.08 2.06 1.73 2/192 21893
/proc/meminfo: memFree=23699144/32873844 swapFree=6080/6080
[pid=21893] ppid=21891 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/21893/stat : 21893 (java) S 21891 21893 21473 0 -1 4202496 4148 0 1 0 7 0 0 0 20 0 18 0 253497619 9787813888 5345 33554432000 1073741824 1073778376 140734574191232 140734574182368 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21893/statm: 2389603 5346 2079 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.300216 s]
/proc/loadavg: 2.08 2.06 1.73 2/192 21893
/proc/meminfo: memFree=23699144/32873844 swapFree=6080/6080
[pid=21893] ppid=21891 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/21893/stat : 21893 (java) S 21891 21893 21473 0 -1 4202496 6728 0 1 0 46 1 0 0 20 0 19 0 253497619 9855975424 8371 33554432000 1073741824 1073778376 140734574191232 140734574182368 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21893/statm: 2406244 8371 2228 9 0 2396937 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9624976

[startup+0.700182 s]
/proc/loadavg: 2.08 2.06 1.73 2/192 21893
/proc/meminfo: memFree=23699144/32873844 swapFree=6080/6080
[pid=21893] ppid=21891 vsize=9624976 CPUtime=1.01 cores=0,2,4,6
/proc/21893/stat : 21893 (java) S 21891 21893 21473 0 -1 4202496 7171 0 1 0 100 1 0 0 20 0 19 0 253497619 9855975424 8944 33554432000 1073741824 1073778376 140734574191232 140734574182368 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21893/statm: 2406244 8944 2233 9 0 2396937 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 9624976

[startup+1.50062 s]
/proc/loadavg: 2.07 2.05 1.73 3/211 21912
/proc/meminfo: memFree=23668660/32873844 swapFree=6080/6080
[pid=21893] ppid=21891 vsize=9624976 CPUtime=1.9 cores=0,2,4,6
/proc/21893/stat : 21893 (java) S 21891 21893 21473 0 -1 4202496 7904 0 1 0 188 2 0 0 20 0 19 0 253497619 9855975424 11678 33554432000 1073741824 1073778376 140734574191232 140734574182368 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21893/statm: 2406244 11678 2261 9 0 2396937 0
[pid=21893/tid=21895] ppid=21891 vsize=9624976 CPUtime=1.45 cores=0,2,4,6
/proc/21893/task/21895/stat : 21895 (java) S 21891 21893 21473 0 -1 4202560 2459 0 1 0 144 1 0 0 20 0 19 0 253497621 9855975424 11678 33554432000 1073741824 1073778376 140734574191232 139957495042456 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21893/tid=21896] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21896/stat : 21896 (java) S 21891 21893 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253497622 9855975424 11678 33554432000 1073741824 1073778376 140734574191232 139957484104104 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21893/tid=21897] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21897/stat : 21897 (java) S 21891 21893 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253497622 9855975424 11678 33554432000 1073741824 1073778376 140734574191232 139957337012776 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21898] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21898/stat : 21898 (java) S 21891 21893 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253497622 9855975424 11678 33554432000 1073741824 1073778376 140734574191232 139957335959720 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21893/tid=21899] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21899/stat : 21899 (java) S 21891 21893 21473 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253497622 9855975424 11678 33554432000 1073741824 1073778376 140734574191232 139957334907176 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21893/tid=21900] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21900/stat : 21900 (java) S 21891 21893 21473 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253497622 9855975424 11678 33554432000 1073741824 1073778376 140734574191232 139957333855144 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21901] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21901/stat : 21901 (java) S 21891 21893 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253497622 9855975424 11678 33554432000 1073741824 1073778376 140734574191232 139957332802600 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21893/tid=21902] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21902/stat : 21902 (java) S 21891 21893 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253497622 9855975424 11678 33554432000 1073741824 1073778376 140734574191232 139957331749544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21893/tid=21903] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21903/stat : 21903 (java) S 21891 21893 21473 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253497622 9855975424 11678 33554432000 1073741824 1073778376 140734574191232 139957330697000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21904] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21904/stat : 21904 (java) R 21891 21893 21473 0 -1 4202560 23 0 0 0 0 0 0 0 20 0 19 0 253497623 9855975424 11678 33554432000 1073741824 1073778376 140734574191232 139957318497520 139957501896745 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21893/tid=21905] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21905/stat : 21905 (java) S 21891 21893 21473 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 253497623 9855975424 11678 33554432000 1073741824 1073778376 140734574191232 139957317444984 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21906] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21906/stat : 21906 (java) S 21891 21893 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253497624 9855975424 11678 33554432000 1073741824 1073778376 140734574191232 139957316391816 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21907] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21907/stat : 21907 (java) S 21891 21893 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253497626 9855975424 11679 33554432000 1073741824 1073778376 140734574191232 139957315340560 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21908] ppid=21891 vsize=9624976 CPUtime=0.18 cores=0,2,4,6
/proc/21893/task/21908/stat : 21908 (java) S 21891 21893 21473 0 -1 4202560 1530 0 0 0 18 0 0 0 20 0 19 0 253497626 9855975424 11680 33554432000 1073741824 1073778376 140734574191232 139957314288440 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21909] ppid=21891 vsize=9624976 CPUtime=0.22 cores=0,2,4,6
/proc/21893/task/21909/stat : 21909 (java) S 21891 21893 21473 0 -1 4202560 2685 0 0 0 22 0 0 0 20 0 19 0 253497626 9855975424 11680 33554432000 1073741824 1073778376 140734574191232 139957313224936 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21910] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21910/stat : 21910 (java) S 21891 21893 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253497626 9855975424 11680 33554432000 1073741824 1073778376 140734574191232 139957312183032 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21911] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21911/stat : 21911 (java) S 21891 21893 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253497626 9855975424 11680 33554432000 1073741824 1073778376 140734574191232 139957311130696 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21912] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21912/stat : 21912 (java) S 21891 21893 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253497644 9855975424 11680 33554432000 1073741824 1073778376 140734574191232 139957310075944 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9624976

[startup+3.10061 s]
/proc/loadavg: 2.07 2.05 1.73 3/211 21912
/proc/meminfo: memFree=23646320/32873844 swapFree=6080/6080
[pid=21893] ppid=21891 vsize=9624976 CPUtime=3.65 cores=0,2,4,6
/proc/21893/stat : 21893 (java) S 21891 21893 21473 0 -1 4202496 12159 0 1 0 362 3 0 0 20 0 19 0 253497619 9855975424 16850 33554432000 1073741824 1073778376 140734574191232 140734574182368 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21893/statm: 2406244 16850 2268 9 0 2396937 0
[pid=21893/tid=21895] ppid=21891 vsize=9624976 CPUtime=3.02 cores=0,2,4,6
/proc/21893/task/21895/stat : 21895 (java) R 21891 21893 21473 0 -1 4202560 2463 0 1 0 301 1 0 0 20 0 19 0 253497621 9855975424 16850 33554432000 1073741824 1073778376 140734574191232 139957495042552 139957365104695 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21896] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21896/stat : 21896 (java) S 21891 21893 21473 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253497622 9855975424 16850 33554432000 1073741824 1073778376 140734574191232 139957484104104 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21893/tid=21897] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21897/stat : 21897 (java) S 21891 21893 21473 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253497622 9855975424 16850 33554432000 1073741824 1073778376 140734574191232 139957337012776 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21898] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21898/stat : 21898 (java) S 21891 21893 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253497622 9855975424 16850 33554432000 1073741824 1073778376 140734574191232 139957335959720 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21893/tid=21899] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21899/stat : 21899 (java) S 21891 21893 21473 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253497622 9855975424 16850 33554432000 1073741824 1073778376 140734574191232 139957334907176 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21900] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21900/stat : 21900 (java) S 21891 21893 21473 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253497622 9855975424 16850 33554432000 1073741824 1073778376 140734574191232 139957333855144 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21901] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21901/stat : 21901 (java) S 21891 21893 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253497622 9855975424 16850 33554432000 1073741824 1073778376 140734574191232 139957332802600 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21893/tid=21902] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21902/stat : 21902 (java) S 21891 21893 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253497622 9855975424 16850 33554432000 1073741824 1073778376 140734574191232 139957331749544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21903] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21903/stat : 21903 (java) S 21891 21893 21473 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253497622 9855975424 16850 33554432000 1073741824 1073778376 140734574191232 139957330697000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21904] ppid=21891 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/21893/task/21904/stat : 21904 (java) S 21891 21893 21473 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 253497623 9855975424 16850 33554432000 1073741824 1073778376 140734574191232 139957318498664 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21893/tid=21905] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21905/stat : 21905 (java) S 21891 21893 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253497623 9855975424 16850 33554432000 1073741824 1073778376 140734574191232 139957317444984 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21906] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21906/stat : 21906 (java) S 21891 21893 21473 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253497624 9855975424 16850 33554432000 1073741824 1073778376 140734574191232 139957316391816 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21907] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21907/stat : 21907 (java) S 21891 21893 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253497626 9855975424 16850 33554432000 1073741824 1073778376 140734574191232 139957315340560 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21908] ppid=21891 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/21893/task/21908/stat : 21908 (java) S 21891 21893 21473 0 -1 4202560 1530 0 0 0 19 0 0 0 20 0 19 0 253497626 9855975424 16850 33554432000 1073741824 1073778376 140734574191232 139957314288440 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21909] ppid=21891 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/21893/task/21909/stat : 21909 (java) S 21891 21893 21473 0 -1 4202560 6911 0 0 0 35 0 0 0 20 0 19 0 253497626 9855975424 16850 33554432000 1073741824 1073778376 140734574191232 139957313235896 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21910] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21910/stat : 21910 (java) S 21891 21893 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253497626 9855975424 16850 33554432000 1073741824 1073778376 140734574191232 139957312183032 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21911] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21911/stat : 21911 (java) S 21891 21893 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253497626 9855975424 16850 33554432000 1073741824 1073778376 140734574191232 139957311130696 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21912] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21912/stat : 21912 (java) S 21891 21893 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253497644 9855975424 16850 33554432000 1073741824 1073778376 140734574191232 139957310075944 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9624976

[startup+6.30061 s]
/proc/loadavg: 2.07 2.05 1.73 3/211 21912
/proc/meminfo: memFree=23637444/32873844 swapFree=6080/6080
[pid=21893] ppid=21891 vsize=9624976 CPUtime=6.9 cores=0,2,4,6
/proc/21893/stat : 21893 (java) S 21891 21893 21473 0 -1 4202496 12776 0 1 0 687 3 0 0 20 0 19 0 253497619 9855975424 18016 33554432000 1073741824 1073778376 140734574191232 140734574182368 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21893/statm: 2406244 18016 2268 9 0 2396937 0
[pid=21893/tid=21895] ppid=21891 vsize=9624976 CPUtime=6.18 cores=0,2,4,6
/proc/21893/task/21895/stat : 21895 (java) R 21891 21893 21473 0 -1 4202560 2464 0 1 0 617 1 0 0 20 0 19 0 253497621 9855975424 18016 33554432000 1073741824 1073778376 140734574191232 139957495042336 139957365112012 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21896] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21896/stat : 21896 (java) S 21891 21893 21473 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 253497622 9855975424 18016 33554432000 1073741824 1073778376 140734574191232 139957484104104 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21897] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21897/stat : 21897 (java) S 21891 21893 21473 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253497622 9855975424 18016 33554432000 1073741824 1073778376 140734574191232 139957337012776 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21898] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21898/stat : 21898 (java) S 21891 21893 21473 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253497622 9855975424 18016 33554432000 1073741824 1073778376 140734574191232 139957335959720 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21893/tid=21899] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21899/stat : 21899 (java) S 21891 21893 21473 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253497622 9855975424 18016 33554432000 1073741824 1073778376 140734574191232 139957334907176 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21900] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21900/stat : 21900 (java) S 21891 21893 21473 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253497622 9855975424 18016 33554432000 1073741824 1073778376 140734574191232 139957333855144 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21901] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21901/stat : 21901 (java) S 21891 21893 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253497622 9855975424 18016 33554432000 1073741824 1073778376 140734574191232 139957332802600 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21893/tid=21902] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21902/stat : 21902 (java) S 21891 21893 21473 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253497622 9855975424 18016 33554432000 1073741824 1073778376 140734574191232 139957331749544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21903] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21903/stat : 21903 (java) S 21891 21893 21473 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253497622 9855975424 18016 33554432000 1073741824 1073778376 140734574191232 139957330697000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21904] ppid=21891 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/21893/task/21904/stat : 21904 (java) S 21891 21893 21473 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 253497623 9855975424 18016 33554432000 1073741824 1073778376 140734574191232 139957318498664 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21905] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21905/stat : 21905 (java) S 21891 21893 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253497623 9855975424 18016 33554432000 1073741824 1073778376 140734574191232 139957317444984 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21906] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21906/stat : 21906 (java) S 21891 21893 21473 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253497624 9855975424 18016 33554432000 1073741824 1073778376 140734574191232 139957316391816 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21907] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21907/stat : 21907 (java) S 21891 21893 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253497626 9855975424 18016 33554432000 1073741824 1073778376 140734574191232 139957315340560 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21908] ppid=21891 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/21893/task/21908/stat : 21908 (java) S 21891 21893 21473 0 -1 4202560 2129 0 0 0 24 0 0 0 20 0 19 0 253497626 9855975424 18016 33554432000 1073741824 1073778376 140734574191232 139957314288440 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21893/tid=21909] ppid=21891 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/21893/task/21909/stat : 21909 (java) S 21891 21893 21473 0 -1 4202560 6912 0 0 0 35 0 0 0 20 0 19 0 253497626 9855975424 18016 33554432000 1073741824 1073778376 140734574191232 139957313235896 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21910] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21910/stat : 21910 (java) S 21891 21893 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253497626 9855975424 18016 33554432000 1073741824 1073778376 140734574191232 139957312183032 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21911] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21911/stat : 21911 (java) S 21891 21893 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253497626 9855975424 18016 33554432000 1073741824 1073778376 140734574191232 139957311130696 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21893/tid=21912] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21912/stat : 21912 (java) S 21891 21893 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253497644 9855975424 18016 33554432000 1073741824 1073778376 140734574191232 139957310075944 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=21893/tid=21908] ppid=21891 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/21893/task/21908/stat : 21908 (java) S 21891 21893 21473 0 -1 4202560 2135 0 0 0 27 0 0 0 20 0 19 0 253497626 9855975424 105594 33554432000 1073741824 1073778376 140734574191232 139957314288440 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21893/tid=21909] ppid=21891 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/21893/task/21909/stat : 21909 (java) S 21891 21893 21473 0 -1 4202560 6912 0 0 0 35 0 0 0 20 0 19 0 253497626 9855975424 105594 33554432000 1073741824 1073778376 140734574191232 139957313235896 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21910] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21910/stat : 21910 (java) S 21891 21893 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253497626 9855975424 105594 33554432000 1073741824 1073778376 140734574191232 139957312183032 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21911] ppid=21891 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/21893/task/21911/stat : 21911 (java) S 21891 21893 21473 0 -1 4202560 98 0 0 0 19 13 0 0 20 0 19 0 253497626 9855975424 105594 33554432000 1073741824 1073778376 140734574191232 139957311130696 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21893/tid=21912] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21912/stat : 21912 (java) S 21891 21893 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253497644 9855975424 105594 33554432000 1073741824 1073778376 140734574191232 139957310075944 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1727.1
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.91 3/211 22009
/proc/meminfo: memFree=25886140/32873844 swapFree=6080/6080
[pid=21893] ppid=21891 vsize=9624976 CPUtime=1787.2 cores=0,2,4,6
/proc/21893/stat : 21893 (java) S 21891 21893 21473 0 -1 4202496 15266 0 1 0 178664 56 0 0 20 0 19 0 253497619 9855975424 106142 33554432000 1073741824 1073778376 140734574191232 140734574182368 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21893/statm: 2406244 106142 2269 9 0 2396937 0
[pid=21893/tid=21895] ppid=21891 vsize=9624976 CPUtime=1769.86 cores=0,2,4,6
/proc/21893/task/21895/stat : 21895 (java) R 21891 21893 21473 0 -1 4202560 2643 0 1 0 176956 30 0 0 20 0 19 0 253497621 9855975424 106142 33554432000 1073741824 1073778376 140734574191232 139957495042336 139957365309812 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21896] ppid=21891 vsize=9624976 CPUtime=0.68 cores=0,2,4,6
/proc/21893/task/21896/stat : 21896 (java) S 21891 21893 21473 0 -1 4202560 394 0 0 0 64 4 0 0 20 0 19 0 253497622 9855975424 106142 33554432000 1073741824 1073778376 140734574191232 139957484104104 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21897] ppid=21891 vsize=9624976 CPUtime=0.66 cores=0,2,4,6
/proc/21893/task/21897/stat : 21897 (java) S 21891 21893 21473 0 -1 4202560 97 0 0 0 62 4 0 0 20 0 19 0 253497622 9855975424 106142 33554432000 1073741824 1073778376 140734574191232 139957337012776 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21893/tid=21898] ppid=21891 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/21893/task/21898/stat : 21898 (java) S 21891 21893 21473 0 -1 4202560 124 0 0 0 67 5 0 0 20 0 19 0 253497622 9855975424 106142 33554432000 1073741824 1073778376 140734574191232 139957335959720 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21893/tid=21899] ppid=21891 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/21893/task/21899/stat : 21899 (java) S 21891 21893 21473 0 -1 4202560 282 0 0 0 70 4 0 0 20 0 19 0 253497622 9855975424 106142 33554432000 1073741824 1073778376 140734574191232 139957334907176 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21893/tid=21900] ppid=21891 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/21893/task/21900/stat : 21900 (java) S 21891 21893 21473 0 -1 4202560 290 0 0 0 65 4 0 0 20 0 19 0 253497622 9855975424 106142 33554432000 1073741824 1073778376 140734574191232 139957333855144 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21901] ppid=21891 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/21893/task/21901/stat : 21901 (java) S 21891 21893 21473 0 -1 4202560 247 0 0 0 65 4 0 0 20 0 19 0 253497622 9855975424 106142 33554432000 1073741824 1073778376 140734574191232 139957332802600 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21902] ppid=21891 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/21893/task/21902/stat : 21902 (java) S 21891 21893 21473 0 -1 4202560 291 0 0 0 71 4 0 0 20 0 19 0 253497622 9855975424 106142 33554432000 1073741824 1073778376 140734574191232 139957331749544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21903] ppid=21891 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/21893/task/21903/stat : 21903 (java) S 21891 21893 21473 0 -1 4202560 417 0 0 0 68 4 0 0 20 0 19 0 253497622 9855975424 106142 33554432000 1073741824 1073778376 140734574191232 139957330697000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21893/tid=21904] ppid=21891 vsize=9624976 CPUtime=6.17 cores=0,2,4,6
/proc/21893/task/21904/stat : 21904 (java) S 21891 21893 21473 0 -1 4202560 152 0 0 0 614 3 0 0 20 0 19 0 253497623 9855975424 106142 33554432000 1073741824 1073778376 140734574191232 139957318498664 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21893/tid=21905] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21905/stat : 21905 (java) S 21891 21893 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253497623 9855975424 106142 33554432000 1073741824 1073778376 140734574191232 139957317444984 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21906] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21906/stat : 21906 (java) S 21891 21893 21473 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253497624 9855975424 106142 33554432000 1073741824 1073778376 140734574191232 139957316391816 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21907] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21907/stat : 21907 (java) S 21891 21893 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253497626 9855975424 106142 33554432000 1073741824 1073778376 140734574191232 139957315340560 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21908] ppid=21891 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/21893/task/21908/stat : 21908 (java) S 21891 21893 21473 0 -1 4202560 2135 0 0 0 27 0 0 0 20 0 19 0 253497626 9855975424 106142 33554432000 1073741824 1073778376 140734574191232 139957314288440 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21893/tid=21909] ppid=21891 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/21893/task/21909/stat : 21909 (java) S 21891 21893 21473 0 -1 4202560 6912 0 0 0 35 0 0 0 20 0 19 0 253497626 9855975424 106142 33554432000 1073741824 1073778376 140734574191232 139957313235896 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21910] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21910/stat : 21910 (java) S 21891 21893 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253497626 9855975424 106142 33554432000 1073741824 1073778376 140734574191232 139957312183032 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21911] ppid=21891 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/21893/task/21911/stat : 21911 (java) S 21891 21893 21473 0 -1 4202560 102 0 0 0 21 13 0 0 20 0 19 0 253497626 9855975424 106142 33554432000 1073741824 1073778376 140734574191232 139957311130696 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21893/tid=21912] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21912/stat : 21912 (java) S 21891 21893 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253497644 9855975424 106142 33554432000 1073741824 1073778376 140734574191232 139957310075944 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1787.2
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.1 s]
/proc/loadavg: 1.99 1.98 1.91 3/211 22009
/proc/meminfo: memFree=25886388/32873844 swapFree=6080/6080
[pid=21893] ppid=21891 vsize=9624976 CPUtime=1800.07 cores=0,2,4,6
/proc/21893/stat : 21893 (java) S 21891 21893 21473 0 -1 4202496 15276 0 1 0 179951 56 0 0 20 0 19 0 253497619 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 140734574182368 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21893/statm: 2406244 106149 2269 9 0 2396937 0
[pid=21893/tid=21895] ppid=21891 vsize=9624976 CPUtime=1782.54 cores=0,2,4,6
/proc/21893/task/21895/stat : 21895 (java) R 21891 21893 21473 0 -1 4202560 2644 0 1 0 178223 31 0 0 20 0 19 0 253497621 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957495042336 139957365073968 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21896] ppid=21891 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/21893/task/21896/stat : 21896 (java) S 21891 21893 21473 0 -1 4202560 401 0 0 0 66 4 0 0 20 0 19 0 253497622 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957484104104 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21897] ppid=21891 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/21893/task/21897/stat : 21897 (java) S 21891 21893 21473 0 -1 4202560 97 0 0 0 63 4 0 0 20 0 19 0 253497622 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957337012776 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21893/tid=21898] ppid=21891 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/21893/task/21898/stat : 21898 (java) S 21891 21893 21473 0 -1 4202560 124 0 0 0 69 5 0 0 20 0 19 0 253497622 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957335959720 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21899] ppid=21891 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/21893/task/21899/stat : 21899 (java) S 21891 21893 21473 0 -1 4202560 282 0 0 0 70 4 0 0 20 0 19 0 253497622 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957334907176 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21893/tid=21900] ppid=21891 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/21893/task/21900/stat : 21900 (java) S 21891 21893 21473 0 -1 4202560 290 0 0 0 66 4 0 0 20 0 19 0 253497622 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957333855144 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21901] ppid=21891 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/21893/task/21901/stat : 21901 (java) S 21891 21893 21473 0 -1 4202560 247 0 0 0 65 4 0 0 20 0 19 0 253497622 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957332802600 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21902] ppid=21891 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/21893/task/21902/stat : 21902 (java) S 21891 21893 21473 0 -1 4202560 291 0 0 0 72 4 0 0 20 0 19 0 253497622 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957331749544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21903] ppid=21891 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/21893/task/21903/stat : 21903 (java) S 21891 21893 21473 0 -1 4202560 417 0 0 0 69 4 0 0 20 0 19 0 253497622 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957330697000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21904] ppid=21891 vsize=9624976 CPUtime=6.26 cores=0,2,4,6
/proc/21893/task/21904/stat : 21904 (java) S 21891 21893 21473 0 -1 4202560 154 0 0 0 623 3 0 0 20 0 19 0 253497623 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957318498664 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21893/tid=21905] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21905/stat : 21905 (java) S 21891 21893 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253497623 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957317444984 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21906] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21906/stat : 21906 (java) S 21891 21893 21473 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253497624 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957316391816 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21907] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21907/stat : 21907 (java) S 21891 21893 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253497626 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957315340560 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21908] ppid=21891 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/21893/task/21908/stat : 21908 (java) S 21891 21893 21473 0 -1 4202560 2135 0 0 0 27 0 0 0 20 0 19 0 253497626 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957314288440 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21893/tid=21909] ppid=21891 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/21893/task/21909/stat : 21909 (java) S 21891 21893 21473 0 -1 4202560 6912 0 0 0 35 0 0 0 20 0 19 0 253497626 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957313235896 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21910] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21910/stat : 21910 (java) S 21891 21893 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253497626 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957312183032 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21911] ppid=21891 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/21893/task/21911/stat : 21911 (java) S 21891 21893 21473 0 -1 4202560 102 0 0 0 21 13 0 0 20 0 19 0 253497626 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957311130696 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21893/tid=21912] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21912/stat : 21912 (java) S 21891 21893 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253497644 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957310075944 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1795.1 s]
/proc/loadavg: 1.99 1.98 1.91 3/211 22009
/proc/meminfo: memFree=25886388/32873844 swapFree=6080/6080
[pid=21893] ppid=21891 vsize=9624976 CPUtime=1800.07 cores=0,2,4,6
/proc/21893/stat : 21893 (java) S 21891 21893 21473 0 -1 4202496 15276 0 1 0 179951 56 0 0 20 0 19 0 253497619 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 140734574182368 226333065277 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21893/statm: 2406244 106149 2269 9 0 2396937 0
[pid=21893/tid=21895] ppid=21891 vsize=9624976 CPUtime=1782.54 cores=0,2,4,6
/proc/21893/task/21895/stat : 21895 (java) R 21891 21893 21473 0 -1 4202560 2644 0 1 0 178223 31 0 0 20 0 19 0 253497621 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957495042336 139957365073968 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21896] ppid=21891 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/21893/task/21896/stat : 21896 (java) S 21891 21893 21473 0 -1 4202560 401 0 0 0 66 4 0 0 20 0 19 0 253497622 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957484104104 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21897] ppid=21891 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/21893/task/21897/stat : 21897 (java) S 21891 21893 21473 0 -1 4202560 97 0 0 0 63 4 0 0 20 0 19 0 253497622 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957337012776 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21893/tid=21898] ppid=21891 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/21893/task/21898/stat : 21898 (java) S 21891 21893 21473 0 -1 4202560 124 0 0 0 69 5 0 0 20 0 19 0 253497622 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957335959720 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21899] ppid=21891 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/21893/task/21899/stat : 21899 (java) S 21891 21893 21473 0 -1 4202560 282 0 0 0 70 4 0 0 20 0 19 0 253497622 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957334907176 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21893/tid=21900] ppid=21891 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/21893/task/21900/stat : 21900 (java) S 21891 21893 21473 0 -1 4202560 290 0 0 0 66 4 0 0 20 0 19 0 253497622 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957333855144 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21901] ppid=21891 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/21893/task/21901/stat : 21901 (java) S 21891 21893 21473 0 -1 4202560 247 0 0 0 65 4 0 0 20 0 19 0 253497622 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957332802600 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21902] ppid=21891 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/21893/task/21902/stat : 21902 (java) S 21891 21893 21473 0 -1 4202560 291 0 0 0 72 4 0 0 20 0 19 0 253497622 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957331749544 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21903] ppid=21891 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/21893/task/21903/stat : 21903 (java) S 21891 21893 21473 0 -1 4202560 417 0 0 0 69 4 0 0 20 0 19 0 253497622 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957330697000 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21904] ppid=21891 vsize=9624976 CPUtime=6.26 cores=0,2,4,6
/proc/21893/task/21904/stat : 21904 (java) S 21891 21893 21473 0 -1 4202560 154 0 0 0 623 3 0 0 20 0 19 0 253497623 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957318498664 226333079465 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21893/tid=21905] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21905/stat : 21905 (java) S 21891 21893 21473 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253497623 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957317444984 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21906] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21906/stat : 21906 (java) S 21891 21893 21473 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253497624 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957316391816 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21907] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21907/stat : 21907 (java) S 21891 21893 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253497626 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957315340560 226333087520 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21893/tid=21908] ppid=21891 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/21893/task/21908/stat : 21908 (java) S 21891 21893 21473 0 -1 4202560 2135 0 0 0 27 0 0 0 20 0 19 0 253497626 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957314288440 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21893/tid=21909] ppid=21891 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/21893/task/21909/stat : 21909 (java) S 21891 21893 21473 0 -1 4202560 6912 0 0 0 35 0 0 0 20 0 19 0 253497626 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957313235896 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21910] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21910/stat : 21910 (java) S 21891 21893 21473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253497626 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957312183032 226333078588 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21893/tid=21911] ppid=21891 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/21893/task/21911/stat : 21911 (java) S 21891 21893 21473 0 -1 4202560 102 0 0 0 21 13 0 0 20 0 19 0 253497626 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957311130696 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21893/tid=21912] ppid=21891 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21893/task/21912/stat : 21912 (java) S 21891 21893 21473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253497644 9855975424 106149 33554432000 1073741824 1073778376 140734574191232 139957310075944 226333079465 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9624976

Child status: 143

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

Real time (s): 1795.16
CPU time (s): 1800.07
CPU user time (s): 1799.51
CPU system time (s): 0.56
CPU usage (%): 100.274
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.92
system time used= 0.940856
maximum resident set size= 424756
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15319
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41476
involuntary context switches= 13253

runsolver used 5.64014 second user time and 13.5139 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-24 17:34:52
IDJOB=3687593
IDBENCH=1962
IDSOLVER=2269
FILE ID=node110/3687593-1337873692
RUNJOBID= node110-1337871882-21489
PBS_JOBID= 14620094
Free space on /tmp= 71612 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_20.opb.PB06.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687593-1337873692/watcher-3687593-1337873692 -o /tmp/evaluation-result-3687593-1337873692/solver-3687593-1337873692 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687593-1337873692.opb

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

MD5SUM BENCH= 1e2b8f542cc5dec610d6e9b4663a878b
RANDOM SEED=1516854087

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.893
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.90
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.893
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.893
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:        23699672 kB
Buffers:          197200 kB
Cached:          3202788 kB
SwapCached:            0 kB
Active:          5539816 kB
Inactive:        2860460 kB
Active(anon):    5002728 kB
Inactive(anon):        0 kB
Active(file):     537088 kB
Inactive(file):  2860460 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               428 kB
Writeback:             0 kB
AnonPages:       5006284 kB
Mapped:            21552 kB
Shmem:               200 kB
Slab:             627676 kB
SReclaimable:      70360 kB
SUnreclaim:       557316 kB
KernelStack:        1592 kB
PageTables:        13884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    6480748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4939776 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= 71612 MiB
End job on node110 at 2012-05-24 18:04:49