Trace number 3687565

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_22.opb.PB06.opb
MD5SUMa65a3b6248e07fcc15fb8d2bec9ac9bd
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark186
Best CPU time to get the best result obtained on this benchmark1789.77
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 182
Optimality of the best value was proved NO
Number of variables470
Total number of constraints470
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints470
Minimum length of a constraint4
Maximum length of a constraint20
Number of terms in the objective function 470
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 470
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 470
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.2.v20120418
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		501472288
0.04/0.09	c Max memory 		7480803328
0.04/0.09	c Total memory 		504102912
0.04/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3687565-1337872666.opb
0.10/0.11	c reading problem ... 
0.28/0.22	c ... done. Wall clock time 0.108s.
0.28/0.22	c declared #vars     470
0.28/0.22	c #constraints  470
0.28/0.22	c constraints type 
0.28/0.22	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
0.28/0.22	c 470 constraints processed.
0.28/0.22	c objective function length is 470 literals
0.28/0.23	c SATISFIABLE
0.28/0.23	c OPTIMIZING...
0.28/0.23	c Got one! Elapsed wall clock time (in seconds):0.121
0.28/0.23	o 223
1.52/1.16	c cleaning 2500 clauses out of 5000 with flag 5000/5000
2.69/2.21	c cleaning 4244 clauses out of 8500 with flag 11000/11000
3.69/3.30	c cleaning 5619 clauses out of 11256 with flag 18000/18000
5.09/4.66	c cleaning 6816 clauses out of 13637 with flag 26000/26000
6.65/6.17	c cleaning 7912 clauses out of 15823 with flag 35002/35002
8.46/7.92	c cleaning 8953 clauses out of 17909 with flag 45000/45000
10.38/9.81	c cleaning 9976 clauses out of 19957 with flag 56001/56001
12.39/11.85	c cleaning 10988 clauses out of 21980 with flag 68000/68000
14.70/14.10	c cleaning 11995 clauses out of 23992 with flag 81000/81000
17.02/16.40	c cleaning 12994 clauses out of 25999 with flag 95002/95002
19.61/19.00	c cleaning 14000 clauses out of 28004 with flag 110001/110001
21.93/21.37	c cleaning 14995 clauses out of 30003 with flag 126000/126000
24.63/24.02	c cleaning 16000 clauses out of 32011 with flag 143003/143003
27.64/27.07	c cleaning 16998 clauses out of 34010 with flag 161002/161002
31.07/30.45	c cleaning 17999 clauses out of 36013 with flag 180003/180003
34.97/34.30	c cleaning 18997 clauses out of 38011 with flag 200000/200000
39.18/38.52	c cleaning 20002 clauses out of 40014 with flag 221000/221000
43.59/42.92	c cleaning 21000 clauses out of 42012 with flag 243000/243000
48.18/47.50	c cleaning 22003 clauses out of 44012 with flag 266000/266000
52.31/51.67	c cleaning 22999 clauses out of 46009 with flag 290000/290000
56.62/55.99	c cleaning 24003 clauses out of 48010 with flag 315000/315000
61.55/60.88	c cleaning 25001 clauses out of 50008 with flag 341001/341001
66.27/65.50	c cleaning 26002 clauses out of 52006 with flag 368000/368000
71.50/70.70	c cleaning 26997 clauses out of 54004 with flag 396000/396000
77.41/76.65	c cleaning 27990 clauses out of 56008 with flag 425001/425001
83.83/83.00	c cleaning 29007 clauses out of 58017 with flag 455000/455000
90.26/89.41	c cleaning 29998 clauses out of 60010 with flag 486000/486000
96.69/95.88	c cleaning 31001 clauses out of 62012 with flag 518000/518000
102.99/102.16	c cleaning 31993 clauses out of 64011 with flag 551000/551000
109.71/108.81	c cleaning 33005 clauses out of 66018 with flag 585000/585000
116.14/115.28	c cleaning 34005 clauses out of 68016 with flag 620003/620003
122.46/121.50	c cleaning 35000 clauses out of 70008 with flag 656000/656000
128.89/127.95	c cleaning 36000 clauses out of 72009 with flag 693001/693001
135.92/134.90	c cleaning 37003 clauses out of 74010 with flag 731002/731002
142.94/141.96	c cleaning 37998 clauses out of 76005 with flag 770000/770000
150.15/149.19	c cleaning 39005 clauses out of 78010 with flag 810003/810003
158.06/157.02	c cleaning 40002 clauses out of 80003 with flag 851001/851001
165.88/164.89	c cleaning 41001 clauses out of 82001 with flag 893001/893001
173.49/172.47	c cleaning 41998 clauses out of 84000 with flag 936001/936001
181.81/180.74	c cleaning 42995 clauses out of 86001 with flag 980000/980000
190.35/189.23	c cleaning 43999 clauses out of 88006 with flag 1025000/1025000
199.10/197.96	c cleaning 45002 clauses out of 90007 with flag 1071000/1071000
208.61/207.47	c cleaning 46000 clauses out of 92005 with flag 1118000/1118000
219.02/217.84	c cleaning 46998 clauses out of 94006 with flag 1166001/1166001
228.65/227.43	c cleaning 48001 clauses out of 96007 with flag 1215000/1215000
237.86/236.69	c cleaning 49003 clauses out of 98006 with flag 1265000/1265000
247.99/246.78	c cleaning 50000 clauses out of 100004 with flag 1316001/1316001
258.27/256.90	c cleaning 50995 clauses out of 102005 with flag 1368002/1368002
269.20/267.85	c cleaning 51999 clauses out of 104009 with flag 1421001/1421001
280.82/279.41	c cleaning 52998 clauses out of 106009 with flag 1475000/1475000
290.53/289.13	c cleaning 53996 clauses out of 108013 with flag 1530002/1530002
300.77/299.33	c cleaning 55006 clauses out of 110016 with flag 1586001/1586001
311.38/309.98	c cleaning 56002 clauses out of 112012 with flag 1643003/1643003
321.99/320.58	c cleaning 56994 clauses out of 114007 with flag 1701000/1701000
333.23/331.72	c cleaning 57998 clauses out of 116013 with flag 1760000/1760000
344.66/343.13	c cleaning 59004 clauses out of 118016 with flag 1820001/1820001
356.06/354.53	c cleaning 60001 clauses out of 120013 with flag 1881002/1881002
367.80/366.30	c cleaning 61004 clauses out of 122010 with flag 1943000/1943000
380.33/378.77	c cleaning 62001 clauses out of 124006 with flag 2006000/2006000
393.16/391.60	c cleaning 62988 clauses out of 126005 with flag 2070000/2070000
405.76/404.11	c cleaning 64008 clauses out of 128018 with flag 2135001/2135001
418.22/416.56	c cleaning 64995 clauses out of 130011 with flag 2201002/2201002
431.95/430.22	c cleaning 66007 clauses out of 132020 with flag 2268006/2268006
444.72/442.94	c cleaning 67003 clauses out of 134007 with flag 2336000/2336000
457.75/455.98	c cleaning 67999 clauses out of 136007 with flag 2405003/2405003
471.17/469.32	c cleaning 68993 clauses out of 138006 with flag 2475001/2475001
486.52/484.69	c cleaning 69999 clauses out of 140012 with flag 2546000/2546000
503.46/501.60	c cleaning 71007 clauses out of 142013 with flag 2618000/2618000
519.89/517.91	c cleaning 71997 clauses out of 144006 with flag 2691000/2691000
535.44/533.47	c cleaning 73005 clauses out of 146012 with flag 2765003/2765003
550.78/548.71	c cleaning 73992 clauses out of 148004 with flag 2840000/2840000
567.12/565.01	c cleaning 75002 clauses out of 150012 with flag 2916000/2916000
583.16/581.07	c cleaning 76000 clauses out of 152011 with flag 2993001/2993001
598.81/596.67	c cleaning 77003 clauses out of 154010 with flag 3071000/3071000
614.66/612.48	c cleaning 78000 clauses out of 156007 with flag 3150000/3150000
630.72/628.43	c cleaning 78995 clauses out of 158008 with flag 3230001/3230001
646.33/644.06	c cleaning 79994 clauses out of 160012 with flag 3311000/3311000
663.07/660.71	c cleaning 81004 clauses out of 162019 with flag 3393001/3393001
677.82/675.43	c cleaning 82002 clauses out of 164014 with flag 3476000/3476000
692.45/690.03	c cleaning 83000 clauses out of 166012 with flag 3560000/3560000
707.47/705.04	c cleaning 84003 clauses out of 168013 with flag 3645001/3645001
722.60/720.19	c cleaning 84998 clauses out of 170009 with flag 3731000/3731000
739.55/737.02	c cleaning 85997 clauses out of 172012 with flag 3818001/3818001
757.00/754.48	c cleaning 86991 clauses out of 174014 with flag 3906000/3906000
776.42/773.85	c cleaning 88008 clauses out of 176023 with flag 3995000/3995000
793.49/790.83	c cleaning 89006 clauses out of 178015 with flag 4085000/4085000
811.01/808.33	c cleaning 89999 clauses out of 180012 with flag 4176003/4176003
828.79/826.03	c cleaning 91001 clauses out of 182011 with flag 4268001/4268001
846.73/843.99	c cleaning 91999 clauses out of 184010 with flag 4361001/4361001
865.67/862.83	c cleaning 93001 clauses out of 186010 with flag 4455000/4455000
883.19/880.33	c cleaning 94000 clauses out of 188009 with flag 4550000/4550000
902.73/899.81	c cleaning 95002 clauses out of 190011 with flag 4646002/4646002
923.07/920.16	c cleaning 95999 clauses out of 192007 with flag 4743000/4743000
941.72/938.79	c cleaning 96998 clauses out of 194009 with flag 4841001/4841001
961.79/958.73	c cleaning 97999 clauses out of 196010 with flag 4940000/4940000
982.23/979.19	c cleaning 99003 clauses out of 198011 with flag 5040000/5040000
1003.49/1000.21	c cleaning 99994 clauses out of 200008 with flag 5141000/5141000
1025.27/1021.96	c cleaning 101004 clauses out of 202016 with flag 5243002/5243002
1045.90/1042.51	c cleaning 101999 clauses out of 204011 with flag 5346001/5346001
1066.14/1062.78	c cleaning 103001 clauses out of 206011 with flag 5450000/5450000
1086.38/1082.96	c cleaning 103999 clauses out of 208010 with flag 5555000/5555000
1107.54/1104.01	c cleaning 105000 clauses out of 210012 with flag 5661001/5661001
1128.77/1125.25	c cleaning 105999 clauses out of 212011 with flag 5768000/5768000
1152.40/1148.84	c cleaning 106999 clauses out of 214013 with flag 5876001/5876001
1173.84/1170.29	c cleaning 108000 clauses out of 216013 with flag 5985000/5985000
1195.07/1191.40	c cleaning 109006 clauses out of 218013 with flag 6095000/6095000
1216.01/1212.35	c cleaning 109990 clauses out of 220008 with flag 6206001/6206001
1238.35/1234.61	c cleaning 111000 clauses out of 222018 with flag 6318001/6318001
1261.51/1257.78	c cleaning 112006 clauses out of 224017 with flag 6431000/6431000
1283.94/1280.16	c cleaning 112999 clauses out of 226011 with flag 6545000/6545000
1307.38/1303.60	c cleaning 113997 clauses out of 228012 with flag 6660000/6660000
1329.93/1326.02	c cleaning 115008 clauses out of 230016 with flag 6776001/6776001
1351.56/1347.67	c cleaning 115998 clauses out of 232009 with flag 6893002/6893002
1373.00/1369.03	c cleaning 117004 clauses out of 234011 with flag 7011002/7011002
1396.77/1392.75	c cleaning 118002 clauses out of 236005 with flag 7130000/7130000
1419.33/1415.21	c cleaning 118998 clauses out of 238004 with flag 7250001/7250001
1444.18/1440.05	c cleaning 119995 clauses out of 240006 with flag 7371001/7371001
1470.33/1466.10	c cleaning 121001 clauses out of 242011 with flag 7493001/7493001
1493.50/1489.27	c cleaning 122001 clauses out of 244009 with flag 7616000/7616000
1518.45/1514.10	c cleaning 122998 clauses out of 246010 with flag 7740002/7740002
1541.49/1537.15	c cleaning 124003 clauses out of 248011 with flag 7865001/7865001
1564.47/1560.09	c cleaning 125003 clauses out of 250007 with flag 7991000/7991000
1588.22/1583.72	c cleaning 126000 clauses out of 252005 with flag 8118001/8118001
1612.43/1607.87	c cleaning 126995 clauses out of 254004 with flag 8246000/8246000
1637.21/1632.54	c cleaning 128002 clauses out of 256009 with flag 8375000/8375000
1661.75/1657.07	c cleaning 128998 clauses out of 258008 with flag 8505001/8505001
1687.50/1682.73	c cleaning 130002 clauses out of 260009 with flag 8636000/8636000
1714.14/1709.39	c cleaning 130999 clauses out of 262008 with flag 8768001/8768001
1741.62/1736.78	c cleaning 132001 clauses out of 264009 with flag 8901001/8901001
1767.76/1762.80	c cleaning 133001 clauses out of 266007 with flag 9035000/9035000
1796.38/1791.40	c cleaning 134001 clauses out of 268007 with flag 9170001/9170001
1800.08/1795.01	c starts		: 301
1800.08/1795.01	c conflicts		: 9189424
1800.08/1795.01	c decisions		: 16288432
1800.08/1795.01	c propagations		: 1084892024
1800.08/1795.01	c inspects		: 13508421988
1800.08/1795.01	c shortcuts		: 0
1800.08/1795.01	c learnt literals	: 0
1800.08/1795.01	c learnt binary clauses	: 0
1800.08/1795.01	c learnt ternary clauses	: 0
1800.08/1795.01	c learnt constraints	: 9189424
1800.08/1795.01	c ignored constraints	: 0
1800.08/1795.01	c root simplifications	: 0
1800.08/1795.01	c removed literals (reason simplification)	: 0
1800.08/1795.01	c reason swapping (by a shorter reason)	: 0
1800.08/1795.01	c Calls to reduceDB	: 131
1800.08/1795.01	c number of reductions to clauses (during analyze)	: 0
1800.08/1795.01	c number of learned constraints concerned by reduction	: 0
1800.08/1795.01	c number of learning phase by resolution	: 0
1800.08/1795.01	c number of learning phase by cutting planes	: 0
1800.08/1795.01	c speed (assignments/second)	: 604468.4773179212
1800.08/1795.01	c non guided choices	0
1800.08/1795.04	c learnt constraints type 
1800.08/1795.04	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 153586
1800.08/1795.04	c constraints type 
1800.08/1795.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 1
1800.08/1795.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 470
1800.08/1795.04	c 471 constraints processed.
1800.08/1795.04	s SATISFIABLE
1800.08/1795.04	v -x1 x2 -x3 x4 x5 x6 x7 -x8 x9 x10 x11 x12 x13 x14 x15 x16 -x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 -x30 -x31 -x32 x33 -x34 x35 x36 -x37 x38 x39 -x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 -x51 x52 x53 x54 x55 x56 x57 x58 x59 -x60 -x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 -x71 x72 x73 x74 x75 -x76 x77 x78 x79 x80 x81 x82 x83 -x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 -x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 -x108 x109 x110 x111 x112 x113 x114 -x115 -x116 x117 -x118 x119 -x120 x121 x122 x123 -x124 x125 x126 x127 x128 -x129 -x130 -x131 -x132 x133 -x134 x135 x136 x137 x138 x139 -x140 -x141 x142 -x143 -x144 x145 x146 -x147 x148 x149 -x150 x151 x152 x153 -x154 x155 x156 x157 -x158 x159 x160 -x161 x162 -x163 x164 x165 x166 -x167 -x168 x169 x170 -x171 x172 x173 x174 -x175 x176 x177 -x178 -x179 -x180 x181 -x182 x183 -x184 -x185 x186 -x187 x188 x189 -x190 x191 -x192 -x193 x194 -x195 -x196 x197 x198 x199 x200 x201 x202 -x203 x204 x205 x206 -x207 -x208 -x209 x210 x211 -x212 x213 -x214 x215 x216 x217 -x218 -x219 x220 x221 x222 -x223 x224 x225 x226 -x227 x228 -x229 -x230 x231 x232 x233 -x234 -x235 -x236 x237 -x238 -x239 -x240 x241 -x242 -x243 x244 x245 x246 -x247 x248 x249 -x250 -x251 x252 x253 x254 x255 -x256 x257 x258 x259 -x260 -x261 -x262 x263 x264 -x265 x266 -x267 -x268 x269 x270 x271 -x272 x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 x282 x283 -x284 x285 -x286 -x287 -x288 x289 x290 -x291 -x292 x293 x294 x295 -x296 x297 x298 -x299 -x300 -x301 -x302 -x303 x304 x305 x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 x315 -x316 x317 x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 x327 -x328 x329 -x330 -x331 -x332 -x333 -x334 x335 -x336 x337 -x338 -x339 -x340 x341 x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 x382 -x383 -x384 x385 x386 -x387 -x388 -x389 -x390 -x391 -x392 x393 x394 x395 -x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 x409 -x410 -x411 -x412 x413 -x414 -x415 -x416 -x417 x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 
1800.08/1795.04	c objective function=223
1800.08/1795.04	c Total wall clock time (in seconds): 1794.933

