Trace number 4090504

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.03 1793.44

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap61_wcsp.wbo
MD5SUM58e4788c719f1a12516705b51263d664
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark13812213
Best CPU time to get the best result obtained on this benchmark1800.06
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables832
Total number of constraints1680
Number of soft constraints1614
Number of constraints which are clauses1614
Number of constraints which are cardinality constraints (but not clauses)66
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint16
Top cost 55743026
Min constraint cost 1
Max constraint cost 55743026
Sum of constraints costs 44948405826
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 17
Number of bits of the biggest sum of numbers5
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	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 	16
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@2626d4f1
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 Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4def8cf3
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4090504-1466069359.wbo
0.10/0.11	c reading problem ... 
0.25/0.25	c ... done. Wall clock time 0.137s.
0.25/0.25	c declared #vars     832
0.25/0.25	c internal #vars     2446
0.25/0.25	c #constraints  1746
0.25/0.25	c constraints type 
0.25/0.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 850
0.25/0.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.25/0.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 846
0.25/0.25	c 1746 constraints processed.
0.25/0.25	c objective function length is 1614 literals
0.25/0.29	c SATISFIABLE
0.25/0.29	c OPTIMIZING...
0.25/0.29	c Got one! Elapsed wall clock time (in seconds):0.179
0.25/0.29	o 9065142
1.44/0.96	c cleaning 2497 clauses out of 5000 with flag 11628/5000
2.14/1.57	c cleaning 4248 clauses out of 8507 with flag 32249/11004
2.95/2.36	c cleaning 5628 clauses out of 11256 with flag 59436/18001
3.85/3.24	c cleaning 6809 clauses out of 13628 with flag 84962/26001
4.87/4.26	c cleaning 7906 clauses out of 15818 with flag 117099/35000
5.97/5.39	c cleaning 8954 clauses out of 17913 with flag 149619/45001
7.28/6.70	c cleaning 9971 clauses out of 19958 with flag 184656/56000
8.67/8.08	c cleaning 10995 clauses out of 21989 with flag 222121/68002
10.17/9.55	c cleaning 11997 clauses out of 23995 with flag 262368/81003
11.87/11.25	c cleaning 12989 clauses out of 26001 with flag 307502/95006
13.68/13.05	c cleaning 14005 clauses out of 28009 with flag 356014/110003
15.58/14.95	c cleaning 14997 clauses out of 30003 with flag 404307/126002
17.68/17.08	c cleaning 15998 clauses out of 32004 with flag 458374/143000
20.08/19.42	c cleaning 17003 clauses out of 34007 with flag 513193/161001
22.48/21.83	c cleaning 17997 clauses out of 36004 with flag 579198/180001
25.08/24.41	c cleaning 19002 clauses out of 38010 with flag 644120/200004
27.67/27.09	c cleaning 19988 clauses out of 40004 with flag 706751/221000
30.67/30.04	c cleaning 21011 clauses out of 42022 with flag 774327/243006
33.88/33.24	c cleaning 22005 clauses out of 44009 with flag 844522/266004
37.38/36.72	c cleaning 22996 clauses out of 46000 with flag 919210/290000
40.58/39.96	c cleaning 23992 clauses out of 48007 with flag 1002416/315003
44.15/43.46	c cleaning 24988 clauses out of 50012 with flag 1094488/341000
47.95/47.25	c cleaning 25992 clauses out of 52025 with flag 1179165/368001
51.95/51.21	c cleaning 27014 clauses out of 54032 with flag 1273283/396000
55.95/55.25	c cleaning 27997 clauses out of 56018 with flag 1373360/425000
60.45/59.77	c cleaning 29003 clauses out of 58021 with flag 1466596/455000
65.45/64.71	c cleaning 30009 clauses out of 60018 with flag 1555984/486000
70.35/69.60	c cleaning 30999 clauses out of 62012 with flag 1653531/518003
75.66/74.94	c cleaning 32005 clauses out of 64010 with flag 1760628/551000
81.06/80.37	c cleaning 33000 clauses out of 66005 with flag 1879403/585000
86.95/86.24	c cleaning 33995 clauses out of 68005 with flag 1985334/620000
92.95/92.23	c cleaning 34996 clauses out of 70010 with flag 2096051/656000
98.76/98.08	c cleaning 35998 clauses out of 72015 with flag 2215068/693001
104.69/103.81	c cleaning 36999 clauses out of 74016 with flag 2337940/731000
110.49/109.65	c cleaning 38000 clauses out of 76017 with flag 2467627/770000
116.69/115.84	c cleaning 38994 clauses out of 78018 with flag 2591467/810001
123.29/122.48	c cleaning 39998 clauses out of 80023 with flag 2724422/851000
130.09/129.29	c cleaning 41008 clauses out of 82025 with flag 2857168/893000
137.19/136.37	c cleaning 41992 clauses out of 84017 with flag 2998116/936000
144.39/143.55	c cleaning 43004 clauses out of 86025 with flag 3149120/980000
151.79/150.94	c cleaning 44004 clauses out of 88021 with flag 3301729/1025000
159.40/158.56	c cleaning 44997 clauses out of 90018 with flag 3467762/1071001
166.90/165.91	c cleaning 46009 clauses out of 92021 with flag 3619467/1118001
174.50/173.55	c cleaning 46988 clauses out of 94011 with flag 3770630/1166000
182.10/181.19	c cleaning 48003 clauses out of 96025 with flag 3930384/1215002
190.10/189.13	c cleaning 49000 clauses out of 98020 with flag 4095824/1265000
198.60/197.68	c cleaning 50010 clauses out of 100021 with flag 4253395/1316001
207.91/206.98	c cleaning 51001 clauses out of 102011 with flag 4410723/1368001
218.10/217.10	c cleaning 52001 clauses out of 104009 with flag 4564493/1421000
228.54/227.42	c cleaning 53005 clauses out of 106011 with flag 4724835/1475003
239.34/238.29	c cleaning 53983 clauses out of 108003 with flag 4900009/1530000
249.64/248.56	c cleaning 55005 clauses out of 110023 with flag 5078318/1586003
260.24/259.15	c cleaning 55991 clauses out of 112015 with flag 5262821/1643000
270.75/269.64	c cleaning 57006 clauses out of 114027 with flag 5442066/1701003
281.34/280.26	c cleaning 58012 clauses out of 116023 with flag 5629195/1760005
293.40/292.12	c cleaning 58999 clauses out of 118007 with flag 5816917/1820001
306.01/304.75	c cleaning 59995 clauses out of 120007 with flag 6001253/1881000
318.90/317.61	c cleaning 61003 clauses out of 122014 with flag 6199014/1943002
332.20/330.91	c cleaning 61996 clauses out of 124009 with flag 6400802/2006000
346.32/345.09	c cleaning 62998 clauses out of 126014 with flag 6599494/2070001
359.93/358.69	c cleaning 64006 clauses out of 128019 with flag 6800480/2135004
374.07/372.45	c cleaning 65004 clauses out of 130012 with flag 7005827/2201003
387.88/386.27	c cleaning 65982 clauses out of 132005 with flag 7200034/2268000
402.28/400.65	c cleaning 67004 clauses out of 134023 with flag 7405550/2336000
416.77/415.12	c cleaning 68007 clauses out of 136021 with flag 7644609/2405002
432.47/430.81	c cleaning 68985 clauses out of 138012 with flag 7882455/2475000
448.76/446.94	c cleaning 70004 clauses out of 140027 with flag 8108367/2546000
465.26/463.49	c cleaning 71003 clauses out of 142023 with flag 8337572/2618000
481.36/479.56	c cleaning 72008 clauses out of 144020 with flag 8569464/2691000
498.86/497.02	c cleaning 72984 clauses out of 146012 with flag 8799612/2765000
515.95/514.11	c cleaning 74012 clauses out of 148029 with flag 9051865/2840001
533.07/530.99	c cleaning 75004 clauses out of 150016 with flag 9287146/2916000
550.18/548.05	c cleaning 75988 clauses out of 152012 with flag 9532396/2993000
567.88/565.72	c cleaning 77006 clauses out of 154024 with flag 9789972/3071000
587.27/585.18	c cleaning 78002 clauses out of 156018 with flag 10045229/3150000
607.49/605.09	c cleaning 79001 clauses out of 158016 with flag 10293073/3230000
627.08/624.67	c cleaning 80001 clauses out of 160016 with flag 10551390/3311001
647.28/644.86	c cleaning 80995 clauses out of 162015 with flag 10804880/3393001
667.69/664.89	c cleaning 81998 clauses out of 164019 with flag 11054649/3476000
687.70/684.88	c cleaning 83003 clauses out of 166022 with flag 11313720/3560001
708.41/705.51	c cleaning 84010 clauses out of 168019 with flag 11589962/3645001
728.71/725.87	c cleaning 85003 clauses out of 170008 with flag 11861154/3731000
749.09/745.91	c cleaning 86000 clauses out of 172006 with flag 12126029/3818001
770.58/767.49	c cleaning 86993 clauses out of 174006 with flag 12404811/3906001
793.58/790.48	c cleaning 88007 clauses out of 176013 with flag 12692906/3995001
816.35/812.99	c cleaning 88991 clauses out of 178005 with flag 12960739/4085000
838.54/835.18	c cleaning 90003 clauses out of 180016 with flag 13246083/4176002
861.56/858.19	c cleaning 90991 clauses out of 182011 with flag 13522619/4268000
884.05/880.64	c cleaning 92001 clauses out of 184022 with flag 13820122/4361002
908.06/904.47	c cleaning 93003 clauses out of 186019 with flag 14139035/4455000
934.16/930.57	c cleaning 94003 clauses out of 188017 with flag 14421634/4550001
961.29/957.66	c cleaning 95004 clauses out of 190016 with flag 14726936/4646003
987.13/983.16	c cleaning 96000 clauses out of 192010 with flag 15011262/4743001
1013.72/1009.74	c cleaning 97005 clauses out of 194010 with flag 15310035/4841001
1037.63/1033.68	c cleaning 97992 clauses out of 196004 with flag 15622405/4940000
1062.04/1057.77	c cleaning 99007 clauses out of 198013 with flag 15946706/5040001
1092.15/1087.80	c cleaning 100001 clauses out of 200011 with flag 16255907/5141006
1121.27/1116.54	c cleaning 100984 clauses out of 202004 with flag 16567508/5243000
1147.86/1143.12	c cleaning 102008 clauses out of 204025 with flag 16910050/5346005
1172.77/1168.00	c cleaning 102997 clauses out of 206012 with flag 17227011/5450000
1200.77/1195.65	c cleaning 104003 clauses out of 208017 with flag 17545042/5555002
1227.88/1222.78	c cleaning 104999 clauses out of 210016 with flag 17886460/5661004
1257.94/1252.67	c cleaning 105998 clauses out of 212013 with flag 18219976/5768000
1286.33/1281.00	c cleaning 106999 clauses out of 214015 with flag 18563247/5876000
1315.80/1310.27	c cleaning 107999 clauses out of 216018 with flag 18926821/5985002
1343.49/1337.95	c cleaning 109002 clauses out of 218019 with flag 19283909/6095002
1369.39/1363.83	c cleaning 109994 clauses out of 220016 with flag 19660427/6206001
1398.77/1393.10	c cleaning 111005 clauses out of 222023 with flag 20000131/6318002
1426.58/1420.94	c cleaning 111998 clauses out of 224016 with flag 20348328/6431000
1457.87/1452.05	c cleaning 112995 clauses out of 226019 with flag 20705420/6545001
1487.37/1481.57	c cleaning 114011 clauses out of 228028 with flag 21059375/6660005
1520.04/1514.03	c cleaning 115006 clauses out of 230014 with flag 21398456/6776002
1551.35/1545.32	c cleaning 115985 clauses out of 232006 with flag 21803480/6893000
1584.39/1578.27	c cleaning 117002 clauses out of 234022 with flag 22183660/7011001
1619.41/1613.25	c cleaning 117993 clauses out of 236019 with flag 22557431/7130000
1655.37/1649.08	c cleaning 119000 clauses out of 238028 with flag 22920845/7250002
1690.38/1684.09	c cleaning 119999 clauses out of 240028 with flag 23304271/7371002
1727.17/1720.70	c cleaning 120999 clauses out of 242030 with flag 23697973/7493003
1766.64/1760.09	c cleaning 121993 clauses out of 244028 with flag 24126731/7616000
1800.03/1793.40	c starts		: 122
1800.03/1793.40	c conflicts		: 7725204
1800.03/1793.40	c decisions		: 21908967
1800.03/1793.40	c propagations		: 2392475892
1800.03/1793.40	c inspects		: 24163053075
1800.03/1793.40	c shortcuts		: 0
1800.03/1793.40	c learnt literals	: 0
1800.03/1793.40	c learnt binary clauses	: 0
1800.03/1793.40	c learnt ternary clauses	: 0
1800.03/1793.40	c learnt constraints	: 7725204
1800.03/1793.40	c ignored constraints	: 0
1800.03/1793.40	c root simplifications	: 0
1800.03/1793.40	c removed literals (reason simplification)	: 0
1800.03/1793.40	c reason swapping (by a shorter reason)	: 0
1800.03/1793.40	c Calls to reduceDB	: 119
1800.03/1793.40	c Number of update (reduction) of LBD	: 3174165
1800.03/1793.40	c Imported unit clauses	: 0
1800.03/1793.40	c number of reductions to clauses (during analyze)	: 0
1800.03/1793.40	c number of learned constraints concerned by reduction	: 0
1800.03/1793.40	c number of learning phase by resolution	: 0
1800.03/1793.40	c number of learning phase by cutting planes	: 0
1800.03/1793.40	c speed (assignments/second)	: 1334235.9878715752
1800.03/1793.40	c non guided choices	109
1800.03/1793.43	c learnt constraints type 
1800.03/1793.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 231239
1800.03/1793.43	s SATISFIABLE
1800.03/1793.43	c Found 1 solution(s)
1800.03/1793.44	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 -x623 -x624 -x625 -x626 -x627 -x628 -x629 x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 -x644 -x645 -x646 -x647 x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 x662 -x663 -x664 -x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 x692 -x693 -x694 -x695 -x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 x712 -x713 -x714 -x715 -x716 -x717 -x718 -x719 -x720 -x721 -x722 -x723 -x724 -x725 -x726 x727 -x728 -x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 -x746 -x747 -x748 x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 -x786 -x787 -x788 -x789 -x790 x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 x828 -x829 -x830 -x831 -x832 
1800.03/1793.44	c objective function=9065142
1800.03/1793.44	c Total wall clock time (in seconds): 1793.323

