Trace number 3687591

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat 4j PB Resolution 2.3.2 SnapshotSAT (TO)223 1800.66 1795.05

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_10.opb.PB06.opb
MD5SUM6549a0bbc5c463b1b909374436b51d65
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.77
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 variables470
Total number of constraints470
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 constraints470
Minimum length of a constraint4
Maximum length of a constraint18
Number of terms in the objective function 470
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 470
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 470
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.02/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.08	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.2.v20120418
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		501472288
0.02/0.09	c Max memory 		7480803328
0.02/0.09	c Total memory 		504102912
0.02/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3687591-1337873688.opb
0.09/0.11	c reading problem ... 
0.27/0.22	c ... done. Wall clock time 0.106s.
0.27/0.22	c declared #vars     470
0.27/0.22	c #constraints  470
0.27/0.22	c constraints type 
0.27/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
0.27/0.22	c 470 constraints processed.
0.27/0.22	c objective function length is 470 literals
0.27/0.23	c SATISFIABLE
0.27/0.23	c OPTIMIZING...
0.27/0.23	c Got one! Elapsed wall clock time (in seconds):0.119
0.27/0.23	o 223
1.49/1.18	c cleaning 2499 clauses out of 5000 with flag 5000/5000
2.55/2.18	c cleaning 4251 clauses out of 8501 with flag 11000/11000
3.76/3.36	c cleaning 5625 clauses out of 11250 with flag 18000/18000
5.27/4.86	c cleaning 6813 clauses out of 13625 with flag 26000/26000
7.11/6.64	c cleaning 7903 clauses out of 15814 with flag 35002/35002
8.82/8.38	c cleaning 8952 clauses out of 17909 with flag 45000/45000
10.83/10.32	c cleaning 9977 clauses out of 19957 with flag 56000/56000
12.85/12.34	c cleaning 10988 clauses out of 21980 with flag 68000/68000
15.16/14.68	c cleaning 11989 clauses out of 23993 with flag 81001/81001
17.46/16.95	c cleaning 13000 clauses out of 26003 with flag 95000/95000
19.98/19.43	c cleaning 14000 clauses out of 28003 with flag 110000/110000
22.61/22.09	c cleaning 15000 clauses out of 30003 with flag 126000/126000
25.41/24.89	c cleaning 16001 clauses out of 32003 with flag 143000/143000
28.31/27.71	c cleaning 17000 clauses out of 34002 with flag 161000/161000
31.42/30.89	c cleaning 17999 clauses out of 36002 with flag 180000/180000
34.82/34.21	c cleaning 18999 clauses out of 38003 with flag 200000/200000
38.25/37.63	c cleaning 19997 clauses out of 40005 with flag 221001/221001
42.16/41.54	c cleaning 20994 clauses out of 42007 with flag 243000/243000
46.58/45.94	c cleaning 22004 clauses out of 44013 with flag 266000/266000
51.48/50.81	c cleaning 22995 clauses out of 46009 with flag 290000/290000
56.29/55.63	c cleaning 24007 clauses out of 48015 with flag 315001/315001
61.51/60.87	c cleaning 24997 clauses out of 50008 with flag 341001/341001
66.55/65.83	c cleaning 26002 clauses out of 52010 with flag 368000/368000
72.06/71.36	c cleaning 26999 clauses out of 54010 with flag 396002/396002
77.58/76.83	c cleaning 28002 clauses out of 56010 with flag 425001/425001
82.80/82.05	c cleaning 29000 clauses out of 58007 with flag 455000/455000
88.52/87.78	c cleaning 30001 clauses out of 60009 with flag 486002/486002
94.53/93.79	c cleaning 31002 clauses out of 62007 with flag 518001/518001
100.66/99.84	c cleaning 31995 clauses out of 64004 with flag 551000/551000
107.08/106.23	c cleaning 33000 clauses out of 66010 with flag 585001/585001
113.81/112.97	c cleaning 33997 clauses out of 68009 with flag 620000/620000
120.74/119.86	c cleaning 35003 clauses out of 70012 with flag 656000/656000
127.74/126.89	c cleaning 36004 clauses out of 72009 with flag 693000/693000
134.07/133.14	c cleaning 36997 clauses out of 74007 with flag 731002/731002
141.17/140.26	c cleaning 37998 clauses out of 76010 with flag 770002/770002
148.60/147.64	c cleaning 39003 clauses out of 78010 with flag 810000/810000
155.72/154.76	c cleaning 40004 clauses out of 80008 with flag 851001/851001
163.35/162.32	c cleaning 40999 clauses out of 82004 with flag 893001/893001
171.26/170.27	c cleaning 41997 clauses out of 84004 with flag 936000/936000
178.68/177.68	c cleaning 42999 clauses out of 86008 with flag 980001/980001
186.41/185.38	c cleaning 43999 clauses out of 88009 with flag 1025001/1025001
194.03/192.92	c cleaning 45003 clauses out of 90009 with flag 1071000/1071000
201.77/200.60	c cleaning 46002 clauses out of 92007 with flag 1118001/1118001
210.19/209.02	c cleaning 47001 clauses out of 94004 with flag 1166000/1166000
219.81/218.60	c cleaning 48001 clauses out of 96004 with flag 1215001/1215001
230.16/228.94	c cleaning 49002 clauses out of 98003 with flag 1265001/1265001
240.49/239.24	c cleaning 49997 clauses out of 100000 with flag 1316000/1316000
249.76/248.43	c cleaning 50998 clauses out of 102003 with flag 1368000/1368000
259.48/258.17	c cleaning 51998 clauses out of 104005 with flag 1421000/1421000
269.11/267.76	c cleaning 53004 clauses out of 106009 with flag 1475002/1475002
278.83/277.48	c cleaning 54001 clauses out of 108004 with flag 1530001/1530001
289.57/288.17	c cleaning 54997 clauses out of 110002 with flag 1586000/1586000
300.28/298.88	c cleaning 56000 clauses out of 112005 with flag 1643000/1643000
311.11/309.65	c cleaning 56999 clauses out of 114005 with flag 1701000/1701000
322.57/321.02	c cleaning 58001 clauses out of 116006 with flag 1760000/1760000
333.83/332.29	c cleaning 59002 clauses out of 118005 with flag 1820000/1820000
345.55/343.96	c cleaning 60000 clauses out of 120004 with flag 1881001/1881001
356.87/355.22	c cleaning 60999 clauses out of 122004 with flag 1943001/1943001
368.38/366.76	c cleaning 61999 clauses out of 124004 with flag 2006000/2006000
380.72/379.02	c cleaning 63001 clauses out of 126006 with flag 2070001/2070001
391.96/390.24	c cleaning 63997 clauses out of 128004 with flag 2135000/2135000
404.08/402.39	c cleaning 65001 clauses out of 130007 with flag 2201000/2201000
416.72/414.94	c cleaning 65998 clauses out of 132006 with flag 2268000/2268000
430.28/428.47	c cleaning 67000 clauses out of 134008 with flag 2336000/2336000
445.11/443.24	c cleaning 67994 clauses out of 136008 with flag 2405000/2405000
459.72/457.81	c cleaning 69000 clauses out of 138015 with flag 2475001/2475001
473.76/471.88	c cleaning 70007 clauses out of 140014 with flag 2546000/2546000
487.09/485.18	c cleaning 71002 clauses out of 142008 with flag 2618001/2618001
500.53/498.58	c cleaning 71999 clauses out of 144006 with flag 2691001/2691001
514.35/512.39	c cleaning 73001 clauses out of 146006 with flag 2765000/2765000
528.43/526.34	c cleaning 73995 clauses out of 148005 with flag 2840000/2840000
542.67/540.57	c cleaning 75001 clauses out of 150011 with flag 2916001/2916001
556.68/554.55	c cleaning 75998 clauses out of 152010 with flag 2993001/2993001
569.85/567.66	c cleaning 77006 clauses out of 154011 with flag 3071000/3071000
583.69/581.43	c cleaning 77997 clauses out of 156005 with flag 3150000/3150000
598.72/596.46	c cleaning 79000 clauses out of 158009 with flag 3230001/3230001
613.13/610.89	c cleaning 79997 clauses out of 160008 with flag 3311000/3311000
628.27/625.91	c cleaning 80998 clauses out of 162011 with flag 3393000/3393000
644.07/641.71	c cleaning 82001 clauses out of 164014 with flag 3476001/3476001
659.86/657.44	c cleaning 83004 clauses out of 166013 with flag 3560001/3560001
676.18/673.76	c cleaning 83996 clauses out of 168009 with flag 3645001/3645001
691.61/689.15	c cleaning 85003 clauses out of 170013 with flag 3731001/3731001
707.89/705.31	c cleaning 86001 clauses out of 172010 with flag 3818001/3818001
724.65/722.08	c cleaning 87000 clauses out of 174009 with flag 3906001/3906001
741.29/738.62	c cleaning 87998 clauses out of 176008 with flag 3995000/3995000
758.51/755.82	c cleaning 88997 clauses out of 178010 with flag 4085000/4085000
776.37/773.63	c cleaning 90003 clauses out of 180014 with flag 4176001/4176001
794.12/791.32	c cleaning 90998 clauses out of 182010 with flag 4268000/4268000
810.54/807.72	c cleaning 92004 clauses out of 184013 with flag 4361001/4361001
827.15/824.36	c cleaning 93000 clauses out of 186008 with flag 4455000/4455000
844.68/841.82	c cleaning 93996 clauses out of 188010 with flag 4550002/4550002
863.70/860.83	c cleaning 95000 clauses out of 190012 with flag 4646000/4646000
883.24/880.38	c cleaning 96004 clauses out of 192012 with flag 4743000/4743000
901.88/898.95	c cleaning 97003 clauses out of 194010 with flag 4841002/4841002
920.31/917.39	c cleaning 97993 clauses out of 196005 with flag 4940000/4940000
938.78/935.78	c cleaning 99001 clauses out of 198012 with flag 5040000/5040000
956.05/952.84	c cleaning 100002 clauses out of 200011 with flag 5141000/5141000
974.05/970.85	c cleaning 101000 clauses out of 202009 with flag 5243000/5243000
992.71/989.44	c cleaning 101998 clauses out of 204009 with flag 5346000/5346000
1010.64/1007.31	c cleaning 103003 clauses out of 206011 with flag 5450000/5450000
1029.11/1025.75	c cleaning 103999 clauses out of 208009 with flag 5555001/5555001
1049.23/1045.82	c cleaning 104998 clauses out of 210009 with flag 5661000/5661000
1069.96/1066.53	c cleaning 106002 clauses out of 212011 with flag 5768000/5768000
1090.69/1087.27	c cleaning 106996 clauses out of 214010 with flag 5876001/5876001
1110.71/1107.28	c cleaning 108000 clauses out of 216016 with flag 5985003/5985003
1131.42/1127.93	c cleaning 109002 clauses out of 218014 with flag 6095001/6095001
1151.74/1148.26	c cleaning 109996 clauses out of 220011 with flag 6206000/6206000
1170.60/1167.07	c cleaning 111003 clauses out of 222015 with flag 6318000/6318000
1190.25/1186.63	c cleaning 112000 clauses out of 224013 with flag 6431001/6431001
1211.18/1207.58	c cleaning 113003 clauses out of 226012 with flag 6545000/6545000
1234.27/1230.56	c cleaning 114004 clauses out of 228010 with flag 6660001/6660001
1254.55/1250.79	c cleaning 114995 clauses out of 230006 with flag 6776001/6776001
1275.07/1271.20	c cleaning 116000 clauses out of 232011 with flag 6893001/6893001
1297.61/1293.71	c cleaning 117004 clauses out of 234010 with flag 7011000/7011000
1320.22/1316.30	c cleaning 118001 clauses out of 236006 with flag 7130000/7130000
1342.87/1338.92	c cleaning 119001 clauses out of 238005 with flag 7250000/7250000
1367.24/1363.21	c cleaning 119999 clauses out of 240004 with flag 7371000/7371000
1390.51/1386.48	c cleaning 120989 clauses out of 242006 with flag 7493001/7493001
1416.10/1411.99	c cleaning 122004 clauses out of 244016 with flag 7616000/7616000
1441.76/1437.53	c cleaning 123000 clauses out of 246014 with flag 7740002/7740002
1466.73/1462.42	c cleaning 124004 clauses out of 248013 with flag 7865001/7865001
1492.96/1488.64	c cleaning 124998 clauses out of 250008 with flag 7991000/7991000
1519.73/1515.36	c cleaning 125993 clauses out of 252010 with flag 8118000/8118000
1545.28/1540.83	c cleaning 126999 clauses out of 254017 with flag 8246000/8246000
1571.58/1567.10	c cleaning 128005 clauses out of 256020 with flag 8375002/8375002
1598.37/1593.84	c cleaning 129002 clauses out of 258013 with flag 8505000/8505000
1624.28/1619.76	c cleaning 129999 clauses out of 260012 with flag 8636001/8636001
1650.45/1645.88	c cleaning 130995 clauses out of 262013 with flag 8768001/8768001
1679.32/1674.69	c cleaning 132008 clauses out of 264018 with flag 8901001/8901001
1706.26/1701.41	c cleaning 133002 clauses out of 266012 with flag 9035003/9035003
1734.48/1729.66	c cleaning 133996 clauses out of 268008 with flag 9170001/9170001
1761.52/1756.62	c cleaning 134996 clauses out of 270011 with flag 9306000/9306000
1788.98/1784.00	c cleaning 136005 clauses out of 272015 with flag 9443000/9443000
1800.02/1795.01	c starts		: 301
1800.02/1795.01	c conflicts		: 9512002
1800.02/1795.01	c decisions		: 16471351
1800.02/1795.01	c propagations		: 1073374834
1800.02/1795.01	c inspects		: 13540004165
1800.02/1795.01	c shortcuts		: 0
1800.02/1795.01	c learnt literals	: 0
1800.02/1795.01	c learnt binary clauses	: 0
1800.02/1795.01	c learnt ternary clauses	: 0
1800.02/1795.01	c learnt constraints	: 9512003
1800.02/1795.01	c ignored constraints	: 0
1800.02/1795.01	c root simplifications	: 0
1800.02/1795.01	c removed literals (reason simplification)	: 0
1800.02/1795.01	c reason swapping (by a shorter reason)	: 0
1800.02/1795.01	c Calls to reduceDB	: 133
1800.02/1795.01	c number of reductions to clauses (during analyze)	: 0
1800.02/1795.01	c number of learned constraints concerned by reduction	: 0
1800.02/1795.01	c number of learning phase by resolution	: 0
1800.02/1795.01	c number of learning phase by cutting planes	: 0
1800.02/1795.01	c speed (assignments/second)	: 598051.1536738601
1800.02/1795.01	c non guided choices	0
1800.02/1795.04	c learnt constraints type 
1800.02/1795.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 205139
1800.02/1795.04	c constraints type 
1800.02/1795.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.02/1795.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
1800.02/1795.04	c 471 constraints processed.
1800.02/1795.04	s SATISFIABLE
1800.02/1795.04	v -x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 -x15 x16 x17 x18 x19 -x20 x21 x22 x23 x24 -x25 x26 x27 -x28 x29 x30 -x31 x32 x33 x34 x35 x36 x37 -x38 x39 x40 x41 -x42 x43 x44 -x45 -x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 -x57 x58 x59 x60 x61 x62 -x63 -x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 -x78 -x79 -x80 x81 x82 -x83 -x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 -x95 x96 x97 -x98 x99 -x100 x101 -x102 x103 x104 x105 x106 x107 x108 -x109 -x110 x111 -x112 x113 -x114 x115 x116 x117 x118 x119 x120 -x121 x122 x123 x124 -x125 x126 -x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 -x138 x139 -x140 -x141 x142 x143 x144 x145 -x146 x147 -x148 x149 -x150 -x151 x152 x153 x154 x155 x156 x157 x158 -x159 -x160 x161 x162 x163 x164 x165 x166 x167 x168 -x169 -x170 -x171 x172 -x173 x174 x175 x176 x177 -x178 x179 x180 -x181 x182 -x183 x184 x185 -x186 -x187 -x188 x189 -x190 x191 -x192 x193 -x194 x195 x196 x197 -x198 x199 x200 x201 x202 -x203 -x204 -x205 x206 x207 -x208 x209 x210 x211 -x212 x213 -x214 x215 -x216 x217 x218 -x219 -x220 x221 -x222 x223 x224 x225 x226 -x227 x228 x229 -x230 x231 -x232 -x233 x234 -x235 x236 x237 x238 x239 -x240 -x241 -x242 -x243 x244 x245 x246 x247 x248 -x249 -x250 x251 x252 x253 x254 x255 x256 -x257 -x258 -x259 -x260 -x261 -x262 x263 x264 -x265 -x266 x267 -x268 -x269 -x270 -x271 x272 -x273 -x274 x275 x276 x277 x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 x287 -x288 x289 x290 x291 x292 -x293 -x294 -x295 -x296 x297 -x298 -x299 x300 -x301 -x302 -x303 -x304 -x305 x306 -x307 x308 -x309 x310 x311 -x312 -x313 x314 -x315 -x316 x317 -x318 -x319 -x320 -x321 -x322 x323 -x324 -x325 -x326 x327 -x328 x329 x330 -x331 x332 x333 -x334 -x335 x336 -x337 x338 -x339 -x340 -x341 -x342 -x343 -x344 x345 -x346 x347 -x348 -x349 -x350 -x351 x352 -x353 -x354 x355 -x356 -x357 x358 -x359 -x360 -x361 -x362 x363 x364 x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 x378 -x379 -x380 -x381 x382 -x383 -x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 
1800.02/1795.04	c objective function=223
1800.02/1795.04	c Total wall clock time (in seconds): 1794.933