Verifier Data

OK	223

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3687565-1337872666/watcher-3687565-1337872666 -o /tmp/evaluation-result-3687565-1337872666/solver-3687565-1337872666 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687565-1337872666.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.03 1.86 1.12 3/194 9517
/proc/meminfo: memFree=27708096/32873844 swapFree=6592/6592
[pid=9517] ppid=9515 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/9517/stat : 9517 (java) D 9515 9517 8709 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 253391411 9515008 182 33554432000 1073741824 1073778376 140733501280912 140733501271944 213419638453 0 0 4096 0 18446744072100609316 0 0 17 4 0 0 0 0 0
/proc/9517/statm: 2323 182 140 9 0 71 0

[startup+0.0640961 s]
/proc/loadavg: 2.03 1.86 1.12 3/194 9517
/proc/meminfo: memFree=27708096/32873844 swapFree=6592/6592
[pid=9517] ppid=9515 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/9517/stat : 9517 (java) S 9515 9517 8709 0 -1 4202496 3172 0 1 0 3 1 0 0 20 0 18 0 253391411 9787813888 4380 33554432000 1073741824 1073778376 140735979278304 140735979269440 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9517/statm: 2389603 4381 1754 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558412

[startup+0.100294 s]
/proc/loadavg: 2.03 1.86 1.12 3/194 9517
/proc/meminfo: memFree=27708096/32873844 swapFree=6592/6592
[pid=9517] ppid=9515 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/9517/stat : 9517 (java) S 9515 9517 8709 0 -1 4202496 4285 0 1 0 8 2 0 0 20 0 18 0 253391411 9787813888 5485 33554432000 1073741824 1073778376 140735979278304 140735979269440 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9517/statm: 2389603 5485 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300164 s]
/proc/loadavg: 2.03 1.86 1.12 3/194 9517
/proc/meminfo: memFree=27708096/32873844 swapFree=6592/6592
[pid=9517] ppid=9515 vsize=9624976 CPUtime=0.53 cores=0,2,4,6
/proc/9517/stat : 9517 (java) S 9515 9517 8709 0 -1 4202496 7002 0 1 0 51 2 0 0 20 0 19 0 253391411 9855975424 8423 33554432000 1073741824 1073778376 140735979278304 140735979269440 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9517/statm: 2406244 8423 2228 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9624976

