Trace number 4110540

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.72 1797.14

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap41_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.04
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.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4110540-1466343952.wbo
0.10/0.10	c reading problem ... 
0.26/0.24	c ... done. Wall clock time 0.137s.
0.26/0.24	c declared #vars     832
0.26/0.24	c internal #vars     2446
0.26/0.24	c #constraints  1746
0.26/0.24	c constraints type 
0.26/0.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 850
0.26/0.24	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.26/0.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 846
0.26/0.24	c 1746 constraints processed.
0.26/0.24	c objective function length is 1614 literals
0.26/0.28	c SATISFIABLE
0.26/0.28	c OPTIMIZING...
0.26/0.28	c Got one! Elapsed wall clock time (in seconds):0.18
0.26/0.28	o 9065142
1.50/0.97	c cleaning 2497 clauses out of 5000 with flag 11628/5000
2.20/1.58	c cleaning 4248 clauses out of 8507 with flag 32249/11004
3.00/2.38	c cleaning 5628 clauses out of 11256 with flag 59436/18001
3.90/3.27	c cleaning 6809 clauses out of 13628 with flag 84962/26001
4.93/4.29	c cleaning 7906 clauses out of 15818 with flag 117099/35000
6.13/5.42	c cleaning 8954 clauses out of 17913 with flag 149619/45001
7.43/6.75	c cleaning 9971 clauses out of 19958 with flag 184656/56000
8.83/8.13	c cleaning 10995 clauses out of 21989 with flag 222121/68002
10.33/9.62	c cleaning 11997 clauses out of 23995 with flag 262368/81003
12.02/11.32	c cleaning 12989 clauses out of 26001 with flag 307502/95006
13.83/13.14	c cleaning 14005 clauses out of 28009 with flag 356014/110003
15.73/15.05	c cleaning 14997 clauses out of 30003 with flag 404307/126002
17.83/17.19	c cleaning 15998 clauses out of 32004 with flag 458374/143000
20.23/19.54	c cleaning 17003 clauses out of 34007 with flag 513193/161001
22.62/21.98	c cleaning 17997 clauses out of 36004 with flag 579198/180001
25.22/24.59	c cleaning 19002 clauses out of 38010 with flag 644120/200004
28.02/27.30	c cleaning 19988 clauses out of 40004 with flag 706751/221000
30.92/30.28	c cleaning 21011 clauses out of 42022 with flag 774327/243006
34.22/33.52	c cleaning 22005 clauses out of 44009 with flag 844522/266004
37.72/37.00	c cleaning 22996 clauses out of 46000 with flag 919210/290000
40.92/40.26	c cleaning 23992 clauses out of 48007 with flag 1002416/315003
44.47/43.76	c cleaning 24988 clauses out of 50012 with flag 1094488/341000
48.27/47.53	c cleaning 25992 clauses out of 52025 with flag 1179165/368001
52.16/51.47	c cleaning 27014 clauses out of 54032 with flag 1273283/396000
56.26/55.51	c cleaning 27997 clauses out of 56018 with flag 1373360/425000
60.76/60.02	c cleaning 29003 clauses out of 58021 with flag 1466596/455000
65.67/64.94	c cleaning 30009 clauses out of 60018 with flag 1555984/486000
70.46/69.79	c cleaning 30999 clauses out of 62012 with flag 1653531/518003
75.86/75.13	c cleaning 32005 clauses out of 64010 with flag 1760628/551000
81.36/80.60	c cleaning 33000 clauses out of 66005 with flag 1879403/585000
87.25/86.52	c cleaning 33995 clauses out of 68005 with flag 1985334/620000
93.26/92.57	c cleaning 34996 clauses out of 70010 with flag 2096051/656000
99.15/98.42	c cleaning 35998 clauses out of 72015 with flag 2215068/693001
104.88/104.14	c cleaning 36999 clauses out of 74016 with flag 2337940/731000
110.68/109.96	c cleaning 38000 clauses out of 76017 with flag 2467627/770000
116.88/116.15	c cleaning 38994 clauses out of 78018 with flag 2591467/810001
123.48/122.78	c cleaning 39998 clauses out of 80023 with flag 2724422/851000
130.28/129.60	c cleaning 41008 clauses out of 82025 with flag 2857168/893000
137.38/136.67	c cleaning 41992 clauses out of 84017 with flag 2998116/936000
144.58/143.84	c cleaning 43004 clauses out of 86025 with flag 3149120/980000
151.99/151.24	c cleaning 44004 clauses out of 88021 with flag 3301729/1025000
159.79/159.00	c cleaning 44997 clauses out of 90018 with flag 3467762/1071001
167.20/166.47	c cleaning 46009 clauses out of 92021 with flag 3619467/1118001
175.00/174.23	c cleaning 46988 clauses out of 94011 with flag 3770630/1166000
182.79/182.04	c cleaning 48003 clauses out of 96025 with flag 3930384/1215002
190.89/190.10	c cleaning 49000 clauses out of 98020 with flag 4095824/1265000
199.60/198.82	c cleaning 50010 clauses out of 100021 with flag 4253395/1316001
209.10/208.34	c cleaning 51001 clauses out of 102011 with flag 4410723/1368001
219.39/218.67	c cleaning 52001 clauses out of 104009 with flag 4564493/1421000
229.71/228.96	c cleaning 53005 clauses out of 106011 with flag 4724835/1475003
240.50/239.70	c cleaning 53983 clauses out of 108003 with flag 4900009/1530000
250.60/249.86	c cleaning 55005 clauses out of 110023 with flag 5078318/1586003
261.19/260.41	c cleaning 55991 clauses out of 112015 with flag 5262821/1643000
271.60/270.86	c cleaning 57006 clauses out of 114027 with flag 5442066/1701003
282.09/281.38	c cleaning 58012 clauses out of 116023 with flag 5629195/1760005
293.97/293.19	c cleaning 58999 clauses out of 118007 with flag 5816917/1820001
306.77/305.93	c cleaning 59995 clauses out of 120007 with flag 6001253/1881000
319.76/318.98	c cleaning 61003 clauses out of 122014 with flag 6199014/1943002
333.25/332.48	c cleaning 61996 clauses out of 124009 with flag 6400802/2006000
347.46/346.67	c cleaning 62998 clauses out of 126014 with flag 6599494/2070001
361.24/360.42	c cleaning 64006 clauses out of 128019 with flag 6800480/2135004
375.18/374.21	c cleaning 65004 clauses out of 130012 with flag 7005827/2201003
389.07/388.13	c cleaning 65982 clauses out of 132005 with flag 7200034/2268000
403.47/402.52	c cleaning 67004 clauses out of 134023 with flag 7405550/2336000
417.97/417.05	c cleaning 68007 clauses out of 136021 with flag 7644609/2405002
433.95/433.05	c cleaning 68985 clauses out of 138012 with flag 7882455/2475000
450.45/449.44	c cleaning 70004 clauses out of 140027 with flag 8108367/2546000
467.14/466.13	c cleaning 71003 clauses out of 142023 with flag 8337572/2618000
483.24/482.24	c cleaning 72008 clauses out of 144020 with flag 8569464/2691000
500.94/499.90	c cleaning 72984 clauses out of 146012 with flag 8799612/2765000
518.05/517.04	c cleaning 74012 clauses out of 148029 with flag 9051865/2840001
535.00/533.88	c cleaning 75004 clauses out of 150016 with flag 9287146/2916000
552.10/550.95	c cleaning 75988 clauses out of 152012 with flag 9532396/2993000
570.01/568.81	c cleaning 77006 clauses out of 154024 with flag 9789972/3071000
589.51/588.35	c cleaning 78002 clauses out of 156018 with flag 10045229/3150000
609.51/608.23	c cleaning 79001 clauses out of 158016 with flag 10293073/3230000
629.12/627.86	c cleaning 80001 clauses out of 160016 with flag 10551390/3311001
649.42/648.18	c cleaning 80995 clauses out of 162015 with flag 10804880/3393001
669.62/668.34	c cleaning 81998 clauses out of 164019 with flag 11054649/3476000
689.74/688.33	c cleaning 83003 clauses out of 166022 with flag 11313720/3560001
710.45/709.00	c cleaning 84010 clauses out of 168019 with flag 11589962/3645001
730.95/729.50	c cleaning 85003 clauses out of 170008 with flag 11861154/3731000
751.16/749.70	c cleaning 86000 clauses out of 172006 with flag 12126029/3818001
772.94/771.41	c cleaning 86993 clauses out of 174006 with flag 12404811/3906001
796.34/794.89	c cleaning 88007 clauses out of 176013 with flag 12692906/3995001
819.23/817.71	c cleaning 88991 clauses out of 178005 with flag 12960739/4085000
841.82/840.27	c cleaning 90003 clauses out of 180016 with flag 13246083/4176002
865.12/863.51	c cleaning 90991 clauses out of 182011 with flag 13522619/4268000
888.00/886.45	c cleaning 92001 clauses out of 184022 with flag 13820122/4361002
912.10/910.44	c cleaning 93003 clauses out of 186019 with flag 14139035/4455000
938.61/936.95	c cleaning 94003 clauses out of 188017 with flag 14421634/4550001
966.01/964.39	c cleaning 95004 clauses out of 190016 with flag 14726936/4646003
991.73/989.96	c cleaning 96000 clauses out of 192010 with flag 15011262/4743001
1018.34/1016.57	c cleaning 97005 clauses out of 194010 with flag 15310035/4841001
1042.44/1040.63	c cleaning 97992 clauses out of 196004 with flag 15622405/4940000
1066.79/1064.89	c cleaning 99007 clauses out of 198013 with flag 15946706/5040001
1097.08/1095.19	c cleaning 100001 clauses out of 200011 with flag 16255907/5141006
1126.18/1124.26	c cleaning 100984 clauses out of 202004 with flag 16567508/5243000
1153.04/1150.90	c cleaning 102008 clauses out of 204025 with flag 16910050/5346005
1177.94/1175.87	c cleaning 102997 clauses out of 206012 with flag 17227011/5450000
1205.86/1203.65	c cleaning 104003 clauses out of 208017 with flag 17545042/5555002
1233.06/1230.82	c cleaning 104999 clauses out of 210016 with flag 17886460/5661004
1263.27/1261.02	c cleaning 105998 clauses out of 212013 with flag 18219976/5768000
1291.66/1289.37	c cleaning 106999 clauses out of 214015 with flag 18563247/5876000
1320.97/1318.69	c cleaning 107999 clauses out of 216018 with flag 18926821/5985002
1349.67/1347.20	c cleaning 109002 clauses out of 218019 with flag 19283909/6095002
1375.56/1373.17	c cleaning 109994 clauses out of 220016 with flag 19660427/6206001
1404.78/1402.38	c cleaning 111005 clauses out of 222023 with flag 20000131/6318002
1432.64/1430.13	c cleaning 111998 clauses out of 224016 with flag 20348328/6431000
1463.44/1460.97	c cleaning 112995 clauses out of 226019 with flag 20705420/6545001
1492.93/1490.38	c cleaning 114011 clauses out of 228028 with flag 21059375/6660005
1525.33/1522.74	c cleaning 115006 clauses out of 230014 with flag 21398456/6776002
1556.34/1553.69	c cleaning 115985 clauses out of 232006 with flag 21803480/6893000
1588.86/1586.20	c cleaning 117002 clauses out of 234022 with flag 22183660/7011001
1623.75/1620.90	c cleaning 117993 clauses out of 236019 with flag 22557431/7130000
1660.06/1657.29	c cleaning 119000 clauses out of 238028 with flag 22920845/7250002
1695.24/1692.31	c cleaning 119999 clauses out of 240028 with flag 23304271/7371002
1731.83/1728.90	c cleaning 120999 clauses out of 242030 with flag 23697973/7493003
1771.50/1768.53	c cleaning 121993 clauses out of 244028 with flag 24126731/7616000
1800.09/1797.10	c starts		: 118
1800.09/1797.10	c conflicts		: 7710021
1800.09/1797.10	c decisions		: 21870449
1800.09/1797.10	c propagations		: 2387873965
1800.09/1797.10	c inspects		: 24068873645
1800.09/1797.10	c shortcuts		: 0
1800.09/1797.10	c learnt literals	: 0
1800.09/1797.10	c learnt binary clauses	: 0
1800.09/1797.10	c learnt ternary clauses	: 0
1800.09/1797.10	c learnt constraints	: 7710021
1800.09/1797.10	c ignored constraints	: 0
1800.09/1797.10	c root simplifications	: 0
1800.09/1797.10	c removed literals (reason simplification)	: 0
1800.09/1797.10	c reason swapping (by a shorter reason)	: 0
1800.09/1797.10	c Calls to reduceDB	: 119
1800.09/1797.10	c Number of update (reduction) of LBD	: 3167617
1800.09/1797.10	c Imported unit clauses	: 0
1800.09/1797.10	c number of reductions to clauses (during analyze)	: 0
1800.09/1797.10	c number of learned constraints concerned by reduction	: 0
1800.09/1797.10	c number of learning phase by resolution	: 0
1800.09/1797.10	c number of learning phase by cutting planes	: 0
1800.09/1797.10	c speed (assignments/second)	: 1328920.7820120966
1800.09/1797.10	c non guided choices	109
1800.09/1797.13	c learnt constraints type 
1800.09/1797.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 216056
1800.09/1797.13	s SATISFIABLE
1800.09/1797.13	c Found 1 solution(s)
1800.09/1797.13	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.09/1797.13	c objective function=9065142
1800.09/1797.13	c Total wall clock time (in seconds): 1797.031

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-4110540-1466343952/watcher-4110540-1466343952 -o /tmp/evaluation-result-4110540-1466343952/solver-4110540-1466343952 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20471 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110540-1466343952.wbo 

