Trace number 4090477

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16MSAT (TO) 1800.02 1797.34

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/
spot5/normalized-spot5-1502_wcsp.wbo
MD5SUM5d88a80efe7697cc210830a3f6a69d8c
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark28042
Best CPU time to get the best result obtained on this benchmark0.275957
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables622
Total number of constraints743
Number of soft constraints534
Number of constraints which are clauses534
Number of constraints which are cardinality constraints (but not clauses)209
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint4
Top cost 89201
Min constraint cost 1
Max constraint cost 89201
Sum of constraints costs 29079525
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4090477-1466072033.wbo
0.09/0.11	c reading problem ... 
0.24/0.20	c ... done. Wall clock time 0.083s.
0.24/0.20	c declared #vars     622
0.24/0.20	c internal #vars     1156
0.24/0.20	c #constraints  952
0.24/0.20	c constraints type 
0.24/0.20	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 427
0.24/0.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 102
0.24/0.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 423
0.24/0.20	c 952 constraints processed.
0.24/0.20	c objective function length is 534 literals
0.24/0.22	c SATISFIABLE
0.24/0.22	c OPTIMIZING...
0.24/0.22	c Got one! Elapsed wall clock time (in seconds):0.109
0.24/0.22	o 28042
1.10/0.83	c cleaning 2503 clauses out of 5006 with flag 10004/5006
1.91/1.50	c cleaning 4252 clauses out of 8503 with flag 22004/11006
2.72/2.33	c cleaning 5626 clauses out of 11251 with flag 36004/18006
3.84/3.42	c cleaning 6813 clauses out of 13625 with flag 52004/26006
5.05/4.65	c cleaning 7904 clauses out of 15812 with flag 70004/35006
6.76/6.30	c cleaning 8954 clauses out of 17907 with flag 91478/45005
8.56/8.11	c cleaning 9977 clauses out of 19953 with flag 114763/56005
10.25/9.88	c cleaning 10985 clauses out of 21977 with flag 138765/68006
12.67/12.28	c cleaning 11994 clauses out of 23992 with flag 164765/81006
15.48/15.00	c cleaning 12997 clauses out of 25998 with flag 192765/95006
18.38/17.91	c cleaning 14001 clauses out of 28001 with flag 222765/110006
22.08/21.64	c cleaning 15000 clauses out of 30000 with flag 254765/126006
25.58/25.14	c cleaning 15998 clauses out of 32000 with flag 288765/143006
28.98/28.57	c cleaning 16999 clauses out of 34002 with flag 324765/161006
32.69/32.27	c cleaning 17995 clauses out of 36002 with flag 362763/180005
36.29/35.84	c cleaning 19003 clauses out of 38008 with flag 402765/200006
40.29/39.82	c cleaning 20002 clauses out of 40004 with flag 444763/221005
43.99/43.59	c cleaning 20999 clauses out of 42002 with flag 488763/243005
48.59/48.18	c cleaning 22002 clauses out of 44004 with flag 534765/266006
56.89/56.46	c cleaning 23001 clauses out of 46002 with flag 582765/290006
62.29/61.85	c cleaning 23999 clauses out of 48001 with flag 632765/315006
68.59/68.12	c cleaning 24997 clauses out of 50002 with flag 684765/341006
75.21/74.72	c cleaning 26001 clauses out of 52005 with flag 738765/368006
81.81/81.37	c cleaning 27000 clauses out of 54004 with flag 794765/396006
89.62/89.14	c cleaning 28002 clauses out of 56004 with flag 852765/425006
98.11/97.64	c cleaning 29001 clauses out of 58002 with flag 912765/455006
104.51/104.09	c cleaning 29998 clauses out of 60000 with flag 974763/486005
113.31/112.82	c cleaning 31002 clauses out of 62003 with flag 1038765/518006
123.72/123.28	c cleaning 31993 clauses out of 64001 with flag 1104765/551006
133.31/132.87	c cleaning 33002 clauses out of 66008 with flag 1172765/585006
141.91/141.44	c cleaning 34001 clauses out of 68005 with flag 1242763/620005
151.21/150.80	c cleaning 35001 clauses out of 70004 with flag 1314763/656005
162.91/162.45	c cleaning 36000 clauses out of 72003 with flag 1388763/693005
175.11/174.64	c cleaning 37001 clauses out of 74003 with flag 1464763/731005
185.51/185.01	c cleaning 38000 clauses out of 76003 with flag 1542765/770006
198.81/198.31	c cleaning 38998 clauses out of 78002 with flag 1622763/810005
212.74/212.28	c cleaning 40000 clauses out of 80004 with flag 1704763/851005
224.14/223.62	c cleaning 41002 clauses out of 82004 with flag 1788763/893005
235.24/234.71	c cleaning 42001 clauses out of 84002 with flag 1874763/936005
244.75/244.30	c cleaning 43000 clauses out of 86001 with flag 1962763/980005
261.35/260.81	c cleaning 43997 clauses out of 88001 with flag 2052763/1025005
280.14/279.68	c cleaning 44997 clauses out of 90004 with flag 2144763/1071005
296.74/296.21	c cleaning 46000 clauses out of 92008 with flag 2238765/1118006
313.64/313.12	c cleaning 47004 clauses out of 94007 with flag 2334763/1166005
331.04/330.56	c cleaning 47999 clauses out of 96003 with flag 2432763/1215005
349.05/348.51	c cleaning 49000 clauses out of 98004 with flag 2532763/1265005
370.40/369.86	c cleaning 50002 clauses out of 100004 with flag 2634763/1316005
388.59/388.03	c cleaning 50998 clauses out of 102004 with flag 2738767/1368007
405.10/404.51	c cleaning 52002 clauses out of 104005 with flag 2844765/1421006
424.30/423.70	c cleaning 53001 clauses out of 106003 with flag 2952765/1475006
442.00/441.47	c cleaning 54001 clauses out of 108001 with flag 3062763/1530005
464.81/464.29	c cleaning 54998 clauses out of 110001 with flag 3174765/1586006
486.00/485.49	c cleaning 55998 clauses out of 112002 with flag 3288763/1643005
508.91/508.34	c cleaning 57002 clauses out of 114004 with flag 3404763/1701005
533.11/532.54	c cleaning 57998 clauses out of 116002 with flag 3522763/1760005
554.14/553.55	c cleaning 59000 clauses out of 118004 with flag 3642763/1820005
584.25/583.61	c cleaning 59998 clauses out of 120005 with flag 3764765/1881006
610.16/609.54	c cleaning 61000 clauses out of 122006 with flag 3888763/1943005
632.45/631.81	c cleaning 61999 clauses out of 124006 with flag 4014763/2006005
661.86/661.24	c cleaning 63002 clauses out of 126007 with flag 4142764/2070005
702.95/702.31	c cleaning 63999 clauses out of 128005 with flag 4272764/2135005
742.77/742.12	c cleaning 65000 clauses out of 130007 with flag 4404766/2201006
782.33/781.66	c cleaning 65999 clauses out of 132006 with flag 4538764/2268005
816.33/815.60	c cleaning 67001 clauses out of 134008 with flag 4674766/2336006
862.23/861.55	c cleaning 67997 clauses out of 136006 with flag 4812764/2405005
895.73/895.07	c cleaning 69004 clauses out of 138009 with flag 4952764/2475005
928.94/928.28	c cleaning 69996 clauses out of 140006 with flag 5094766/2546006
973.75/973.01	c cleaning 71005 clauses out of 142009 with flag 5238764/2618005
1010.63/1009.82	c cleaning 71996 clauses out of 144004 with flag 5384764/2691005
1048.03/1047.28	c cleaning 72999 clauses out of 146008 with flag 5532764/2765005
1078.43/1077.62	c cleaning 73998 clauses out of 148010 with flag 5682766/2840006
1126.84/1126.08	c cleaning 75002 clauses out of 150011 with flag 5834764/2916005
1167.85/1167.02	c cleaning 76004 clauses out of 152010 with flag 5988766/2993006
1218.67/1217.87	c cleaning 77003 clauses out of 154006 with flag 6144766/3071006
1260.62/1259.67	c cleaning 77999 clauses out of 156003 with flag 6302953/3150006
1277.11/1276.10	c cleaning 78996 clauses out of 158005 with flag 6509040/3230007
1293.91/1292.89	c cleaning 80000 clauses out of 160007 with flag 6719134/3311005
1304.62/1303.55	c cleaning 80998 clauses out of 162007 with flag 6907231/3393005
1323.51/1322.48	c cleaning 82002 clauses out of 164010 with flag 7155109/3476006
1344.91/1343.73	c cleaning 82999 clauses out of 166008 with flag 7385438/3560006
1352.02/1350.89	c cleaning 83996 clauses out of 168008 with flag 7555712/3645005
1359.01/1357.84	c cleaning 85000 clauses out of 170013 with flag 7728044/3731006
1366.32/1365.15	c cleaning 86003 clauses out of 172012 with flag 7902328/3818005
1374.31/1373.10	c cleaning 86999 clauses out of 174010 with flag 8078664/3906006
1382.15/1380.82	c cleaning 87998 clauses out of 176011 with flag 8257017/3995006
1389.35/1388.08	c cleaning 89001 clauses out of 178013 with flag 8437352/4085006
1397.16/1395.86	c cleaning 89999 clauses out of 180011 with flag 8619663/4176005
1405.16/1403.89	c cleaning 90999 clauses out of 182012 with flag 8803972/4268005
1412.38/1410.97	c cleaning 92006 clauses out of 184013 with flag 8990284/4361005
1419.68/1418.23	c cleaning 92998 clauses out of 186007 with flag 9178641/4455005
1427.10/1425.68	c cleaning 94005 clauses out of 188010 with flag 9368979/4550006
1434.49/1433.00	c cleaning 95002 clauses out of 190005 with flag 9561320/4646006
1441.63/1440.06	c cleaning 95999 clauses out of 192002 with flag 9755689/4743005
1448.82/1447.24	c cleaning 97000 clauses out of 194004 with flag 9952071/4841006
1456.22/1454.64	c cleaning 97998 clauses out of 196003 with flag 10150412/4940005
1463.32/1461.74	c cleaning 98996 clauses out of 198005 with flag 10350707/5040005
1471.27/1469.48	c cleaning 100001 clauses out of 200009 with flag 10553088/5141005
1478.57/1476.79	c cleaning 101001 clauses out of 202009 with flag 10757488/5243006
1486.27/1484.47	c cleaning 102001 clauses out of 204007 with flag 10963815/5346005
1494.68/1492.85	c cleaning 103004 clauses out of 206007 with flag 11172148/5450006
1504.11/1502.19	c cleaning 103996 clauses out of 208003 with flag 11382481/5555006
1512.81/1510.80	c cleaning 105003 clauses out of 210006 with flag 11594829/5661005
1520.31/1518.39	c cleaning 105996 clauses out of 212003 with flag 11809264/5768005
1528.90/1526.86	c cleaning 106999 clauses out of 214007 with flag 12025614/5876005
1538.80/1536.71	c cleaning 107997 clauses out of 216008 with flag 12243960/5985005
1548.89/1546.82	c cleaning 109003 clauses out of 218011 with flag 12464333/6095005
1558.37/1556.26	c cleaning 109998 clauses out of 220008 with flag 12686781/6206005
1568.07/1565.96	c cleaning 111000 clauses out of 222010 with flag 12911129/6318005
1583.07/1580.94	c cleaning 111998 clauses out of 224010 with flag 13139926/6431005
1593.89/1591.64	c cleaning 112999 clauses out of 226012 with flag 13368393/6545005
1603.89/1601.65	c cleaning 114005 clauses out of 228013 with flag 13598898/6660005
1614.89/1612.61	c cleaning 114992 clauses out of 230008 with flag 13831302/6776005
1626.26/1623.92	c cleaning 116005 clauses out of 232016 with flag 14065736/6893005
1637.07/1634.73	c cleaning 117003 clauses out of 234012 with flag 14302247/7011006
1648.46/1646.12	c cleaning 118001 clauses out of 236009 with flag 14540630/7130006
1660.43/1658.03	c cleaning 118999 clauses out of 238008 with flag 14781143/7250006
1672.23/1669.82	c cleaning 120002 clauses out of 240008 with flag 15023637/7371005
1684.72/1682.35	c cleaning 121001 clauses out of 242006 with flag 15268072/7493005
1698.29/1695.85	c cleaning 122000 clauses out of 244005 with flag 15514556/7616005
1712.09/1709.64	c cleaning 123000 clauses out of 246006 with flag 15763036/7740006
1724.38/1721.86	c cleaning 123999 clauses out of 248006 with flag 16013582/7865006
1736.98/1734.48	c cleaning 125001 clauses out of 250006 with flag 16266079/7991005
1750.58/1748.01	c cleaning 126002 clauses out of 252005 with flag 16520512/8118005
1763.94/1761.34	c cleaning 126999 clauses out of 254004 with flag 16777070/8246006
1777.54/1774.93	c cleaning 128003 clauses out of 256006 with flag 17035492/8375007
1791.72/1789.06	c cleaning 128998 clauses out of 258001 with flag 17296003/8505005
1800.02/1797.30	c starts		: 2622
1800.02/1797.30	c conflicts		: 8620520
1800.02/1797.30	c decisions		: 15448423
1800.02/1797.30	c propagations		: 1131861334
1800.02/1797.30	c inspects		: 34937645007
1800.02/1797.30	c shortcuts		: 0
1800.02/1797.30	c learnt literals	: 0
1800.02/1797.30	c learnt binary clauses	: 0
1800.02/1797.30	c learnt ternary clauses	: 2
1800.02/1797.30	c learnt constraints	: 8620520
1800.02/1797.30	c ignored constraints	: 0
1800.02/1797.30	c root simplifications	: 0
1800.02/1797.30	c removed literals (reason simplification)	: 0
1800.02/1797.30	c reason swapping (by a shorter reason)	: 0
1800.02/1797.30	c Calls to reduceDB	: 126
1800.02/1797.30	c Number of update (reduction) of LBD	: 17245
1800.02/1797.30	c Imported unit clauses	: 0
1800.02/1797.30	c number of reductions to clauses (during analyze)	: 0
1800.02/1797.30	c number of learned constraints concerned by reduction	: 0
1800.02/1797.30	c number of learning phase by resolution	: 0
1800.02/1797.30	c number of learning phase by cutting planes	: 0
1800.02/1797.30	c speed (assignments/second)	: 629826.5728117523
1800.02/1797.30	c non guided choices	8354
1800.02/1797.33	c learnt constraints type 
1800.02/1797.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 244518
1800.02/1797.33	s SATISFIABLE
1800.02/1797.33	c Found 1 solution(s)
1800.02/1797.33	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 -x480 x481 -x482 -x483 -x484 x485 -x486 -x487 x488 -x489 -x490 x491 -x492 -x493 -x494 -x495 -x496 x497 -x498 -x499 -x500 x501 -x502 -x503 x504 -x505 -x506 x507 -x508 -x509 -x510 -x511 -x512 x513 -x514 -x515 x516 -x517 -x518 -x519 -x520 x521 -x522 -x523 x524 -x525 -x526 -x527 -x528 x529 -x530 -x531 x532 -x533 -x534 x535 -x536 -x537 -x538 -x539 x540 -x541 -x542 x543 -x544 -x545 -x546 x547 -x548 -x549 -x550 -x551 x552 -x553 -x554 -x555 -x556 x557 -x558 x559 -x560 -x561 -x562 -x563 x564 -x565 -x566 x567 -x568 -x569 -x570 -x571 x572 -x573 -x574 x575 -x576 x577 -x578 -x579 -x580 x581 -x582 -x583 -x584 -x585 x586 -x587 -x588 x589 -x590 -x591 x592 -x593 -x594 x595 -x596 -x597 x598 x599 -x600 -x601 x602 -x603 -x604 x605 -x606 x607 -x608 -x609 -x610 x611 -x612 -x613 -x614 -x615 x616 -x617 -x618 -x619 -x620 x621 -x622 
1800.02/1797.33	c objective function=28042
1800.02/1797.33	c Total wall clock time (in seconds): 1797.22