[startup+0.700222 s]
/proc/loadavg: 2.03 1.86 1.12 3/194 9517
/proc/meminfo: memFree=27708096/32873844 swapFree=6592/6592
[pid=9517] ppid=9515 vsize=9624976 CPUtime=1.06 cores=0,2,4,6
/proc/9517/stat : 9517 (java) S 9515 9517 8709 0 -1 4202496 7232 0 1 0 104 2 0 0 20 0 19 0 253391411 9855975424 8963 33554432000 1073741824 1073778376 140735979278304 140735979269440 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9517/statm: 2406244 8963 2233 9 0 2396937 0
Current children cumulated CPU time (s) 1.06
Current children cumulated vsize (KiB) 9624976

[startup+1.50066 s]
/proc/loadavg: 2.03 1.86 1.12 3/213 9536
/proc/meminfo: memFree=27678076/32873844 swapFree=6592/6592
[pid=9517] ppid=9515 vsize=9624976 CPUtime=1.96 cores=0,2,4,6
/proc/9517/stat : 9517 (java) S 9515 9517 8709 0 -1 4202496 8033 0 1 0 193 3 0 0 20 0 19 0 253391411 9855975424 12790 33554432000 1073741824 1073778376 140735979278304 140735979269440 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9517/statm: 2406244 12790 2268 9 0 2396937 0
[pid=9517/tid=9519] ppid=9515 vsize=9624976 CPUtime=1.44 cores=0,2,4,6
/proc/9517/task/9519/stat : 9519 (java) R 9515 9517 8709 0 -1 4202560 2459 0 1 0 143 1 0 0 20 0 19 0 253391412 9855975424 12790 33554432000 1073741824 1073778376 140735979278304 140082628080024 140082455996638 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9517/tid=9520] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9520/stat : 9520 (java) S 9515 9517 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253391413 9855975424 12790 33554432000 1073741824 1073778376 140735979278304 140082589571496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9521] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9521/stat : 9521 (java) S 9515 9517 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253391413 9855975424 12790 33554432000 1073741824 1073778376 140735979278304 140082588518952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9522] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9522/stat : 9522 (java) S 9515 9517 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253391413 9855975424 12790 33554432000 1073741824 1073778376 140735979278304 140082587465896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9523] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9523/stat : 9523 (java) S 9515 9517 8709 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253391413 9855975424 12790 33554432000 1073741824 1073778376 140735979278304 140082586413352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9517/tid=9524] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9524/stat : 9524 (java) S 9515 9517 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253391413 9855975424 12790 33554432000 1073741824 1073778376 140735979278304 140082585361320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9525] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9525/stat : 9525 (java) S 9515 9517 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253391413 9855975424 12790 33554432000 1073741824 1073778376 140735979278304 140082584308776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9526] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9526/stat : 9526 (java) S 9515 9517 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253391413 9855975424 12790 33554432000 1073741824 1073778376 140735979278304 140082583255720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9527] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9527/stat : 9527 (java) S 9515 9517 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253391413 9855975424 12790 33554432000 1073741824 1073778376 140735979278304 140082582203176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9517/tid=9528] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9528/stat : 9528 (java) S 9515 9517 8709 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 19 0 253391414 9855975424 12790 33554432000 1073741824 1073778376 140735979278304 140082452347240 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9517/tid=9529] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9529/stat : 9529 (java) S 9515 9517 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253391414 9855975424 12790 33554432000 1073741824 1073778376 140735979278304 140082451293560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9530] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9530/stat : 9530 (java) S 9515 9517 8709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253391414 9855975424 12790 33554432000 1073741824 1073778376 140735979278304 140082450240392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9531] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9531/stat : 9531 (java) S 9515 9517 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253391417 9855975424 12790 33554432000 1073741824 1073778376 140735979278304 140082449189136 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9532] ppid=9515 vsize=9624976 CPUtime=0.19 cores=0,2,4,6
/proc/9517/task/9532/stat : 9532 (java) S 9515 9517 8709 0 -1 4202560 1524 0 0 0 19 0 0 0 20 0 19 0 253391417 9855975424 12790 33554432000 1073741824 1073778376 140735979278304 140082448137016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9533] ppid=9515 vsize=9624976 CPUtime=0.25 cores=0,2,4,6
/proc/9517/task/9533/stat : 9533 (java) S 9515 9517 8709 0 -1 4202560 2808 0 0 0 25 0 0 0 20 0 19 0 253391417 9855975424 12790 33554432000 1073741824 1073778376 140735979278304 140082447084472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9517/tid=9534] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9534/stat : 9534 (java) S 9515 9517 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253391417 9855975424 12790 33554432000 1073741824 1073778376 140735979278304 140082446031608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9517/tid=9535] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9535/stat : 9535 (java) S 9515 9517 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253391417 9855975424 12790 33554432000 1073741824 1073778376 140735979278304 140082444979272 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9536] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9536/stat : 9536 (java) S 9515 9517 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253391433 9855975424 12790 33554432000 1073741824 1073778376 140735979278304 140082443924520 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9624976