pid=23682
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.37 2.31 2.01 3/194 23685
/proc/meminfo: memFree=30234464/32872528 swapFree=1286400/1433568
[pid=23685] ppid=23682 vsize=24200 CPUtime=0 cores=1,3,5,7
/proc/23685/stat : 23685 (java) R 23682 23685 20454 0 -1 4202496 1224 0 0 0 0 0 0 0 20 0 1 0 36442003 24780800 867 33554432000 1073741824 1073778376 140735588678672 140735588667736 214369704113 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23685/statm: 6050 867 654 9 0 385 0
[pid=23685/tid=23686] ppid=23682 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23686/stat : 23686 (java) R 23682 23685 20454 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 2 0 36442004 91889664 881 33554432000 1073741824 1073778376 140735588678672 140735588667736 214369649552 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100164 s]
/proc/loadavg: 2.37 2.31 2.01 3/194 23685
/proc/meminfo: memFree=30234464/32872528 swapFree=1286400/1433568
[pid=23685] ppid=23682 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/23685/stat : 23685 (java) S 23682 23685 20454 0 -1 4202496 4457 0 1 0 9 1 0 0 20 0 18 0 36442003 9787879424 6083 33554432000 1073741824 1073778376 140735588678672 140735588669808 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23685/statm: 2389619 6084 2150 9 0 2380296 0
[pid=23685/tid=23686] ppid=23682 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/23685/task/23686/stat : 23686 (java) R 23682 23685 20454 0 -1 4202560 2373 0 1 0 6 1 0 0 20 0 18 0 36442004 9787879424 6087 33554432000 1073741824 1073778376 140735588678672 140268207709088 214373033229 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200375 s]
/proc/loadavg: 2.37 2.31 2.01 3/194 23685
/proc/meminfo: memFree=30234464/32872528 swapFree=1286400/1433568
[pid=23685] ppid=23682 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/23685/stat : 23685 (java) S 23682 23685 20454 0 -1 4202496 4779 0 1 0 25 1 0 0 20 0 18 0 36442003 9787879424 6839 33554432000 1073741824 1073778376 140735588678672 140735588669808 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23685/statm: 2389619 6839 2215 9 0 2380296 0
[pid=23685/tid=23686] ppid=23682 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/23685/task/23686/stat : 23686 (java) R 23682 23685 20454 0 -1 4202560 2393 0 1 0 16 1 0 0 20 0 18 0 36442004 9787879424 6839 33554432000 1073741824 1073778376 140735588678672 140268207709088 140268078741579 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300374 s]
/proc/loadavg: 2.37 2.31 2.01 3/194 23685
/proc/meminfo: memFree=30234464/32872528 swapFree=1286400/1433568
[pid=23685] ppid=23682 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/23685/stat : 23685 (java) S 23682 23685 20454 0 -1 4202496 5390 0 1 0 44 2 0 0 20 0 19 0 36442003 9856040960 8839 33554432000 1073741824 1073778376 140735588678672 140735588669808 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23685/statm: 2406260 8839 2243 9 0 2396937 0
[pid=23685/tid=23686] ppid=23682 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/23685/task/23686/stat : 23686 (java) R 23682 23685 20454 0 -1 4202560 2409 0 1 0 26 1 0 0 20 0 19 0 36442004 9856040960 8839 33554432000 1073741824 1073778376 140735588678672 140268207710440 214373022776 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9625040