Verifier Data

OK	223

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3687591-1337873688/watcher-3687591-1337873688 -o /tmp/evaluation-result-3687591-1337873688/solver-3687591-1337873688 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687591-1337873688.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.00 2.06 1.72 2/194 12308
/proc/meminfo: memFree=27645376/32873844 swapFree=7364/7364
[pid=12308] ppid=12306 vsize=260 CPUtime=0 cores=0,2,4,6
/proc/12308/stat : 12308 (java) R 12306 12308 12001 0 -1 4194304 251 0 0 0 0 0 0 0 20 0 1 0 253494907 266240 2 33554432000 0 0 140735925257740 140733591484328 251031874999 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/12308/statm: 67 8 2 9 0 24 0

[startup+0.0541249 s]
/proc/loadavg: 2.00 2.06 1.72 2/194 12308
/proc/meminfo: memFree=27645376/32873844 swapFree=7364/7364
[pid=12308] ppid=12306 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/12308/stat : 12308 (java) S 12306 12308 12001 0 -1 4202496 3061 0 1 0 2 0 0 0 20 0 13 0 253494907 9446973440 3760 33554432000 1073741824 1073778376 140735925251824 140735925242960 251035418685 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12308/statm: 2306390 3760 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100274 s]
/proc/loadavg: 2.00 2.06 1.72 2/194 12308
/proc/meminfo: memFree=27645376/32873844 swapFree=7364/7364
[pid=12308] ppid=12306 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/12308/stat : 12308 (java) S 12306 12308 12001 0 -1 4202496 4286 0 1 0 8 1 0 0 20 0 18 0 253494907 9787813888 5488 33554432000 1073741824 1073778376 140735925251824 140735925242960 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12308/statm: 2389603 5489 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300171 s]
/proc/loadavg: 2.00 2.06 1.72 2/194 12308
/proc/meminfo: memFree=27645376/32873844 swapFree=7364/7364
[pid=12308] ppid=12306 vsize=9624976 CPUtime=0.52 cores=0,2,4,6
/proc/12308/stat : 12308 (java) S 12306 12308 12001 0 -1 4202496 7062 0 1 0 50 2 0 0 20 0 19 0 253494907 9855975424 8401 33554432000 1073741824 1073778376 140735925251824 140735925242960 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12308/statm: 2406244 8401 2228 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9624976