[startup+3.10067 s]
/proc/loadavg: 2.03 1.86 1.12 3/213 9536
/proc/meminfo: memFree=27665408/32873844 swapFree=6592/6592
[pid=9517] ppid=9515 vsize=9624976 CPUtime=3.58 cores=0,2,4,6
/proc/9517/stat : 9517 (java) S 9515 9517 8709 0 -1 4202496 8046 0 1 0 355 3 0 0 20 0 19 0 253391411 9855975424 14332 33554432000 1073741824 1073778376 140735979278304 140735979269440 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9517/statm: 2406244 14332 2268 9 0 2396937 0
[pid=9517/tid=9519] ppid=9515 vsize=9624976 CPUtime=3.03 cores=0,2,4,6
/proc/9517/task/9519/stat : 9519 (java) R 9515 9517 8709 0 -1 4202560 2461 0 1 0 302 1 0 0 20 0 19 0 253391412 9855975424 14332 33554432000 1073741824 1073778376 140735979278304 140082628080120 140082456035159 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9517/tid=9520] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9520/stat : 9520 (java) S 9515 9517 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253391413 9855975424 14332 33554432000 1073741824 1073778376 140735979278304 140082589571496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9521] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9521/stat : 9521 (java) S 9515 9517 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253391413 9855975424 14332 33554432000 1073741824 1073778376 140735979278304 140082588518952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9522] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9522/stat : 9522 (java) S 9515 9517 8709 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253391413 9855975424 14332 33554432000 1073741824 1073778376 140735979278304 140082587465896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9517/tid=9523] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9523/stat : 9523 (java) S 9515 9517 8709 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253391413 9855975424 14332 33554432000 1073741824 1073778376 140735979278304 140082586413352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9517/tid=9524] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9524/stat : 9524 (java) S 9515 9517 8709 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253391413 9855975424 14332 33554432000 1073741824 1073778376 140735979278304 140082585361320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9525] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9525/stat : 9525 (java) S 9515 9517 8709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253391413 9855975424 14332 33554432000 1073741824 1073778376 140735979278304 140082584308776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9526] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9526/stat : 9526 (java) S 9515 9517 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253391413 9855975424 14332 33554432000 1073741824 1073778376 140735979278304 140082583255720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9527] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9527/stat : 9527 (java) S 9515 9517 8709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253391413 9855975424 14332 33554432000 1073741824 1073778376 140735979278304 140082582203176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9517/tid=9528] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9528/stat : 9528 (java) S 9515 9517 8709 0 -1 4202560 31 0 0 0 0 0 0 0 20 0 19 0 253391414 9855975424 14332 33554432000 1073741824 1073778376 140735979278304 140082452347240 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9529] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9529/stat : 9529 (java) S 9515 9517 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253391414 9855975424 14332 33554432000 1073741824 1073778376 140735979278304 140082451293560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9530] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9530/stat : 9530 (java) S 9515 9517 8709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253391414 9855975424 14332 33554432000 1073741824 1073778376 140735979278304 140082450240392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9531] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9531/stat : 9531 (java) S 9515 9517 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253391417 9855975424 14332 33554432000 1073741824 1073778376 140735979278304 140082449189136 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9532] ppid=9515 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/9517/task/9532/stat : 9532 (java) S 9515 9517 8709 0 -1 4202560 1524 0 0 0 21 0 0 0 20 0 19 0 253391417 9855975424 14332 33554432000 1073741824 1073778376 140735979278304 140082448137016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9533] ppid=9515 vsize=9624976 CPUtime=0.26 cores=0,2,4,6
/proc/9517/task/9533/stat : 9533 (java) S 9515 9517 8709 0 -1 4202560 2808 0 0 0 26 0 0 0 20 0 19 0 253391417 9855975424 14332 33554432000 1073741824 1073778376 140735979278304 140082447084472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9517/tid=9534] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9534/stat : 9534 (java) S 9515 9517 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253391417 9855975424 14332 33554432000 1073741824 1073778376 140735979278304 140082446031608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9517/tid=9535] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9535/stat : 9535 (java) S 9515 9517 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253391417 9855975424 14332 33554432000 1073741824 1073778376 140735979278304 140082444979272 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9536] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9536/stat : 9536 (java) S 9515 9517 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253391433 9855975424 14332 33554432000 1073741824 1073778376 140735979278304 140082443924520 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.58
Current children cumulated vsize (KiB) 9624976