Verifier Data

OK	9065142

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-4090504-1466069359/watcher-4090504-1466069359 -o /tmp/evaluation-result-4090504-1466069359/solver-4090504-1466069359 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466062117-9742 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090504-1466069359.wbo 

pid=10721
running on 8 cores: 4-7,12-15

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.02 2.03 2.00 3/281 10724
/proc/meminfo: memFree=31622420/32872528 swapFree=7036/7036
[pid=10724] ppid=10721 vsize=92900 CPUtime=0 cores=4-7,12-15
/proc/10724/stat : 10724 (java) S 10721 10724 9725 0 -1 4202496 1295 0 0 0 0 0 0 0 20 0 2 0 8980542 95129600 927 33554432000 1073741824 1073778376 140736000951152 140736000942288 216811995197 0 0 4096 0 18446744073709551615 0 0 17 13 0 0 0 0 0
/proc/10724/statm: 23225 927 703 9 0 16769 0
[pid=10724/tid=10725] ppid=10721 vsize=92900 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10725/stat : 10725 (java) D 10721 10724 9725 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 8980543 95129600 927 33554432000 1073741824 1073778376 140736000951152 140085942742568 216799472935 0 0 4096 0 18446744072100756772 0 0 -1 14 0 0 0 0 0

[startup+0.100117 s]
/proc/loadavg: 2.02 2.03 2.00 3/281 10724
/proc/meminfo: memFree=31622420/32872528 swapFree=7036/7036
[pid=10724] ppid=10721 vsize=9896436 CPUtime=0.1 cores=4-7,12-15
/proc/10724/stat : 10724 (java) S 10721 10724 9725 0 -1 4202496 4455 0 1 0 8 2 0 0 20 0 23 0 8980542 10133950464 6082 33554432000 1073741824 1073778376 140736000951152 140736000942288 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0
/proc/10724/statm: 2474109 6082 2125 9 0 2464786 0
[pid=10724/tid=10725] ppid=10721 vsize=9896436 CPUtime=0.06 cores=4-7,12-15
/proc/10724/task/10725/stat : 10725 (java) R 10721 10724 9725 0 -1 4202560 2416 0 1 0 5 1 0 0 20 0 23 0 8980543 10133950464 6082 33554432000 1073741824 1073778376 140736000951152 140085942746016 216812021005 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9896436

