Trace number 3687581

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)232 1800.72 1794.16

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_23.opb.PB06.opb
MD5SUM0a5749e09f3f6f40d04f442dc86d22a6
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark193
Best CPU time to get the best result obtained on this benchmark1789.76
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 188
Optimality of the best value was proved NO
Number of variables479
Total number of constraints479
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 constraints479
Minimum length of a constraint4
Maximum length of a constraint17
Number of terms in the objective function 479
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 479
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 479
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.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.00/0.10	c version 2.3.2.v20120418
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.00/0.10	c Total memory 		504102912
0.00/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3687581-1337873682.opb
0.09/0.12	c reading problem ... 
0.24/0.23	c ... done. Wall clock time 0.109s.
0.24/0.23	c declared #vars     479
0.24/0.23	c #constraints  479
0.24/0.23	c constraints type 
0.24/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 479
0.24/0.23	c 479 constraints processed.
0.24/0.23	c objective function length is 479 literals
0.24/0.25	c SATISFIABLE
0.24/0.25	c OPTIMIZING...
0.24/0.25	c Got one! Elapsed wall clock time (in seconds):0.122
0.24/0.25	o 233
0.49/0.31	c Got one! Elapsed wall clock time (in seconds):0.186
0.49/0.31	o 232
1.78/1.32	c cleaning 2536 clauses out of 5082 with flag 5000/5082
2.85/2.34	c cleaning 4272 clauses out of 8546 with flag 11000/11082
4.05/3.57	c cleaning 5638 clauses out of 11275 with flag 18001/18083
5.56/5.05	c cleaning 6815 clauses out of 13637 with flag 26001/26083
7.02/6.43	c cleaning 7909 clauses out of 15822 with flag 35001/35083
8.54/7.90	c cleaning 8951 clauses out of 17913 with flag 45001/45083
10.15/9.57	c cleaning 9983 clauses out of 19966 with flag 56005/56087
11.85/11.29	c cleaning 10989 clauses out of 21979 with flag 68001/68083
13.88/13.27	c cleaning 11994 clauses out of 23990 with flag 81001/81083
15.97/15.35	c cleaning 12995 clauses out of 25995 with flag 95000/95082
18.41/17.78	c cleaning 13996 clauses out of 28000 with flag 110000/110082
21.02/20.38	c cleaning 14997 clauses out of 30004 with flag 126000/126082
24.15/23.44	c cleaning 16003 clauses out of 32007 with flag 143000/143082
27.37/26.67	c cleaning 16995 clauses out of 34004 with flag 161000/161082
30.89/30.15	c cleaning 18001 clauses out of 36009 with flag 180000/180082
34.62/33.84	c cleaning 19002 clauses out of 38011 with flag 200003/200085
38.52/37.70	c cleaning 20003 clauses out of 40006 with flag 221000/221082
42.33/41.50	c cleaning 20997 clauses out of 42003 with flag 243000/243082
45.77/44.94	c cleaning 22004 clauses out of 44007 with flag 266001/266083
49.50/48.68	c cleaning 23000 clauses out of 46003 with flag 290001/290083
53.32/52.46	c cleaning 23999 clauses out of 48002 with flag 315000/315082
57.52/56.62	c cleaning 24998 clauses out of 50004 with flag 341001/341083
61.87/60.91	c cleaning 25996 clauses out of 52005 with flag 368000/368082
66.19/65.24	c cleaning 27002 clauses out of 54010 with flag 396001/396083
70.80/69.80	c cleaning 28002 clauses out of 56008 with flag 425001/425083
75.84/74.86	c cleaning 29000 clauses out of 58006 with flag 455001/455083
80.95/79.98	c cleaning 30002 clauses out of 60005 with flag 486000/486082
86.17/85.12	c cleaning 30998 clauses out of 62003 with flag 518000/518082
91.59/90.56	c cleaning 32003 clauses out of 64006 with flag 551001/551083
97.41/96.33	c cleaning 33001 clauses out of 66002 with flag 585000/585082
103.25/102.11	c cleaning 33998 clauses out of 68001 with flag 620000/620082
108.98/107.87	c cleaning 34994 clauses out of 70003 with flag 656000/656082
115.30/114.18	c cleaning 36004 clauses out of 72009 with flag 693000/693082
121.81/120.69	c cleaning 37000 clauses out of 74005 with flag 731000/731082
128.55/127.35	c cleaning 38001 clauses out of 76005 with flag 770000/770082
135.86/134.67	c cleaning 39000 clauses out of 78005 with flag 810001/810083
142.99/141.76	c cleaning 39995 clauses out of 80004 with flag 851000/851082
150.12/148.88	c cleaning 40999 clauses out of 82009 with flag 893000/893082
157.85/156.53	c cleaning 42001 clauses out of 84010 with flag 936000/936082
165.68/164.35	c cleaning 43005 clauses out of 86009 with flag 980000/980082
173.32/171.92	c cleaning 44002 clauses out of 88004 with flag 1025000/1025082
180.56/179.18	c cleaning 44998 clauses out of 90002 with flag 1071000/1071082
188.79/187.38	c cleaning 46000 clauses out of 92004 with flag 1118000/1118082
197.75/196.29	c cleaning 46998 clauses out of 94005 with flag 1166001/1166083
206.49/204.90	c cleaning 48000 clauses out of 96007 with flag 1215001/1215083
215.19/213.69	c cleaning 48997 clauses out of 98006 with flag 1265000/1265082
224.72/223.19	c cleaning 50003 clauses out of 100009 with flag 1316000/1316082
233.80/232.15	c cleaning 51003 clauses out of 102006 with flag 1368000/1368082
243.13/241.40	c cleaning 51998 clauses out of 104004 with flag 1421001/1421083
251.66/249.99	c cleaning 52996 clauses out of 106005 with flag 1475000/1475082
260.99/259.27	c cleaning 54004 clauses out of 108011 with flag 1530002/1530084
270.63/268.82	c cleaning 54996 clauses out of 110005 with flag 1586000/1586082
280.16/278.32	c cleaning 55997 clauses out of 112009 with flag 1643000/1643082
290.49/288.61	c cleaning 56997 clauses out of 114012 with flag 1701000/1701082
300.15/298.25	c cleaning 58003 clauses out of 116015 with flag 1760000/1760082
310.69/308.73	c cleaning 58996 clauses out of 118012 with flag 1820000/1820082
321.73/319.78	c cleaning 60000 clauses out of 120018 with flag 1881002/1881084
333.16/331.15	c cleaning 61000 clauses out of 122016 with flag 1943000/1943082
343.87/341.81	c cleaning 62005 clauses out of 124016 with flag 2006000/2006082
353.30/351.25	c cleaning 62999 clauses out of 126012 with flag 2070001/2070083
363.21/361.13	c cleaning 63997 clauses out of 128012 with flag 2135000/2135082
373.73/371.68	c cleaning 65002 clauses out of 130015 with flag 2201000/2201082
383.89/381.75	c cleaning 66006 clauses out of 132017 with flag 2268004/2268086
394.32/392.18	c cleaning 66997 clauses out of 134008 with flag 2336001/2336083
405.55/403.34	c cleaning 68000 clauses out of 136012 with flag 2405002/2405084
417.60/415.39	c cleaning 68995 clauses out of 138010 with flag 2475000/2475082
431.72/429.43	c cleaning 70004 clauses out of 140016 with flag 2546001/2546083
446.36/444.07	c cleaning 71004 clauses out of 142011 with flag 2618000/2618082
461.39/459.01	c cleaning 71997 clauses out of 144007 with flag 2691000/2691082
475.80/473.47	c cleaning 73005 clauses out of 146014 with flag 2765004/2765086
491.07/488.65	c cleaning 74000 clauses out of 148006 with flag 2840001/2840083
505.70/503.25	c cleaning 74991 clauses out of 150005 with flag 2916000/2916082
520.02/517.51	c cleaning 76008 clauses out of 152016 with flag 2993002/2993084
535.08/532.54	c cleaning 76995 clauses out of 154006 with flag 3071000/3071082
550.69/548.11	c cleaning 78004 clauses out of 156011 with flag 3150000/3150082
566.61/564.07	c cleaning 79004 clauses out of 158007 with flag 3230000/3230082
582.56/579.98	c cleaning 79995 clauses out of 160003 with flag 3311000/3311082
599.69/597.01	c cleaning 80997 clauses out of 162008 with flag 3393000/3393082
615.46/612.72	c cleaning 81999 clauses out of 164011 with flag 3476000/3476082
630.77/628.08	c cleaning 83001 clauses out of 166012 with flag 3560000/3560082
646.71/643.93	c cleaning 84001 clauses out of 168012 with flag 3645001/3645083
663.95/661.14	c cleaning 85002 clauses out of 170011 with flag 3731001/3731083
681.53/678.70	c cleaning 86001 clauses out of 172009 with flag 3818001/3818083
698.76/695.87	c cleaning 86996 clauses out of 174007 with flag 3906000/3906082
716.13/713.12	c cleaning 87999 clauses out of 176012 with flag 3995001/3995083
733.59/730.50	c cleaning 89007 clauses out of 178013 with flag 4085001/4085083
751.12/748.09	c cleaning 89998 clauses out of 180007 with flag 4176002/4176084
769.29/766.16	c cleaning 91004 clauses out of 182007 with flag 4268000/4268082
786.67/783.43	c cleaning 91999 clauses out of 184004 with flag 4361001/4361083
803.68/800.45	c cleaning 92992 clauses out of 186004 with flag 4455000/4455082
820.60/817.30	c cleaning 93998 clauses out of 188012 with flag 4550000/4550082
839.33/836.09	c cleaning 94994 clauses out of 190016 with flag 4646002/4646084
857.87/854.51	c cleaning 96009 clauses out of 192021 with flag 4743001/4743083
877.93/874.51	c cleaning 97002 clauses out of 194011 with flag 4841000/4841082
897.55/894.19	c cleaning 98001 clauses out of 196010 with flag 4940001/4940083
916.22/912.70	c cleaning 99001 clauses out of 198009 with flag 5040001/5040083
935.96/932.37	c cleaning 100000 clauses out of 200008 with flag 5141001/5141083
956.19/952.53	c cleaning 101002 clauses out of 202007 with flag 5243000/5243082
977.51/973.86	c cleaning 101997 clauses out of 204005 with flag 5346000/5346082
1000.73/997.00	c cleaning 102999 clauses out of 206008 with flag 5450000/5450082
1023.15/1019.49	c cleaning 103998 clauses out of 208009 with flag 5555000/5555082
1044.80/1041.07	c cleaning 105004 clauses out of 210011 with flag 5661000/5661082
1068.30/1064.53	c cleaning 106000 clauses out of 212008 with flag 5768001/5768083
1089.96/1086.10	c cleaning 107002 clauses out of 214008 with flag 5876001/5876083
1113.51/1109.60	c cleaning 107997 clauses out of 216005 with flag 5985000/5985082
1137.87/1133.98	c cleaning 109001 clauses out of 218008 with flag 6095000/6095082
1159.27/1155.26	c cleaning 110001 clauses out of 220008 with flag 6206001/6206083
1182.89/1178.80	c cleaning 111003 clauses out of 222006 with flag 6318000/6318082
1206.34/1202.22	c cleaning 111998 clauses out of 224003 with flag 6431000/6431082
1230.71/1226.53	c cleaning 112999 clauses out of 226005 with flag 6545000/6545082
1255.26/1251.08	c cleaning 114003 clauses out of 228006 with flag 6660000/6660082
1280.19/1275.91	c cleaning 115000 clauses out of 230003 with flag 6776000/6776082
1302.54/1298.22	c cleaning 115997 clauses out of 232004 with flag 6893001/6893083
1325.67/1321.35	c cleaning 116997 clauses out of 234006 with flag 7011000/7011082
1351.41/1347.02	c cleaning 118001 clauses out of 236010 with flag 7130001/7130083
1375.05/1370.70	c cleaning 119005 clauses out of 238009 with flag 7250001/7250083
1400.42/1395.94	c cleaning 119995 clauses out of 240004 with flag 7371001/7371083
1425.57/1421.02	c cleaning 121003 clauses out of 242010 with flag 7493002/7493084
1451.93/1447.35	c cleaning 122001 clauses out of 244005 with flag 7616000/7616082
1477.81/1473.19	c cleaning 122996 clauses out of 246004 with flag 7740000/7740082
1503.34/1498.68	c cleaning 123999 clauses out of 248008 with flag 7865000/7865082
1530.44/1525.67	c cleaning 124998 clauses out of 250009 with flag 7991000/7991082
1557.76/1552.94	c cleaning 126002 clauses out of 252012 with flag 8118001/8118083
1582.73/1577.85	c cleaning 127003 clauses out of 254010 with flag 8246001/8246083
1607.49/1602.57	c cleaning 127997 clauses out of 256007 with flag 8375001/8375083
1632.05/1627.10	c cleaning 128999 clauses out of 258010 with flag 8505001/8505083
1656.14/1651.10	c cleaning 129998 clauses out of 260010 with flag 8636000/8636082
1680.30/1675.19	c cleaning 130998 clauses out of 262013 with flag 8768001/8768083
1706.66/1701.28	c cleaning 132004 clauses out of 264015 with flag 8901001/8901083
1731.41/1725.81	c cleaning 133001 clauses out of 266013 with flag 9035003/9035085
1758.86/1753.13	c cleaning 134004 clauses out of 268010 with flag 9170001/9170083
1784.91/1779.04	c cleaning 134998 clauses out of 270006 with flag 9306001/9306083
1800.06/1794.12	c starts		: 302
1800.06/1794.12	c conflicts		: 9390993
1800.06/1794.12	c decisions		: 15938261
1800.06/1794.12	c propagations		: 1103985728
1800.06/1794.12	c inspects		: 13600918686
1800.06/1794.12	c shortcuts		: 0
1800.06/1794.12	c learnt literals	: 0
1800.06/1794.12	c learnt binary clauses	: 0
1800.06/1794.12	c learnt ternary clauses	: 0
1800.06/1794.12	c learnt constraints	: 9390993
1800.06/1794.12	c ignored constraints	: 0
1800.06/1794.12	c root simplifications	: 0
1800.06/1794.12	c removed literals (reason simplification)	: 0
1800.06/1794.12	c reason swapping (by a shorter reason)	: 0
1800.06/1794.12	c Calls to reduceDB	: 132
1800.06/1794.12	c number of reductions to clauses (during analyze)	: 0
1800.06/1794.12	c number of learned constraints concerned by reduction	: 0
1800.06/1794.12	c number of learning phase by resolution	: 0
1800.06/1794.12	c number of learning phase by cutting planes	: 0
1800.06/1794.12	c speed (assignments/second)	: 615418.9540308506
1800.06/1794.12	c non guided choices	0
1800.06/1794.15	c learnt constraints type 
1800.06/1794.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 220046
1800.06/1794.15	c constraints type 
1800.06/1794.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.06/1794.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 479
1800.06/1794.15	c 480 constraints processed.
1800.06/1794.15	s SATISFIABLE
1800.06/1794.15	v -x1 x2 x3 x4 x5 -x6 -x7 x8 -x9 x10 x11 -x12 x13 x14 x15 -x16 x17 x18 x19 x20 x21 x22 -x23 x24 x25 x26 -x27 x28 -x29 x30 x31 x32 x33 x34 x35 -x36 x37 x38 x39 x40 -x41 x42 x43 x44 x45 x46 x47 x48 x49 -x50 x51 x52 x53 -x54 x55 x56 x57 -x58 x59 x60 -x61 x62 x63 -x64 x65 x66 x67 -x68 x69 x70 x71 x72 x73 x74 x75 -x76 -x77 -x78 -x79 x80 x81 x82 -x83 x84 x85 -x86 x87 x88 -x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 -x102 x103 x104 x105 x106 -x107 x108 -x109 x110 x111 x112 -x113 x114 x115 x116 x117 x118 -x119 x120 -x121 x122 -x123 x124 x125 x126 x127 x128 x129 x130 -x131 x132 x133 x134 x135 x136 x137 -x138 x139 x140 x141 x142 x143 x144 x145 x146 x147 x148 -x149 x150 x151 x152 -x153 x154 x155 x156 -x157 x158 x159 x160 -x161 -x162 x163 x164 x165 x166 x167 -x168 x169 x170 x171 x172 x173 -x174 x175 x176 -x177 -x178 x179 -x180 -x181 x182 -x183 x184 x185 -x186 x187 x188 x189 x190 x191 -x192 -x193 -x194 x195 x196 x197 x198 -x199 x200 -x201 -x202 -x203 x204 -x205 x206 x207 -x208 x209 -x210 x211 -x212 x213 x214 -x215 x216 x217 -x218 x219 -x220 x221 -x222 x223 -x224 -x225 x226 -x227 x228 x229 x230 x231 -x232 -x233 x234 -x235 x236 -x237 -x238 x239 -x240 x241 -x242 x243 -x244 -x245 -x246 x247 x248 x249 x250 -x251 x252 x253 -x254 -x255 -x256 x257 -x258 x259 -x260 x261 x262 -x263 x264 -x265 x266 x267 -x268 -x269 -x270 x271 -x272 x273 x274 -x275 -x276 x277 -x278 -x279 -x280 x281 x282 -x283 -x284 x285 x286 -x287 x288 -x289 -x290 x291 -x292 x293 -x294 x295 -x296 -x297 x298 x299 x300 x301 -x302 -x303 -x304 x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 x313 -x314 -x315 -x316 -x317 x318 x319 -x320 x321 -x322 -x323 -x324 -x325 x326 x327 x328 -x329 -x330 x331 -x332 -x333 -x334 -x335 -x336 x337 x338 -x339 -x340 x341 -x342 -x343 -x344 -x345 x346 -x347 -x348 -x349 -x350 -x351 -x352 x353 x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 x364 -x365 -x366 -x367 -x368 x369 -x370 -x371 x372 -x373 -x374 x375 -x376 x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 x386 -x387 -x388 -x389 x390 -x391 x392 -x393 x394 -x395 -x396 -x397 x398 -x399 -x400 x401 -x402 -x403 -x404 -x405 -x406 x407 x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 
1800.06/1794.15	c objective function=232
1800.06/1794.15	c Total wall clock time (in seconds): 1794.024