[startup+6.30075 s]
/proc/loadavg: 2.03 1.86 1.12 3/213 9536
/proc/meminfo: memFree=27652624/32873844 swapFree=6592/6592
[pid=9517] ppid=9515 vsize=9624976 CPUtime=6.86 cores=0,2,4,6
/proc/9517/stat : 9517 (java) S 9515 9517 8709 0 -1 4202496 8129 0 1 0 683 3 0 0 20 0 19 0 253391411 9855975424 16393 33554432000 1073741824 1073778376 140735979278304 140735979269440 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9517/statm: 2406244 16393 2268 9 0 2396937 0
[pid=9517/tid=9519] ppid=9515 vsize=9624976 CPUtime=6.17 cores=0,2,4,6
/proc/9517/task/9519/stat : 9519 (java) R 9515 9517 8709 0 -1 4202560 2463 0 1 0 616 1 0 0 20 0 19 0 253391412 9855975424 16393 33554432000 1073741824 1073778376 140735979278304 140082628080024 140082455996181 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9517/tid=9520] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9520/stat : 9520 (java) S 9515 9517 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253391413 9855975424 16393 33554432000 1073741824 1073778376 140735979278304 140082589571496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9517/tid=9521] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9521/stat : 9521 (java) S 9515 9517 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253391413 9855975424 16393 33554432000 1073741824 1073778376 140735979278304 140082588518952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9522] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9522/stat : 9522 (java) S 9515 9517 8709 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 253391413 9855975424 16393 33554432000 1073741824 1073778376 140735979278304 140082587465896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9523] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9523/stat : 9523 (java) S 9515 9517 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253391413 9855975424 16393 33554432000 1073741824 1073778376 140735979278304 140082586413352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9524] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9524/stat : 9524 (java) S 9515 9517 8709 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253391413 9855975424 16393 33554432000 1073741824 1073778376 140735979278304 140082585361320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9525] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9525/stat : 9525 (java) S 9515 9517 8709 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253391413 9855975424 16393 33554432000 1073741824 1073778376 140735979278304 140082584308776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9517/tid=9526] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9526/stat : 9526 (java) S 9515 9517 8709 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253391413 9855975424 16393 33554432000 1073741824 1073778376 140735979278304 140082583255720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9527] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9527/stat : 9527 (java) S 9515 9517 8709 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 253391413 9855975424 16393 33554432000 1073741824 1073778376 140735979278304 140082582203176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9528] ppid=9515 vsize=9624976 CPUtime=0.04 cores=0,2,4,6
/proc/9517/task/9528/stat : 9528 (java) S 9515 9517 8709 0 -1 4202560 33 0 0 0 4 0 0 0 20 0 19 0 253391414 9855975424 16393 33554432000 1073741824 1073778376 140735979278304 140082452347240 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9517/tid=9529] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9529/stat : 9529 (java) S 9515 9517 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253391414 9855975424 16393 33554432000 1073741824 1073778376 140735979278304 140082451293560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9530] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9530/stat : 9530 (java) S 9515 9517 8709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253391414 9855975424 16393 33554432000 1073741824 1073778376 140735979278304 140082450240392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9531] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9531/stat : 9531 (java) S 9515 9517 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253391417 9855975424 16393 33554432000 1073741824 1073778376 140735979278304 140082449189136 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9532] ppid=9515 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/9517/task/9532/stat : 9532 (java) S 9515 9517 8709 0 -1 4202560 1525 0 0 0 21 0 0 0 20 0 19 0 253391417 9855975424 16393 33554432000 1073741824 1073778376 140735979278304 140082448137016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9533] ppid=9515 vsize=9624976 CPUtime=0.31 cores=0,2,4,6
/proc/9517/task/9533/stat : 9533 (java) S 9515 9517 8709 0 -1 4202560 2858 0 0 0 31 0 0 0 20 0 19 0 253391417 9855975424 16393 33554432000 1073741824 1073778376 140735979278304 140082447084472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9534] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9534/stat : 9534 (java) S 9515 9517 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253391417 9855975424 16393 33554432000 1073741824 1073778376 140735979278304 140082446031608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9517/tid=9535] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9535/stat : 9535 (java) S 9515 9517 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253391417 9855975424 16393 33554432000 1073741824 1073778376 140735979278304 140082444979272 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9536] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9536/stat : 9536 (java) S 9515 9517 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253391433 9855975424 16393 33554432000 1073741824 1073778376 140735979278304 140082443924520 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.86
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

