Trace number 3687589

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)217 1800.65 1795.65

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_12.opb.PB06.opb
MD5SUM008a49e8cb0d34e0becb5a5e15efaa2a
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark183
Best CPU time to get the best result obtained on this benchmark1789.75
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 177
Optimality of the best value was proved NO
Number of variables465
Total number of constraints465
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 constraints465
Minimum length of a constraint3
Maximum length of a constraint20
Number of terms in the objective function 465
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 465
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 465
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.08	c version 2.3.2.v20120418
0.02/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.08	c java.vm.version	19.1-b02
0.02/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.08	c sun.arch.data.model	64
0.02/0.08	c java.version		1.6.0_24
0.02/0.08	c os.name		Linux
0.02/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.08	c os.arch		amd64
0.02/0.08	c Free memory 		501472288
0.02/0.08	c Max memory 		7480803328
0.02/0.08	c Total memory 		504102912
0.02/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3687589-1337873683.opb
0.11/0.10	c reading problem ... 
0.31/0.20	c ... done. Wall clock time 0.106s.
0.31/0.20	c declared #vars     465
0.31/0.20	c #constraints  465
0.31/0.20	c constraints type 
0.31/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 465
0.31/0.20	c 465 constraints processed.
0.31/0.20	c objective function length is 465 literals
0.31/0.22	c SATISFIABLE
0.31/0.22	c OPTIMIZING...
0.31/0.22	c Got one! Elapsed wall clock time (in seconds):0.119
0.31/0.22	o 222
0.94/0.66	c Got one! Elapsed wall clock time (in seconds):0.565
0.94/0.66	o 221
0.94/0.68	c Got one! Elapsed wall clock time (in seconds):0.58
0.94/0.68	o 220
0.94/0.68	c Got one! Elapsed wall clock time (in seconds):0.585
0.94/0.68	o 219
1.09/0.72	c Got one! Elapsed wall clock time (in seconds):0.62
1.09/0.72	o 218
1.09/0.73	c Got one! Elapsed wall clock time (in seconds):0.631
1.09/0.73	o 217
1.45/1.10	c cleaning 2876 clauses out of 5751 with flag 3004/5751
2.40/1.90	c cleaning 4436 clauses out of 8872 with flag 9001/11748
3.41/2.96	c cleaning 5717 clauses out of 11436 with flag 16001/18748
4.62/4.19	c cleaning 6856 clauses out of 13718 with flag 24000/26747
6.16/5.63	c cleaning 7931 clauses out of 15862 with flag 33000/35747
7.86/7.33	c cleaning 8962 clauses out of 17931 with flag 43000/45747
9.96/9.41	c cleaning 9982 clauses out of 19969 with flag 54000/56747
12.06/11.52	c cleaning 10992 clauses out of 21987 with flag 66000/68747
14.47/13.98	c cleaning 11995 clauses out of 23995 with flag 79000/81747
17.09/16.52	c cleaning 12996 clauses out of 26000 with flag 93000/95747
19.59/19.01	c cleaning 13999 clauses out of 28004 with flag 108000/110747
22.32/21.71	c cleaning 15001 clauses out of 30005 with flag 124000/126747
25.13/24.57	c cleaning 16002 clauses out of 32005 with flag 141001/143748
28.25/27.67	c cleaning 16998 clauses out of 34002 with flag 159000/161747
31.68/31.06	c cleaning 17995 clauses out of 36004 with flag 178000/180747
34.88/34.20	c cleaning 19003 clauses out of 38009 with flag 198000/200747
37.99/37.31	c cleaning 20003 clauses out of 40007 with flag 219001/221748
41.20/40.51	c cleaning 21000 clauses out of 42004 with flag 241001/243748
44.82/44.13	c cleaning 21998 clauses out of 44004 with flag 264001/266748
48.64/47.90	c cleaning 22999 clauses out of 46005 with flag 288000/290747
52.65/51.99	c cleaning 23998 clauses out of 48006 with flag 313000/315747
57.27/56.57	c cleaning 25001 clauses out of 50008 with flag 339000/341747
62.21/61.43	c cleaning 25996 clauses out of 52007 with flag 366000/368747
67.43/66.68	c cleaning 27006 clauses out of 54014 with flag 394003/396750
72.73/71.94	c cleaning 27996 clauses out of 56005 with flag 423000/425747
78.64/77.88	c cleaning 29004 clauses out of 58009 with flag 453000/455747
84.56/83.75	c cleaning 29999 clauses out of 60005 with flag 484000/486747
90.39/89.56	c cleaning 31002 clauses out of 62006 with flag 516000/518747
96.20/95.40	c cleaning 32002 clauses out of 64004 with flag 549000/551747
102.51/101.62	c cleaning 32997 clauses out of 66002 with flag 583000/585747
109.34/108.42	c cleaning 34001 clauses out of 68007 with flag 618002/620749
115.84/114.95	c cleaning 34997 clauses out of 70004 with flag 654000/656747
123.06/122.18	c cleaning 36002 clauses out of 72007 with flag 691000/693747
130.88/129.92	c cleaning 36996 clauses out of 74005 with flag 729000/731747
137.40/136.45	c cleaning 38001 clauses out of 76009 with flag 768000/770747
144.41/143.42	c cleaning 39002 clauses out of 78009 with flag 808001/810748
151.74/150.74	c cleaning 40002 clauses out of 80006 with flag 849000/851747
159.37/158.38	c cleaning 40999 clauses out of 82004 with flag 891000/893747
167.29/166.20	c cleaning 42000 clauses out of 84007 with flag 934002/936749
175.82/174.70	c cleaning 42997 clauses out of 86007 with flag 978002/980749
183.53/182.46	c cleaning 44000 clauses out of 88008 with flag 1023000/1025747
192.66/191.59	c cleaning 44998 clauses out of 90008 with flag 1069000/1071747
201.47/200.33	c cleaning 46003 clauses out of 92012 with flag 1116002/1118749
211.11/209.95	c cleaning 47003 clauses out of 94008 with flag 1164001/1166748
221.23/220.07	c cleaning 48001 clauses out of 96005 with flag 1213001/1215748
231.35/230.15	c cleaning 49001 clauses out of 98003 with flag 1263000/1265747
241.76/240.57	c cleaning 50001 clauses out of 100003 with flag 1314001/1316748
251.95/250.68	c cleaning 50994 clauses out of 102002 with flag 1366001/1368748
262.36/261.02	c cleaning 52003 clauses out of 104008 with flag 1419001/1421748
273.38/272.00	c cleaning 53002 clauses out of 106004 with flag 1473000/1475747
285.02/283.60	c cleaning 53994 clauses out of 108002 with flag 1528000/1530747
296.14/294.79	c cleaning 55002 clauses out of 110009 with flag 1584001/1586748
307.35/305.95	c cleaning 56001 clauses out of 112007 with flag 1641001/1643748
317.57/316.19	c cleaning 57000 clauses out of 114005 with flag 1699000/1701747
329.00/327.51	c cleaning 58001 clauses out of 116008 with flag 1758003/1760750
340.43/338.94	c cleaning 58998 clauses out of 118004 with flag 1818000/1820747
352.47/350.93	c cleaning 59999 clauses out of 120007 with flag 1879001/1881748
364.88/363.30	c cleaning 60999 clauses out of 122008 with flag 1941001/1943748
377.01/375.40	c cleaning 62001 clauses out of 124008 with flag 2004000/2006747
389.04/387.47	c cleaning 62997 clauses out of 126008 with flag 2068001/2070748
401.69/400.05	c cleaning 63997 clauses out of 128011 with flag 2133001/2135748
415.74/414.08	c cleaning 65001 clauses out of 130013 with flag 2199000/2201747
428.68/426.97	c cleaning 66003 clauses out of 132014 with flag 2266002/2268749
442.81/441.08	c cleaning 67001 clauses out of 134011 with flag 2334002/2336749
457.03/455.25	c cleaning 67995 clauses out of 136008 with flag 2403000/2405747
470.46/468.69	c cleaning 69005 clauses out of 138015 with flag 2473002/2475749
483.29/481.46	c cleaning 70005 clauses out of 140009 with flag 2544001/2546748
496.84/495.00	c cleaning 70993 clauses out of 142003 with flag 2616000/2618747
509.95/508.06	c cleaning 72000 clauses out of 144010 with flag 2689000/2691747
523.18/521.28	c cleaning 73000 clauses out of 146010 with flag 2763000/2765747
536.30/534.34	c cleaning 73996 clauses out of 148010 with flag 2838000/2840747
549.33/547.30	c cleaning 75003 clauses out of 150014 with flag 2914000/2916747
562.78/560.73	c cleaning 76001 clauses out of 152012 with flag 2991001/2993748
576.10/574.03	c cleaning 76998 clauses out of 154010 with flag 3069000/3071747
591.02/588.97	c cleaning 77999 clauses out of 156012 with flag 3148000/3150747
605.70/603.50	c cleaning 79004 clauses out of 158014 with flag 3228001/3230748
619.83/617.67	c cleaning 79999 clauses out of 160009 with flag 3309000/3311747
635.05/632.86	c cleaning 80997 clauses out of 162011 with flag 3391001/3393748
650.36/648.11	c cleaning 82005 clauses out of 164013 with flag 3474000/3476747
666.12/663.86	c cleaning 82997 clauses out of 166009 with flag 3558001/3560748
682.35/680.07	c cleaning 84005 clauses out of 168012 with flag 3643001/3645748
699.39/697.01	c cleaning 84994 clauses out of 170007 with flag 3729001/3731748
715.62/713.23	c cleaning 86004 clauses out of 172013 with flag 3816001/3818748
731.45/729.07	c cleaning 87002 clauses out of 174008 with flag 3904000/3906747
748.08/745.68	c cleaning 88001 clauses out of 176007 with flag 3993001/3995748
764.59/762.15	c cleaning 89001 clauses out of 178005 with flag 4083000/4085747
782.71/780.29	c cleaning 89996 clauses out of 180005 with flag 4174001/4176748
801.37/798.81	c cleaning 91002 clauses out of 182008 with flag 4266000/4268747
818.19/815.62	c cleaning 92002 clauses out of 184008 with flag 4359002/4361749
836.43/833.88	c cleaning 92998 clauses out of 186004 with flag 4453000/4455747
855.26/852.61	c cleaning 93988 clauses out of 188006 with flag 4548000/4550747
873.29/870.68	c cleaning 95005 clauses out of 190018 with flag 4644000/4646747
891.65/888.92	c cleaning 96007 clauses out of 192017 with flag 4741004/4743751
911.47/908.76	c cleaning 96997 clauses out of 194006 with flag 4839000/4841747
930.29/927.51	c cleaning 97998 clauses out of 196009 with flag 4938000/4940747
949.52/946.70	c cleaning 99006 clauses out of 198011 with flag 5038000/5040747
968.15/965.28	c cleaning 100003 clauses out of 200005 with flag 5139000/5141747
989.11/986.19	c cleaning 100986 clauses out of 202003 with flag 5241001/5243748
1010.66/1007.67	c cleaning 102007 clauses out of 204016 with flag 5344000/5346747
1032.32/1029.26	c cleaning 102993 clauses out of 206009 with flag 5448000/5450747
1053.47/1050.39	c cleaning 104002 clauses out of 208016 with flag 5553000/5555747
1074.64/1071.47	c cleaning 105002 clauses out of 210015 with flag 5659001/5661748
1095.47/1092.29	c cleaning 105995 clauses out of 212012 with flag 5766000/5768747
1116.95/1113.63	c cleaning 106998 clauses out of 214017 with flag 5874000/5876747
1137.27/1134.00	c cleaning 108000 clauses out of 216019 with flag 5983000/5985747
1159.58/1156.25	c cleaning 109010 clauses out of 218020 with flag 6093001/6095748
1181.85/1178.44	c cleaning 109999 clauses out of 220010 with flag 6204001/6206748
1205.70/1202.25	c cleaning 110999 clauses out of 222010 with flag 6316000/6318747
1231.23/1227.74	c cleaning 111996 clauses out of 224011 with flag 6429000/6431747
1257.27/1253.76	c cleaning 113006 clauses out of 226018 with flag 6543003/6545750
1283.44/1279.86	c cleaning 113999 clauses out of 228011 with flag 6658002/6660749
1309.16/1305.56	c cleaning 114997 clauses out of 230011 with flag 6774001/6776748
1332.99/1329.30	c cleaning 116001 clauses out of 232014 with flag 6891001/6893748
1357.22/1353.58	c cleaning 117004 clauses out of 234013 with flag 7009001/7011748
1383.65/1379.96	c cleaning 117996 clauses out of 236009 with flag 7128001/7130748
1407.68/1404.00	c cleaning 119004 clauses out of 238013 with flag 7248001/7250748
1433.00/1429.25	c cleaning 120004 clauses out of 240011 with flag 7369003/7371750
1461.98/1458.12	c cleaning 120989 clauses out of 242004 with flag 7491000/7493747
1491.70/1487.84	c cleaning 122006 clauses out of 244015 with flag 7614000/7616747
1520.23/1516.30	c cleaning 122997 clauses out of 246010 with flag 7738001/7740748
1545.64/1541.72	c cleaning 124003 clauses out of 248012 with flag 7863000/7865747
1571.77/1567.81	c cleaning 125003 clauses out of 250009 with flag 7989000/7991747
1598.09/1594.04	c cleaning 125989 clauses out of 252006 with flag 8116000/8118747
1625.36/1621.22	c cleaning 127004 clauses out of 254018 with flag 8244001/8246748
1652.40/1648.28	c cleaning 127999 clauses out of 256013 with flag 8373000/8375747
1680.38/1676.12	c cleaning 128996 clauses out of 258014 with flag 8503000/8505747
1707.91/1703.69	c cleaning 130008 clauses out of 260020 with flag 8634002/8636749
1736.26/1731.93	c cleaning 131005 clauses out of 262012 with flag 8766002/8768749
1764.19/1759.84	c cleaning 132002 clauses out of 264006 with flag 8899001/8901748
1789.56/1785.19	c cleaning 132995 clauses out of 266003 with flag 9033000/9035747
1800.10/1795.61	c starts		: 306
1800.10/1795.61	c conflicts		: 9094291
1800.10/1795.61	c decisions		: 15687287
1800.10/1795.61	c propagations		: 1146253585
1800.10/1795.61	c inspects		: 13470347725
1800.10/1795.61	c shortcuts		: 0
1800.10/1795.61	c learnt literals	: 0
1800.10/1795.61	c learnt binary clauses	: 0
1800.10/1795.61	c learnt ternary clauses	: 0
1800.10/1795.61	c learnt constraints	: 9094292
1800.10/1795.61	c ignored constraints	: 0
1800.10/1795.61	c root simplifications	: 0
1800.10/1795.61	c removed literals (reason simplification)	: 0
1800.10/1795.61	c reason swapping (by a shorter reason)	: 0
1800.10/1795.61	c Calls to reduceDB	: 130
1800.10/1795.61	c number of reductions to clauses (during analyze)	: 0
1800.10/1795.61	c number of learned constraints concerned by reduction	: 0
1800.10/1795.61	c number of learning phase by resolution	: 0
1800.10/1795.61	c number of learning phase by cutting planes	: 0
1800.10/1795.61	c speed (assignments/second)	: 638439.1962793806
1800.10/1795.61	c non guided choices	0
1800.10/1795.64	c learnt constraints type 
1800.10/1795.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 191692
1800.10/1795.64	c constraints type 
1800.10/1795.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.10/1795.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 465
1800.10/1795.64	c 466 constraints processed.
1800.10/1795.64	s SATISFIABLE
1800.10/1795.64	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 
1800.10/1795.64	c objective function=217
1800.10/1795.64	c Total wall clock time (in seconds): 1795.542