[startup+0.200378 s]
/proc/loadavg: 2.02 2.03 2.00 3/281 10724
/proc/meminfo: memFree=31622420/32872528 swapFree=7036/7036
[pid=10724] ppid=10721 vsize=9896436 CPUtime=0.25 cores=4-7,12-15
/proc/10724/stat : 10724 (java) S 10721 10724 9725 0 -1 4202496 4792 0 1 0 23 2 0 0 20 0 23 0 8980542 10133950464 6853 33554432000 1073741824 1073778376 140736000951152 140736000942288 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0
/proc/10724/statm: 2474109 6853 2201 9 0 2464786 0
[pid=10724/tid=10725] ppid=10721 vsize=9896436 CPUtime=0.16 cores=4-7,12-15
/proc/10724/task/10725/stat : 10725 (java) R 10721 10724 9725 0 -1 4202560 2435 0 1 0 15 1 0 0 20 0 23 0 8980543 10133950464 6853 33554432000 1073741824 1073778376 140736000951152 140085942746016 216812021005 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9896436

[startup+0.300395 s]
/proc/loadavg: 2.02 2.03 2.00 3/281 10724
/proc/meminfo: memFree=31622420/32872528 swapFree=7036/7036
[pid=10724] ppid=10721 vsize=9963000 CPUtime=0.44 cores=4-7,12-15
/proc/10724/stat : 10724 (java) S 10721 10724 9725 0 -1 4202496 5365 0 1 0 42 2 0 0 20 0 24 0 8980542 10202112000 8369 33554432000 1073741824 1073778376 140736000951152 140736000942288 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0
/proc/10724/statm: 2490750 8370 2241 9 0 2481427 0
[pid=10724/tid=10725] ppid=10721 vsize=9963000 CPUtime=0.26 cores=4-7,12-15
/proc/10724/task/10725/stat : 10725 (java) R 10721 10724 9725 0 -1 4202560 2450 0 1 0 25 1 0 0 20 0 24 0 8980543 10202112000 8370 33554432000 1073741824 1073778376 140736000951152 140085942747776 216808263499 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9963000