[pid=9517/tid=9532] ppid=9515 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/9517/task/9532/stat : 9532 (java) S 9515 9517 8709 0 -1 4202560 1525 0 0 0 21 0 0 0 20 0 19 0 253391417 9855975424 109448 33554432000 1073741824 1073778376 140735979278304 140082448137016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9533] ppid=9515 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/9517/task/9533/stat : 9533 (java) S 9515 9517 8709 0 -1 4202560 2861 0 0 0 33 0 0 0 20 0 19 0 253391417 9855975424 109448 33554432000 1073741824 1073778376 140735979278304 140082447084472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9534] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9534/stat : 9534 (java) S 9515 9517 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253391417 9855975424 109448 33554432000 1073741824 1073778376 140735979278304 140082446031608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9517/tid=9535] ppid=9515 vsize=9624976 CPUtime=0.27 cores=0,2,4,6
/proc/9517/task/9535/stat : 9535 (java) S 9515 9517 8709 0 -1 4202560 95 0 0 0 11 16 0 0 20 0 19 0 253391417 9855975424 109448 33554432000 1073741824 1073778376 140735979278304 140082444979272 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9536] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9536/stat : 9536 (java) S 9515 9517 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253391433 9855975424 109448 33554432000 1073741824 1073778376 140735979278304 140082443924520 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1667.1
Current children cumulated vsize (KiB) 9624976