Verifier Data

OK	217

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

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

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


[startup+0 s]
/proc/loadavg: 1.84 1.97 1.69 5/194 23684
/proc/meminfo: memFree=28957060/32873648 swapFree=7372/7372
[pid=23684] ppid=23682 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/23684/stat : 23684 (java) S 23682 23684 23489 0 -1 4202496 1202 0 0 0 0 0 0 0 20 0 2 0 253494279 94019584 913 33554432000 1073741824 1073778376 140736743507424 140736743498560 217413877821 0 0 4096 0 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23684/statm: 22954 917 697 9 0 16769 0
[pid=23684/tid=23685] ppid=23682 vsize=91816 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23685/stat : 23685 (java) D 23682 23684 23489 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 253494280 94019584 917 33554432000 1073741824 1073778376 140736743507424 140238990806568 217401355559 0 0 4096 0 18446744072100588836 0 0 -1 5 0 0 0 0 0

[startup+0.0443551 s]
/proc/loadavg: 1.84 1.97 1.69 5/194 23684
/proc/meminfo: memFree=28957060/32873648 swapFree=7372/7372
[pid=23684] ppid=23682 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/23684/stat : 23684 (java) S 23682 23684 23489 0 -1 4202496 3076 0 1 0 2 0 0 0 20 0 13 0 253494279 9446973440 3773 33554432000 1073741824 1073778376 140736743507424 140736743498560 217413877821 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23684/statm: 2306390 3773 1708 9 0 2297091 0
[pid=23684/tid=23685] ppid=23682 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/23684/task/23685/stat : 23685 (java) R 23682 23684 23489 0 -1 4202560 1893 0 1 0 2 0 0 0 20 0 13 0 253494280 9446973440 3773 33554432000 1073741824 1073778376 140736743507424 140238990808808 217410518709 0 4 0 16800971 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100235 s]
/proc/loadavg: 1.84 1.97 1.69 5/194 23684
/proc/meminfo: memFree=28957060/32873648 swapFree=7372/7372
[pid=23684] ppid=23682 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/23684/stat : 23684 (java) S 23682 23684 23489 0 -1 4202496 4445 0 1 0 10 1 0 0 20 0 18 0 253494279 9787813888 6122 33554432000 1073741824 1073778376 140736743507424 140736743498560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23684/statm: 2389603 6122 2138 9 0 2380296 0
[pid=23684/tid=23685] ppid=23682 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/23684/task/23685/stat : 23685 (java) R 23682 23684 23489 0 -1 4202560 2428 0 1 0 7 0 0 0 20 0 18 0 253494280 9787813888 6122 33554432000 1073741824 1073778376 140736743507424 140238990812160 217413903629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300189 s]
/proc/loadavg: 1.84 1.97 1.69 5/194 23684
/proc/meminfo: memFree=28957060/32873648 swapFree=7372/7372
[pid=23684] ppid=23682 vsize=9624976 CPUtime=0.56 cores=1,3,5,7
/proc/23684/stat : 23684 (java) S 23682 23684 23489 0 -1 4202496 7232 0 1 0 55 1 0 0 20 0 19 0 253494279 9855975424 8379 33554432000 1073741824 1073778376 140736743507424 140736743498560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23684/statm: 2406244 8379 2229 9 0 2396937 0
[pid=23684/tid=23685] ppid=23682 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/23684/task/23685/stat : 23685 (java) R 23682 23684 23489 0 -1 4202560 2450 0 1 0 27 0 0 0 20 0 19 0 253494280 9855975424 8379 33554432000 1073741824 1073778376 140736743507424 140238990811920 140238819631357 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9624976