Verifier Data

OK	232

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

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

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


[startup+0 s]
/proc/loadavg: 2.12 2.05 1.71 3/194 21730
/proc/meminfo: memFree=28587108/32873648 swapFree=6844/6844
[pid=21730] ppid=21728 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/21730/stat : 21730 (runsolver) D 21728 21730 21479 0 -1 4202560 40 0 0 0 0 0 0 0 20 0 1 0 253494967 12095488 50 33554432000 4194304 5436572 140736782504080 140736782500376 4883175 0 0 4096 24578 18446744071579943789 0 0 17 4 0 0 0 0 0
/proc/21730/statm: 2953 50 31 304 0 2645 0

[startup+0.106065 s]
/proc/loadavg: 2.12 2.05 1.71 3/194 21730
/proc/meminfo: memFree=28587108/32873648 swapFree=6844/6844
[pid=21730] ppid=21728 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/21730/stat : 21730 (java) S 21728 21730 21479 0 -1 4202496 4238 0 1 0 8 1 0 0 20 0 18 0 253494967 9787813888 5431 33554432000 1073741824 1073778376 140735326895920 140735326887056 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21730/statm: 2389603 5431 2099 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.200148 s]
/proc/loadavg: 2.12 2.05 1.71 3/194 21730
/proc/meminfo: memFree=28587108/32873648 swapFree=6844/6844
[pid=21730] ppid=21728 vsize=9558412 CPUtime=0.24 cores=0,2,4,6
/proc/21730/stat : 21730 (java) S 21728 21730 21479 0 -1 4202496 4675 0 1 0 23 1 0 0 20 0 18 0 253494967 9787813888 6290 33554432000 1073741824 1073778376 140735326895920 140735326887056 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21730/statm: 2389603 6290 2186 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558412