[startup+1722.3 s]
/proc/loadavg: 2.11 2.09 1.88 3/213 9611
/proc/meminfo: memFree=27426452/32873844 swapFree=6592/6592
[pid=9517] ppid=9515 vsize=9624976 CPUtime=1727.22 cores=0,2,4,6
/proc/9517/stat : 9517 (java) S 9515 9517 8709 0 -1 4202496 10659 0 1 0 172671 51 0 0 20 0 19 0 253391411 9855975424 109960 33554432000 1073741824 1073778376 140735979278304 140735979269440 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9517/statm: 2406244 109960 2269 9 0 2396937 0
[pid=9517/tid=9519] ppid=9515 vsize=9624976 CPUtime=1709.82 cores=0,2,4,6
/proc/9517/task/9519/stat : 9519 (java) R 9515 9517 8709 0 -1 4202560 2641 0 1 0 170954 28 0 0 20 0 19 0 253391412 9855975424 109960 33554432000 1073741824 1073778376 140735979278304 140082628079904 140082456016582 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9517/tid=9520] ppid=9515 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/9517/task/9520/stat : 9520 (java) S 9515 9517 8709 0 -1 4202560 280 0 0 0 72 4 0 0 20 0 19 0 253391413 9855975424 109960 33554432000 1073741824 1073778376 140735979278304 140082589571496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9517/tid=9521] ppid=9515 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/9517/task/9521/stat : 9521 (java) S 9515 9517 8709 0 -1 4202560 100 0 0 0 73 4 0 0 20 0 19 0 253391413 9855975424 109960 33554432000 1073741824 1073778376 140735979278304 140082588518952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9522] ppid=9515 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/9517/task/9522/stat : 9522 (java) S 9515 9517 8709 0 -1 4202560 391 0 0 0 73 4 0 0 20 0 19 0 253391413 9855975424 109960 33554432000 1073741824 1073778376 140735979278304 140082587465896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9517/tid=9523] ppid=9515 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/9517/task/9523/stat : 9523 (java) S 9515 9517 8709 0 -1 4202560 433 0 0 0 69 5 0 0 20 0 19 0 253391413 9855975424 109960 33554432000 1073741824 1073778376 140735979278304 140082586413352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9524] ppid=9515 vsize=9624976 CPUtime=0.82 cores=0,2,4,6
/proc/9517/task/9524/stat : 9524 (java) S 9515 9517 8709 0 -1 4202560 429 0 0 0 78 4 0 0 20 0 19 0 253391413 9855975424 109960 33554432000 1073741824 1073778376 140735979278304 140082585361320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9525] ppid=9515 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/9517/task/9525/stat : 9525 (java) S 9515 9517 8709 0 -1 4202560 266 0 0 0 69 4 0 0 20 0 19 0 253391413 9855975424 109960 33554432000 1073741824 1073778376 140735979278304 140082584308776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9517/tid=9526] ppid=9515 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/9517/task/9526/stat : 9526 (java) S 9515 9517 8709 0 -1 4202560 127 0 0 0 75 4 0 0 20 0 19 0 253391413 9855975424 109960 33554432000 1073741824 1073778376 140735979278304 140082583255720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9527] ppid=9515 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/9517/task/9527/stat : 9527 (java) S 9515 9517 8709 0 -1 4202560 171 0 0 0 78 5 0 0 20 0 19 0 253391413 9855975424 109960 33554432000 1073741824 1073778376 140735979278304 140082582203176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9528] ppid=9515 vsize=9624976 CPUtime=6.14 cores=0,2,4,6
/proc/9517/task/9528/stat : 9528 (java) S 9515 9517 8709 0 -1 4202560 154 0 0 0 612 2 0 0 20 0 19 0 253391414 9855975424 109960 33554432000 1073741824 1073778376 140735979278304 140082452347240 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9529] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9529/stat : 9529 (java) S 9515 9517 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253391414 9855975424 109960 33554432000 1073741824 1073778376 140735979278304 140082451293560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9530] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9530/stat : 9530 (java) S 9515 9517 8709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253391414 9855975424 109960 33554432000 1073741824 1073778376 140735979278304 140082450240392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9531] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9531/stat : 9531 (java) S 9515 9517 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253391417 9855975424 109960 33554432000 1073741824 1073778376 140735979278304 140082449189136 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9532] ppid=9515 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/9517/task/9532/stat : 9532 (java) S 9515 9517 8709 0 -1 4202560 1525 0 0 0 21 0 0 0 20 0 19 0 253391417 9855975424 109960 33554432000 1073741824 1073778376 140735979278304 140082448137016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9533] ppid=9515 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/9517/task/9533/stat : 9533 (java) S 9515 9517 8709 0 -1 4202560 2861 0 0 0 33 0 0 0 20 0 19 0 253391417 9855975424 109960 33554432000 1073741824 1073778376 140735979278304 140082447084472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9534] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9534/stat : 9534 (java) S 9515 9517 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253391417 9855975424 109960 33554432000 1073741824 1073778376 140735979278304 140082446031608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9517/tid=9535] ppid=9515 vsize=9624976 CPUtime=0.29 cores=0,2,4,6
/proc/9517/task/9535/stat : 9535 (java) S 9515 9517 8709 0 -1 4202560 99 0 0 0 12 17 0 0 20 0 19 0 253391417 9855975424 109960 33554432000 1073741824 1073778376 140735979278304 140082444979272 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9536] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9536/stat : 9536 (java) S 9515 9517 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253391433 9855975424 109960 33554432000 1073741824 1073778376 140735979278304 140082443924520 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1727.22
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.04 2.07 1.89 3/213 9611
/proc/meminfo: memFree=27424032/32873844 swapFree=6592/6592
[pid=9517] ppid=9515 vsize=9624976 CPUtime=1787.28 cores=0,2,4,6
/proc/9517/stat : 9517 (java) S 9515 9517 8709 0 -1 4202496 10679 0 1 0 178676 52 0 0 20 0 19 0 253391411 9855975424 110483 33554432000 1073741824 1073778376 140735979278304 140735979269440 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9517/statm: 2406244 110483 2269 9 0 2396937 0
[pid=9517/tid=9519] ppid=9515 vsize=9624976 CPUtime=1769.5 cores=0,2,4,6
/proc/9517/task/9519/stat : 9519 (java) R 9515 9517 8709 0 -1 4202560 2644 0 1 0 176921 29 0 0 20 0 19 0 253391412 9855975424 110483 33554432000 1073741824 1073778376 140735979278304 140082628079904 140082456110843 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9517/tid=9520] ppid=9515 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/9517/task/9520/stat : 9520 (java) S 9515 9517 8709 0 -1 4202560 280 0 0 0 73 4 0 0 20 0 19 0 253391413 9855975424 110483 33554432000 1073741824 1073778376 140735979278304 140082589571496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9517/tid=9521] ppid=9515 vsize=9624976 CPUtime=0.77 cores=0,2,4,6
/proc/9517/task/9521/stat : 9521 (java) S 9515 9517 8709 0 -1 4202560 100 0 0 0 73 4 0 0 20 0 19 0 253391413 9855975424 110483 33554432000 1073741824 1073778376 140735979278304 140082588518952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9522] ppid=9515 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/9517/task/9522/stat : 9522 (java) S 9515 9517 8709 0 -1 4202560 402 0 0 0 75 4 0 0 20 0 19 0 253391413 9855975424 110483 33554432000 1073741824 1073778376 140735979278304 140082587465896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9517/tid=9523] ppid=9515 vsize=9624976 CPUtime=0.76 cores=0,2,4,6
/proc/9517/task/9523/stat : 9523 (java) S 9515 9517 8709 0 -1 4202560 433 0 0 0 71 5 0 0 20 0 19 0 253391413 9855975424 110483 33554432000 1073741824 1073778376 140735979278304 140082586413352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9524] ppid=9515 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/9517/task/9524/stat : 9524 (java) S 9515 9517 8709 0 -1 4202560 429 0 0 0 79 4 0 0 20 0 19 0 253391413 9855975424 110483 33554432000 1073741824 1073778376 140735979278304 140082585361320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9517/tid=9525] ppid=9515 vsize=9624976 CPUtime=0.73 cores=0,2,4,6
/proc/9517/task/9525/stat : 9525 (java) S 9515 9517 8709 0 -1 4202560 266 0 0 0 69 4 0 0 20 0 19 0 253391413 9855975424 110483 33554432000 1073741824 1073778376 140735979278304 140082584308776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9517/tid=9526] ppid=9515 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/9517/task/9526/stat : 9526 (java) S 9515 9517 8709 0 -1 4202560 127 0 0 0 77 4 0 0 20 0 19 0 253391413 9855975424 110483 33554432000 1073741824 1073778376 140735979278304 140082583255720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9517/tid=9527] ppid=9515 vsize=9624976 CPUtime=0.83 cores=0,2,4,6
/proc/9517/task/9527/stat : 9527 (java) S 9515 9517 8709 0 -1 4202560 171 0 0 0 78 5 0 0 20 0 19 0 253391413 9855975424 110483 33554432000 1073741824 1073778376 140735979278304 140082582203176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9528] ppid=9515 vsize=9624976 CPUtime=6.29 cores=0,2,4,6
/proc/9517/task/9528/stat : 9528 (java) S 9515 9517 8709 0 -1 4202560 156 0 0 0 627 2 0 0 20 0 19 0 253391414 9855975424 110483 33554432000 1073741824 1073778376 140735979278304 140082452347240 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9529] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9529/stat : 9529 (java) S 9515 9517 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253391414 9855975424 110483 33554432000 1073741824 1073778376 140735979278304 140082451293560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9530] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9530/stat : 9530 (java) S 9515 9517 8709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253391414 9855975424 110483 33554432000 1073741824 1073778376 140735979278304 140082450240392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9531] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9531/stat : 9531 (java) S 9515 9517 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253391417 9855975424 110483 33554432000 1073741824 1073778376 140735979278304 140082449189136 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9532] ppid=9515 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/9517/task/9532/stat : 9532 (java) S 9515 9517 8709 0 -1 4202560 1525 0 0 0 21 0 0 0 20 0 19 0 253391417 9855975424 110483 33554432000 1073741824 1073778376 140735979278304 140082448137016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9533] ppid=9515 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/9517/task/9533/stat : 9533 (java) S 9515 9517 8709 0 -1 4202560 2861 0 0 0 33 0 0 0 20 0 19 0 253391417 9855975424 110483 33554432000 1073741824 1073778376 140735979278304 140082447084472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9534] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9534/stat : 9534 (java) S 9515 9517 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253391417 9855975424 110483 33554432000 1073741824 1073778376 140735979278304 140082446031608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9517/tid=9535] ppid=9515 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/9517/task/9535/stat : 9535 (java) S 9515 9517 8709 0 -1 4202560 103 0 0 0 13 17 0 0 20 0 19 0 253391417 9855975424 110483 33554432000 1073741824 1073778376 140735979278304 140082444979272 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9536] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9536/stat : 9536 (java) S 9515 9517 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253391433 9855975424 110483 33554432000 1073741824 1073778376 140735979278304 140082443924520 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1787.28
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795 s]
/proc/loadavg: 2.03 2.07 1.89 3/213 9611
/proc/meminfo: memFree=27421984/32873844 swapFree=6592/6592
[pid=9517] ppid=9515 vsize=9624976 CPUtime=1800.08 cores=0,2,4,6
/proc/9517/stat : 9517 (java) S 9515 9517 8709 0 -1 4202496 10683 0 1 0 179956 52 0 0 20 0 19 0 253391411 9855975424 110995 33554432000 1073741824 1073778376 140735979278304 140735979269440 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/9517/statm: 2406244 110995 2269 9 0 2396937 0
[pid=9517/tid=9519] ppid=9515 vsize=9624976 CPUtime=1782.05 cores=0,2,4,6
/proc/9517/task/9519/stat : 9519 (java) R 9515 9517 8709 0 -1 4202560 2646 0 1 0 178175 30 0 0 20 0 19 0 253391412 9855975424 110995 33554432000 1073741824 1073778376 140735979278304 140082628079904 140082456016525 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9517/tid=9520] ppid=9515 vsize=9624976 CPUtime=0.78 cores=0,2,4,6
/proc/9517/task/9520/stat : 9520 (java) S 9515 9517 8709 0 -1 4202560 280 0 0 0 74 4 0 0 20 0 19 0 253391413 9855975424 110995 33554432000 1073741824 1073778376 140735979278304 140082589571496 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9517/tid=9521] ppid=9515 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/9517/task/9521/stat : 9521 (java) S 9515 9517 8709 0 -1 4202560 100 0 0 0 75 4 0 0 20 0 19 0 253391413 9855975424 110995 33554432000 1073741824 1073778376 140735979278304 140082588518952 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9522] ppid=9515 vsize=9624976 CPUtime=0.8 cores=0,2,4,6
/proc/9517/task/9522/stat : 9522 (java) S 9515 9517 8709 0 -1 4202560 402 0 0 0 76 4 0 0 20 0 19 0 253391413 9855975424 110995 33554432000 1073741824 1073778376 140735979278304 140082587465896 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9523] ppid=9515 vsize=9624976 CPUtime=0.79 cores=0,2,4,6
/proc/9517/task/9523/stat : 9523 (java) S 9515 9517 8709 0 -1 4202560 433 0 0 0 74 5 0 0 20 0 19 0 253391413 9855975424 110995 33554432000 1073741824 1073778376 140735979278304 140082586413352 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9517/tid=9524] ppid=9515 vsize=9624976 CPUtime=0.86 cores=0,2,4,6
/proc/9517/task/9524/stat : 9524 (java) S 9515 9517 8709 0 -1 4202560 429 0 0 0 82 4 0 0 20 0 19 0 253391413 9855975424 110995 33554432000 1073741824 1073778376 140735979278304 140082585361320 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9517/tid=9525] ppid=9515 vsize=9624976 CPUtime=0.74 cores=0,2,4,6
/proc/9517/task/9525/stat : 9525 (java) S 9515 9517 8709 0 -1 4202560 266 0 0 0 70 4 0 0 20 0 19 0 253391413 9855975424 110995 33554432000 1073741824 1073778376 140735979278304 140082584308776 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9517/tid=9526] ppid=9515 vsize=9624976 CPUtime=0.81 cores=0,2,4,6
/proc/9517/task/9526/stat : 9526 (java) S 9515 9517 8709 0 -1 4202560 127 0 0 0 77 4 0 0 20 0 19 0 253391413 9855975424 110995 33554432000 1073741824 1073778376 140735979278304 140082583255720 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9517/tid=9527] ppid=9515 vsize=9624976 CPUtime=0.85 cores=0,2,4,6
/proc/9517/task/9527/stat : 9527 (java) S 9515 9517 8709 0 -1 4202560 171 0 0 0 80 5 0 0 20 0 19 0 253391413 9855975424 110995 33554432000 1073741824 1073778376 140735979278304 140082582203176 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9528] ppid=9515 vsize=9624976 CPUtime=6.37 cores=0,2,4,6
/proc/9517/task/9528/stat : 9528 (java) S 9515 9517 8709 0 -1 4202560 158 0 0 0 635 2 0 0 20 0 19 0 253391414 9855975424 110995 33554432000 1073741824 1073778376 140735979278304 140082452347240 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9529] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9529/stat : 9529 (java) S 9515 9517 8709 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253391414 9855975424 110995 33554432000 1073741824 1073778376 140735979278304 140082451293560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9530] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9530/stat : 9530 (java) S 9515 9517 8709 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253391414 9855975424 110995 33554432000 1073741824 1073778376 140735979278304 140082450240392 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9531] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9531/stat : 9531 (java) S 9515 9517 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253391417 9855975424 110995 33554432000 1073741824 1073778376 140735979278304 140082449189136 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9532] ppid=9515 vsize=9624976 CPUtime=0.21 cores=0,2,4,6
/proc/9517/task/9532/stat : 9532 (java) S 9515 9517 8709 0 -1 4202560 1525 0 0 0 21 0 0 0 20 0 19 0 253391417 9855975424 110995 33554432000 1073741824 1073778376 140735979278304 140082448137016 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9517/tid=9533] ppid=9515 vsize=9624976 CPUtime=0.33 cores=0,2,4,6
/proc/9517/task/9533/stat : 9533 (java) S 9515 9517 8709 0 -1 4202560 2861 0 0 0 33 0 0 0 20 0 19 0 253391417 9855975424 110995 33554432000 1073741824 1073778376 140735979278304 140082447084472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9534] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9534/stat : 9534 (java) S 9515 9517 8709 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253391417 9855975424 110995 33554432000 1073741824 1073778376 140735979278304 140082446031608 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9517/tid=9535] ppid=9515 vsize=9624976 CPUtime=0.3 cores=0,2,4,6
/proc/9517/task/9535/stat : 9535 (java) S 9515 9517 8709 0 -1 4202560 103 0 0 0 13 17 0 0 20 0 19 0 253391417 9855975424 110995 33554432000 1073741824 1073778376 140735979278304 140082444979272 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9517/tid=9536] ppid=9515 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/9517/task/9536/stat : 9536 (java) S 9515 9517 8709 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253391433 9855975424 110995 33554432000 1073741824 1073778376 140735979278304 140082443924520 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 9624976

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 9517 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=80106
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=973851
# CPU time returned by wait4() is 1796.05
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1795.05
CPU time (s): 1800.08
CPU user time (s): 1799.56
CPU system time (s): 0.52
CPU usage (%): 100.28
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.08
system time used= 0.973851
maximum resident set size= 444140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10726
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41759
involuntary context switches= 21568