Verifier Data

OK	28042

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4090477-1466072033/watcher-4090477-1466072033 -o /tmp/evaluation-result-4090477-1466072033/solver-4090477-1466072033 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466062123-8045 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090477-1466072033.wbo 

pid=13927
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.24 2.20 2.18 3/194 13930
/proc/meminfo: memFree=29487452/32872528 swapFree=1190796/1305260
[pid=13930] ppid=13927 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/13930/stat : 13930 (java) D 13927 13930 8029 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 9249974 2560000 46 33554432000 1073741824 1073778376 140736008145104 140736008142232 214528257319 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/13930/statm: 625 46 37 9 0 29 0

[startup+0.100059 s]
/proc/loadavg: 2.24 2.20 2.18 3/194 13930
/proc/meminfo: memFree=29487452/32872528 swapFree=1190796/1305260
[pid=13930] ppid=13927 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/13930/stat : 13930 (java) S 13927 13930 8029 0 -1 4202496 4386 0 1 0 8 1 0 0 20 0 18 0 9249974 9787879424 6026 33554432000 1073741824 1073778376 140736008145104 140736008136240 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13930/statm: 2389619 6026 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 2.24 2.20 2.18 3/194 13930
/proc/meminfo: memFree=29487452/32872528 swapFree=1190796/1305260
[pid=13930] ppid=13927 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/13930/stat : 13930 (java) S 13927 13930 8029 0 -1 4202496 4762 0 1 0 23 1 0 0 20 0 18 0 9249974 9787879424 6840 33554432000 1073741824 1073778376 140736008145104 140736008136240 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13930/statm: 2389619 6840 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300225 s]
/proc/loadavg: 2.24 2.20 2.18 3/194 13930
/proc/meminfo: memFree=29487452/32872528 swapFree=1190796/1305260
[pid=13930] ppid=13927 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/13930/stat : 13930 (java) S 13927 13930 8029 0 -1 4202496 6637 0 1 0 45 1 0 0 20 0 19 0 9249974 9856040960 8342 33554432000 1073741824 1073778376 140736008145104 140736008136240 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13930/statm: 2406260 8342 2244 9 0 2396937 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9625040