[startup+0.700139 s]
/proc/loadavg: 1.84 1.97 1.69 5/194 23684
/proc/meminfo: memFree=28957060/32873648 swapFree=7372/7372
[pid=23684] ppid=23682 vsize=9624976 CPUtime=1.09 cores=1,3,5,7
/proc/23684/stat : 23684 (java) S 23682 23684 23489 0 -1 4202496 8463 0 1 0 108 1 0 0 20 0 19 0 253494279 9855975424 9911 33554432000 1073741824 1073778376 140736743507424 140736743498560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23684/statm: 2406244 9911 2234 9 0 2396937 0
[pid=23684/tid=23685] ppid=23682 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/23684/task/23685/stat : 23685 (java) R 23682 23684 23489 0 -1 4202560 2452 0 1 0 67 0 0 0 20 0 19 0 253494280 9855975424 9911 33554432000 1073741824 1073778376 140736743507424 140238990811528 140238819687101 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9624976

[startup+1.50054 s]
/proc/loadavg: 1.84 1.97 1.69 4/213 23703
/proc/meminfo: memFree=28914072/32873648 swapFree=7372/7372
[pid=23684] ppid=23682 vsize=9624976 CPUtime=1.98 cores=1,3,5,7
/proc/23684/stat : 23684 (java) S 23682 23684 23489 0 -1 4202496 8729 0 1 0 196 2 0 0 20 0 19 0 253494279 9855975424 12600 33554432000 1073741824 1073778376 140736743507424 140736743498560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23684/statm: 2406244 12600 2270 9 0 2396937 0
[pid=23684/tid=23685] ppid=23682 vsize=9624976 CPUtime=1.46 cores=1,3,5,7
/proc/23684/task/23685/stat : 23685 (java) R 23682 23684 23489 0 -1 4202560 2458 0 1 0 145 1 0 0 20 0 19 0 253494280 9855975424 12600 33554432000 1073741824 1073778376 140736743507424 140238990811544 140238819667851 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23684/tid=23687] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23687/stat : 23687 (java) S 23682 23684 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494281 9855975424 12600 33554432000 1073741824 1073778376 140736743507424 140238952303144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23688] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23688/stat : 23688 (java) S 23682 23684 23489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253494281 9855975424 12600 33554432000 1073741824 1073778376 140736743507424 140238951250344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23689] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23689/stat : 23689 (java) S 23682 23684 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494281 9855975424 12600 33554432000 1073741824 1073778376 140736743507424 140238950197544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23690] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23690/stat : 23690 (java) S 23682 23684 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494281 9855975424 12600 33554432000 1073741824 1073778376 140736743507424 140238949144744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23684/tid=23691] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23691/stat : 23691 (java) S 23682 23684 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494281 9855975424 12600 33554432000 1073741824 1073778376 140736743507424 140238948092968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23692] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23692/stat : 23692 (java) S 23682 23684 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494281 9855975424 12600 33554432000 1073741824 1073778376 140736743507424 140238947040168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23693] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23693/stat : 23693 (java) S 23682 23684 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494281 9855975424 12600 33554432000 1073741824 1073778376 140736743507424 140238945987368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23684/tid=23694] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23694/stat : 23694 (java) S 23682 23684 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253494281 9855975424 12600 33554432000 1073741824 1073778376 140736743507424 140238944934568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23684/tid=23695] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23695/stat : 23695 (java) S 23682 23684 23489 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 253494282 9855975424 12600 33554432000 1073741824 1073778376 140736743507424 140238814947816 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23684/tid=23696] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23696/stat : 23696 (java) S 23682 23684 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494282 9855975424 12600 33554432000 1073741824 1073778376 140736743507424 140238813893880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23697] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23697/stat : 23697 (java) S 23682 23684 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494282 9855975424 12600 33554432000 1073741824 1073778376 140736743507424 140238812840968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23698] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23698/stat : 23698 (java) S 23682 23684 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494284 9855975424 12600 33554432000 1073741824 1073778376 140736743507424 140238811789456 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23699] ppid=23682 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/23684/task/23699/stat : 23699 (java) S 23682 23684 23489 0 -1 4202560 2356 0 0 0 23 0 0 0 20 0 19 0 253494284 9855975424 12600 33554432000 1073741824 1073778376 140736743507424 140238810737592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23700] ppid=23682 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/23684/task/23700/stat : 23700 (java) S 23682 23684 23489 0 -1 4202560 2671 0 0 0 23 0 0 0 20 0 19 0 253494284 9855975424 12600 33554432000 1073741824 1073778376 140736743507424 140238809684792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23701] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23701/stat : 23701 (java) S 23682 23684 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494284 9855975424 12600 33554432000 1073741824 1073778376 140736743507424 140238808632184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23702] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23702/stat : 23702 (java) S 23682 23684 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494284 9855975424 12600 33554432000 1073741824 1073778376 140736743507424 140238807579592 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23703] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23703/stat : 23703 (java) S 23682 23684 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494301 9855975424 12600 33554432000 1073741824 1073778376 140736743507424 140238806525096 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.98
Current children cumulated vsize (KiB) 9624976