runsolver used 5.70213 second user time and 14.2718 second system time

The end

Launcher Data

Begin job on node140 at 2012-05-24 17:17:46
IDJOB=3687565
IDBENCH=1948
IDSOLVER=2269
FILE ID=node140/3687565-1337872666
RUNJOBID= node140-1337871881-8725
PBS_JOBID= 14620064
Free space on /tmp= 71660 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_22.opb.PB06.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687565-1337872666/watcher-3687565-1337872666 -o /tmp/evaluation-result-3687565-1337872666/solver-3687565-1337872666 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687565-1337872666.opb

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

MD5SUM BENCH= a65a3b6248e07fcc15fb8d2bec9ac9bd
RANDOM SEED=672009774

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27708360 kB
Buffers:          219688 kB
Cached:          3280840 kB
SwapCached:            0 kB
Active:          1279272 kB
Inactive:        3101184 kB
Active(anon):     881588 kB
Inactive(anon):        0 kB
Active(file):     397684 kB
Inactive(file):  3101184 kB
Unevictable:        6592 kB
Mlocked:            6592 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               552 kB
Writeback:             0 kB
AnonPages:        891880 kB
Mapped:            22604 kB
Shmem:               200 kB
Slab:             639936 kB
SReclaimable:      82452 kB
SUnreclaim:       557484 kB
KernelStack:        1592 kB
PageTables:         6268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1772108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    841728 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71664 MiB
End job on node140 at 2012-05-24 17:47:43