[startup+0.300203 s]
/proc/loadavg: 2.12 2.05 1.71 3/194 21730
/proc/meminfo: memFree=28587108/32873648 swapFree=6844/6844
[pid=21730] ppid=21728 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/21730/stat : 21730 (java) S 21728 21730 21479 0 -1 4202496 6942 0 1 0 48 1 0 0 20 0 19 0 253494967 9855975424 8365 33554432000 1073741824 1073778376 140735326895920 140735326887056 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21730/statm: 2406244 8365 2228 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9624976

[startup+0.700187 s]
/proc/loadavg: 2.12 2.05 1.71 3/194 21730
/proc/meminfo: memFree=28587108/32873648 swapFree=6844/6844
[pid=21730] ppid=21728 vsize=9624976 CPUtime=1.14 cores=0,2,4,6
/proc/21730/stat : 21730 (java) S 21728 21730 21479 0 -1 4202496 8615 0 1 0 112 2 0 0 20 0 19 0 253494967 9855975424 8910 33554432000 1073741824 1073778376 140735326895920 140735326887056 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21730/statm: 2406244 8910 2234 9 0 2396937 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9624976

[startup+1.50073 s]
/proc/loadavg: 2.12 2.05 1.71 3/213 21749
/proc/meminfo: memFree=28557064/32873648 swapFree=6844/6844
[pid=21730] ppid=21728 vsize=9624976 CPUtime=2.02 cores=0,2,4,6
/proc/21730/stat : 21730 (java) S 21728 21730 21479 0 -1 4202496 8975 0 1 0 200 2 0 0 20 0 19 0 253494967 9855975424 12569 33554432000 1073741824 1073778376 140735326895920 140735326887056 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21730/statm: 2406244 12569 2269 9 0 2396937 0
[pid=21730/tid=21732] ppid=21728 vsize=9624976 CPUtime=1.45 cores=0,2,4,6
/proc/21730/task/21732/stat : 21732 (java) R 21728 21730 21479 0 -1 4202560 2457 0 1 0 143 2 0 0 20 0 19 0 253494969 9855975424 12569 33554432000 1073741824 1073778376 140735326895920 140207236063640 140207077139058 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21730/tid=21733] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21733/stat : 21733 (java) S 21728 21730 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494970 9855975424 12569 33554432000 1073741824 1073778376 140735326895920 140207197555496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21734] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21734/stat : 21734 (java) S 21728 21730 21479 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253494970 9855975424 12569 33554432000 1073741824 1073778376 140735326895920 140207196502696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21735] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21735/stat : 21735 (java) S 21728 21730 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494970 9855975424 12569 33554432000 1073741824 1073778376 140735326895920 140207195450408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21736] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21736/stat : 21736 (java) S 21728 21730 21479 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253494970 9855975424 12569 33554432000 1073741824 1073778376 140735326895920 140207076666280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21730/tid=21737] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21737/stat : 21737 (java) S 21728 21730 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494970 9855975424 12569 33554432000 1073741824 1073778376 140735326895920 140207075612968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21738] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21738/stat : 21738 (java) S 21728 21730 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494970 9855975424 12569 33554432000 1073741824 1073778376 140735326895920 140207074560168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21739] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21739/stat : 21739 (java) S 21728 21730 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494970 9855975424 12569 33554432000 1073741824 1073778376 140735326895920 140207073507880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21730/tid=21740] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21740/stat : 21740 (java) S 21728 21730 21479 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253494970 9855975424 12569 33554432000 1073741824 1073778376 140735326895920 140207072455080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21741] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21741/stat : 21741 (java) S 21728 21730 21479 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 253494971 9855975424 12569 33554432000 1073741824 1073778376 140735326895920 140206590126824 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21742] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21742/stat : 21742 (java) S 21728 21730 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494972 9855975424 12569 33554432000 1073741824 1073778376 140735326895920 140206589072888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21743] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21743/stat : 21743 (java) S 21728 21730 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494972 9855975424 12569 33554432000 1073741824 1073778376 140735326895920 140206588020488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21744] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21744/stat : 21744 (java) S 21728 21730 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494974 9855975424 12569 33554432000 1073741824 1073778376 140735326895920 140206586968976 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21745] ppid=21728 vsize=9624976 CPUtime=0.24 cores=0,2,4,6
/proc/21730/task/21745/stat : 21745 (java) S 21728 21730 21479 0 -1 4202560 2693 0 0 0 24 0 0 0 20 0 19 0 253494974 9855975424 12569 33554432000 1073741824 1073778376 140735326895920 140206585915576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21746] ppid=21728 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/21730/task/21746/stat : 21746 (java) S 21728 21730 21479 0 -1 4202560 2582 0 0 0 27 0 0 0 20 0 19 0 253494974 9855975424 12569 33554432000 1073741824 1073778376 140735326895920 140206584862776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21747] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21747/stat : 21747 (java) S 21728 21730 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494974 9855975424 12569 33554432000 1073741824 1073778376 140735326895920 140206583810680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21748] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21748/stat : 21748 (java) S 21728 21730 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494974 9855975424 12569 33554432000 1073741824 1073778376 140735326895920 140206582758088 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21749] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21749/stat : 21749 (java) S 21728 21730 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494992 9855975424 12569 33554432000 1073741824 1073778376 140735326895920 140206581704104 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9624976