[startup+3.10068 s]
/proc/loadavg: 1.84 1.97 1.69 3/213 23703
/proc/meminfo: memFree=28880808/32873648 swapFree=7372/7372
[pid=23684] ppid=23682 vsize=9624976 CPUtime=3.62 cores=1,3,5,7
/proc/23684/stat : 23684 (java) S 23682 23684 23489 0 -1 4202496 8749 0 1 0 360 2 0 0 20 0 19 0 253494279 9855975424 15166 33554432000 1073741824 1073778376 140736743507424 140736743498560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23684/statm: 2406244 15166 2270 9 0 2396937 0
[pid=23684/tid=23685] ppid=23682 vsize=9624976 CPUtime=3.04 cores=1,3,5,7
/proc/23684/task/23685/stat : 23685 (java) R 23682 23684 23489 0 -1 4202560 2459 0 1 0 303 1 0 0 20 0 19 0 253494280 9855975424 15166 33554432000 1073741824 1073778376 140736743507424 140238990811384 140238819704896 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23684/tid=23687] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23687/stat : 23687 (java) S 23682 23684 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494281 9855975424 15166 33554432000 1073741824 1073778376 140736743507424 140238952303144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23688] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23688/stat : 23688 (java) S 23682 23684 23489 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253494281 9855975424 15166 33554432000 1073741824 1073778376 140736743507424 140238951250344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23689] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23689/stat : 23689 (java) S 23682 23684 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253494281 9855975424 15166 33554432000 1073741824 1073778376 140736743507424 140238950197544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23690] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23690/stat : 23690 (java) S 23682 23684 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494281 9855975424 15166 33554432000 1073741824 1073778376 140736743507424 140238949144744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23684/tid=23691] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23691/stat : 23691 (java) S 23682 23684 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253494281 9855975424 15166 33554432000 1073741824 1073778376 140736743507424 140238948092968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23692] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23692/stat : 23692 (java) S 23682 23684 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253494281 9855975424 15166 33554432000 1073741824 1073778376 140736743507424 140238947040168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23693] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23693/stat : 23693 (java) S 23682 23684 23489 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253494281 9855975424 15166 33554432000 1073741824 1073778376 140736743507424 140238945987368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23684/tid=23694] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23694/stat : 23694 (java) S 23682 23684 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494281 9855975424 15166 33554432000 1073741824 1073778376 140736743507424 140238944934568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23684/tid=23695] ppid=23682 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/23684/task/23695/stat : 23695 (java) S 23682 23684 23489 0 -1 4202560 33 0 0 0 1 0 0 0 20 0 19 0 253494282 9855975424 15166 33554432000 1073741824 1073778376 140736743507424 140238814947816 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23696] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23696/stat : 23696 (java) S 23682 23684 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494282 9855975424 15166 33554432000 1073741824 1073778376 140736743507424 140238813893880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23697] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23697/stat : 23697 (java) S 23682 23684 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494282 9855975424 15166 33554432000 1073741824 1073778376 140736743507424 140238812840968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23698] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23698/stat : 23698 (java) S 23682 23684 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494284 9855975424 15166 33554432000 1073741824 1073778376 140736743507424 140238811789456 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23699] ppid=23682 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/23684/task/23699/stat : 23699 (java) S 23682 23684 23489 0 -1 4202560 2356 0 0 0 25 0 0 0 20 0 19 0 253494284 9855975424 15166 33554432000 1073741824 1073778376 140736743507424 140238810737592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23700] ppid=23682 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/23684/task/23700/stat : 23700 (java) S 23682 23684 23489 0 -1 4202560 2672 0 0 0 25 0 0 0 20 0 19 0 253494284 9855975424 15166 33554432000 1073741824 1073778376 140736743507424 140238809684792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23701] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23701/stat : 23701 (java) S 23682 23684 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494284 9855975424 15166 33554432000 1073741824 1073778376 140736743507424 140238808632184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23702] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23702/stat : 23702 (java) S 23682 23684 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494284 9855975424 15166 33554432000 1073741824 1073778376 140736743507424 140238807579592 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23703] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23703/stat : 23703 (java) S 23682 23684 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494301 9855975424 15166 33554432000 1073741824 1073778376 140736743507424 140238806525096 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.62
Current children cumulated vsize (KiB) 9624976