[startup+0.700163 s]
/proc/loadavg: 2.24 2.20 2.18 3/194 13930
/proc/meminfo: memFree=29487452/32872528 swapFree=1190796/1305260
[pid=13930] ppid=13927 vsize=9625040 CPUtime=1 cores=0,2,4,6
/proc/13930/stat : 13930 (java) S 13927 13930 8029 0 -1 4202496 7017 0 1 0 99 1 0 0 20 0 19 0 9249974 9856040960 10134 33554432000 1073741824 1073778376 140736008145104 140736008136240 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13930/statm: 2406260 10134 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 9625040

[startup+1.50081 s]
/proc/loadavg: 2.24 2.20 2.18 3/213 13949
/proc/meminfo: memFree=29448376/32872528 swapFree=1190796/1305260
[pid=13930] ppid=13927 vsize=9625040 CPUtime=1.91 cores=0,2,4,6
/proc/13930/stat : 13930 (java) S 13927 13930 8029 0 -1 4202496 8528 0 1 0 189 2 0 0 20 0 19 0 9249974 9856040960 14299 33554432000 1073741824 1073778376 140736008145104 140736008136240 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13930/statm: 2406260 14299 2260 9 0 2396937 0
[pid=13930/tid=13932] ppid=13927 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/13930/task/13932/stat : 13932 (java) R 13927 13930 8029 0 -1 4202560 2419 0 1 0 144 1 0 0 20 0 19 0 9249975 9856040960 14299 33554432000 1073741824 1073778376 140736008145104 140093199343824 140093059320256 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13930/tid=13933] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13933/stat : 13933 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249976 9856040960 14299 33554432000 1073741824 1073778376 140736008145104 140093177445160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13934] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13934/stat : 13934 (java) S 13927 13930 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9249976 9856040960 14299 33554432000 1073741824 1073778376 140736008145104 140092974820008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13930/tid=13935] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13935/stat : 13935 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249976 9856040960 14299 33554432000 1073741824 1073778376 140736008145104 140092973767720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13930/tid=13936] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13936/stat : 13936 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249976 9856040960 14299 33554432000 1073741824 1073778376 140736008145104 140092972714920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13930/tid=13937] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13937/stat : 13937 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249976 9856040960 14299 33554432000 1073741824 1073778376 140736008145104 140092971661608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13938] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13938/stat : 13938 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249976 9856040960 14299 33554432000 1073741824 1073778376 140736008145104 140092970608808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13930/tid=13939] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13939/stat : 13939 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249976 9856040960 14299 33554432000 1073741824 1073778376 140736008145104 140092969556520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13940] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13940/stat : 13940 (java) S 13927 13930 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9249976 9856040960 14299 33554432000 1073741824 1073778376 140736008145104 140092968503720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13941] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13941/stat : 13941 (java) S 13927 13930 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9249977 9856040960 14299 33554432000 1073741824 1073778376 140736008145104 140092956306152 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13942] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13942/stat : 13942 (java) S 13927 13930 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9249977 9856040960 14299 33554432000 1073741824 1073778376 140736008145104 140092955252216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13943] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13943/stat : 13943 (java) S 13927 13930 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9249977 9856040960 14299 33554432000 1073741824 1073778376 140736008145104 140092954199816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13944] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13944/stat : 13944 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249980 9856040960 14299 33554432000 1073741824 1073778376 140736008145104 140092953148304 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13945] ppid=13927 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/13930/task/13945/stat : 13945 (java) S 13927 13930 8029 0 -1 4202560 1394 0 0 0 15 0 0 0 20 0 19 0 9249980 9856040960 14299 33554432000 1073741824 1073778376 140736008145104 140092952094904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13930/tid=13946] ppid=13927 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/13930/task/13946/stat : 13946 (java) S 13927 13930 8029 0 -1 4202560 3441 0 0 0 27 1 0 0 20 0 19 0 9249980 9856040960 14299 33554432000 1073741824 1073778376 140736008145104 140092951042104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13930/tid=13947] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13947/stat : 13947 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249980 9856040960 14299 33554432000 1073741824 1073778376 140736008145104 140092949990008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13930/tid=13948] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13948/stat : 13948 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249980 9856040960 14299 33554432000 1073741824 1073778376 140736008145104 140092948937416 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13949] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13949/stat : 13949 (java) S 13927 13930 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9249994 9856040960 14299 33554432000 1073741824 1073778376 140736008145104 140092947785128 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.24 2.20 2.18 4/213 13949
/proc/meminfo: memFree=29429448/32872528 swapFree=1190796/1305260
[pid=13930] ppid=13927 vsize=9625040 CPUtime=3.52 cores=0,2,4,6
/proc/13930/stat : 13930 (java) S 13927 13930 8029 0 -1 4202496 8535 0 1 0 350 2 0 0 20 0 19 0 9249974 9856040960 17883 33554432000 1073741824 1073778376 140736008145104 140736008136240 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13930/statm: 2406260 17883 2260 9 0 2396937 0
[pid=13930/tid=13932] ppid=13927 vsize=9625040 CPUtime=3.04 cores=0,2,4,6
/proc/13930/task/13932/stat : 13932 (java) R 13927 13930 8029 0 -1 4202560 2426 0 1 0 303 1 0 0 20 0 19 0 9249975 9856040960 17883 33554432000 1073741824 1073778376 140736008145104 140093199335104 140093059219394 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13930/tid=13933] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13933/stat : 13933 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249976 9856040960 17883 33554432000 1073741824 1073778376 140736008145104 140093177445160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13934] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13934/stat : 13934 (java) S 13927 13930 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9249976 9856040960 17883 33554432000 1073741824 1073778376 140736008145104 140092974820008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13930/tid=13935] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13935/stat : 13935 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249976 9856040960 17883 33554432000 1073741824 1073778376 140736008145104 140092973767720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13930/tid=13936] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13936/stat : 13936 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249976 9856040960 17883 33554432000 1073741824 1073778376 140736008145104 140092972714920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13930/tid=13937] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13937/stat : 13937 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249976 9856040960 17883 33554432000 1073741824 1073778376 140736008145104 140092971661608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13938] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13938/stat : 13938 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249976 9856040960 17883 33554432000 1073741824 1073778376 140736008145104 140092970608808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13930/tid=13939] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13939/stat : 13939 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249976 9856040960 17883 33554432000 1073741824 1073778376 140736008145104 140092969556520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13940] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13940/stat : 13940 (java) S 13927 13930 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9249976 9856040960 17883 33554432000 1073741824 1073778376 140736008145104 140092968503720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13941] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13941/stat : 13941 (java) S 13927 13930 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9249977 9856040960 17883 33554432000 1073741824 1073778376 140736008145104 140092956306152 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13942] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13942/stat : 13942 (java) S 13927 13930 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9249977 9856040960 17883 33554432000 1073741824 1073778376 140736008145104 140092955252216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13943] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13943/stat : 13943 (java) S 13927 13930 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9249977 9856040960 17883 33554432000 1073741824 1073778376 140736008145104 140092954199816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13944] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13944/stat : 13944 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249980 9856040960 17883 33554432000 1073741824 1073778376 140736008145104 140092953148304 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13945] ppid=13927 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/13930/task/13945/stat : 13945 (java) S 13927 13930 8029 0 -1 4202560 1394 0 0 0 15 0 0 0 20 0 19 0 9249980 9856040960 17883 33554432000 1073741824 1073778376 140736008145104 140092952094904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13930/tid=13946] ppid=13927 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/13930/task/13946/stat : 13946 (java) S 13927 13930 8029 0 -1 4202560 3441 0 0 0 27 1 0 0 20 0 19 0 9249980 9856040960 17883 33554432000 1073741824 1073778376 140736008145104 140092951042104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13930/tid=13947] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13947/stat : 13947 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249980 9856040960 17883 33554432000 1073741824 1073778376 140736008145104 140092949990008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13930/tid=13948] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13948/stat : 13948 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249980 9856040960 17883 33554432000 1073741824 1073778376 140736008145104 140092948937416 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13949] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13949/stat : 13949 (java) S 13927 13930 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9249994 9856040960 17883 33554432000 1073741824 1073778376 140736008145104 140092947785128 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 3.52
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.30 2.21 2.19 4/213 13949
/proc/meminfo: memFree=29403096/32872528 swapFree=1190796/1305260
[pid=13930] ppid=13927 vsize=9625040 CPUtime=6.76 cores=0,2,4,6
/proc/13930/stat : 13930 (java) S 13927 13930 8029 0 -1 4202496 8587 0 1 0 673 3 0 0 20 0 19 0 9249974 9856040960 23843 33554432000 1073741824 1073778376 140736008145104 140736008136240 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13930/statm: 2406260 23843 2261 9 0 2396937 0
[pid=13930/tid=13932] ppid=13927 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/13930/task/13932/stat : 13932 (java) R 13927 13930 8029 0 -1 4202560 2439 0 1 0 623 1 0 0 20 0 19 0 9249975 9856040960 23843 33554432000 1073741824 1073778376 140736008145104 140093199343848 140093059381012 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13930/tid=13933] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13933/stat : 13933 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249976 9856040960 23843 33554432000 1073741824 1073778376 140736008145104 140093177445160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13934] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13934/stat : 13934 (java) S 13927 13930 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9249976 9856040960 23843 33554432000 1073741824 1073778376 140736008145104 140092974820008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13930/tid=13935] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13935/stat : 13935 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249976 9856040960 23843 33554432000 1073741824 1073778376 140736008145104 140092973767720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13930/tid=13936] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13936/stat : 13936 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249976 9856040960 23843 33554432000 1073741824 1073778376 140736008145104 140092972714920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13930/tid=13937] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13937/stat : 13937 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249976 9856040960 23843 33554432000 1073741824 1073778376 140736008145104 140092971661608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13938] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13938/stat : 13938 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249976 9856040960 23843 33554432000 1073741824 1073778376 140736008145104 140092970608808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13930/tid=13939] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13939/stat : 13939 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249976 9856040960 23843 33554432000 1073741824 1073778376 140736008145104 140092969556520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13940] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13940/stat : 13940 (java) S 13927 13930 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 9249976 9856040960 23843 33554432000 1073741824 1073778376 140736008145104 140092968503720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13941] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13941/stat : 13941 (java) S 13927 13930 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 9249977 9856040960 23843 33554432000 1073741824 1073778376 140736008145104 140092956306152 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13942] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13942/stat : 13942 (java) S 13927 13930 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 9249977 9856040960 23843 33554432000 1073741824 1073778376 140736008145104 140092955252216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13943] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13943/stat : 13943 (java) S 13927 13930 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9249977 9856040960 23843 33554432000 1073741824 1073778376 140736008145104 140092954199816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13944] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13944/stat : 13944 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249980 9856040960 23843 33554432000 1073741824 1073778376 140736008145104 140092953148304 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13945] ppid=13927 vsize=9625040 CPUtime=0.15 cores=0,2,4,6
/proc/13930/task/13945/stat : 13945 (java) S 13927 13930 8029 0 -1 4202560 1394 0 0 0 15 0 0 0 20 0 19 0 9249980 9856040960 23843 33554432000 1073741824 1073778376 140736008145104 140092952094904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13930/tid=13946] ppid=13927 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/13930/task/13946/stat : 13946 (java) S 13927 13930 8029 0 -1 4202560 3479 0 0 0 30 1 0 0 20 0 19 0 9249980 9856040960 23843 33554432000 1073741824 1073778376 140736008145104 140092951042104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13930/tid=13947] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13947/stat : 13947 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249980 9856040960 23843 33554432000 1073741824 1073778376 140736008145104 140092949990008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13930/tid=13948] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13948/stat : 13948 (java) S 13927 13930 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 9249980 9856040960 23843 33554432000 1073741824 1073778376 140736008145104 140092948937416 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13949] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13949/stat : 13949 (java) S 13927 13930 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9249994 9856040960 23843 33554432000 1073741824 1073778376 140736008145104 140092947785128 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 6.76
Current children cumulated vsize (KiB) 9625040


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