[startup+3.10067 s]
/proc/loadavg: 2.12 2.05 1.71 3/213 21749
/proc/meminfo: memFree=28544776/32873648 swapFree=6844/6844
[pid=21730] ppid=21728 vsize=9624976 CPUtime=3.65 cores=0,2,4,6
/proc/21730/stat : 21730 (java) S 21728 21730 21479 0 -1 4202496 8988 0 1 0 363 2 0 0 20 0 19 0 253494967 9855975424 14111 33554432000 1073741824 1073778376 140735326895920 140735326887056 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21730/statm: 2406244 14111 2269 9 0 2396937 0
[pid=21730/tid=21732] ppid=21728 vsize=9624976 CPUtime=3.04 cores=0,2,4,6
/proc/21730/task/21732/stat : 21732 (java) R 21728 21730 21479 0 -1 4202560 2458 0 1 0 302 2 0 0 20 0 19 0 253494969 9855975424 14111 33554432000 1073741824 1073778376 140735326895920 140207236063520 140207077170169 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21730/tid=21733] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21733/stat : 21733 (java) S 21728 21730 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494970 9855975424 14111 33554432000 1073741824 1073778376 140735326895920 140207197555496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21734] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21734/stat : 21734 (java) S 21728 21730 21479 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253494970 9855975424 14111 33554432000 1073741824 1073778376 140735326895920 140207196502696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21735] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21735/stat : 21735 (java) S 21728 21730 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494970 9855975424 14111 33554432000 1073741824 1073778376 140735326895920 140207195450408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21736] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21736/stat : 21736 (java) S 21728 21730 21479 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253494970 9855975424 14111 33554432000 1073741824 1073778376 140735326895920 140207076666280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21737] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21737/stat : 21737 (java) S 21728 21730 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494970 9855975424 14111 33554432000 1073741824 1073778376 140735326895920 140207075612968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21738] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21738/stat : 21738 (java) S 21728 21730 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494970 9855975424 14111 33554432000 1073741824 1073778376 140735326895920 140207074560168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21739] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21739/stat : 21739 (java) S 21728 21730 21479 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253494970 9855975424 14111 33554432000 1073741824 1073778376 140735326895920 140207073507880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21730/tid=21740] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21740/stat : 21740 (java) S 21728 21730 21479 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253494970 9855975424 14111 33554432000 1073741824 1073778376 140735326895920 140207072455080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21741] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21741/stat : 21741 (java) S 21728 21730 21479 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 253494971 9855975424 14111 33554432000 1073741824 1073778376 140735326895920 140206590126824 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21742] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21742/stat : 21742 (java) S 21728 21730 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494972 9855975424 14111 33554432000 1073741824 1073778376 140735326895920 140206589072888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21743] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21743/stat : 21743 (java) S 21728 21730 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494972 9855975424 14111 33554432000 1073741824 1073778376 140735326895920 140206588020488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21744] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21744/stat : 21744 (java) S 21728 21730 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494974 9855975424 14111 33554432000 1073741824 1073778376 140735326895920 140206586968976 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21745] ppid=21728 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/21730/task/21745/stat : 21745 (java) S 21728 21730 21479 0 -1 4202560 2693 0 0 0 26 0 0 0 20 0 19 0 253494974 9855975424 14111 33554432000 1073741824 1073778376 140735326895920 140206585915576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21746] ppid=21728 vsize=9624976 CPUtime=0.28 cores=0,2,4,6
/proc/21730/task/21746/stat : 21746 (java) S 21728 21730 21479 0 -1 4202560 2583 0 0 0 28 0 0 0 20 0 19 0 253494974 9855975424 14111 33554432000 1073741824 1073778376 140735326895920 140206584862776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21747] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21747/stat : 21747 (java) S 21728 21730 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494974 9855975424 14111 33554432000 1073741824 1073778376 140735326895920 140206583810680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21748] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21748/stat : 21748 (java) S 21728 21730 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494974 9855975424 14111 33554432000 1073741824 1073778376 140735326895920 140206582758088 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21749] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21749/stat : 21749 (java) S 21728 21730 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494992 9855975424 14111 33554432000 1073741824 1073778376 140735326895920 140206581704104 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 3.65
Current children cumulated vsize (KiB) 9624976