[startup+6.30062 s]
/proc/loadavg: 1.85 1.97 1.69 3/213 23703
/proc/meminfo: memFree=28870668/32873648 swapFree=7372/7372
[pid=23684] ppid=23682 vsize=9624976 CPUtime=6.86 cores=1,3,5,7
/proc/23684/stat : 23684 (java) S 23682 23684 23489 0 -1 4202496 8905 0 1 0 684 2 0 0 20 0 19 0 253494279 9855975424 16106 33554432000 1073741824 1073778376 140736743507424 140736743498560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23684/statm: 2406244 16106 2270 9 0 2396937 0
[pid=23684/tid=23685] ppid=23682 vsize=9624976 CPUtime=6.2 cores=1,3,5,7
/proc/23684/task/23685/stat : 23685 (java) R 23682 23684 23489 0 -1 4202560 2461 0 1 0 619 1 0 0 20 0 19 0 253494280 9855975424 16106 33554432000 1073741824 1073778376 140736743507424 140238990811424 140238819680383 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23684/tid=23687] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23687/stat : 23687 (java) S 23682 23684 23489 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253494281 9855975424 16106 33554432000 1073741824 1073778376 140736743507424 140238952303144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23688] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23688/stat : 23688 (java) S 23682 23684 23489 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 253494281 9855975424 16106 33554432000 1073741824 1073778376 140736743507424 140238951250344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23689] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23689/stat : 23689 (java) S 23682 23684 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253494281 9855975424 16106 33554432000 1073741824 1073778376 140736743507424 140238950197544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23690] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23690/stat : 23690 (java) S 23682 23684 23489 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253494281 9855975424 16106 33554432000 1073741824 1073778376 140736743507424 140238949144744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23684/tid=23691] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23691/stat : 23691 (java) S 23682 23684 23489 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253494281 9855975424 16106 33554432000 1073741824 1073778376 140736743507424 140238948092968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23692] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23692/stat : 23692 (java) S 23682 23684 23489 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253494281 9855975424 16106 33554432000 1073741824 1073778376 140736743507424 140238947040168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23693] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23693/stat : 23693 (java) S 23682 23684 23489 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253494281 9855975424 16106 33554432000 1073741824 1073778376 140736743507424 140238945987368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23684/tid=23694] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23694/stat : 23694 (java) S 23682 23684 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494281 9855975424 16106 33554432000 1073741824 1073778376 140736743507424 140238944934568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23684/tid=23695] ppid=23682 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/23684/task/23695/stat : 23695 (java) S 23682 23684 23489 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 19 0 253494282 9855975424 16106 33554432000 1073741824 1073778376 140736743507424 140238814947816 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23696] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23696/stat : 23696 (java) S 23682 23684 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494282 9855975424 16106 33554432000 1073741824 1073778376 140736743507424 140238813893880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23697] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23697/stat : 23697 (java) S 23682 23684 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494282 9855975424 16106 33554432000 1073741824 1073778376 140736743507424 140238812840968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23698] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23698/stat : 23698 (java) S 23682 23684 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494284 9855975424 16106 33554432000 1073741824 1073778376 140736743507424 140238811789456 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23699] ppid=23682 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/23684/task/23699/stat : 23699 (java) S 23682 23684 23489 0 -1 4202560 2356 0 0 0 25 0 0 0 20 0 19 0 253494284 9855975424 16106 33554432000 1073741824 1073778376 140736743507424 140238810737592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23700] ppid=23682 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/23684/task/23700/stat : 23700 (java) S 23682 23684 23489 0 -1 4202560 2810 0 0 0 28 0 0 0 20 0 19 0 253494284 9855975424 16106 33554432000 1073741824 1073778376 140736743507424 140238809684792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