[startup+0.700264 s]
/proc/loadavg: 2.00 2.06 1.72 2/194 12308
/proc/meminfo: memFree=27645376/32873844 swapFree=7364/7364
[pid=12308] ppid=12306 vsize=9624976 CPUtime=1.03 cores=0,2,4,6
/proc/12308/stat : 12308 (java) S 12306 12308 12001 0 -1 4202496 7407 0 1 0 101 2 0 0 20 0 19 0 253494907 9855975424 8924 33554432000 1073741824 1073778376 140735925251824 140735925242960 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12308/statm: 2406244 8924 2232 9 0 2396937 0
Current children cumulated CPU time (s) 1.03
Current children cumulated vsize (KiB) 9624976

[startup+1.50065 s]
/proc/loadavg: 2.00 2.06 1.72 3/213 12327
/proc/meminfo: memFree=27615232/32873844 swapFree=7364/7364
[pid=12308] ppid=12306 vsize=9624976 CPUtime=1.92 cores=0,2,4,6
/proc/12308/stat : 12308 (java) S 12306 12308 12001 0 -1 4202496 8309 0 1 0 190 2 0 0 20 0 19 0 253494907 9855975424 12847 33554432000 1073741824 1073778376 140735925251824 140735925242960 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12308/statm: 2406244 12847 2267 9 0 2396937 0
[pid=12308/tid=12310] ppid=12306 vsize=9624976 CPUtime=1.45 cores=0,2,4,6
/proc/12308/task/12310/stat : 12310 (java) R 12306 12308 12001 0 -1 4202560 2466 0 1 0 145 0 0 0 20 0 19 0 253494908 9855975424 12847 33554432000 1073741824 1073778376 140735925251824 140436809925016 140436656582458 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12311] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12311/stat : 12311 (java) S 12306 12308 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494909 9855975424 12847 33554432000 1073741824 1073778376 140735925251824 140436782377512 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12312] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12312/stat : 12312 (java) S 12306 12308 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494909 9855975424 12847 33554432000 1073741824 1073778376 140735925251824 140436781324712 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12313] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12313/stat : 12313 (java) S 12306 12308 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494909 9855975424 12847 33554432000 1073741824 1073778376 140735925251824 140436780271912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12314] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12314/stat : 12314 (java) S 12306 12308 12001 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253494909 9855975424 12847 33554432000 1073741824 1073778376 140735925251824 140436779219112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12315] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12315/stat : 12315 (java) S 12306 12308 12001 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253494909 9855975424 12847 33554432000 1073741824 1073778376 140735925251824 140436778167336 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12316] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12316/stat : 12316 (java) S 12306 12308 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494909 9855975424 12847 33554432000 1073741824 1073778376 140735925251824 140436777114536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12317] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12317/stat : 12317 (java) S 12306 12308 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494909 9855975424 12847 33554432000 1073741824 1073778376 140735925251824 140436776061736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12318] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12318/stat : 12318 (java) S 12306 12308 12001 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253494909 9855975424 12847 33554432000 1073741824 1073778376 140735925251824 140436775008936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12319] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12319/stat : 12319 (java) S 12306 12308 12001 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 253494910 9855975424 12847 33554432000 1073741824 1073778376 140735925251824 140436163234280 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12320] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12320/stat : 12320 (java) S 12306 12308 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494911 9855975424 12847 33554432000 1073741824 1073778376 140735925251824 140436162180344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12321] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12321/stat : 12321 (java) S 12306 12308 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494911 9855975424 12847 33554432000 1073741824 1073778376 140735925251824 140436161127432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12322] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12322/stat : 12322 (java) S 12306 12308 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494913 9855975424 12847 33554432000 1073741824 1073778376 140735925251824 140436160075920 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12323] ppid=12306 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/12308/task/12323/stat : 12323 (java) S 12306 12308 12001 0 -1 4202560 1944 0 0 0 19 0 0 0 20 0 19 0 253494913 9855975424 12847 33554432000 1073741824 1073778376 140735925251824 140436159024056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12324] ppid=12306 vsize=9624976 CPUtime=0.23 cores=0,2,4,6
/proc/12308/task/12324/stat : 12324 (java) S 12306 12308 12001 0 -1 4202560 2660 0 0 0 23 0 0 0 20 0 19 0 253494913 9855975424 12847 33554432000 1073741824 1073778376 140735925251824 140436157971256 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12325] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12325/stat : 12325 (java) S 12306 12308 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494913 9855975424 12847 33554432000 1073741824 1073778376 140735925251824 140436156918648 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12326] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12326/stat : 12326 (java) S 12306 12308 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494913 9855975424 12847 33554432000 1073741824 1073778376 140735925251824 140436155866056 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12327] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12327/stat : 12327 (java) S 12306 12308 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494929 9855975424 12847 33554432000 1073741824 1073778376 140735925251824 140436154811560 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 9624976