[startup+6.30068 s]
/proc/loadavg: 2.11 2.05 1.71 3/213 21749
/proc/meminfo: memFree=28541136/32873648 swapFree=6844/6844
[pid=21730] ppid=21728 vsize=9624976 CPUtime=6.92 cores=0,2,4,6
/proc/21730/stat : 21730 (java) S 21728 21730 21479 0 -1 4202496 9507 0 1 0 689 3 0 0 20 0 19 0 253494967 9855975424 15646 33554432000 1073741824 1073778376 140735326895920 140735326887056 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21730/statm: 2406244 15646 2269 9 0 2396937 0
[pid=21730/tid=21732] ppid=21728 vsize=9624976 CPUtime=6.2 cores=0,2,4,6
/proc/21730/task/21732/stat : 21732 (java) R 21728 21730 21479 0 -1 4202560 2459 0 1 0 618 2 0 0 20 0 19 0 253494969 9855975424 15646 33554432000 1073741824 1073778376 140735326895920 140207236063520 140207077139169 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21730/tid=21733] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21733/stat : 21733 (java) S 21728 21730 21479 0 -1 4202560 20 0 0 0 0 0 0 0 20 0 19 0 253494970 9855975424 15646 33554432000 1073741824 1073778376 140735326895920 140207197555496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21734] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21734/stat : 21734 (java) S 21728 21730 21479 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253494970 9855975424 15646 33554432000 1073741824 1073778376 140735326895920 140207196502696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21735] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21735/stat : 21735 (java) S 21728 21730 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494970 9855975424 15646 33554432000 1073741824 1073778376 140735326895920 140207195450408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21736] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21736/stat : 21736 (java) S 21728 21730 21479 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253494970 9855975424 15646 33554432000 1073741824 1073778376 140735326895920 140207076666280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21737] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21737/stat : 21737 (java) S 21728 21730 21479 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253494970 9855975424 15646 33554432000 1073741824 1073778376 140735326895920 140207075612968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21730/tid=21738] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21738/stat : 21738 (java) S 21728 21730 21479 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253494970 9855975424 15646 33554432000 1073741824 1073778376 140735326895920 140207074560168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21739] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21739/stat : 21739 (java) S 21728 21730 21479 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253494970 9855975424 15646 33554432000 1073741824 1073778376 140735326895920 140207073507880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21730/tid=21740] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21740/stat : 21740 (java) S 21728 21730 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494970 9855975424 15646 33554432000 1073741824 1073778376 140735326895920 140207072455080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21741] ppid=21728 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/21730/task/21741/stat : 21741 (java) S 21728 21730 21479 0 -1 4202560 32 0 0 0 3 0 0 0 20 0 19 0 253494971 9855975424 15646 33554432000 1073741824 1073778376 140735326895920 140206590126824 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21742] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21742/stat : 21742 (java) S 21728 21730 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494972 9855975424 15646 33554432000 1073741824 1073778376 140735326895920 140206589072888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21743] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21743/stat : 21743 (java) S 21728 21730 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494972 9855975424 15646 33554432000 1073741824 1073778376 140735326895920 140206588020488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21744] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21744/stat : 21744 (java) S 21728 21730 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494974 9855975424 15646 33554432000 1073741824 1073778376 140735326895920 140206586968976 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21745] ppid=21728 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/21730/task/21745/stat : 21745 (java) S 21728 21730 21479 0 -1 4202560 3187 0 0 0 31 0 0 0 20 0 19 0 253494974 9855975424 15646 33554432000 1073741824 1073778376 140735326895920 140206585915576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21746] ppid=21728 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/21730/task/21746/stat : 21746 (java) S 21728 21730 21479 0 -1 4202560 2584 0 0 0 29 0 0 0 20 0 19 0 253494974 9855975424 15646 33554432000 1073741824 1073778376 140735326895920 140206584862776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21747] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21747/stat : 21747 (java) S 21728 21730 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494974 9855975424 15646 33554432000 1073741824 1073778376 140735326895920 140206583810680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21748] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21748/stat : 21748 (java) S 21728 21730 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494974 9855975424 15646 33554432000 1073741824 1073778376 140735326895920 140206582758088 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21749] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21749/stat : 21749 (java) S 21728 21730 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494992 9855975424 15646 33554432000 1073741824 1073778376 140735326895920 140206581704104 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]

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