[pid=13930/tid=13949] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13949/stat : 13949 (java) S 13927 13930 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9249994 9856040960 104775 33554432000 1073741824 1073778376 140736008145104 140092947785128 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.88
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.30 2.29 2.24 3/213 14059
/proc/meminfo: memFree=28578256/32872528 swapFree=1190796/1305260
[pid=13930] ppid=13927 vsize=9625040 CPUtime=1785.02 cores=0,2,4,6
/proc/13930/stat : 13930 (java) S 13927 13930 8029 0 -1 4202496 13036 0 1 0 178448 54 0 0 20 0 19 0 9249974 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140736008136240 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13930/statm: 2406260 108184 2276 9 0 2396937 0
[pid=13930/tid=13932] ppid=13927 vsize=9625040 CPUtime=1776.96 cores=0,2,4,6
/proc/13930/task/13932/stat : 13932 (java) R 13927 13930 8029 0 -1 4202560 2499 0 1 0 177666 30 0 0 20 0 19 0 9249975 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140093199342768 140093059182965 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13930/tid=13933] ppid=13927 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/13930/task/13933/stat : 13933 (java) S 13927 13930 8029 0 -1 4202560 552 0 0 0 42 6 0 0 20 0 19 0 9249976 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140093177445160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13930/tid=13934] ppid=13927 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/13930/task/13934/stat : 13934 (java) S 13927 13930 8029 0 -1 4202560 110 0 0 0 26 3 0 0 20 0 19 0 9249976 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092974820008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13930/tid=13935] ppid=13927 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/13930/task/13935/stat : 13935 (java) S 13927 13930 8029 0 -1 4202560 398 0 0 0 27 4 0 0 20 0 19 0 9249976 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092973767720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13930/tid=13936] ppid=13927 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/13930/task/13936/stat : 13936 (java) S 13927 13930 8029 0 -1 4202560 302 0 0 0 29 4 0 0 20 0 19 0 9249976 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092972714920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13930/tid=13937] ppid=13927 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/13930/task/13937/stat : 13937 (java) S 13927 13930 8029 0 -1 4202560 345 0 0 0 29 3 0 0 20 0 19 0 9249976 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092971661608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13930/tid=13938] ppid=13927 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/13930/task/13938/stat : 13938 (java) S 13927 13930 8029 0 -1 4202560 378 0 0 0 22 3 0 0 20 0 19 0 9249976 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092970608808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13930/tid=13939] ppid=13927 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/13930/task/13939/stat : 13939 (java) S 13927 13930 8029 0 -1 4202560 360 0 0 0 28 4 0 0 20 0 19 0 9249976 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092969556520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13940] ppid=13927 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/13930/task/13940/stat : 13940 (java) S 13927 13930 8029 0 -1 4202560 508 0 0 0 28 3 0 0 20 0 19 0 9249976 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092968503720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13930/tid=13941] ppid=13927 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13930/task/13941/stat : 13941 (java) S 13927 13930 8029 0 -1 4202560 79 0 0 0 2 0 0 0 20 0 19 0 9249977 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092956306152 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13942] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13942/stat : 13942 (java) S 13927 13930 8029 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9249977 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092955252216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13943] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13943/stat : 13943 (java) S 13927 13930 8029 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9249977 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092954199816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13944] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13944/stat : 13944 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249980 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092953148304 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13945] ppid=13927 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/13930/task/13945/stat : 13945 (java) S 13927 13930 8029 0 -1 4202560 1395 0 0 0 16 0 0 0 20 0 19 0 9249980 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092952094904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13930/tid=13946] ppid=13927 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/13930/task/13946/stat : 13946 (java) S 13927 13930 8029 0 -1 4202560 4747 0 0 0 51 2 0 0 20 0 19 0 9249980 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092951042104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13930/tid=13947] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13947/stat : 13947 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249980 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092949990008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13930/tid=13948] ppid=13927 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/13930/task/13948/stat : 13948 (java) S 13927 13930 8029 0 -1 4202560 104 0 0 0 21 28 0 0 20 0 19 0 9249980 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092948937416 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13949] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13949/stat : 13949 (java) S 13927 13930 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9249994 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092947785128 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1785.02
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.3 s]
/proc/loadavg: 2.23 2.27 2.23 3/213 14060
/proc/meminfo: memFree=28578508/32872528 swapFree=1190796/1305260
[pid=13930] ppid=13927 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/13930/stat : 13930 (java) S 13927 13930 8029 0 -1 4202496 13036 0 1 0 179948 54 0 0 20 0 19 0 9249974 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140736008136240 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13930/statm: 2406260 108184 2276 9 0 2396937 0
[pid=13930/tid=13932] ppid=13927 vsize=9625040 CPUtime=1791.92 cores=0,2,4,6
/proc/13930/task/13932/stat : 13932 (java) R 13927 13930 8029 0 -1 4202560 2499 0 1 0 179162 30 0 0 20 0 19 0 9249975 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140093199335072 140093059182844 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13930/tid=13933] ppid=13927 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/13930/task/13933/stat : 13933 (java) S 13927 13930 8029 0 -1 4202560 552 0 0 0 42 6 0 0 20 0 19 0 9249976 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140093177445160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13930/tid=13934] ppid=13927 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/13930/task/13934/stat : 13934 (java) S 13927 13930 8029 0 -1 4202560 110 0 0 0 26 3 0 0 20 0 19 0 9249976 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092974820008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13930/tid=13935] ppid=13927 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/13930/task/13935/stat : 13935 (java) S 13927 13930 8029 0 -1 4202560 398 0 0 0 27 4 0 0 20 0 19 0 9249976 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092973767720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13930/tid=13936] ppid=13927 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/13930/task/13936/stat : 13936 (java) S 13927 13930 8029 0 -1 4202560 302 0 0 0 29 4 0 0 20 0 19 0 9249976 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092972714920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13930/tid=13937] ppid=13927 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/13930/task/13937/stat : 13937 (java) S 13927 13930 8029 0 -1 4202560 345 0 0 0 29 3 0 0 20 0 19 0 9249976 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092971661608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13930/tid=13938] ppid=13927 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/13930/task/13938/stat : 13938 (java) S 13927 13930 8029 0 -1 4202560 378 0 0 0 22 3 0 0 20 0 19 0 9249976 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092970608808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13930/tid=13939] ppid=13927 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/13930/task/13939/stat : 13939 (java) S 13927 13930 8029 0 -1 4202560 360 0 0 0 28 4 0 0 20 0 19 0 9249976 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092969556520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13940] ppid=13927 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/13930/task/13940/stat : 13940 (java) S 13927 13930 8029 0 -1 4202560 508 0 0 0 28 3 0 0 20 0 19 0 9249976 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092968503720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13930/tid=13941] ppid=13927 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13930/task/13941/stat : 13941 (java) S 13927 13930 8029 0 -1 4202560 79 0 0 0 2 0 0 0 20 0 19 0 9249977 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092956306152 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13942] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13942/stat : 13942 (java) S 13927 13930 8029 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9249977 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092955252216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13943] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13943/stat : 13943 (java) S 13927 13930 8029 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9249977 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092954199816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13944] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13944/stat : 13944 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249980 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092953148304 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13945] ppid=13927 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/13930/task/13945/stat : 13945 (java) S 13927 13930 8029 0 -1 4202560 1395 0 0 0 16 0 0 0 20 0 19 0 9249980 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092952094904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13930/tid=13946] ppid=13927 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/13930/task/13946/stat : 13946 (java) S 13927 13930 8029 0 -1 4202560 4747 0 0 0 51 2 0 0 20 0 19 0 9249980 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092951042104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13930/tid=13947] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13947/stat : 13947 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249980 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092949990008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13930/tid=13948] ppid=13927 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/13930/task/13948/stat : 13948 (java) S 13927 13930 8029 0 -1 4202560 104 0 0 0 21 28 0 0 20 0 19 0 9249980 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092948937416 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13949] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13949/stat : 13949 (java) S 13927 13930 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9249994 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092947785128 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 13930 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.3 s]
/proc/loadavg: 2.23 2.27 2.23 3/213 14060
/proc/meminfo: memFree=28578508/32872528 swapFree=1190796/1305260
[pid=13930] ppid=13927 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/13930/stat : 13930 (java) S 13927 13930 8029 0 -1 4202496 13036 0 1 0 179948 54 0 0 20 0 19 0 9249974 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140736008136240 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13930/statm: 2406260 108184 2276 9 0 2396937 0
[pid=13930/tid=13932] ppid=13927 vsize=9625040 CPUtime=1791.92 cores=0,2,4,6
/proc/13930/task/13932/stat : 13932 (java) R 13927 13930 8029 0 -1 4202560 2499 0 1 0 179162 30 0 0 20 0 19 0 9249975 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140093199335072 140093059182844 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13930/tid=13933] ppid=13927 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/13930/task/13933/stat : 13933 (java) S 13927 13930 8029 0 -1 4202560 552 0 0 0 42 6 0 0 20 0 19 0 9249976 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140093177445160 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13930/tid=13934] ppid=13927 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/13930/task/13934/stat : 13934 (java) S 13927 13930 8029 0 -1 4202560 110 0 0 0 26 3 0 0 20 0 19 0 9249976 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092974820008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13930/tid=13935] ppid=13927 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/13930/task/13935/stat : 13935 (java) S 13927 13930 8029 0 -1 4202560 398 0 0 0 27 4 0 0 20 0 19 0 9249976 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092973767720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13930/tid=13936] ppid=13927 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/13930/task/13936/stat : 13936 (java) S 13927 13930 8029 0 -1 4202560 302 0 0 0 29 4 0 0 20 0 19 0 9249976 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092972714920 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13930/tid=13937] ppid=13927 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/13930/task/13937/stat : 13937 (java) S 13927 13930 8029 0 -1 4202560 345 0 0 0 29 3 0 0 20 0 19 0 9249976 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092971661608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13930/tid=13938] ppid=13927 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/13930/task/13938/stat : 13938 (java) S 13927 13930 8029 0 -1 4202560 378 0 0 0 22 3 0 0 20 0 19 0 9249976 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092970608808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13930/tid=13939] ppid=13927 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/13930/task/13939/stat : 13939 (java) S 13927 13930 8029 0 -1 4202560 360 0 0 0 28 4 0 0 20 0 19 0 9249976 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092969556520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13940] ppid=13927 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/13930/task/13940/stat : 13940 (java) S 13927 13930 8029 0 -1 4202560 508 0 0 0 28 3 0 0 20 0 19 0 9249976 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092968503720 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13930/tid=13941] ppid=13927 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13930/task/13941/stat : 13941 (java) S 13927 13930 8029 0 -1 4202560 79 0 0 0 2 0 0 0 20 0 19 0 9249977 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092956306152 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13942] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13942/stat : 13942 (java) S 13927 13930 8029 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 9249977 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092955252216 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13943] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13943/stat : 13943 (java) S 13927 13930 8029 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9249977 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092954199816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13944] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13944/stat : 13944 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249980 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092953148304 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13945] ppid=13927 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/13930/task/13945/stat : 13945 (java) S 13927 13930 8029 0 -1 4202560 1395 0 0 0 16 0 0 0 20 0 19 0 9249980 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092952094904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13930/tid=13946] ppid=13927 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/13930/task/13946/stat : 13946 (java) S 13927 13930 8029 0 -1 4202560 4747 0 0 0 51 2 0 0 20 0 19 0 9249980 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092951042104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13930/tid=13947] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13947/stat : 13947 (java) S 13927 13930 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9249980 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092949990008 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13930/tid=13948] ppid=13927 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/13930/task/13948/stat : 13948 (java) S 13927 13930 8029 0 -1 4202560 104 0 0 0 21 28 0 0 20 0 19 0 9249980 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092948937416 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13930/tid=13949] ppid=13927 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13930/task/13949/stat : 13949 (java) S 13927 13930 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9249994 9856040960 108184 33554432000 1073741824 1073778376 140736008145104 140092947785128 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13930 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=19115
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=41841
# CPU time returned by wait4() is 1796.06
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.34
CPU time (s): 1800.02
CPU user time (s): 1799.48
CPU system time (s): 0.54
CPU usage (%): 100.149
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.02
system time used= 1.04184
maximum resident set size= 438764
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13079
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38798
involuntary context switches= 4954

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.4151 second user time and 13.7969 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-16 12:13:54
IDJOB=4090477
IDBENCH=79604
IDSOLVER=2551
FILE ID=node127/4090477-1466072033
RUNJOBID= node127-1466062123-8045
PBS_JOBID= 19904012
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/spot5/normalized-spot5-1502_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090477-1466072033/watcher-4090477-1466072033 -o /tmp/evaluation-result-4090477-1466072033/solver-4090477-1466072033 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466062123-8045 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090477-1466072033.wbo

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

MD5SUM BENCH= 5d88a80efe7697cc210830a3f6a69d8c
RANDOM SEED=410179122

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29487964 kB
Buffers:           16964 kB
Cached:            75596 kB
SwapCached:        34664 kB
Active:          1293960 kB
Inactive:          74084 kB
Active(anon):    1242540 kB
Inactive(anon):    35596 kB
Active(file):      51420 kB
Inactive(file):    38488 kB
Unevictable:     1305260 kB
Mlocked:         1190796 kB
SwapTotal:      67108856 kB
SwapFree:       67066084 kB
Dirty:               820 kB
Writeback:            12 kB
AnonPages:       2558040 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             566300 kB
SReclaimable:      10288 kB
SUnreclaim:       556012 kB
KernelStack:        1568 kB
PageTables:         9096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3127780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1337344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71704 MiB
End job on node127 at 2016-06-16 12:43:51