[startup+3.10065 s]
/proc/loadavg: 2.00 2.06 1.72 3/213 12327
/proc/meminfo: memFree=27602696/32873844 swapFree=7364/7364
[pid=12308] ppid=12306 vsize=9624976 CPUtime=3.56 cores=0,2,4,6
/proc/12308/stat : 12308 (java) S 12306 12308 12001 0 -1 4202496 8326 0 1 0 353 3 0 0 20 0 19 0 253494907 9855975424 14390 33554432000 1073741824 1073778376 140735925251824 140735925242960 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12308/statm: 2406244 14390 2267 9 0 2396937 0
[pid=12308/tid=12310] ppid=12306 vsize=9624976 CPUtime=3.03 cores=0,2,4,6
/proc/12308/task/12310/stat : 12310 (java) R 12306 12308 12001 0 -1 4202560 2467 0 1 0 303 0 0 0 20 0 19 0 253494908 9855975424 14390 33554432000 1073741824 1073778376 140735925251824 140436809924896 140436656610100 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12311] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12311/stat : 12311 (java) S 12306 12308 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494909 9855975424 14390 33554432000 1073741824 1073778376 140735925251824 140436782377512 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12312] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12312/stat : 12312 (java) S 12306 12308 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494909 9855975424 14390 33554432000 1073741824 1073778376 140735925251824 140436781324712 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12313] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12313/stat : 12313 (java) S 12306 12308 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494909 9855975424 14390 33554432000 1073741824 1073778376 140735925251824 140436780271912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12314] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12314/stat : 12314 (java) S 12306 12308 12001 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253494909 9855975424 14390 33554432000 1073741824 1073778376 140735925251824 140436779219112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12315] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12315/stat : 12315 (java) S 12306 12308 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494909 9855975424 14390 33554432000 1073741824 1073778376 140735925251824 140436778167336 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12316] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12316/stat : 12316 (java) S 12306 12308 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494909 9855975424 14390 33554432000 1073741824 1073778376 140735925251824 140436777114536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12317] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12317/stat : 12317 (java) S 12306 12308 12001 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253494909 9855975424 14390 33554432000 1073741824 1073778376 140735925251824 140436776061736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12318] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12318/stat : 12318 (java) S 12306 12308 12001 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253494909 9855975424 14390 33554432000 1073741824 1073778376 140735925251824 140436775008936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12319] ppid=12306 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/12308/task/12319/stat : 12319 (java) S 12306 12308 12001 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 253494910 9855975424 14390 33554432000 1073741824 1073778376 140735925251824 140436163234280 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12320] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12320/stat : 12320 (java) S 12306 12308 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494911 9855975424 14390 33554432000 1073741824 1073778376 140735925251824 140436162180344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12321] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12321/stat : 12321 (java) S 12306 12308 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494911 9855975424 14390 33554432000 1073741824 1073778376 140735925251824 140436161127432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12322] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12322/stat : 12322 (java) S 12306 12308 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494913 9855975424 14390 33554432000 1073741824 1073778376 140735925251824 140436160075920 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12323] ppid=12306 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/12308/task/12323/stat : 12323 (java) S 12306 12308 12001 0 -1 4202560 1944 0 0 0 21 0 0 0 20 0 19 0 253494913 9855975424 14390 33554432000 1073741824 1073778376 140735925251824 140436159024056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12324] ppid=12306 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/12308/task/12324/stat : 12324 (java) S 12306 12308 12001 0 -1 4202560 2660 0 0 0 24 0 0 0 20 0 19 0 253494913 9855975424 14390 33554432000 1073741824 1073778376 140735925251824 140436157971256 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12325] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12325/stat : 12325 (java) S 12306 12308 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494913 9855975424 14390 33554432000 1073741824 1073778376 140735925251824 140436156918648 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12326] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12326/stat : 12326 (java) S 12306 12308 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494913 9855975424 14390 33554432000 1073741824 1073778376 140735925251824 140436155866056 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12327] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12327/stat : 12327 (java) S 12306 12308 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494929 9855975424 14390 33554432000 1073741824 1073778376 140735925251824 140436154811560 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.56
Current children cumulated vsize (KiB) 9624976