[startup+0.700314 s]
/proc/loadavg: 2.37 2.31 2.01 3/194 23685
/proc/meminfo: memFree=30234464/32872528 swapFree=1286400/1433568
[pid=23685] ppid=23682 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/23685/stat : 23685 (java) S 23682 23685 20454 0 -1 4202496 8385 0 1 0 124 2 0 0 20 0 19 0 36442003 9856040960 10220 33554432000 1073741824 1073778376 140735588678672 140735588669808 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23685/statm: 2406260 10220 2248 9 0 2396937 0
[pid=23685/tid=23686] ppid=23682 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/23685/task/23686/stat : 23686 (java) R 23682 23685 20454 0 -1 4202560 2415 0 1 0 66 1 0 0 20 0 19 0 36442004 9856040960 10220 33554432000 1073741824 1073778376 140735588678672 140268207710312 140268079150356 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.37 2.31 2.01 4/213 23704
/proc/meminfo: memFree=30198084/32872528 swapFree=1286400/1433568
[pid=23685] ppid=23682 vsize=9625040 CPUtime=2.2 cores=1,3,5,7
/proc/23685/stat : 23685 (java) S 23682 23685 20454 0 -1 4202496 8633 0 1 0 218 2 0 0 20 0 19 0 36442003 9856040960 11286 33554432000 1073741824 1073778376 140735588678672 140735588669808 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23685/statm: 2406260 11286 2262 9 0 2396937 0
[pid=23685/tid=23686] ppid=23682 vsize=9625040 CPUtime=1.48 cores=1,3,5,7
/proc/23685/task/23686/stat : 23686 (java) R 23682 23685 20454 0 -1 4202560 2418 0 1 0 146 2 0 0 20 0 19 0 36442004 9856040960 11286 33554432000 1073741824 1073778376 140735588678672 140268207710536 140268079208534 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23685/tid=23688] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23688/stat : 23688 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442004 9856040960 11286 33554432000 1073741824 1073778376 140735588678672 140268051052968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23689] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23689/stat : 23689 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442004 9856040960 11286 33554432000 1073741824 1073778376 140735588678672 140268050000424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23685/tid=23690] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23690/stat : 23690 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442004 9856040960 11286 33554432000 1073741824 1073778376 140735588678672 140268048947368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23685/tid=23691] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23691/stat : 23691 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442004 9856040960 11286 33554432000 1073741824 1073778376 140735588678672 140268047894824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23685/tid=23692] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23692/stat : 23692 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442004 9856040960 11286 33554432000 1073741824 1073778376 140735588678672 140268046842792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23693] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23693/stat : 23693 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442004 9856040960 11286 33554432000 1073741824 1073778376 140735588678672 140268045790248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23685/tid=23694] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23694/stat : 23694 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442004 9856040960 11286 33554432000 1073741824 1073778376 140735588678672 140268044737192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23695] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23695/stat : 23695 (java) S 23682 23685 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36442004 9856040960 11286 33554432000 1073741824 1073778376 140735588678672 140268043684648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23696] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23696/stat : 23696 (java) S 23682 23685 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36442006 9856040960 11286 33554432000 1073741824 1073778376 140735588678672 140268031486312 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23697] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23697/stat : 23697 (java) S 23682 23685 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36442006 9856040960 11286 33554432000 1073741824 1073778376 140735588678672 140268030432632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23698] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23698/stat : 23698 (java) S 23682 23685 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36442006 9856040960 11286 33554432000 1073741824 1073778376 140735588678672 140268029379464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23699] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23699/stat : 23699 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442008 9856040960 11286 33554432000 1073741824 1073778376 140735588678672 140268028328208 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23700] ppid=23682 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/23685/task/23700/stat : 23700 (java) S 23682 23685 20454 0 -1 4202560 2392 0 0 0 30 0 0 0 20 0 19 0 36442008 9856040960 11286 33554432000 1073741824 1073778376 140735588678672 140268027276088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23701] ppid=23682 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/23685/task/23701/stat : 23701 (java) S 23682 23685 20454 0 -1 4202560 2551 0 0 0 39 0 0 0 20 0 19 0 36442008 9856040960 11286 33554432000 1073741824 1073778376 140735588678672 140268026223544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23685/tid=23702] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23702/stat : 23702 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442008 9856040960 11286 33554432000 1073741824 1073778376 140735588678672 140268025170680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23685/tid=23703] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23703/stat : 23703 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442008 9856040960 11286 33554432000 1073741824 1073778376 140735588678672 140268024118344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23704] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23704/stat : 23704 (java) S 23682 23685 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36442029 9856040960 11286 33554432000 1073741824 1073778376 140735588678672 140268023063592 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.2
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.37 2.31 2.01 3/213 23704
/proc/meminfo: memFree=30188900/32872528 swapFree=1286400/1433568
[pid=23685] ppid=23682 vsize=9625040 CPUtime=3.8 cores=1,3,5,7
/proc/23685/stat : 23685 (java) S 23682 23685 20454 0 -1 4202496 8637 0 1 0 378 2 0 0 20 0 19 0 36442003 9856040960 12822 33554432000 1073741824 1073778376 140735588678672 140735588669808 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23685/statm: 2406260 12822 2262 9 0 2396937 0
[pid=23685/tid=23686] ppid=23682 vsize=9625040 CPUtime=3.08 cores=1,3,5,7
/proc/23685/task/23686/stat : 23686 (java) R 23682 23685 20454 0 -1 4202560 2422 0 1 0 306 2 0 0 20 0 19 0 36442004 9856040960 12822 33554432000 1073741824 1073778376 140735588678672 140268207701712 140268079278501 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23685/tid=23688] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23688/stat : 23688 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442004 9856040960 12822 33554432000 1073741824 1073778376 140735588678672 140268051052968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23689] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23689/stat : 23689 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442004 9856040960 12822 33554432000 1073741824 1073778376 140735588678672 140268050000424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23685/tid=23690] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23690/stat : 23690 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442004 9856040960 12822 33554432000 1073741824 1073778376 140735588678672 140268048947368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23685/tid=23691] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23691/stat : 23691 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442004 9856040960 12822 33554432000 1073741824 1073778376 140735588678672 140268047894824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23685/tid=23692] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23692/stat : 23692 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442004 9856040960 12822 33554432000 1073741824 1073778376 140735588678672 140268046842792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23693] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23693/stat : 23693 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442004 9856040960 12822 33554432000 1073741824 1073778376 140735588678672 140268045790248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23685/tid=23694] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23694/stat : 23694 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442004 9856040960 12822 33554432000 1073741824 1073778376 140735588678672 140268044737192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23695] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23695/stat : 23695 (java) S 23682 23685 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36442004 9856040960 12822 33554432000 1073741824 1073778376 140735588678672 140268043684648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23696] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23696/stat : 23696 (java) S 23682 23685 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36442006 9856040960 12822 33554432000 1073741824 1073778376 140735588678672 140268031486312 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23697] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23697/stat : 23697 (java) S 23682 23685 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36442006 9856040960 12822 33554432000 1073741824 1073778376 140735588678672 140268030432632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23698] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23698/stat : 23698 (java) S 23682 23685 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36442006 9856040960 12822 33554432000 1073741824 1073778376 140735588678672 140268029379464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23699] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23699/stat : 23699 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442008 9856040960 12822 33554432000 1073741824 1073778376 140735588678672 140268028328208 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23700] ppid=23682 vsize=9625040 CPUtime=0.3 cores=1,3,5,7
/proc/23685/task/23700/stat : 23700 (java) S 23682 23685 20454 0 -1 4202560 2392 0 0 0 30 0 0 0 20 0 19 0 36442008 9856040960 12822 33554432000 1073741824 1073778376 140735588678672 140268027276088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23701] ppid=23682 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/23685/task/23701/stat : 23701 (java) S 23682 23685 20454 0 -1 4202560 2551 0 0 0 39 0 0 0 20 0 19 0 36442008 9856040960 12822 33554432000 1073741824 1073778376 140735588678672 140268026223544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23685/tid=23702] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23702/stat : 23702 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442008 9856040960 12822 33554432000 1073741824 1073778376 140735588678672 140268025170680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23685/tid=23703] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23703/stat : 23703 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442008 9856040960 12822 33554432000 1073741824 1073778376 140735588678672 140268024118344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23704] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23704/stat : 23704 (java) S 23682 23685 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36442029 9856040960 12822 33554432000 1073741824 1073778376 140735588678672 140268023063592 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.8
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.34 2.30 2.01 3/213 23704
/proc/meminfo: memFree=30168100/32872528 swapFree=1286400/1433568
[pid=23685] ppid=23682 vsize=9625040 CPUtime=7.03 cores=1,3,5,7
/proc/23685/stat : 23685 (java) S 23682 23685 20454 0 -1 4202496 8644 0 1 0 701 2 0 0 20 0 19 0 36442003 9856040960 15301 33554432000 1073741824 1073778376 140735588678672 140735588669808 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23685/statm: 2406260 15301 2263 9 0 2396937 0
[pid=23685/tid=23686] ppid=23682 vsize=9625040 CPUtime=6.28 cores=1,3,5,7
/proc/23685/task/23686/stat : 23686 (java) R 23682 23685 20454 0 -1 4202560 2428 0 1 0 626 2 0 0 20 0 19 0 36442004 9856040960 15301 33554432000 1073741824 1073778376 140735588678672 140268207701696 140268079301324 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=23685/tid=23688] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23688/stat : 23688 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442004 9856040960 15301 33554432000 1073741824 1073778376 140735588678672 140268051052968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23689] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23689/stat : 23689 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442004 9856040960 15301 33554432000 1073741824 1073778376 140735588678672 140268050000424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23685/tid=23690] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23690/stat : 23690 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442004 9856040960 15301 33554432000 1073741824 1073778376 140735588678672 140268048947368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23685/tid=23691] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23691/stat : 23691 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442004 9856040960 15301 33554432000 1073741824 1073778376 140735588678672 140268047894824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23685/tid=23692] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23692/stat : 23692 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442004 9856040960 15301 33554432000 1073741824 1073778376 140735588678672 140268046842792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23693] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23693/stat : 23693 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442004 9856040960 15301 33554432000 1073741824 1073778376 140735588678672 140268045790248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23685/tid=23694] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23694/stat : 23694 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442004 9856040960 15301 33554432000 1073741824 1073778376 140735588678672 140268044737192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23695] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23695/stat : 23695 (java) S 23682 23685 20454 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36442004 9856040960 15301 33554432000 1073741824 1073778376 140735588678672 140268043684648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23696] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23696/stat : 23696 (java) S 23682 23685 20454 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36442006 9856040960 15301 33554432000 1073741824 1073778376 140735588678672 140268031486312 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23697] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23697/stat : 23697 (java) S 23682 23685 20454 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36442006 9856040960 15301 33554432000 1073741824 1073778376 140735588678672 140268030432632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23698] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23698/stat : 23698 (java) S 23682 23685 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36442006 9856040960 15301 33554432000 1073741824 1073778376 140735588678672 140268029379464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23699] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23699/stat : 23699 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442008 9856040960 15301 33554432000 1073741824 1073778376 140735588678672 140268028328208 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23700] ppid=23682 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/23685/task/23700/stat : 23700 (java) S 23682 23685 20454 0 -1 4202560 2392 0 0 0 31 0 0 0 20 0 19 0 36442008 9856040960 15301 33554432000 1073741824 1073778376 140735588678672 140268027276088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23701] ppid=23682 vsize=9625040 CPUtime=0.41 cores=1,3,5,7

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