[pid=21730/tid=21738] ppid=21728 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/21730/task/21738/stat : 21738 (java) S 21728 21730 21479 0 -1 4202560 92 0 0 0 69 4 0 0 20 0 19 0 253494970 9855975424 107845 33554432000 1073741824 1073778376 140735326895920 140207074560168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21739] ppid=21728 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/21730/task/21739/stat : 21739 (java) S 21728 21730 21479 0 -1 4202560 120 0 0 0 77 3 0 0 20 0 19 0 253494970 9855975424 107845 33554432000 1073741824 1073778376 140735326895920 140207073507880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21740] ppid=21728 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/21730/task/21740/stat : 21740 (java) S 21728 21730 21479 0 -1 4202560 317 0 0 0 74 4 0 0 20 0 19 0 253494970 9855975424 107845 33554432000 1073741824 1073778376 140735326895920 140207072455080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21741] ppid=21728 vsize=9624976 CPUtime=6.17 cores=0,2,4,6
/proc/21730/task/21741/stat : 21741 (java) S 21728 21730 21479 0 -1 4202560 158 0 0 0 615 2 0 0 20 0 19 0 253494971 9855975424 107845 33554432000 1073741824 1073778376 140735326895920 140206590126824 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21742] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21742/stat : 21742 (java) S 21728 21730 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494972 9855975424 107845 33554432000 1073741824 1073778376 140735326895920 140206589072888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21743] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21743/stat : 21743 (java) S 21728 21730 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494972 9855975424 107845 33554432000 1073741824 1073778376 140735326895920 140206588020488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21744] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21744/stat : 21744 (java) S 21728 21730 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494974 9855975424 107845 33554432000 1073741824 1073778376 140735326895920 140206586968976 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21745] ppid=21728 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/21730/task/21745/stat : 21745 (java) S 21728 21730 21479 0 -1 4202560 3199 0 0 0 33 0 0 0 20 0 19 0 253494974 9855975424 107845 33554432000 1073741824 1073778376 140735326895920 140206585915576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21746] ppid=21728 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/21730/task/21746/stat : 21746 (java) S 21728 21730 21479 0 -1 4202560 2584 0 0 0 29 0 0 0 20 0 19 0 253494974 9855975424 107845 33554432000 1073741824 1073778376 140735326895920 140206584862776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21747] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21747/stat : 21747 (java) S 21728 21730 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494974 9855975424 107845 33554432000 1073741824 1073778376 140735326895920 140206583810680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21748] ppid=21728 vsize=9624976 CPUtime=0.36 cores=0,2,4,6
/proc/21730/task/21748/stat : 21748 (java) S 21728 21730 21479 0 -1 4202560 95 0 0 0 18 18 0 0 20 0 19 0 253494974 9855975424 107845 33554432000 1073741824 1073778376 140735326895920 140206582758088 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21749] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21749/stat : 21749 (java) S 21728 21730 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494992 9855975424 107845 33554432000 1073741824 1073778376 140735326895920 140206581704104 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1667.49
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/213 21846
/proc/meminfo: memFree=27777448/32873648 swapFree=6844/6844
[pid=21730] ppid=21728 vsize=9624976 CPUtime=1727.76 cores=0,2,4,6
/proc/21730/stat : 21730 (java) S 21728 21730 21479 0 -1 4202496 12046 0 1 0 172717 59 0 0 20 0 19 0 253494967 9855975424 125429 33554432000 1073741824 1073778376 140735326895920 140735326887056 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21730/statm: 2406244 125429 2270 9 0 2396937 0
[pid=21730/tid=21732] ppid=21728 vsize=9624976 CPUtime=1713.91 cores=0,2,4,6
/proc/21730/task/21732/stat : 21732 (java) R 21728 21730 21479 0 -1 4202560 2641 0 1 0 171360 31 0 0 20 0 19 0 253494969 9855975424 125429 33554432000 1073741824 1073778376 140735326895920 140207236063520 140207077156957 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21730/tid=21733] ppid=21728 vsize=9624976 CPUtime=0.87 cores=0,2,4,6
/proc/21730/task/21733/stat : 21733 (java) S 21728 21730 21479 0 -1 4202560 425 0 0 0 83 4 0 0 20 0 19 0 253494970 9855975424 125429 33554432000 1073741824 1073778376 140735326895920 140207197555496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21734] ppid=21728 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/21730/task/21734/stat : 21734 (java) S 21728 21730 21479 0 -1 4202560 308 0 0 0 77 6 0 0 20 0 19 0 253494970 9855975424 125429 33554432000 1073741824 1073778376 140735326895920 140207196502696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21730/tid=21735] ppid=21728 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/21730/task/21735/stat : 21735 (java) S 21728 21730 21479 0 -1 4202560 140 0 0 0 70 4 0 0 20 0 19 0 253494970 9855975424 125429 33554432000 1073741824 1073778376 140735326895920 140207195450408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21736] ppid=21728 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/21730/task/21736/stat : 21736 (java) S 21728 21730 21479 0 -1 4202560 328 0 0 0 74 5 0 0 20 0 19 0 253494970 9855975424 125429 33554432000 1073741824 1073778376 140735326895920 140207076666280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21730/tid=21737] ppid=21728 vsize=9624976 CPUtime=0.89 cores=0,2,4,6
/proc/21730/task/21737/stat : 21737 (java) S 21728 21730 21479 0 -1 4202560 227 0 0 0 85 4 0 0 20 0 19 0 253494970 9855975424 125429 33554432000 1073741824 1073778376 140735326895920 140207075612968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21730/tid=21738] ppid=21728 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/21730/task/21738/stat : 21738 (java) S 21728 21730 21479 0 -1 4202560 97 0 0 0 73 4 0 0 20 0 19 0 253494970 9855975424 125429 33554432000 1073741824 1073778376 140735326895920 140207074560168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21739] ppid=21728 vsize=9624976 CPUtime=0.86 cores=0,2,4,6
/proc/21730/task/21739/stat : 21739 (java) S 21728 21730 21479 0 -1 4202560 143 0 0 0 81 5 0 0 20 0 19 0 253494970 9855975424 125429 33554432000 1073741824 1073778376 140735326895920 140207073507880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21740] ppid=21728 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/21730/task/21740/stat : 21740 (java) S 21728 21730 21479 0 -1 4202560 329 0 0 0 78 5 0 0 20 0 19 0 253494970 9855975424 125429 33554432000 1073741824 1073778376 140735326895920 140207072455080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21741] ppid=21728 vsize=9624976 CPUtime=6.52 cores=0,2,4,6
/proc/21730/task/21741/stat : 21741 (java) S 21728 21730 21479 0 -1 4202560 346 0 0 0 650 2 0 0 20 0 19 0 253494971 9855975424 125429 33554432000 1073741824 1073778376 140735326895920 140206590126824 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21742] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21742/stat : 21742 (java) S 21728 21730 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494972 9855975424 125429 33554432000 1073741824 1073778376 140735326895920 140206589072888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21743] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21743/stat : 21743 (java) S 21728 21730 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494972 9855975424 125429 33554432000 1073741824 1073778376 140735326895920 140206588020488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21744] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21744/stat : 21744 (java) S 21728 21730 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494974 9855975424 125429 33554432000 1073741824 1073778376 140735326895920 140206586968976 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21745] ppid=21728 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/21730/task/21745/stat : 21745 (java) S 21728 21730 21479 0 -1 4202560 3199 0 0 0 33 0 0 0 20 0 19 0 253494974 9855975424 125429 33554432000 1073741824 1073778376 140735326895920 140206585915576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21746] ppid=21728 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/21730/task/21746/stat : 21746 (java) S 21728 21730 21479 0 -1 4202560 2584 0 0 0 29 0 0 0 20 0 19 0 253494974 9855975424 125429 33554432000 1073741824 1073778376 140735326895920 140206584862776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21747] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21747/stat : 21747 (java) S 21728 21730 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494974 9855975424 125429 33554432000 1073741824 1073778376 140735326895920 140206583810680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21748] ppid=21728 vsize=9624976 CPUtime=0.38 cores=0,2,4,6
/proc/21730/task/21748/stat : 21748 (java) S 21728 21730 21479 0 -1 4202560 99 0 0 0 18 20 0 0 20 0 19 0 253494974 9855975424 125429 33554432000 1073741824 1073778376 140735326895920 140206582758088 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21749] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21749/stat : 21749 (java) S 21728 21730 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494992 9855975424 125429 33554432000 1073741824 1073778376 140735326895920 140206581704104 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1727.76
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.92 3/213 21846
/proc/meminfo: memFree=27769132/32873648 swapFree=6844/6844
[pid=21730] ppid=21728 vsize=9624976 CPUtime=1788.24 cores=0,2,4,6
/proc/21730/stat : 21730 (java) S 21728 21730 21479 0 -1 4202496 12077 0 1 0 178763 61 0 0 20 0 19 0 253494967 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140735326887056 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21730/statm: 2406244 127477 2270 9 0 2396937 0
[pid=21730/tid=21732] ppid=21728 vsize=9624976 CPUtime=1773.42 cores=0,2,4,6
/proc/21730/task/21732/stat : 21732 (java) R 21728 21730 21479 0 -1 4202560 2647 0 1 0 177311 31 0 0 20 0 19 0 253494969 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140207236063520 140207076939691 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21730/tid=21733] ppid=21728 vsize=9624976 CPUtime=0.94 cores=0,2,4,6
/proc/21730/task/21733/stat : 21733 (java) S 21728 21730 21479 0 -1 4202560 425 0 0 0 89 5 0 0 20 0 19 0 253494970 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140207197555496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21734] ppid=21728 vsize=9624976 CPUtime=0.91 cores=0,2,4,6
/proc/21730/task/21734/stat : 21734 (java) S 21728 21730 21479 0 -1 4202560 312 0 0 0 85 6 0 0 20 0 19 0 253494970 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140207196502696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21730/tid=21735] ppid=21728 vsize=9624976 CPUtime=0.82 cores=0,2,4,6
/proc/21730/task/21735/stat : 21735 (java) S 21728 21730 21479 0 -1 4202560 140 0 0 0 78 4 0 0 20 0 19 0 253494970 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140207195450408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21736] ppid=21728 vsize=9624976 CPUtime=0.87 cores=0,2,4,6
/proc/21730/task/21736/stat : 21736 (java) S 21728 21730 21479 0 -1 4202560 329 0 0 0 82 5 0 0 20 0 19 0 253494970 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140207076666280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21730/tid=21737] ppid=21728 vsize=9624976 CPUtime=1.01 cores=0,2,4,6
/proc/21730/task/21737/stat : 21737 (java) S 21728 21730 21479 0 -1 4202560 231 0 0 0 96 5 0 0 20 0 19 0 253494970 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140207075612968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21738] ppid=21728 vsize=9624976 CPUtime=0.87 cores=0,2,4,6
/proc/21730/task/21738/stat : 21738 (java) S 21728 21730 21479 0 -1 4202560 99 0 0 0 83 4 0 0 20 0 19 0 253494970 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140207074560168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21739] ppid=21728 vsize=9624976 CPUtime=0.97 cores=0,2,4,6
/proc/21730/task/21739/stat : 21739 (java) S 21728 21730 21479 0 -1 4202560 147 0 0 0 92 5 0 0 20 0 19 0 253494970 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140207073507880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21740] ppid=21728 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/21730/task/21740/stat : 21740 (java) S 21728 21730 21479 0 -1 4202560 331 0 0 0 83 5 0 0 20 0 19 0 253494970 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140207072455080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21730/tid=21741] ppid=21728 vsize=9624976 CPUtime=6.83 cores=0,2,4,6
/proc/21730/task/21741/stat : 21741 (java) S 21728 21730 21479 0 -1 4202560 350 0 0 0 681 2 0 0 20 0 19 0 253494971 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140206590126824 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21742] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21742/stat : 21742 (java) S 21728 21730 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494972 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140206589072888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21743] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21743/stat : 21743 (java) S 21728 21730 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494972 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140206588020488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21744] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21744/stat : 21744 (java) S 21728 21730 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494974 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140206586968976 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21745] ppid=21728 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/21730/task/21745/stat : 21745 (java) S 21728 21730 21479 0 -1 4202560 3199 0 0 0 33 0 0 0 20 0 19 0 253494974 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140206585915576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21746] ppid=21728 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/21730/task/21746/stat : 21746 (java) S 21728 21730 21479 0 -1 4202560 2584 0 0 0 29 0 0 0 20 0 19 0 253494974 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140206584862776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21747] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21747/stat : 21747 (java) S 21728 21730 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494974 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140206583810680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21748] ppid=21728 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/21730/task/21748/stat : 21748 (java) S 21728 21730 21479 0 -1 4202560 103 0 0 0 20 20 0 0 20 0 19 0 253494974 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140206582758088 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21749] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21749/stat : 21749 (java) S 21728 21730 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494992 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140206581704104 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1788.24
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.1 s]
/proc/loadavg: 2.00 2.00 1.92 3/213 21846
/proc/meminfo: memFree=27769256/32873648 swapFree=6844/6844
[pid=21730] ppid=21728 vsize=9624976 CPUtime=1800.06 cores=0,2,4,6
/proc/21730/stat : 21730 (java) S 21728 21730 21479 0 -1 4202496 12077 0 1 0 179945 61 0 0 20 0 19 0 253494967 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140735326887056 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/21730/statm: 2406244 127477 2270 9 0 2396937 0
[pid=21730/tid=21732] ppid=21728 vsize=9624976 CPUtime=1785.23 cores=0,2,4,6
/proc/21730/task/21732/stat : 21732 (java) R 21728 21730 21479 0 -1 4202560 2647 0 1 0 178491 32 0 0 20 0 19 0 253494969 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140207236063520 140207076939662 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21730/tid=21733] ppid=21728 vsize=9624976 CPUtime=0.94 cores=0,2,4,6
/proc/21730/task/21733/stat : 21733 (java) S 21728 21730 21479 0 -1 4202560 425 0 0 0 89 5 0 0 20 0 19 0 253494970 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140207197555496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21734] ppid=21728 vsize=9624976 CPUtime=0.91 cores=0,2,4,6
/proc/21730/task/21734/stat : 21734 (java) S 21728 21730 21479 0 -1 4202560 312 0 0 0 85 6 0 0 20 0 19 0 253494970 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140207196502696 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21730/tid=21735] ppid=21728 vsize=9624976 CPUtime=0.82 cores=0,2,4,6
/proc/21730/task/21735/stat : 21735 (java) S 21728 21730 21479 0 -1 4202560 140 0 0 0 78 4 0 0 20 0 19 0 253494970 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140207195450408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21736] ppid=21728 vsize=9624976 CPUtime=0.87 cores=0,2,4,6
/proc/21730/task/21736/stat : 21736 (java) S 21728 21730 21479 0 -1 4202560 329 0 0 0 82 5 0 0 20 0 19 0 253494970 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140207076666280 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21730/tid=21737] ppid=21728 vsize=9624976 CPUtime=1.01 cores=0,2,4,6
/proc/21730/task/21737/stat : 21737 (java) S 21728 21730 21479 0 -1 4202560 231 0 0 0 96 5 0 0 20 0 19 0 253494970 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140207075612968 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21738] ppid=21728 vsize=9624976 CPUtime=0.87 cores=0,2,4,6
/proc/21730/task/21738/stat : 21738 (java) S 21728 21730 21479 0 -1 4202560 99 0 0 0 83 4 0 0 20 0 19 0 253494970 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140207074560168 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21739] ppid=21728 vsize=9624976 CPUtime=0.97 cores=0,2,4,6
/proc/21730/task/21739/stat : 21739 (java) S 21728 21730 21479 0 -1 4202560 147 0 0 0 92 5 0 0 20 0 19 0 253494970 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140207073507880 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21740] ppid=21728 vsize=9624976 CPUtime=0.88 cores=0,2,4,6
/proc/21730/task/21740/stat : 21740 (java) S 21728 21730 21479 0 -1 4202560 331 0 0 0 83 5 0 0 20 0 19 0 253494970 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140207072455080 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21730/tid=21741] ppid=21728 vsize=9624976 CPUtime=6.83 cores=0,2,4,6
/proc/21730/task/21741/stat : 21741 (java) S 21728 21730 21479 0 -1 4202560 350 0 0 0 681 2 0 0 20 0 19 0 253494971 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140206590126824 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21742] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21742/stat : 21742 (java) S 21728 21730 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253494972 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140206589072888 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21743] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21743/stat : 21743 (java) S 21728 21730 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253494972 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140206588020488 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21744] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21744/stat : 21744 (java) S 21728 21730 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494974 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140206586968976 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21730/tid=21745] ppid=21728 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/21730/task/21745/stat : 21745 (java) S 21728 21730 21479 0 -1 4202560 3199 0 0 0 33 0 0 0 20 0 19 0 253494974 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140206585915576 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21730/tid=21746] ppid=21728 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/21730/task/21746/stat : 21746 (java) S 21728 21730 21479 0 -1 4202560 2584 0 0 0 29 0 0 0 20 0 19 0 253494974 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140206584862776 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21747] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21747/stat : 21747 (java) S 21728 21730 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253494974 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140206583810680 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21748] ppid=21728 vsize=9624976 CPUtime=0.4 cores=0,2,4,6
/proc/21730/task/21748/stat : 21748 (java) S 21728 21730 21479 0 -1 4202560 103 0 0 0 20 20 0 0 20 0 19 0 253494974 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140206582758088 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21730/tid=21749] ppid=21728 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/21730/task/21749/stat : 21749 (java) S 21728 21730 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253494992 9855975424 127477 33554432000 1073741824 1073778376 140735326895920 140206581704104 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143
Real time (s): 1794.16
CPU time (s): 1800.72
CPU user time (s): 1799.65
CPU system time (s): 1.07184
CPU usage (%): 100.366
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 1.07184
maximum resident set size= 510064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12121
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= 41752
involuntary context switches= 12214

runsolver used 6.21005 second user time and 13.5649 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 0a5749e09f3f6f40d04f442dc86d22a6
RANDOM SEED=882898148

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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.462
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.462
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:        28587644 kB
Buffers:          193644 kB
Cached:          2818472 kB
SwapCached:            0 kB
Active:          1389320 kB
Inactive:        2133408 kB
Active(anon):     512804 kB
Inactive(anon):        0 kB
Active(file):     876516 kB
Inactive(file):  2133408 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               464 kB
Writeback:             0 kB
AnonPages:        517456 kB
Mapped:            22492 kB
Shmem:               200 kB
Slab:             623604 kB
SReclaimable:      68260 kB
SUnreclaim:       555344 kB
KernelStack:        1600 kB
PageTables:         5272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     717396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    485376 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= 71632 MiB
End job on node115 at 2012-05-24 18:04:38