[pid=23684/tid=23692] ppid=23682 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/23684/task/23692/stat : 23692 (java) S 23682 23684 23489 0 -1 4202560 184 0 0 0 60 2 0 0 20 0 19 0 253494281 9855975424 106983 33554432000 1073741824 1073778376 140736743507424 140238947040168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23684/tid=23693] ppid=23682 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/23684/task/23693/stat : 23693 (java) S 23682 23684 23489 0 -1 4202560 470 0 0 0 58 4 0 0 20 0 19 0 253494281 9855975424 106983 33554432000 1073741824 1073778376 140736743507424 140238945987368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23684/tid=23694] ppid=23682 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/23684/task/23694/stat : 23694 (java) S 23682 23684 23489 0 -1 4202560 152 0 0 0 62 3 0 0 20 0 19 0 253494281 9855975424 106983 33554432000 1073741824 1073778376 140736743507424 140238944934568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23695] ppid=23682 vsize=9624976 CPUtime=5.38 cores=1,3,5,7
/proc/23684/task/23695/stat : 23695 (java) S 23682 23684 23489 0 -1 4202560 152 0 0 0 536 2 0 0 20 0 19 0 253494282 9855975424 106983 33554432000 1073741824 1073778376 140736743507424 140238814947816 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23696] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23696/stat : 23696 (java) S 23682 23684 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494282 9855975424 106983 33554432000 1073741824 1073778376 140736743507424 140238813893880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23697] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23697/stat : 23697 (java) S 23682 23684 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494282 9855975424 106983 33554432000 1073741824 1073778376 140736743507424 140238812840968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23698] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23698/stat : 23698 (java) S 23682 23684 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494284 9855975424 106983 33554432000 1073741824 1073778376 140736743507424 140238811789456 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23699] ppid=23682 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/23684/task/23699/stat : 23699 (java) S 23682 23684 23489 0 -1 4202560 2356 0 0 0 25 0 0 0 20 0 19 0 253494284 9855975424 106983 33554432000 1073741824 1073778376 140736743507424 140238810737592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23700] ppid=23682 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/23684/task/23700/stat : 23700 (java) S 23682 23684 23489 0 -1 4202560 2847 0 0 0 30 0 0 0 20 0 19 0 253494284 9855975424 106983 33554432000 1073741824 1073778376 140736743507424 140238809684792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23701] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23701/stat : 23701 (java) S 23682 23684 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494284 9855975424 106983 33554432000 1073741824 1073778376 140736743507424 140238808632184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23702] ppid=23682 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/23684/task/23702/stat : 23702 (java) S 23682 23684 23489 0 -1 4202560 97 0 0 0 11 14 0 0 20 0 19 0 253494284 9855975424 106983 33554432000 1073741824 1073778376 140736743507424 140238807579592 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23703] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23703/stat : 23703 (java) S 23682 23684 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494301 9855975424 106983 33554432000 1073741824 1073778376 140736743507424 140238806525096 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1666.59
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 1.92 3/213 23741
/proc/meminfo: memFree=28119420/32873648 swapFree=7372/7372
[pid=23684] ppid=23682 vsize=9624976 CPUtime=1726.66 cores=1,3,5,7
/proc/23684/stat : 23684 (java) S 23682 23684 23489 0 -1 4202496 11362 0 1 0 172620 46 0 0 20 0 19 0 253494279 9855975424 107496 33554432000 1073741824 1073778376 140736743507424 140736743498560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23684/statm: 2406244 107496 2271 9 0 2396937 0
[pid=23684/tid=23685] ppid=23682 vsize=9624976 CPUtime=1715.32 cores=1,3,5,7
/proc/23684/task/23685/stat : 23685 (java) R 23682 23684 23489 0 -1 4202560 2635 0 1 0 171503 29 0 0 20 0 19 0 253494280 9855975424 107496 33554432000 1073741824 1073778376 140736743507424 140238990811424 140238819687325 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23684/tid=23687] ppid=23682 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/23684/task/23687/stat : 23687 (java) S 23682 23684 23489 0 -1 4202560 330 0 0 0 61 5 0 0 20 0 19 0 253494281 9855975424 107496 33554432000 1073741824 1073778376 140736743507424 140238952303144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23684/tid=23688] ppid=23682 vsize=9624976 CPUtime=0.73 cores=1,3,5,7
/proc/23684/task/23688/stat : 23688 (java) S 23682 23684 23489 0 -1 4202560 194 0 0 0 69 4 0 0 20 0 19 0 253494281 9855975424 107496 33554432000 1073741824 1073778376 140736743507424 140238951250344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23689] ppid=23682 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/23684/task/23689/stat : 23689 (java) S 23682 23684 23489 0 -1 4202560 136 0 0 0 60 3 0 0 20 0 19 0 253494281 9855975424 107496 33554432000 1073741824 1073778376 140736743507424 140238950197544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23684/tid=23690] ppid=23682 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/23684/task/23690/stat : 23690 (java) S 23682 23684 23489 0 -1 4202560 316 0 0 0 62 3 0 0 20 0 19 0 253494281 9855975424 107496 33554432000 1073741824 1073778376 140736743507424 140238949144744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23684/tid=23691] ppid=23682 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/23684/task/23691/stat : 23691 (java) S 23682 23684 23489 0 -1 4202560 306 0 0 0 58 4 0 0 20 0 19 0 253494281 9855975424 107496 33554432000 1073741824 1073778376 140736743507424 140238948092968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23684/tid=23692] ppid=23682 vsize=9624976 CPUtime=0.63 cores=1,3,5,7
/proc/23684/task/23692/stat : 23692 (java) S 23682 23684 23489 0 -1 4202560 184 0 0 0 61 2 0 0 20 0 19 0 253494281 9855975424 107496 33554432000 1073741824 1073778376 140736743507424 140238947040168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23684/tid=23693] ppid=23682 vsize=9624976 CPUtime=0.62 cores=1,3,5,7
/proc/23684/task/23693/stat : 23693 (java) S 23682 23684 23489 0 -1 4202560 470 0 0 0 58 4 0 0 20 0 19 0 253494281 9855975424 107496 33554432000 1073741824 1073778376 140736743507424 140238945987368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23684/tid=23694] ppid=23682 vsize=9624976 CPUtime=0.66 cores=1,3,5,7
/proc/23684/task/23694/stat : 23694 (java) S 23682 23684 23489 0 -1 4202560 152 0 0 0 63 3 0 0 20 0 19 0 253494281 9855975424 107496 33554432000 1073741824 1073778376 140736743507424 140238944934568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23695] ppid=23682 vsize=9624976 CPUtime=5.51 cores=1,3,5,7
/proc/23684/task/23695/stat : 23695 (java) S 23682 23684 23489 0 -1 4202560 156 0 0 0 549 2 0 0 20 0 19 0 253494282 9855975424 107496 33554432000 1073741824 1073778376 140736743507424 140238814947816 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23696] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23696/stat : 23696 (java) S 23682 23684 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494282 9855975424 107496 33554432000 1073741824 1073778376 140736743507424 140238813893880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23697] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23697/stat : 23697 (java) S 23682 23684 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494282 9855975424 107496 33554432000 1073741824 1073778376 140736743507424 140238812840968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23698] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23698/stat : 23698 (java) S 23682 23684 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494284 9855975424 107496 33554432000 1073741824 1073778376 140736743507424 140238811789456 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23699] ppid=23682 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/23684/task/23699/stat : 23699 (java) S 23682 23684 23489 0 -1 4202560 2356 0 0 0 25 0 0 0 20 0 19 0 253494284 9855975424 107496 33554432000 1073741824 1073778376 140736743507424 140238810737592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23700] ppid=23682 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/23684/task/23700/stat : 23700 (java) S 23682 23684 23489 0 -1 4202560 2847 0 0 0 30 0 0 0 20 0 19 0 253494284 9855975424 107496 33554432000 1073741824 1073778376 140736743507424 140238809684792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23701] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23701/stat : 23701 (java) S 23682 23684 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494284 9855975424 107496 33554432000 1073741824 1073778376 140736743507424 140238808632184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23702] ppid=23682 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/23684/task/23702/stat : 23702 (java) S 23682 23684 23489 0 -1 4202560 99 0 0 0 12 14 0 0 20 0 19 0 253494284 9855975424 107496 33554432000 1073741824 1073778376 140736743507424 140238807579592 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23703] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23703/stat : 23703 (java) S 23682 23684 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494301 9855975424 107496 33554432000 1073741824 1073778376 140736743507424 140238806525096 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1726.66
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.92 3/213 23741
/proc/meminfo: memFree=28008272/32873648 swapFree=7372/7372
[pid=23684] ppid=23682 vsize=9624976 CPUtime=1786.76 cores=1,3,5,7
/proc/23684/stat : 23684 (java) S 23682 23684 23489 0 -1 4202496 11387 0 1 0 178629 47 0 0 20 0 19 0 253494279 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140736743498560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23684/statm: 2406244 108024 2271 9 0 2396937 0
[pid=23684/tid=23685] ppid=23682 vsize=9624976 CPUtime=1775.1 cores=1,3,5,7
/proc/23684/task/23685/stat : 23685 (java) R 23682 23684 23489 0 -1 4202560 2638 0 1 0 177481 29 0 0 20 0 19 0 253494280 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238990811424 140238819650874 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23684/tid=23687] ppid=23682 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/23684/task/23687/stat : 23687 (java) S 23682 23684 23489 0 -1 4202560 330 0 0 0 62 5 0 0 20 0 19 0 253494281 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238952303144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23684/tid=23688] ppid=23682 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/23684/task/23688/stat : 23688 (java) S 23682 23684 23489 0 -1 4202560 210 0 0 0 70 4 0 0 20 0 19 0 253494281 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238951250344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23689] ppid=23682 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/23684/task/23689/stat : 23689 (java) S 23682 23684 23489 0 -1 4202560 136 0 0 0 61 3 0 0 20 0 19 0 253494281 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238950197544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23690] ppid=23682 vsize=9624976 CPUtime=0.67 cores=1,3,5,7
/proc/23684/task/23690/stat : 23690 (java) S 23682 23684 23489 0 -1 4202560 316 0 0 0 64 3 0 0 20 0 19 0 253494281 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238949144744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23691] ppid=23682 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/23684/task/23691/stat : 23691 (java) S 23682 23684 23489 0 -1 4202560 306 0 0 0 60 4 0 0 20 0 19 0 253494281 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238948092968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23684/tid=23692] ppid=23682 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/23684/task/23692/stat : 23692 (java) S 23682 23684 23489 0 -1 4202560 184 0 0 0 62 2 0 0 20 0 19 0 253494281 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238947040168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23693] ppid=23682 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/23684/task/23693/stat : 23693 (java) S 23682 23684 23489 0 -1 4202560 470 0 0 0 60 4 0 0 20 0 19 0 253494281 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238945987368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23684/tid=23694] ppid=23682 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/23684/task/23694/stat : 23694 (java) S 23682 23684 23489 0 -1 4202560 152 0 0 0 65 3 0 0 20 0 19 0 253494281 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238944934568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23695] ppid=23682 vsize=9624976 CPUtime=5.7 cores=1,3,5,7
/proc/23684/task/23695/stat : 23695 (java) S 23682 23684 23489 0 -1 4202560 158 0 0 0 568 2 0 0 20 0 19 0 253494282 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238814947816 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23696] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23696/stat : 23696 (java) S 23682 23684 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494282 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238813893880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23697] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23697/stat : 23697 (java) S 23682 23684 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494282 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238812840968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23698] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23698/stat : 23698 (java) S 23682 23684 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494284 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238811789456 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23699] ppid=23682 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/23684/task/23699/stat : 23699 (java) S 23682 23684 23489 0 -1 4202560 2356 0 0 0 25 0 0 0 20 0 19 0 253494284 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238810737592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23700] ppid=23682 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/23684/task/23700/stat : 23700 (java) S 23682 23684 23489 0 -1 4202560 2847 0 0 0 30 0 0 0 20 0 19 0 253494284 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238809684792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23701] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23701/stat : 23701 (java) S 23682 23684 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494284 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238808632184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23702] ppid=23682 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/23684/task/23702/stat : 23702 (java) S 23682 23684 23489 0 -1 4202560 103 0 0 0 12 15 0 0 20 0 19 0 253494284 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238807579592 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23703] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23703/stat : 23703 (java) S 23682 23684 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494301 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238806525096 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1786.76
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.6 s]
/proc/loadavg: 1.92 1.99 1.91 2/193 23744
/proc/meminfo: memFree=28552012/32873648 swapFree=7372/7372
[pid=23684] ppid=23682 vsize=9624976 CPUtime=1800.1 cores=1,3,5,7
/proc/23684/stat : 23684 (java) S 23682 23684 23489 0 -1 4202496 11390 0 1 0 179963 47 0 0 20 0 19 0 253494279 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140736743498560 217413877821 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23684/statm: 2406244 108024 2271 9 0 2396937 0
[pid=23684/tid=23685] ppid=23682 vsize=9624976 CPUtime=1788.32 cores=1,3,5,7
/proc/23684/task/23685/stat : 23685 (java) R 23682 23684 23489 0 -1 4202560 2639 0 1 0 178802 30 0 0 20 0 19 0 253494280 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238990811424 140238819705015 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23684/tid=23687] ppid=23682 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/23684/task/23687/stat : 23687 (java) S 23682 23684 23489 0 -1 4202560 330 0 0 0 63 5 0 0 20 0 19 0 253494281 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238952303144 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23684/tid=23688] ppid=23682 vsize=9624976 CPUtime=0.74 cores=1,3,5,7
/proc/23684/task/23688/stat : 23688 (java) S 23682 23684 23489 0 -1 4202560 210 0 0 0 70 4 0 0 20 0 19 0 253494281 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238951250344 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23689] ppid=23682 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/23684/task/23689/stat : 23689 (java) S 23682 23684 23489 0 -1 4202560 136 0 0 0 62 3 0 0 20 0 19 0 253494281 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238950197544 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23684/tid=23690] ppid=23682 vsize=9624976 CPUtime=0.68 cores=1,3,5,7
/proc/23684/task/23690/stat : 23690 (java) S 23682 23684 23489 0 -1 4202560 316 0 0 0 65 3 0 0 20 0 19 0 253494281 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238949144744 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23684/tid=23691] ppid=23682 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/23684/task/23691/stat : 23691 (java) S 23682 23684 23489 0 -1 4202560 306 0 0 0 61 4 0 0 20 0 19 0 253494281 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238948092968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23684/tid=23692] ppid=23682 vsize=9624976 CPUtime=0.64 cores=1,3,5,7
/proc/23684/task/23692/stat : 23692 (java) S 23682 23684 23489 0 -1 4202560 184 0 0 0 62 2 0 0 20 0 19 0 253494281 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238947040168 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23684/tid=23693] ppid=23682 vsize=9624976 CPUtime=0.65 cores=1,3,5,7
/proc/23684/task/23693/stat : 23693 (java) S 23682 23684 23489 0 -1 4202560 470 0 0 0 61 4 0 0 20 0 19 0 253494281 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238945987368 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23684/tid=23694] ppid=23682 vsize=9624976 CPUtime=0.69 cores=1,3,5,7
/proc/23684/task/23694/stat : 23694 (java) S 23682 23684 23489 0 -1 4202560 152 0 0 0 66 3 0 0 20 0 19 0 253494281 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238944934568 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23695] ppid=23682 vsize=9624976 CPUtime=5.77 cores=1,3,5,7
/proc/23684/task/23695/stat : 23695 (java) S 23682 23684 23489 0 -1 4202560 160 0 0 0 575 2 0 0 20 0 19 0 253494282 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238814947816 217413892009 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23696] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23696/stat : 23696 (java) S 23682 23684 23489 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494282 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238813893880 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23697] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23697/stat : 23697 (java) S 23682 23684 23489 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494282 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238812840968 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23698] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23698/stat : 23698 (java) S 23682 23684 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494284 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238811789456 217413900064 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23699] ppid=23682 vsize=9624976 CPUtime=0.25 cores=1,3,5,7
/proc/23684/task/23699/stat : 23699 (java) S 23682 23684 23489 0 -1 4202560 2356 0 0 0 25 0 0 0 20 0 19 0 253494284 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238810737592 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23684/tid=23700] ppid=23682 vsize=9624976 CPUtime=0.3 cores=1,3,5,7
/proc/23684/task/23700/stat : 23700 (java) S 23682 23684 23489 0 -1 4202560 2847 0 0 0 30 0 0 0 20 0 19 0 253494284 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238809684792 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23701] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23701/stat : 23701 (java) S 23682 23684 23489 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494284 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238808632184 217413891132 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23702] ppid=23682 vsize=9624976 CPUtime=0.27 cores=1,3,5,7
/proc/23684/task/23702/stat : 23702 (java) S 23682 23684 23489 0 -1 4202560 103 0 0 0 12 15 0 0 20 0 19 0 253494284 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238807579592 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23684/tid=23703] ppid=23682 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/23684/task/23703/stat : 23703 (java) S 23682 23684 23489 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494301 9855975424 108024 33554432000 1073741824 1073778376 140736743507424 140238806525096 217413892009 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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.65
CPU time (s): 1800.65
CPU user time (s): 1799.76
CPU system time (s): 0.891864
CPU usage (%): 100.279
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.76
system time used= 0.891864
maximum resident set size= 432256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11433
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= 41545
involuntary context switches= 8894