[pid=23685/tid=23697] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23697/stat : 23697 (java) S 23682 23685 20454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36442006 9856040960 116870 33554432000 1073741824 1073778376 140735588678672 140268030432632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23698] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23698/stat : 23698 (java) S 23682 23685 20454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36442006 9856040960 116870 33554432000 1073741824 1073778376 140735588678672 140268029379464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23699] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23699/stat : 23699 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442008 9856040960 116870 33554432000 1073741824 1073778376 140735588678672 140268028328208 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23700] ppid=23682 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/23685/task/23700/stat : 23700 (java) S 23682 23685 20454 0 -1 4202560 2471 0 0 0 33 0 0 0 20 0 19 0 36442008 9856040960 116870 33554432000 1073741824 1073778376 140735588678672 140268027276088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23701] ppid=23682 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/23685/task/23701/stat : 23701 (java) S 23682 23685 20454 0 -1 4202560 2551 0 0 0 41 0 0 0 20 0 19 0 36442008 9856040960 116870 33554432000 1073741824 1073778376 140735588678672 140268026223544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23685/tid=23702] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23702/stat : 23702 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442008 9856040960 116870 33554432000 1073741824 1073778376 140735588678672 140268025170680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23685/tid=23703] ppid=23682 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/23685/task/23703/stat : 23703 (java) S 23682 23685 20454 0 -1 4202560 100 0 0 0 21 26 0 0 20 0 19 0 36442008 9856040960 116870 33554432000 1073741824 1073778376 140735588678672 140268024118344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23704] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23704/stat : 23704 (java) S 23682 23685 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36442029 9856040960 116870 33554432000 1073741824 1073778376 140735588678672 140268023063592 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725.23
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.26 2.26 2.19 3/213 23837
/proc/meminfo: memFree=29816468/32872528 swapFree=1286400/1433568
[pid=23685] ppid=23682 vsize=9625040 CPUtime=1785.29 cores=1,3,5,7
/proc/23685/stat : 23685 (java) S 23682 23685 20454 0 -1 4202496 11493 0 1 0 178461 68 0 0 20 0 19 0 36442003 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140735588669808 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23685/statm: 2406260 116357 2285 9 0 2396937 0
[pid=23685/tid=23686] ppid=23682 vsize=9625040 CPUtime=1781.18 cores=1,3,5,7
/proc/23685/task/23686/stat : 23686 (java) R 23682 23685 20454 0 -1 4202560 2504 0 1 0 178085 33 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268207701696 140268079208475 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23688] ppid=23682 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/23685/task/23688/stat : 23688 (java) S 23682 23685 20454 0 -1 4202560 384 0 0 0 35 5 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268051052968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23685/tid=23689] ppid=23682 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/23685/task/23689/stat : 23689 (java) S 23682 23685 20454 0 -1 4202560 248 0 0 0 29 3 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268050000424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23685/tid=23690] ppid=23682 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/23685/task/23690/stat : 23690 (java) S 23682 23685 20454 0 -1 4202560 244 0 0 0 27 4 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268048947368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23685/tid=23691] ppid=23682 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/23685/task/23691/stat : 23691 (java) S 23682 23685 20454 0 -1 4202560 215 0 0 0 35 7 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268047894824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23685/tid=23692] ppid=23682 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/23685/task/23692/stat : 23692 (java) S 23682 23685 20454 0 -1 4202560 563 0 0 0 38 6 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268046842792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23685/tid=23693] ppid=23682 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/23685/task/23693/stat : 23693 (java) S 23682 23685 20454 0 -1 4202560 111 0 0 0 33 5 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268045790248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23685/tid=23694] ppid=23682 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/23685/task/23694/stat : 23694 (java) S 23682 23685 20454 0 -1 4202560 369 0 0 0 32 6 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268044737192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23685/tid=23695] ppid=23682 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/23685/task/23695/stat : 23695 (java) S 23682 23685 20454 0 -1 4202560 351 0 0 0 32 4 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268043684648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23685/tid=23696] ppid=23682 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23685/task/23696/stat : 23696 (java) S 23682 23685 20454 0 -1 4202560 119 0 0 0 13 2 0 0 20 0 19 0 36442006 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268031486312 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23697] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23697/stat : 23697 (java) S 23682 23685 20454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36442006 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268030432632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23698] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23698/stat : 23698 (java) S 23682 23685 20454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36442006 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268029379464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23699] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23699/stat : 23699 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442008 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268028328208 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23700] ppid=23682 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/23685/task/23700/stat : 23700 (java) S 23682 23685 20454 0 -1 4202560 2471 0 0 0 33 0 0 0 20 0 19 0 36442008 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268027276088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23701] ppid=23682 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/23685/task/23701/stat : 23701 (java) S 23682 23685 20454 0 -1 4202560 2551 0 0 0 41 0 0 0 20 0 19 0 36442008 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268026223544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23685/tid=23702] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23702/stat : 23702 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442008 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268025170680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23685/tid=23703] ppid=23682 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/23685/task/23703/stat : 23703 (java) S 23682 23685 20454 0 -1 4202560 104 0 0 0 22 26 0 0 20 0 19 0 36442008 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268024118344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23685/tid=23704] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23704/stat : 23704 (java) S 23682 23685 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36442029 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268023063592 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1785.29
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.1 s]
/proc/loadavg: 2.27 2.26 2.19 3/213 23837
/proc/meminfo: memFree=29790136/32872528 swapFree=1286400/1433568
[pid=23685] ppid=23682 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/23685/stat : 23685 (java) S 23682 23685 20454 0 -1 4202496 11493 0 1 0 179941 68 0 0 20 0 19 0 36442003 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140735588669808 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23685/statm: 2406260 116357 2285 9 0 2396937 0
[pid=23685/tid=23686] ppid=23682 vsize=9625040 CPUtime=1795.98 cores=1,3,5,7
/proc/23685/task/23686/stat : 23686 (java) R 23682 23685 20454 0 -1 4202560 2504 0 1 0 179565 33 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268207701696 140268079278501 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23688] ppid=23682 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/23685/task/23688/stat : 23688 (java) S 23682 23685 20454 0 -1 4202560 384 0 0 0 35 5 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268051052968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23685/tid=23689] ppid=23682 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/23685/task/23689/stat : 23689 (java) S 23682 23685 20454 0 -1 4202560 248 0 0 0 29 3 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268050000424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23685/tid=23690] ppid=23682 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/23685/task/23690/stat : 23690 (java) S 23682 23685 20454 0 -1 4202560 244 0 0 0 27 4 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268048947368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23685/tid=23691] ppid=23682 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/23685/task/23691/stat : 23691 (java) S 23682 23685 20454 0 -1 4202560 215 0 0 0 35 7 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268047894824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23685/tid=23692] ppid=23682 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/23685/task/23692/stat : 23692 (java) S 23682 23685 20454 0 -1 4202560 563 0 0 0 38 6 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268046842792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23685/tid=23693] ppid=23682 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/23685/task/23693/stat : 23693 (java) S 23682 23685 20454 0 -1 4202560 111 0 0 0 33 5 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268045790248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23685/tid=23694] ppid=23682 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/23685/task/23694/stat : 23694 (java) S 23682 23685 20454 0 -1 4202560 369 0 0 0 32 6 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268044737192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23685/tid=23695] ppid=23682 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/23685/task/23695/stat : 23695 (java) S 23682 23685 20454 0 -1 4202560 351 0 0 0 32 4 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268043684648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23685/tid=23696] ppid=23682 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23685/task/23696/stat : 23696 (java) S 23682 23685 20454 0 -1 4202560 119 0 0 0 13 2 0 0 20 0 19 0 36442006 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268031486312 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23697] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23697/stat : 23697 (java) S 23682 23685 20454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36442006 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268030432632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23698] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23698/stat : 23698 (java) S 23682 23685 20454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36442006 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268029379464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23699] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23699/stat : 23699 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442008 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268028328208 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23700] ppid=23682 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/23685/task/23700/stat : 23700 (java) S 23682 23685 20454 0 -1 4202560 2471 0 0 0 33 0 0 0 20 0 19 0 36442008 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268027276088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23701] ppid=23682 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/23685/task/23701/stat : 23701 (java) S 23682 23685 20454 0 -1 4202560 2551 0 0 0 41 0 0 0 20 0 19 0 36442008 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268026223544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23685/tid=23702] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23702/stat : 23702 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442008 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268025170680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23685/tid=23703] ppid=23682 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/23685/task/23703/stat : 23703 (java) S 23682 23685 20454 0 -1 4202560 104 0 0 0 22 27 0 0 20 0 19 0 36442008 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268024118344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23685/tid=23704] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23704/stat : 23704 (java) S 23682 23685 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36442029 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268023063592 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 23685 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.1 s]
/proc/loadavg: 2.27 2.26 2.19 3/213 23837
/proc/meminfo: memFree=29790136/32872528 swapFree=1286400/1433568
[pid=23685] ppid=23682 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/23685/stat : 23685 (java) S 23682 23685 20454 0 -1 4202496 11493 0 1 0 179941 68 0 0 20 0 19 0 36442003 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140735588669808 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/23685/statm: 2406260 116357 2285 9 0 2396937 0
[pid=23685/tid=23686] ppid=23682 vsize=9625040 CPUtime=1795.98 cores=1,3,5,7
/proc/23685/task/23686/stat : 23686 (java) R 23682 23685 20454 0 -1 4202560 2504 0 1 0 179565 33 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268207701696 140268079278501 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23688] ppid=23682 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/23685/task/23688/stat : 23688 (java) S 23682 23685 20454 0 -1 4202560 384 0 0 0 35 5 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268051052968 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23685/tid=23689] ppid=23682 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/23685/task/23689/stat : 23689 (java) S 23682 23685 20454 0 -1 4202560 248 0 0 0 29 3 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268050000424 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23685/tid=23690] ppid=23682 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/23685/task/23690/stat : 23690 (java) S 23682 23685 20454 0 -1 4202560 244 0 0 0 27 4 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268048947368 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23685/tid=23691] ppid=23682 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/23685/task/23691/stat : 23691 (java) S 23682 23685 20454 0 -1 4202560 215 0 0 0 35 7 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268047894824 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23685/tid=23692] ppid=23682 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/23685/task/23692/stat : 23692 (java) S 23682 23685 20454 0 -1 4202560 563 0 0 0 38 6 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268046842792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23685/tid=23693] ppid=23682 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/23685/task/23693/stat : 23693 (java) S 23682 23685 20454 0 -1 4202560 111 0 0 0 33 5 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268045790248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23685/tid=23694] ppid=23682 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/23685/task/23694/stat : 23694 (java) S 23682 23685 20454 0 -1 4202560 369 0 0 0 32 6 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268044737192 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23685/tid=23695] ppid=23682 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/23685/task/23695/stat : 23695 (java) S 23682 23685 20454 0 -1 4202560 351 0 0 0 32 4 0 0 20 0 19 0 36442004 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268043684648 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23685/tid=23696] ppid=23682 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/23685/task/23696/stat : 23696 (java) S 23682 23685 20454 0 -1 4202560 119 0 0 0 13 2 0 0 20 0 19 0 36442006 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268031486312 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23697] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23697/stat : 23697 (java) S 23682 23685 20454 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36442006 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268030432632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23698] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23698/stat : 23698 (java) S 23682 23685 20454 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36442006 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268029379464 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23699] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23699/stat : 23699 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442008 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268028328208 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23700] ppid=23682 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/23685/task/23700/stat : 23700 (java) S 23682 23685 20454 0 -1 4202560 2471 0 0 0 33 0 0 0 20 0 19 0 36442008 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268027276088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23685/tid=23701] ppid=23682 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/23685/task/23701/stat : 23701 (java) S 23682 23685 20454 0 -1 4202560 2551 0 0 0 41 0 0 0 20 0 19 0 36442008 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268026223544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23685/tid=23702] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23702/stat : 23702 (java) S 23682 23685 20454 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36442008 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268025170680 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23685/tid=23703] ppid=23682 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/23685/task/23703/stat : 23703 (java) S 23682 23685 20454 0 -1 4202560 104 0 0 0 22 27 0 0 20 0 19 0 36442008 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268024118344 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23685/tid=23704] ppid=23682 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/23685/task/23704/stat : 23704 (java) S 23682 23685 20454 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36442029 9856040960 116357 33554432000 1073741824 1073778376 140735588678672 140268023063592 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1797.14
CPU time (s): 1800.72
CPU user time (s): 1799.56
CPU system time (s): 1.16082
CPU usage (%): 100.199
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.56
system time used= 1.16082
maximum resident set size= 543044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11539
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38669
involuntary context switches= 15068

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.8615 second user time and 14.0349 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-19 15:45:52
IDJOB=4110540
IDBENCH=79512
IDSOLVER=2551
FILE ID=node130/4110540-1466343952
RUNJOBID= node130-1466341814-20471
PBS_JOBID= 19922023
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-cap41_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4110540-1466343952/watcher-4110540-1466343952 -o /tmp/evaluation-result-4110540-1466343952/solver-4110540-1466343952 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1466341814-20471 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4110540-1466343952.wbo

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

MD5SUM BENCH= 58e4788c719f1a12516705b51263d664
RANDOM SEED=1312810175

node130.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.365
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.73
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.365
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.365
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.55
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.365
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.55
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.365
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.365
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.53
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.365
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.365
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:        30235488 kB
Buffers:           97040 kB
Cached:           260220 kB
SwapCached:         1836 kB
Active:           182764 kB
Inactive:         269240 kB
Active(anon):      94192 kB
Inactive(anon):     2524 kB
Active(file):      88572 kB
Inactive(file):   266716 kB
Unevictable:     1433568 kB
Mlocked:         1286400 kB
SwapTotal:      67108856 kB
SwapFree:       67099104 kB
Dirty:              1416 kB
Writeback:             0 kB
AnonPages:       1538748 kB
Mapped:            15348 kB
Shmem:                 0 kB
Slab:             607544 kB
SReclaimable:      50716 kB
SUnreclaim:       556828 kB
KernelStack:        1608 kB
PageTables:         7092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2122628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 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= 71748 MiB
End job on node130 at 2016-06-19 16:15:50