[startup+0.700284 s]
/proc/loadavg: 2.02 2.03 2.00 3/281 10724
/proc/meminfo: memFree=31622420/32872528 swapFree=7036/7036
[pid=10724] ppid=10721 vsize=9963000 CPUtime=1.2 cores=4-7,12-15
/proc/10724/stat : 10724 (java) S 10721 10724 9725 0 -1 4202496 8432 0 1 0 118 2 0 0 20 0 24 0 8980542 10202112000 10356 33554432000 1073741824 1073778376 140736000951152 140736000942288 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0
/proc/10724/statm: 2490750 10356 2247 9 0 2481427 0
[pid=10724/tid=10725] ppid=10721 vsize=9963000 CPUtime=0.66 cores=4-7,12-15
/proc/10724/task/10725/stat : 10725 (java) R 10721 10724 9725 0 -1 4202560 2456 0 1 0 65 1 0 0 20 0 24 0 8980543 10202112000 10356 33554432000 1073741824 1073778376 140736000951152 140085942747776 140085811477472 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9963000

[startup+1.50093 s]
/proc/loadavg: 2.02 2.03 2.00 4/305 10748
/proc/meminfo: memFree=31586772/32872528 swapFree=7036/7036
[pid=10724] ppid=10721 vsize=9963000 CPUtime=2.14 cores=4-7,12-15
/proc/10724/stat : 10724 (java) S 10721 10724 9725 0 -1 4202496 9338 0 1 0 212 2 0 0 20 0 24 0 8980542 10202112000 11458 33554432000 1073741824 1073778376 140736000951152 140736000942288 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0
/proc/10724/statm: 2490750 11458 2262 9 0 2481427 0
[pid=10724/tid=10725] ppid=10721 vsize=9963000 CPUtime=1.46 cores=4-7,12-15
/proc/10724/task/10725/stat : 10725 (java) R 10721 10724 9725 0 -1 4202560 2459 0 1 0 145 1 0 0 20 0 24 0 8980543 10202112000 11458 33554432000 1073741824 1073778376 140736000951152 140085942747336 140085811595922 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10724/tid=10727] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10727/stat : 10727 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 11458 33554432000 1073741824 1073778376 140736000951152 140085931809320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10724/tid=10728] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10728/stat : 10728 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 11458 33554432000 1073741824 1073778376 140736000951152 140085930756520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10724/tid=10729] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10729/stat : 10729 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 11458 33554432000 1073741824 1073778376 140736000951152 140085929703720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10724/tid=10730] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10730/stat : 10730 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 11458 33554432000 1073741824 1073778376 140736000951152 140085783378088 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10724/tid=10731] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10731/stat : 10731 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 11458 33554432000 1073741824 1073778376 140736000951152 140085782326312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10732] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10732/stat : 10732 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 11458 33554432000 1073741824 1073778376 140736000951152 140085781273512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10724/tid=10733] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10733/stat : 10733 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 11458 33554432000 1073741824 1073778376 140736000951152 140085780220712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10724/tid=10734] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10734/stat : 10734 (java) S 10721 10724 9725 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 11458 33554432000 1073741824 1073778376 140736000951152 140085779167912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10735] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10735/stat : 10735 (java) S 10721 10724 9725 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 11458 33554432000 1073741824 1073778376 140736000951152 140085778115112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10724/tid=10736] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10736/stat : 10736 (java) S 10721 10724 9725 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 11458 33554432000 1073741824 1073778376 140736000951152 140085777062312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10724/tid=10737] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10737/stat : 10737 (java) S 10721 10724 9725 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 11458 33554432000 1073741824 1073778376 140736000951152 140085776009512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=10724/tid=10738] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10738/stat : 10738 (java) S 10721 10724 9725 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 11458 33554432000 1073741824 1073778376 140736000951152 140085774956712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10724/tid=10739] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10739/stat : 10739 (java) S 10721 10724 9725 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 11458 33554432000 1073741824 1073778376 140736000951152 140085773904936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10724/tid=10740] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10740/stat : 10740 (java) S 10721 10724 9725 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 8980545 10202112000 11458 33554432000 1073741824 1073778376 140736000951152 140085756443496 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10724/tid=10741] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10741/stat : 10741 (java) S 10721 10724 9725 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 8980546 10202112000 11458 33554432000 1073741824 1073778376 140736000951152 140085755389560 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10742] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10742/stat : 10742 (java) S 10721 10724 9725 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 8980546 10202112000 11458 33554432000 1073741824 1073778376 140736000951152 140085754336648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10743] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10743/stat : 10743 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980548 10202112000 11458 33554432000 1073741824 1073778376 140736000951152 140085753285136 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10744] ppid=10721 vsize=9963000 CPUtime=0.29 cores=4-7,12-15
/proc/10724/task/10744/stat : 10744 (java) S 10721 10724 9725 0 -1 4202560 2652 0 0 0 29 0 0 0 20 0 24 0 8980548 10202112000 11458 33554432000 1073741824 1073778376 140736000951152 140085752232248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10745] ppid=10721 vsize=9963000 CPUtime=0.35 cores=4-7,12-15
/proc/10724/task/10745/stat : 10745 (java) S 10721 10724 9725 0 -1 4202560 2939 0 0 0 35 0 0 0 20 0 24 0 8980548 10202112000 11458 33554432000 1073741824 1073778376 140736000951152 140085751179448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10724/tid=10746] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10746/stat : 10746 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980548 10202112000 11458 33554432000 1073741824 1073778376 140736000951152 140085750126840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10724/tid=10747] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10747/stat : 10747 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980548 10202112000 11458 33554432000 1073741824 1073778376 140736000951152 140085749075272 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10724/tid=10748] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10748/stat : 10748 (java) S 10721 10724 9725 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 8980568 10202112000 11458 33554432000 1073741824 1073778376 140736000951152 140085747922472 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9963000