[startup+6.30061 s]
/proc/loadavg: 2.00 2.06 1.73 3/213 12327
/proc/meminfo: memFree=27590036/32873844 swapFree=7364/7364
[pid=12308] ppid=12306 vsize=9624976 CPUtime=6.8 cores=0,2,4,6
/proc/12308/stat : 12308 (java) S 12306 12308 12001 0 -1 4202496 8359 0 1 0 676 4 0 0 20 0 19 0 253494907 9855975424 15834 33554432000 1073741824 1073778376 140735925251824 140735925242960 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12308/statm: 2406244 15834 2268 9 0 2396937 0
[pid=12308/tid=12310] ppid=12306 vsize=9624976 CPUtime=6.2 cores=0,2,4,6
/proc/12308/task/12310/stat : 12310 (java) R 12306 12308 12001 0 -1 4202560 2468 0 1 0 619 1 0 0 20 0 19 0 253494908 9855975424 15834 33554432000 1073741824 1073778376 140735925251824 140436809924896 140436656582128 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12311] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12311/stat : 12311 (java) S 12306 12308 12001 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253494909 9855975424 15834 33554432000 1073741824 1073778376 140735925251824 140436782377512 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12312] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12312/stat : 12312 (java) S 12306 12308 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494909 9855975424 15834 33554432000 1073741824 1073778376 140735925251824 140436781324712 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12313] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12313/stat : 12313 (java) S 12306 12308 12001 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253494909 9855975424 15834 33554432000 1073741824 1073778376 140735925251824 140436780271912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12314] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12314/stat : 12314 (java) S 12306 12308 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494909 9855975424 15834 33554432000 1073741824 1073778376 140735925251824 140436779219112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12315] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12315/stat : 12315 (java) S 12306 12308 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494909 9855975424 15834 33554432000 1073741824 1073778376 140735925251824 140436778167336 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12316] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12316/stat : 12316 (java) S 12306 12308 12001 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253494909 9855975424 15834 33554432000 1073741824 1073778376 140735925251824 140436777114536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12317] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12317/stat : 12317 (java) S 12306 12308 12001 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253494909 9855975424 15834 33554432000 1073741824 1073778376 140735925251824 140436776061736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12318] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12318/stat : 12318 (java) S 12306 12308 12001 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253494909 9855975424 15834 33554432000 1073741824 1073778376 140735925251824 140436775008936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12319] ppid=12306 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/12308/task/12319/stat : 12319 (java) S 12306 12308 12001 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 253494910 9855975424 15834 33554432000 1073741824 1073778376 140735925251824 140436163234280 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12320] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12320/stat : 12320 (java) S 12306 12308 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494911 9855975424 15834 33554432000 1073741824 1073778376 140735925251824 140436162180344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12321] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12321/stat : 12321 (java) S 12306 12308 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494911 9855975424 15834 33554432000 1073741824 1073778376 140735925251824 140436161127432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12322] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12322/stat : 12322 (java) S 12306 12308 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494913 9855975424 15834 33554432000 1073741824 1073778376 140735925251824 140436160075920 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12323] ppid=12306 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/12308/task/12323/stat : 12323 (java) S 12306 12308 12001 0 -1 4202560 1949 0 0 0 24 0 0 0 20 0 19 0 253494913 9855975424 15834 33554432000 1073741824 1073778376 140735925251824 140436159024056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12324] ppid=12306 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/12308/task/12324/stat : 12324 (java) S 12306 12308 12001 0 -1 4202560 2661 0 0 0 25 0 0 0 20 0 19 0 253494913 9855975424 15834 33554432000 1073741824 1073778376 140735925251824 140436157971256 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12325] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12325/stat : 12325 (java) S 12306 12308 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494913 9855975424 15834 33554432000 1073741824 1073778376 140735925251824 140436156918648 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12326] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12326/stat : 12326 (java) S 12306 12308 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494913 9855975424 15834 33554432000 1073741824 1073778376 140735925251824 140436155866056 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12327] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12327/stat : 12327 (java) S 12306 12308 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494929 9855975424 15834 33554432000 1073741824 1073778376 140735925251824 140436154811560 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.8
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=12308/tid=12316] ppid=12306 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/12308/task/12316/stat : 12316 (java) S 12306 12308 12001 0 -1 4202560 211 0 0 0 68 3 0 0 20 0 19 0 253494909 9855975424 102943 33554432000 1073741824 1073778376 140735925251824 140436777114536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12317] ppid=12306 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/12308/task/12317/stat : 12317 (java) S 12306 12308 12001 0 -1 4202560 223 0 0 0 66 4 0 0 20 0 19 0 253494909 9855975424 102943 33554432000 1073741824 1073778376 140735925251824 140436776061736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12318] ppid=12306 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/12308/task/12318/stat : 12318 (java) S 12306 12308 12001 0 -1 4202560 375 0 0 0 71 3 0 0 20 0 19 0 253494909 9855975424 102943 33554432000 1073741824 1073778376 140735925251824 140436775008936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12319] ppid=12306 vsize=9624976 CPUtime=6.08 cores=0,2,4,6
/proc/12308/task/12319/stat : 12319 (java) S 12306 12308 12001 0 -1 4202560 166 0 0 0 605 3 0 0 20 0 19 0 253494910 9855975424 102943 33554432000 1073741824 1073778376 140735925251824 140436163234280 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12320] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12320/stat : 12320 (java) S 12306 12308 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494911 9855975424 102943 33554432000 1073741824 1073778376 140735925251824 140436162180344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12321] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12321/stat : 12321 (java) S 12306 12308 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494911 9855975424 102943 33554432000 1073741824 1073778376 140735925251824 140436161127432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12322] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12322/stat : 12322 (java) S 12306 12308 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494913 9855975424 102943 33554432000 1073741824 1073778376 140735925251824 140436160075920 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12323] ppid=12306 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/12308/task/12323/stat : 12323 (java) S 12306 12308 12001 0 -1 4202560 1962 0 0 0 29 0 0 0 20 0 19 0 253494913 9855975424 102943 33554432000 1073741824 1073778376 140735925251824 140436159024056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12324] ppid=12306 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/12308/task/12324/stat : 12324 (java) S 12306 12308 12001 0 -1 4202560 2661 0 0 0 25 0 0 0 20 0 19 0 253494913 9855975424 102943 33554432000 1073741824 1073778376 140735925251824 140436157971256 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12325] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12325/stat : 12325 (java) S 12306 12308 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494913 9855975424 102943 33554432000 1073741824 1073778376 140735925251824 140436156918648 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12326] ppid=12306 vsize=9624976 CPUtime=0.32 cores=0,2,4,6
/proc/12308/task/12326/stat : 12326 (java) S 12306 12308 12001 0 -1 4202560 95 0 0 0 15 17 0 0 20 0 19 0 253494913 9855975424 102943 33554432000 1073741824 1073778376 140735925251824 140436155866056 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12327] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12327/stat : 12327 (java) S 12306 12308 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494929 9855975424 102943 33554432000 1073741824 1073778376 140735925251824 140436154811560 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1667.02
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 1.92 3/213 12424
/proc/meminfo: memFree=26703260/32873844 swapFree=7364/7364
[pid=12308] ppid=12306 vsize=9624976 CPUtime=1727.18 cores=0,2,4,6
/proc/12308/stat : 12308 (java) S 12306 12308 12001 0 -1 4202496 11123 0 1 0 172670 48 0 0 20 0 19 0 253494907 9855975424 109143 33554432000 1073741824 1073778376 140735925251824 140735925242960 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12308/statm: 2406244 109143 2269 9 0 2396937 0
[pid=12308/tid=12310] ppid=12306 vsize=9624976 CPUtime=1714.24 cores=0,2,4,6
/proc/12308/task/12310/stat : 12310 (java) R 12306 12308 12001 0 -1 4202560 2648 0 1 0 171394 30 0 0 20 0 19 0 253494908 9855975424 109143 33554432000 1073741824 1073778376 140735925251824 140436809924896 140436656582692 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12311] ppid=12306 vsize=9624976 CPUtime=0.67 cores=0,2,4,6
/proc/12308/task/12311/stat : 12311 (java) S 12306 12308 12001 0 -1 4202560 189 0 0 0 65 2 0 0 20 0 19 0 253494909 9855975424 109143 33554432000 1073741824 1073778376 140735925251824 140436782377512 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12312] ppid=12306 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/12308/task/12312/stat : 12312 (java) S 12306 12308 12001 0 -1 4202560 286 0 0 0 69 4 0 0 20 0 19 0 253494909 9855975424 109143 33554432000 1073741824 1073778376 140735925251824 140436781324712 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12313] ppid=12306 vsize=9624976 CPUtime=0.9 cores=0,2,4,6
/proc/12308/task/12313/stat : 12313 (java) S 12306 12308 12001 0 -1 4202560 473 0 0 0 85 5 0 0 20 0 19 0 253494909 9855975424 109143 33554432000 1073741824 1073778376 140735925251824 140436780271912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12314] ppid=12306 vsize=9624976 CPUtime=0.72 cores=0,2,4,6
/proc/12308/task/12314/stat : 12314 (java) S 12306 12308 12001 0 -1 4202560 313 0 0 0 69 3 0 0 20 0 19 0 253494909 9855975424 109143 33554432000 1073741824 1073778376 140735925251824 140436779219112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12315] ppid=12306 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/12308/task/12315/stat : 12315 (java) S 12306 12308 12001 0 -1 4202560 302 0 0 0 79 4 0 0 20 0 19 0 253494909 9855975424 109143 33554432000 1073741824 1073778376 140735925251824 140436778167336 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12316] ppid=12306 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/12308/task/12316/stat : 12316 (java) S 12306 12308 12001 0 -1 4202560 218 0 0 0 70 4 0 0 20 0 19 0 253494909 9855975424 109143 33554432000 1073741824 1073778376 140735925251824 140436777114536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12317] ppid=12306 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/12308/task/12317/stat : 12317 (java) S 12306 12308 12001 0 -1 4202560 227 0 0 0 69 4 0 0 20 0 19 0 253494909 9855975424 109143 33554432000 1073741824 1073778376 140735925251824 140436776061736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12318] ppid=12306 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/12308/task/12318/stat : 12318 (java) S 12306 12308 12001 0 -1 4202560 396 0 0 0 74 3 0 0 20 0 19 0 253494909 9855975424 109143 33554432000 1073741824 1073778376 140735925251824 140436775008936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12319] ppid=12306 vsize=9624976 CPUtime=6.24 cores=0,2,4,6
/proc/12308/task/12319/stat : 12319 (java) S 12306 12308 12001 0 -1 4202560 170 0 0 0 621 3 0 0 20 0 19 0 253494910 9855975424 109143 33554432000 1073741824 1073778376 140735925251824 140436163234280 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12320] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12320/stat : 12320 (java) S 12306 12308 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494911 9855975424 109143 33554432000 1073741824 1073778376 140735925251824 140436162180344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12321] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12321/stat : 12321 (java) S 12306 12308 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494911 9855975424 109143 33554432000 1073741824 1073778376 140735925251824 140436161127432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12322] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12322/stat : 12322 (java) S 12306 12308 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494913 9855975424 109143 33554432000 1073741824 1073778376 140735925251824 140436160075920 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12323] ppid=12306 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/12308/task/12323/stat : 12323 (java) S 12306 12308 12001 0 -1 4202560 1962 0 0 0 29 0 0 0 20 0 19 0 253494913 9855975424 109143 33554432000 1073741824 1073778376 140735925251824 140436159024056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12324] ppid=12306 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/12308/task/12324/stat : 12324 (java) S 12306 12308 12001 0 -1 4202560 2661 0 0 0 25 0 0 0 20 0 19 0 253494913 9855975424 109143 33554432000 1073741824 1073778376 140735925251824 140436157971256 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12325] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12325/stat : 12325 (java) S 12306 12308 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494913 9855975424 109143 33554432000 1073741824 1073778376 140735925251824 140436156918648 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12326] ppid=12306 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/12308/task/12326/stat : 12326 (java) S 12306 12308 12001 0 -1 4202560 99 0 0 0 16 17 0 0 20 0 19 0 253494913 9855975424 109143 33554432000 1073741824 1073778376 140735925251824 140436155866056 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12327] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12327/stat : 12327 (java) S 12306 12308 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494929 9855975424 109143 33554432000 1073741824 1073778376 140735925251824 140436154811560 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1727.18
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/213 12424
/proc/meminfo: memFree=26680360/32873844 swapFree=7364/7364
[pid=12308] ppid=12306 vsize=9624976 CPUtime=1787.28 cores=0,2,4,6
/proc/12308/stat : 12308 (java) S 12306 12308 12001 0 -1 4202496 11142 0 1 0 178679 49 0 0 20 0 19 0 253494907 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140735925242960 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12308/statm: 2406244 109665 2269 9 0 2396937 0
[pid=12308/tid=12310] ppid=12306 vsize=9624976 CPUtime=1774.02 cores=0,2,4,6
/proc/12308/task/12310/stat : 12310 (java) R 12306 12308 12001 0 -1 4202560 2651 0 1 0 177372 30 0 0 20 0 19 0 253494908 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436809924896 140436656779800 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12311] ppid=12306 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/12308/task/12311/stat : 12311 (java) S 12306 12308 12001 0 -1 4202560 189 0 0 0 67 3 0 0 20 0 19 0 253494909 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436782377512 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12312] ppid=12306 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/12308/task/12312/stat : 12312 (java) S 12306 12308 12001 0 -1 4202560 286 0 0 0 70 4 0 0 20 0 19 0 253494909 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436781324712 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12313] ppid=12306 vsize=9624976 CPUtime=0.91 cores=0,2,4,6
/proc/12308/task/12313/stat : 12313 (java) S 12306 12308 12001 0 -1 4202560 473 0 0 0 86 5 0 0 20 0 19 0 253494909 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436780271912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12314] ppid=12306 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/12308/task/12314/stat : 12314 (java) S 12306 12308 12001 0 -1 4202560 313 0 0 0 73 3 0 0 20 0 19 0 253494909 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436779219112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12315] ppid=12306 vsize=9624976 CPUtime=0.84 cores=0,2,4,6
/proc/12308/task/12315/stat : 12315 (java) S 12306 12308 12001 0 -1 4202560 302 0 0 0 80 4 0 0 20 0 19 0 253494909 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436778167336 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12316] ppid=12306 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/12308/task/12316/stat : 12316 (java) S 12306 12308 12001 0 -1 4202560 218 0 0 0 71 4 0 0 20 0 19 0 253494909 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436777114536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12317] ppid=12306 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/12308/task/12317/stat : 12317 (java) S 12306 12308 12001 0 -1 4202560 227 0 0 0 70 4 0 0 20 0 19 0 253494909 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436776061736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12318] ppid=12306 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/12308/task/12318/stat : 12318 (java) S 12306 12308 12001 0 -1 4202560 406 0 0 0 77 3 0 0 20 0 19 0 253494909 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436775008936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12319] ppid=12306 vsize=9624976 CPUtime=6.43 cores=0,2,4,6
/proc/12308/task/12319/stat : 12319 (java) S 12306 12308 12001 0 -1 4202560 172 0 0 0 640 3 0 0 20 0 19 0 253494910 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436163234280 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12320] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12320/stat : 12320 (java) S 12306 12308 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494911 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436162180344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12321] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12321/stat : 12321 (java) S 12306 12308 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494911 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436161127432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12322] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12322/stat : 12322 (java) S 12306 12308 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494913 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436160075920 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12323] ppid=12306 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/12308/task/12323/stat : 12323 (java) S 12306 12308 12001 0 -1 4202560 1962 0 0 0 29 0 0 0 20 0 19 0 253494913 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436159024056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12324] ppid=12306 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/12308/task/12324/stat : 12324 (java) S 12306 12308 12001 0 -1 4202560 2661 0 0 0 25 0 0 0 20 0 19 0 253494913 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436157971256 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12325] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12325/stat : 12325 (java) S 12306 12308 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494913 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436156918648 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12326] ppid=12306 vsize=9624976 CPUtime=0.34 cores=0,2,4,6
/proc/12308/task/12326/stat : 12326 (java) S 12306 12308 12001 0 -1 4202560 103 0 0 0 16 18 0 0 20 0 19 0 253494913 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436155866056 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12327] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12327/stat : 12327 (java) S 12306 12308 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494929 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436154811560 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1787.28
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795 s]
/proc/loadavg: 2.00 2.00 1.92 3/213 12424
/proc/meminfo: memFree=26680360/32873844 swapFree=7364/7364
[pid=12308] ppid=12306 vsize=9624976 CPUtime=1800.02 cores=0,2,4,6
/proc/12308/stat : 12308 (java) S 12306 12308 12001 0 -1 4202496 11145 0 1 0 179953 49 0 0 20 0 19 0 253494907 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140735925242960 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12308/statm: 2406244 109665 2269 9 0 2396937 0
[pid=12308/tid=12310] ppid=12306 vsize=9624976 CPUtime=1786.64 cores=0,2,4,6
/proc/12308/task/12310/stat : 12310 (java) R 12306 12308 12001 0 -1 4202560 2652 0 1 0 178633 31 0 0 20 0 19 0 253494908 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436809924896 140436656582787 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12311] ppid=12306 vsize=9624976 CPUtime=0.7 cores=0,2,4,6
/proc/12308/task/12311/stat : 12311 (java) S 12306 12308 12001 0 -1 4202560 189 0 0 0 67 3 0 0 20 0 19 0 253494909 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436782377512 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12312] ppid=12306 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/12308/task/12312/stat : 12312 (java) S 12306 12308 12001 0 -1 4202560 286 0 0 0 71 4 0 0 20 0 19 0 253494909 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436781324712 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12313] ppid=12306 vsize=9624976 CPUtime=0.93 cores=0,2,4,6
/proc/12308/task/12313/stat : 12313 (java) S 12306 12308 12001 0 -1 4202560 473 0 0 0 88 5 0 0 20 0 19 0 253494909 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436780271912 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12314] ppid=12306 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/12308/task/12314/stat : 12314 (java) S 12306 12308 12001 0 -1 4202560 313 0 0 0 73 3 0 0 20 0 19 0 253494909 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436779219112 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12315] ppid=12306 vsize=9624976 CPUtime=0.84 cores=0,2,4,6
/proc/12308/task/12315/stat : 12315 (java) S 12306 12308 12001 0 -1 4202560 302 0 0 0 80 4 0 0 20 0 19 0 253494909 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436778167336 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12316] ppid=12306 vsize=9624976 CPUtime=0.75 cores=0,2,4,6
/proc/12308/task/12316/stat : 12316 (java) S 12306 12308 12001 0 -1 4202560 218 0 0 0 71 4 0 0 20 0 19 0 253494909 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436777114536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12317] ppid=12306 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/12308/task/12317/stat : 12317 (java) S 12306 12308 12001 0 -1 4202560 227 0 0 0 70 4 0 0 20 0 19 0 253494909 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436776061736 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12318] ppid=12306 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/12308/task/12318/stat : 12318 (java) S 12306 12308 12001 0 -1 4202560 406 0 0 0 77 3 0 0 20 0 19 0 253494909 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436775008936 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12319] ppid=12306 vsize=9624976 CPUtime=6.5 cores=0,2,4,6
/proc/12308/task/12319/stat : 12319 (java) S 12306 12308 12001 0 -1 4202560 174 0 0 0 647 3 0 0 20 0 19 0 253494910 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436163234280 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12320] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12320/stat : 12320 (java) S 12306 12308 12001 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494911 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436162180344 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12321] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12321/stat : 12321 (java) S 12306 12308 12001 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494911 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436161127432 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12322] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12322/stat : 12322 (java) S 12306 12308 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494913 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436160075920 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12308/tid=12323] ppid=12306 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/12308/task/12323/stat : 12323 (java) S 12306 12308 12001 0 -1 4202560 1962 0 0 0 29 0 0 0 20 0 19 0 253494913 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436159024056 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12308/tid=12324] ppid=12306 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/12308/task/12324/stat : 12324 (java) S 12306 12308 12001 0 -1 4202560 2661 0 0 0 25 0 0 0 20 0 19 0 253494913 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436157971256 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12325] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12325/stat : 12325 (java) S 12306 12308 12001 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494913 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436156918648 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12308/tid=12326] ppid=12306 vsize=9624976 CPUtime=0.35 cores=0,2,4,6
/proc/12308/task/12326/stat : 12326 (java) S 12306 12308 12001 0 -1 4202560 103 0 0 0 17 18 0 0 20 0 19 0 253494913 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436155866056 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12308/tid=12327] ppid=12306 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/12308/task/12327/stat : 12327 (java) S 12306 12308 12001 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494929 9855975424 109665 33554432000 1073741824 1073778376 140735925251824 140436154811560 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143
Real time (s): 1795.05
CPU time (s): 1800.66
CPU user time (s): 1799.7
CPU system time (s): 0.961853
CPU usage (%): 100.312
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.7
system time used= 0.961853
maximum resident set size= 438820
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11188
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= 41732
involuntary context switches= 12466