runsolver used 5.74113 second user time and 14.2818 second system time

The end

Launcher Data

Begin job on node122 at 2012-05-24 17:34:43
IDJOB=3687589
IDBENCH=1960
IDSOLVER=2269
FILE ID=node122/3687589-1337873683
RUNJOBID= node122-1337871880-23506
PBS_JOBID= 14620082
Free space on /tmp= 71376 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_12.opb.PB06.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687589-1337873683/watcher-3687589-1337873683 -o /tmp/evaluation-result-3687589-1337873683/solver-3687589-1337873683 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687589-1337873683.opb

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

MD5SUM BENCH= 008a49e8cb0d34e0becb5a5e15efaa2a
RANDOM SEED=1767578218

node122.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.533
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.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.533
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	: 5438.54
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.533
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.533
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:       32873648 kB
MemFree:        28960416 kB
Buffers:          186156 kB
Cached:          2924160 kB
SwapCached:            0 kB
Active:          1267628 kB
Inactive:        1873588 kB
Active(anon):      22312 kB
Inactive(anon):    11052 kB
Active(file):    1245316 kB
Inactive(file):  1862536 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               968 kB
Writeback:             0 kB
AnonPages:         37840 kB
Mapped:            21576 kB
Shmem:               200 kB
Slab:             634272 kB
SReclaimable:      78360 kB
SUnreclaim:       555912 kB
KernelStack:        1600 kB
PageTables:         4372 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     695660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71376 MiB
End job on node122 at 2012-05-24 18:04:41