[startup+3.10093 s]
/proc/loadavg: 2.02 2.03 2.00 3/305 10748
/proc/meminfo: memFree=31581808/32872528 swapFree=7036/7036
[pid=10724] ppid=10721 vsize=9963000 CPUtime=3.75 cores=4-7,12-15
/proc/10724/stat : 10724 (java) S 10721 10724 9725 0 -1 4202496 9342 0 1 0 373 2 0 0 20 0 24 0 8980542 10202112000 12994 33554432000 1073741824 1073778376 140736000951152 140736000942288 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0
/proc/10724/statm: 2490750 12994 2262 9 0 2481427 0
[pid=10724/tid=10725] ppid=10721 vsize=9963000 CPUtime=3.06 cores=4-7,12-15
/proc/10724/task/10725/stat : 10725 (java) R 10721 10724 9725 0 -1 4202560 2463 0 1 0 305 1 0 0 20 0 24 0 8980543 10202112000 12994 33554432000 1073741824 1073778376 140736000951152 140085942747440 140085811596359 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10724/tid=10727] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10727/stat : 10727 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 12994 33554432000 1073741824 1073778376 140736000951152 140085931809320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10724/tid=10728] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10728/stat : 10728 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 12994 33554432000 1073741824 1073778376 140736000951152 140085930756520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10724/tid=10729] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10729/stat : 10729 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 12994 33554432000 1073741824 1073778376 140736000951152 140085929703720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10724/tid=10730] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10730/stat : 10730 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 12994 33554432000 1073741824 1073778376 140736000951152 140085783378088 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10724/tid=10731] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10731/stat : 10731 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 12994 33554432000 1073741824 1073778376 140736000951152 140085782326312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10732] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10732/stat : 10732 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 12994 33554432000 1073741824 1073778376 140736000951152 140085781273512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10724/tid=10733] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10733/stat : 10733 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 12994 33554432000 1073741824 1073778376 140736000951152 140085780220712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10724/tid=10734] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10734/stat : 10734 (java) S 10721 10724 9725 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 12994 33554432000 1073741824 1073778376 140736000951152 140085779167912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10735] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10735/stat : 10735 (java) S 10721 10724 9725 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 12994 33554432000 1073741824 1073778376 140736000951152 140085778115112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10724/tid=10736] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10736/stat : 10736 (java) S 10721 10724 9725 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 12994 33554432000 1073741824 1073778376 140736000951152 140085777062312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10724/tid=10737] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10737/stat : 10737 (java) S 10721 10724 9725 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 12994 33554432000 1073741824 1073778376 140736000951152 140085776009512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=10724/tid=10738] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10738/stat : 10738 (java) S 10721 10724 9725 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 12994 33554432000 1073741824 1073778376 140736000951152 140085774956712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10724/tid=10739] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10739/stat : 10739 (java) S 10721 10724 9725 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 12994 33554432000 1073741824 1073778376 140736000951152 140085773904936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10724/tid=10740] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10740/stat : 10740 (java) S 10721 10724 9725 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 24 0 8980545 10202112000 12994 33554432000 1073741824 1073778376 140736000951152 140085756443496 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10724/tid=10741] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10741/stat : 10741 (java) S 10721 10724 9725 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 24 0 8980546 10202112000 12994 33554432000 1073741824 1073778376 140736000951152 140085755389560 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10742] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10742/stat : 10742 (java) S 10721 10724 9725 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 8980546 10202112000 12994 33554432000 1073741824 1073778376 140736000951152 140085754336648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10743] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10743/stat : 10743 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980548 10202112000 12994 33554432000 1073741824 1073778376 140736000951152 140085753285136 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10744] ppid=10721 vsize=9963000 CPUtime=0.29 cores=4-7,12-15
/proc/10724/task/10744/stat : 10744 (java) S 10721 10724 9725 0 -1 4202560 2652 0 0 0 29 0 0 0 20 0 24 0 8980548 10202112000 12994 33554432000 1073741824 1073778376 140736000951152 140085752232248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10745] ppid=10721 vsize=9963000 CPUtime=0.35 cores=4-7,12-15
/proc/10724/task/10745/stat : 10745 (java) S 10721 10724 9725 0 -1 4202560 2939 0 0 0 35 0 0 0 20 0 24 0 8980548 10202112000 12994 33554432000 1073741824 1073778376 140736000951152 140085751179448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10724/tid=10746] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10746/stat : 10746 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980548 10202112000 12994 33554432000 1073741824 1073778376 140736000951152 140085750126840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10724/tid=10747] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10747/stat : 10747 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980548 10202112000 12994 33554432000 1073741824 1073778376 140736000951152 140085749075272 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10724/tid=10748] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10748/stat : 10748 (java) S 10721 10724 9725 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 8980568 10202112000 12994 33554432000 1073741824 1073778376 140736000951152 140085747922472 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 3.75
Current children cumulated vsize (KiB) 9963000

[startup+6.30095 s]
/proc/loadavg: 2.01 2.03 2.00 3/305 10748
/proc/meminfo: memFree=31570660/32872528 swapFree=7036/7036
[pid=10724] ppid=10721 vsize=9963000 CPUtime=6.97 cores=4-7,12-15
/proc/10724/stat : 10724 (java) S 10721 10724 9725 0 -1 4202496 9350 0 1 0 695 2 0 0 20 0 24 0 8980542 10202112000 15140 33554432000 1073741824 1073778376 140736000951152 140736000942288 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0
/proc/10724/statm: 2490750 15140 2263 9 0 2481427 0
[pid=10724/tid=10725] ppid=10721 vsize=9963000 CPUtime=6.25 cores=4-7,12-15
/proc/10724/task/10725/stat : 10725 (java) R 10721 10724 9725 0 -1 4202560 2469 0 1 0 624 1 0 0 20 0 24 0 8980543 10202112000 15140 33554432000 1073741824 1073778376 140736000951152 140085942738624 140085811545232 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=10724/tid=10727] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10727/stat : 10727 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 15140 33554432000 1073741824 1073778376 140736000951152 140085931809320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10724/tid=10728] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10728/stat : 10728 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 15140 33554432000 1073741824 1073778376 140736000951152 140085930756520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10724/tid=10729] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10729/stat : 10729 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980544 10202112000 15140 33554432000 1073741824 1073778376 140736000951152 140085929703720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10724/tid=10730] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15

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