runsolver used 6.22105 second user time and 13.7229 second system time

The end

Launcher Data

Begin job on node118 at 2012-05-24 17:34:48
IDJOB=3687591
IDBENCH=1961
IDSOLVER=2269
FILE ID=node118/3687591-1337873688
RUNJOBID= node118-1337871881-12017
PBS_JOBID= 14620086
Free space on /tmp= 71668 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_10.opb.PB06.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687591-1337873688/watcher-3687591-1337873688 -o /tmp/evaluation-result-3687591-1337873688/solver-3687591-1337873688 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687591-1337873688.opb

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

MD5SUM BENCH= 6549a0bbc5c463b1b909374436b51d65
RANDOM SEED=453843160

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27645904 kB
Buffers:          204424 kB
Cached:          3942364 kB
SwapCached:            0 kB
Active:           741376 kB
Inactive:        3718656 kB
Active(anon):     314564 kB
Inactive(anon):        0 kB
Active(file):     426812 kB
Inactive(file):  3718656 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               436 kB
Writeback:             0 kB
AnonPages:        319176 kB
Mapped:            22536 kB
Shmem:               200 kB
Slab:             630184 kB
SReclaimable:      72616 kB
SUnreclaim:       557568 kB
KernelStack:        1600 kB
PageTables:         5116 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697080 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    286720 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= 71652 MiB
End job on node118 at 2012-05-24 18:04:45