/proc/10724/task/10735/stat : 10735 (java) S 10721 10724 9725 0 -1 4202560 367 0 0 0 35 11 0 0 20 0 24 0 8980544 10202112000 121247 33554432000 1073741824 1073778376 140736000951152 140085778115112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10724/tid=10736] ppid=10721 vsize=9963000 CPUtime=0.51 cores=4-7,12-15
/proc/10724/task/10736/stat : 10736 (java) S 10721 10724 9725 0 -1 4202560 432 0 0 0 40 11 0 0 20 0 24 0 8980544 10202112000 121247 33554432000 1073741824 1073778376 140736000951152 140085777062312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10724/tid=10737] ppid=10721 vsize=9963000 CPUtime=0.4 cores=4-7,12-15
/proc/10724/task/10737/stat : 10737 (java) S 10721 10724 9725 0 -1 4202560 247 0 0 0 28 12 0 0 20 0 24 0 8980544 10202112000 121247 33554432000 1073741824 1073778376 140736000951152 140085776009512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10724/tid=10738] ppid=10721 vsize=9963000 CPUtime=0.5 cores=4-7,12-15
/proc/10724/task/10738/stat : 10738 (java) S 10721 10724 9725 0 -1 4202560 296 0 0 0 37 13 0 0 20 0 24 0 8980544 10202112000 121247 33554432000 1073741824 1073778376 140736000951152 140085774956712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10724/tid=10739] ppid=10721 vsize=9963000 CPUtime=0.55 cores=4-7,12-15
/proc/10724/task/10739/stat : 10739 (java) S 10721 10724 9725 0 -1 4202560 262 0 0 0 40 15 0 0 20 0 24 0 8980544 10202112000 121247 33554432000 1073741824 1073778376 140736000951152 140085773904936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10724/tid=10740] ppid=10721 vsize=9963000 CPUtime=0.15 cores=4-7,12-15
/proc/10724/task/10740/stat : 10740 (java) S 10721 10724 9725 0 -1 4202560 124 0 0 0 14 1 0 0 20 0 24 0 8980545 10202112000 121247 33554432000 1073741824 1073778376 140736000951152 140085756443496 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10724/tid=10741] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10741/stat : 10741 (java) S 10721 10724 9725 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 8980546 10202112000 121247 33554432000 1073741824 1073778376 140736000951152 140085755389560 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10742] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10742/stat : 10742 (java) S 10721 10724 9725 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 8980546 10202112000 121247 33554432000 1073741824 1073778376 140736000951152 140085754336648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10743] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10743/stat : 10743 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980548 10202112000 121247 33554432000 1073741824 1073778376 140736000951152 140085753285136 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10744] ppid=10721 vsize=9963000 CPUtime=0.31 cores=4-7,12-15
/proc/10724/task/10744/stat : 10744 (java) S 10721 10724 9725 0 -1 4202560 2653 0 0 0 31 0 0 0 20 0 24 0 8980548 10202112000 121247 33554432000 1073741824 1073778376 140736000951152 140085752232248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10745] ppid=10721 vsize=9963000 CPUtime=0.39 cores=4-7,12-15
/proc/10724/task/10745/stat : 10745 (java) S 10721 10724 9725 0 -1 4202560 2990 0 0 0 39 0 0 0 20 0 24 0 8980548 10202112000 121247 33554432000 1073741824 1073778376 140736000951152 140085751179448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10724/tid=10746] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10746/stat : 10746 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980548 10202112000 121247 33554432000 1073741824 1073778376 140736000951152 140085750126840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10724/tid=10747] ppid=10721 vsize=9963000 CPUtime=0.49 cores=4-7,12-15
/proc/10724/task/10747/stat : 10747 (java) S 10721 10724 9725 0 -1 4202560 100 0 0 0 22 27 0 0 20 0 24 0 8980548 10202112000 121247 33554432000 1073741824 1073778376 140736000951152 140085749075272 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10724/tid=10748] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10748/stat : 10748 (java) S 10721 10724 9725 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 8980568 10202112000 121247 33554432000 1073741824 1073778376 140736000951152 140085747922472 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 1728.77
Current children cumulated vsize (KiB) 9963000

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/305 10865
/proc/meminfo: memFree=31095008/32872528 swapFree=7036/7036
[pid=10724] ppid=10721 vsize=9963000 CPUtime=1788.93 cores=4-7,12-15
/proc/10724/stat : 10724 (java) S 10721 10724 9725 0 -1 4202496 13422 0 1 0 178698 195 0 0 20 0 24 0 8980542 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140736000942288 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0
/proc/10724/statm: 2490750 122258 2285 9 0 2481427 0
[pid=10724/tid=10725] ppid=10721 vsize=9963000 CPUtime=1776.68 cores=4-7,12-15
/proc/10724/task/10725/stat : 10725 (java) R 10721 10724 9725 0 -1 4202560 2546 0 1 0 177636 32 0 0 20 0 24 0 8980543 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085942738624 140085811596327 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10727] ppid=10721 vsize=9963000 CPUtime=0.46 cores=4-7,12-15
/proc/10724/task/10727/stat : 10727 (java) S 10721 10724 9725 0 -1 4202560 265 0 0 0 35 11 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085931809320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=10724/tid=10728] ppid=10721 vsize=9963000 CPUtime=0.5 cores=4-7,12-15
/proc/10724/task/10728/stat : 10728 (java) S 10721 10724 9725 0 -1 4202560 367 0 0 0 37 13 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085930756520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10724/tid=10729] ppid=10721 vsize=9963000 CPUtime=0.53 cores=4-7,12-15
/proc/10724/task/10729/stat : 10729 (java) S 10721 10724 9725 0 -1 4202560 122 0 0 0 41 12 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085929703720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10724/tid=10730] ppid=10721 vsize=9963000 CPUtime=0.45 cores=4-7,12-15
/proc/10724/task/10730/stat : 10730 (java) S 10721 10724 9725 0 -1 4202560 298 0 0 0 33 12 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085783378088 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=10724/tid=10731] ppid=10721 vsize=9963000 CPUtime=0.49 cores=4-7,12-15
/proc/10724/task/10731/stat : 10731 (java) S 10721 10724 9725 0 -1 4202560 226 0 0 0 37 12 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085782326312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10724/tid=10732] ppid=10721 vsize=9963000 CPUtime=0.47 cores=4-7,12-15
/proc/10724/task/10732/stat : 10732 (java) S 10721 10724 9725 0 -1 4202560 218 0 0 0 37 10 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085781273512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10724/tid=10733] ppid=10721 vsize=9963000 CPUtime=0.44 cores=4-7,12-15
/proc/10724/task/10733/stat : 10733 (java) S 10721 10724 9725 0 -1 4202560 323 0 0 0 32 12 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085780220712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10724/tid=10734] ppid=10721 vsize=9963000 CPUtime=0.49 cores=4-7,12-15
/proc/10724/task/10734/stat : 10734 (java) S 10721 10724 9725 0 -1 4202560 310 0 0 0 36 13 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085779167912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10724/tid=10735] ppid=10721 vsize=9963000 CPUtime=0.47 cores=4-7,12-15
/proc/10724/task/10735/stat : 10735 (java) S 10721 10724 9725 0 -1 4202560 369 0 0 0 36 11 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085778115112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10724/tid=10736] ppid=10721 vsize=9963000 CPUtime=0.53 cores=4-7,12-15
/proc/10724/task/10736/stat : 10736 (java) S 10721 10724 9725 0 -1 4202560 432 0 0 0 41 12 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085777062312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10724/tid=10737] ppid=10721 vsize=9963000 CPUtime=0.41 cores=4-7,12-15
/proc/10724/task/10737/stat : 10737 (java) S 10721 10724 9725 0 -1 4202560 247 0 0 0 29 12 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085776009512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10724/tid=10738] ppid=10721 vsize=9963000 CPUtime=0.51 cores=4-7,12-15
/proc/10724/task/10738/stat : 10738 (java) S 10721 10724 9725 0 -1 4202560 303 0 0 0 38 13 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085774956712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10724/tid=10739] ppid=10721 vsize=9963000 CPUtime=0.56 cores=4-7,12-15
/proc/10724/task/10739/stat : 10739 (java) S 10721 10724 9725 0 -1 4202560 262 0 0 0 41 15 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085773904936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10724/tid=10740] ppid=10721 vsize=9963000 CPUtime=0.15 cores=4-7,12-15
/proc/10724/task/10740/stat : 10740 (java) S 10721 10724 9725 0 -1 4202560 128 0 0 0 14 1 0 0 20 0 24 0 8980545 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085756443496 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10724/tid=10741] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10741/stat : 10741 (java) S 10721 10724 9725 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 8980546 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085755389560 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10742] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10742/stat : 10742 (java) S 10721 10724 9725 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 8980546 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085754336648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10743] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10743/stat : 10743 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980548 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085753285136 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10744] ppid=10721 vsize=9963000 CPUtime=0.31 cores=4-7,12-15
/proc/10724/task/10744/stat : 10744 (java) S 10721 10724 9725 0 -1 4202560 2653 0 0 0 31 0 0 0 20 0 24 0 8980548 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085752232248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10745] ppid=10721 vsize=9963000 CPUtime=0.39 cores=4-7,12-15
/proc/10724/task/10745/stat : 10745 (java) S 10721 10724 9725 0 -1 4202560 2990 0 0 0 39 0 0 0 20 0 24 0 8980548 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085751179448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10724/tid=10746] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10746/stat : 10746 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980548 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085750126840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10724/tid=10747] ppid=10721 vsize=9963000 CPUtime=0.51 cores=4-7,12-15
/proc/10724/task/10747/stat : 10747 (java) S 10721 10724 9725 0 -1 4202560 104 0 0 0 22 29 0 0 20 0 24 0 8980548 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085749075272 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10724/tid=10748] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10748/stat : 10748 (java) S 10721 10724 9725 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 8980568 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085747922472 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 1788.93
Current children cumulated vsize (KiB) 9963000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1793.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/305 10865
/proc/meminfo: memFree=31095920/32872528 swapFree=7036/7036
[pid=10724] ppid=10721 vsize=9963000 CPUtime=1800.03 cores=4-7,12-15
/proc/10724/stat : 10724 (java) S 10721 10724 9725 0 -1 4202496 13422 0 1 0 179808 195 0 0 20 0 24 0 8980542 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140736000942288 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0
/proc/10724/statm: 2490750 122258 2285 9 0 2481427 0
[pid=10724/tid=10725] ppid=10721 vsize=9963000 CPUtime=1787.76 cores=4-7,12-15
/proc/10724/task/10725/stat : 10725 (java) R 10721 10724 9725 0 -1 4202560 2546 0 1 0 178744 32 0 0 20 0 24 0 8980543 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085942738624 140085811483786 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10727] ppid=10721 vsize=9963000 CPUtime=0.46 cores=4-7,12-15
/proc/10724/task/10727/stat : 10727 (java) S 10721 10724 9725 0 -1 4202560 265 0 0 0 35 11 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085931809320 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=10724/tid=10728] ppid=10721 vsize=9963000 CPUtime=0.5 cores=4-7,12-15
/proc/10724/task/10728/stat : 10728 (java) S 10721 10724 9725 0 -1 4202560 367 0 0 0 37 13 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085930756520 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10724/tid=10729] ppid=10721 vsize=9963000 CPUtime=0.53 cores=4-7,12-15
/proc/10724/task/10729/stat : 10729 (java) S 10721 10724 9725 0 -1 4202560 122 0 0 0 41 12 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085929703720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10724/tid=10730] ppid=10721 vsize=9963000 CPUtime=0.45 cores=4-7,12-15
/proc/10724/task/10730/stat : 10730 (java) S 10721 10724 9725 0 -1 4202560 298 0 0 0 33 12 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085783378088 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=10724/tid=10731] ppid=10721 vsize=9963000 CPUtime=0.49 cores=4-7,12-15
/proc/10724/task/10731/stat : 10731 (java) S 10721 10724 9725 0 -1 4202560 226 0 0 0 37 12 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085782326312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10724/tid=10732] ppid=10721 vsize=9963000 CPUtime=0.47 cores=4-7,12-15
/proc/10724/task/10732/stat : 10732 (java) S 10721 10724 9725 0 -1 4202560 218 0 0 0 37 10 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085781273512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10724/tid=10733] ppid=10721 vsize=9963000 CPUtime=0.44 cores=4-7,12-15
/proc/10724/task/10733/stat : 10733 (java) S 10721 10724 9725 0 -1 4202560 323 0 0 0 32 12 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085780220712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10724/tid=10734] ppid=10721 vsize=9963000 CPUtime=0.49 cores=4-7,12-15
/proc/10724/task/10734/stat : 10734 (java) S 10721 10724 9725 0 -1 4202560 310 0 0 0 36 13 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085779167912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10724/tid=10735] ppid=10721 vsize=9963000 CPUtime=0.47 cores=4-7,12-15
/proc/10724/task/10735/stat : 10735 (java) S 10721 10724 9725 0 -1 4202560 369 0 0 0 36 11 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085778115112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10724/tid=10736] ppid=10721 vsize=9963000 CPUtime=0.53 cores=4-7,12-15
/proc/10724/task/10736/stat : 10736 (java) S 10721 10724 9725 0 -1 4202560 432 0 0 0 41 12 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085777062312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=10724/tid=10737] ppid=10721 vsize=9963000 CPUtime=0.41 cores=4-7,12-15
/proc/10724/task/10737/stat : 10737 (java) S 10721 10724 9725 0 -1 4202560 247 0 0 0 29 12 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085776009512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=10724/tid=10738] ppid=10721 vsize=9963000 CPUtime=0.51 cores=4-7,12-15
/proc/10724/task/10738/stat : 10738 (java) S 10721 10724 9725 0 -1 4202560 303 0 0 0 38 13 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085774956712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10724/tid=10739] ppid=10721 vsize=9963000 CPUtime=0.56 cores=4-7,12-15
/proc/10724/task/10739/stat : 10739 (java) S 10721 10724 9725 0 -1 4202560 262 0 0 0 41 15 0 0 20 0 24 0 8980544 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085773904936 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10724/tid=10740] ppid=10721 vsize=9963000 CPUtime=0.15 cores=4-7,12-15
/proc/10724/task/10740/stat : 10740 (java) S 10721 10724 9725 0 -1 4202560 128 0 0 0 14 1 0 0 20 0 24 0 8980545 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085756443496 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=10724/tid=10741] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10741/stat : 10741 (java) S 10721 10724 9725 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 24 0 8980546 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085755389560 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10742] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10742/stat : 10742 (java) S 10721 10724 9725 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 24 0 8980546 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085754336648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10743] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10743/stat : 10743 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980548 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085753285136 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10744] ppid=10721 vsize=9963000 CPUtime=0.31 cores=4-7,12-15
/proc/10724/task/10744/stat : 10744 (java) S 10721 10724 9725 0 -1 4202560 2653 0 0 0 31 0 0 0 20 0 24 0 8980548 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085752232248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=10724/tid=10745] ppid=10721 vsize=9963000 CPUtime=0.39 cores=4-7,12-15
/proc/10724/task/10745/stat : 10745 (java) S 10721 10724 9725 0 -1 4202560 2990 0 0 0 39 0 0 0 20 0 24 0 8980548 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085751179448 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10724/tid=10746] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10746/stat : 10746 (java) S 10721 10724 9725 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 24 0 8980548 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085750126840 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=10724/tid=10747] ppid=10721 vsize=9963000 CPUtime=0.51 cores=4-7,12-15
/proc/10724/task/10747/stat : 10747 (java) S 10721 10724 9725 0 -1 4202560 104 0 0 0 22 29 0 0 20 0 24 0 8980548 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085749075272 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10724/tid=10748] ppid=10721 vsize=9963000 CPUtime=0 cores=4-7,12-15
/proc/10724/task/10748/stat : 10748 (java) S 10721 10724 9725 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 24 0 8980568 10202112000 122258 33554432000 1073741824 1073778376 140736000951152 140085747922472 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9963000

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 10724 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10724 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=478349
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=393636
# CPU time returned by wait4() is 1795.87
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1793.44
CPU time (s): 1800.03
CPU user time (s): 1798.08
CPU system time (s): 1.95
CPU usage (%): 100.367
Max. virtual memory (cumulated for all children) (KiB): 9963000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.48
system time used= 2.39364
maximum resident set size= 550052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13468
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39097
involuntary context switches= 5369

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.04 second user time and 14.5798 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-16 11:29:19
IDJOB=4090504
IDBENCH=79529
IDSOLVER=2551
FILE ID=node132/4090504-1466069359
RUNJOBID= node132-1466062117-9742
PBS_JOBID= 19904007
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/warehouse/normalized-cap61_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090504-1466069359/watcher-4090504-1466069359 -o /tmp/evaluation-result-4090504-1466069359/solver-4090504-1466069359 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466062117-9742 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090504-1466069359.wbo

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

MD5SUM BENCH= 58e4788c719f1a12516705b51263d664
RANDOM SEED=1153191039

node132.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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.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.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31622476 kB
Buffers:            9856 kB
Cached:            42052 kB
SwapCached:          568 kB
Active:           491004 kB
Inactive:          31812 kB
Active(anon):     470756 kB
Inactive(anon):     2376 kB
Active(file):      20248 kB
Inactive(file):    29436 kB
Unevictable:        7036 kB
Mlocked:            7036 kB
SwapTotal:      67108856 kB
SwapFree:       67100500 kB
Dirty:               560 kB
Writeback:             0 kB
AnonPages:        591680 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             568612 kB
SReclaimable:       9188 kB
SUnreclaim:       559424 kB
KernelStack:        2560 kB
PageTables:         4984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     819888 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    567296 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= 71736 MiB
End job on node132 at 2016-06-16 11:59:13