Trace number 4090501

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.63 1796.54

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap42_wcsp.wbo
MD5SUM832b6d889e2e04fac8730ab9437bdddf
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmarkMSAT
Best cost obtained on this benchmark12311137
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 56493026
Min constraint cost 1
Max constraint cost 56493026
Sum of constraints costs 45549155826
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.11	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	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.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4090501-1466069368.wbo
0.07/0.13	c reading problem ... 
0.23/0.27	c ... done. Wall clock time 0.144s.
0.23/0.27	c declared #vars     832
0.23/0.27	c internal #vars     2446
0.23/0.27	c #constraints  1746
0.23/0.27	c constraints type 
0.23/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 850
0.23/0.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.23/0.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 846
0.23/0.27	c 1746 constraints processed.
0.23/0.28	c objective function length is 1614 literals
0.41/0.32	c SATISFIABLE
0.41/0.32	c OPTIMIZING...
0.41/0.32	c Got one! Elapsed wall clock time (in seconds):0.19
0.41/0.32	o 9556215
1.44/0.98	c cleaning 2494 clauses out of 5000 with flag 12151/5000
2.11/1.57	c cleaning 4240 clauses out of 8506 with flag 26459/11000
2.96/2.32	c cleaning 5633 clauses out of 11266 with flag 49203/18000
3.86/3.20	c cleaning 6807 clauses out of 13633 with flag 73531/26000
4.88/4.22	c cleaning 7910 clauses out of 15826 with flag 104609/35000
5.98/5.36	c cleaning 8951 clauses out of 17916 with flag 141751/45000
7.29/6.68	c cleaning 9982 clauses out of 19965 with flag 177365/56000
8.78/8.17	c cleaning 10983 clauses out of 21983 with flag 218060/68000
10.38/9.79	c cleaning 12000 clauses out of 24000 with flag 264455/81000
12.28/11.61	c cleaning 12991 clauses out of 26004 with flag 315362/95004
14.08/13.43	c cleaning 13996 clauses out of 28010 with flag 365923/110001
15.98/15.31	c cleaning 15006 clauses out of 30015 with flag 415952/126002
18.09/17.47	c cleaning 15982 clauses out of 32007 with flag 475966/143000
20.50/19.85	c cleaning 17006 clauses out of 34025 with flag 550266/161000
23.09/22.42	c cleaning 18001 clauses out of 36019 with flag 622124/180000
25.79/25.14	c cleaning 19002 clauses out of 38018 with flag 700562/200000
28.60/27.92	c cleaning 20001 clauses out of 40016 with flag 773560/221000
31.61/30.91	c cleaning 21003 clauses out of 42015 with flag 868823/243000
34.60/34.00	c cleaning 21990 clauses out of 44012 with flag 946604/266000
37.90/37.22	c cleaning 23011 clauses out of 46022 with flag 1028539/290000
41.30/40.67	c cleaning 23996 clauses out of 48011 with flag 1112121/315000
44.92/44.25	c cleaning 24989 clauses out of 50017 with flag 1204998/341002
48.62/47.95	c cleaning 25998 clauses out of 52031 with flag 1302467/368005
52.63/51.91	c cleaning 27014 clauses out of 54030 with flag 1403471/396002
56.94/56.25	c cleaning 28006 clauses out of 56014 with flag 1503511/425000
61.53/60.88	c cleaning 28988 clauses out of 58008 with flag 1602856/455000
66.33/65.66	c cleaning 29988 clauses out of 60021 with flag 1704993/486001
71.43/70.79	c cleaning 31010 clauses out of 62034 with flag 1813982/518002
76.83/76.10	c cleaning 31998 clauses out of 64023 with flag 1919656/551001
81.94/81.29	c cleaning 32994 clauses out of 66024 with flag 2036132/585000
87.45/86.78	c cleaning 34005 clauses out of 68030 with flag 2149127/620000
93.44/92.71	c cleaning 35006 clauses out of 70026 with flag 2275626/656001
100.04/99.34	c cleaning 36010 clauses out of 72021 with flag 2419448/693002
106.58/105.82	c cleaning 37001 clauses out of 74009 with flag 2547594/731000
112.78/112.02	c cleaning 37998 clauses out of 76009 with flag 2689733/770001
118.97/118.20	c cleaning 38996 clauses out of 78010 with flag 2824642/810000
125.27/124.58	c cleaning 39990 clauses out of 80014 with flag 2978573/851000
131.78/131.03	c cleaning 41003 clauses out of 82024 with flag 3127070/893000
138.57/137.81	c cleaning 41999 clauses out of 84022 with flag 3283040/936001
145.98/145.26	c cleaning 42998 clauses out of 86022 with flag 3461595/980000
153.68/152.92	c cleaning 43999 clauses out of 88025 with flag 3625406/1025001
161.38/160.62	c cleaning 44995 clauses out of 90025 with flag 3802680/1071000
168.93/168.17	c cleaning 45999 clauses out of 92030 with flag 3972796/1118000
176.43/175.64	c cleaning 47004 clauses out of 94033 with flag 4144929/1166002
184.73/183.92	c cleaning 48007 clauses out of 96029 with flag 4322287/1215002
192.82/192.05	c cleaning 49003 clauses out of 98021 with flag 4497458/1265001
201.13/200.38	c cleaning 49998 clauses out of 100018 with flag 4699155/1316001
209.32/208.55	c cleaning 50999 clauses out of 102019 with flag 4885183/1368000
218.02/217.22	c cleaning 51997 clauses out of 104023 with flag 5082089/1421003
227.40/226.51	c cleaning 53005 clauses out of 106023 with flag 5306935/1475000
236.40/235.53	c cleaning 53988 clauses out of 108018 with flag 5516858/1530000
245.49/244.62	c cleaning 55009 clauses out of 110031 with flag 5731206/1586001
254.49/253.69	c cleaning 56012 clauses out of 112023 with flag 5939587/1643002
264.19/263.38	c cleaning 56987 clauses out of 114009 with flag 6158569/1701000
273.99/273.13	c cleaning 58006 clauses out of 116022 with flag 6377264/1760000
284.39/283.50	c cleaning 58985 clauses out of 118018 with flag 6616078/1820002
295.51/294.55	c cleaning 60017 clauses out of 120036 with flag 6849434/1881005
306.21/305.28	c cleaning 61004 clauses out of 122014 with flag 7098529/1943000
317.30/316.32	c cleaning 61989 clauses out of 124011 with flag 7336404/2006001
327.90/326.97	c cleaning 62992 clauses out of 126021 with flag 7576084/2070000
339.40/338.48	c cleaning 64005 clauses out of 128031 with flag 7811325/2135002
351.02/350.04	c cleaning 65009 clauses out of 130025 with flag 8061803/2201001
363.45/362.39	c cleaning 65988 clauses out of 132015 with flag 8320004/2268000
375.35/374.23	c cleaning 67002 clauses out of 134027 with flag 8573056/2336000
387.35/386.24	c cleaning 68006 clauses out of 136025 with flag 8824610/2405000
399.24/398.18	c cleaning 68984 clauses out of 138019 with flag 9084892/2475000
411.34/410.24	c cleaning 70013 clauses out of 140035 with flag 9349957/2546000
424.26/423.09	c cleaning 71003 clauses out of 142022 with flag 9614047/2618000
436.97/435.72	c cleaning 71997 clauses out of 144020 with flag 9882847/2691001
449.67/448.45	c cleaning 73008 clauses out of 146023 with flag 10177775/2765001
463.57/462.35	c cleaning 73993 clauses out of 148014 with flag 10468341/2840000
477.87/476.66	c cleaning 75002 clauses out of 150022 with flag 10757690/2916001
493.42/492.09	c cleaning 75997 clauses out of 152019 with flag 11002435/2993000
509.42/508.01	c cleaning 77007 clauses out of 154025 with flag 11258427/3071003
525.12/523.77	c cleaning 77989 clauses out of 156015 with flag 11530409/3150000
542.62/541.23	c cleaning 78998 clauses out of 158026 with flag 11811701/3230000
559.25/557.76	c cleaning 79995 clauses out of 160028 with flag 12120460/3311000
576.85/575.40	c cleaning 81011 clauses out of 162033 with flag 12430402/3393000
594.64/593.12	c cleaning 81999 clauses out of 164022 with flag 12729179/3476000
613.65/612.15	c cleaning 83003 clauses out of 166023 with flag 13020039/3560000
632.18/630.57	c cleaning 84008 clauses out of 168020 with flag 13308808/3645000
650.09/648.42	c cleaning 84992 clauses out of 170012 with flag 13619560/3731000
667.99/666.36	c cleaning 85993 clauses out of 172021 with flag 13947194/3818001
686.39/684.77	c cleaning 86984 clauses out of 174031 with flag 14286298/3906004
705.68/703.93	c cleaning 88016 clauses out of 176043 with flag 14601241/3995000
725.38/723.63	c cleaning 88999 clauses out of 178027 with flag 14918548/4085000
744.08/742.32	c cleaning 89987 clauses out of 180028 with flag 15261456/4176000
763.69/761.83	c cleaning 91006 clauses out of 182041 with flag 15594673/4268000
784.79/782.97	c cleaning 92006 clauses out of 184036 with flag 15901521/4361001
804.90/803.03	c cleaning 93003 clauses out of 186029 with flag 16226354/4455000
828.12/826.13	c cleaning 94008 clauses out of 188026 with flag 16551393/4550000
852.42/850.41	c cleaning 95001 clauses out of 190018 with flag 16882423/4646000
876.81/874.88	c cleaning 95985 clauses out of 192017 with flag 17238254/4743000
899.61/897.65	c cleaning 97015 clauses out of 194032 with flag 17573982/4841000
921.78/919.78	c cleaning 97967 clauses out of 196017 with flag 17923324/4940000
942.97/940.98	c cleaning 99007 clauses out of 198050 with flag 18298492/5040000
967.03/964.89	c cleaning 100019 clauses out of 200043 with flag 18697584/5141000
991.42/989.26	c cleaning 100990 clauses out of 202024 with flag 19035374/5243000
1014.01/1011.80	c cleaning 102012 clauses out of 204035 with flag 19389726/5346001
1039.45/1037.13	c cleaning 102999 clauses out of 206024 with flag 19757177/5450002
1066.25/1063.92	c cleaning 103985 clauses out of 208024 with flag 20142805/5555001
1089.35/1087.07	c cleaning 105007 clauses out of 210038 with flag 20546950/5661000
1113.63/1111.22	c cleaning 105999 clauses out of 212031 with flag 20953514/5768000
1138.63/1136.25	c cleaning 107008 clauses out of 214032 with flag 21339449/5876000
1164.61/1162.14	c cleaning 108006 clauses out of 216025 with flag 21733839/5985001
1195.11/1192.64	c cleaning 108995 clauses out of 218018 with flag 22095749/6095000
1223.41/1220.94	c cleaning 109975 clauses out of 220023 with flag 22490721/6206000
1248.81/1246.21	c cleaning 111005 clauses out of 222050 with flag 22907367/6318002
1274.51/1271.94	c cleaning 112017 clauses out of 224043 with flag 23299352/6431000
1303.02/1300.38	c cleaning 113012 clauses out of 226027 with flag 23656102/6545001
1333.51/1330.89	c cleaning 113999 clauses out of 228014 with flag 24032838/6660000
1364.22/1361.48	c cleaning 114988 clauses out of 230015 with flag 24432085/6776000
1401.73/1398.93	c cleaning 116014 clauses out of 232027 with flag 24810917/6893000
1436.13/1433.40	c cleaning 116995 clauses out of 234014 with flag 25217448/7011001
1471.80/1468.95	c cleaning 117990 clauses out of 236018 with flag 25621361/7130000
1504.42/1501.55	c cleaning 119004 clauses out of 238028 with flag 26075142/7250000
1537.72/1534.77	c cleaning 119996 clauses out of 240026 with flag 26492574/7371002
1569.61/1566.65	c cleaning 121010 clauses out of 242029 with flag 26916320/7493001
1602.65/1599.51	c cleaning 121999 clauses out of 244018 with flag 27341628/7616000
1637.15/1634.00	c cleaning 123002 clauses out of 246019 with flag 27745053/7740000
1673.38/1670.10	c cleaning 124010 clauses out of 248021 with flag 28188471/7865004
1711.58/1708.39	c cleaning 125002 clauses out of 250007 with flag 28581369/7991000
1749.23/1745.89	c cleaning 126004 clauses out of 252008 with flag 29013113/8118003
1785.44/1782.08	c cleaning 126996 clauses out of 254001 with flag 29444199/8246000
1800.00/1796.50	c starts		: 285
1800.00/1796.50	c conflicts		: 8310017
1800.00/1796.50	c decisions		: 25091021
1800.00/1796.50	c propagations		: 2529172847
1800.00/1796.50	c inspects		: 23159002645
1800.00/1796.50	c shortcuts		: 0
1800.00/1796.50	c learnt literals	: 0
1800.00/1796.50	c learnt binary clauses	: 0
1800.00/1796.50	c learnt ternary clauses	: 0
1800.00/1796.50	c learnt constraints	: 8310017
1800.00/1796.50	c ignored constraints	: 0
1800.00/1796.50	c root simplifications	: 0
1800.00/1796.50	c removed literals (reason simplification)	: 0
1800.00/1796.50	c reason swapping (by a shorter reason)	: 0
1800.00/1796.50	c Calls to reduceDB	: 124
1800.00/1796.50	c Number of update (reduction) of LBD	: 3795593
1800.00/1796.50	c Imported unit clauses	: 0
1800.00/1796.50	c number of reductions to clauses (during analyze)	: 0
1800.00/1796.50	c number of learned constraints concerned by reduction	: 0
1800.00/1796.50	c number of learning phase by resolution	: 0
1800.00/1796.50	c number of learning phase by cutting planes	: 0
1800.00/1796.50	c speed (assignments/second)	: 1408055.3201534112
1800.00/1796.50	c non guided choices	89
1800.00/1796.53	c learnt constraints type 
1800.00/1796.53	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 191023
1800.00/1796.53	s SATISFIABLE
1800.00/1796.53	c Found 1 solution(s)
1800.00/1796.54	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.00/1796.54	c objective function=9556215
1800.00/1796.54	c Total wall clock time (in seconds): 1796.406

Verifier Data

OK	9556215

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

pid=15827
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.00 2.04 2.03 3/194 15830
/proc/meminfo: memFree=31597660/32872528 swapFree=338160/354512
[pid=15830] ppid=15827 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/15830/stat : 15830 (java) D 15827 15830 14496 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 8983514 9515008 183 33554432000 1073741824 1073778376 140735552467056 140735552458088 242167398069 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/15830/statm: 2323 183 140 9 0 71 0

[startup+0.100099 s]
/proc/loadavg: 2.00 2.04 2.03 3/194 15830
/proc/meminfo: memFree=31597660/32872528 swapFree=338160/354512
[pid=15830] ppid=15827 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/15830/stat : 15830 (java) S 15827 15830 14496 0 -1 4202496 3811 0 1 0 7 0 0 0 20 0 18 0 8983514 9787879424 4942 33554432000 1073741824 1073778376 140735105117840 140735105108976 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15830/statm: 2389619 4942 1950 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200286 s]
/proc/loadavg: 2.00 2.04 2.03 3/194 15830
/proc/meminfo: memFree=31597660/32872528 swapFree=338160/354512
[pid=15830] ppid=15827 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/15830/stat : 15830 (java) S 15827 15830 14496 0 -1 4202496 4674 0 1 0 22 1 0 0 20 0 18 0 8983514 9787879424 6765 33554432000 1073741824 1073778376 140735105117840 140735105108976 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15830/statm: 2389619 6765 2197 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300294 s]
/proc/loadavg: 2.00 2.04 2.03 3/194 15830
/proc/meminfo: memFree=31597660/32872528 swapFree=338160/354512
[pid=15830] ppid=15827 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/15830/stat : 15830 (java) S 15827 15830 14496 0 -1 4202496 5271 0 1 0 40 1 0 0 20 0 19 0 8983514 9856040960 7770 33554432000 1073741824 1073778376 140735105117840 140735105108976 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15830/statm: 2406260 7770 2239 9 0 2396937 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 9625040

[startup+0.700223 s]
/proc/loadavg: 2.00 2.04 2.03 3/194 15830
/proc/meminfo: memFree=31597660/32872528 swapFree=338160/354512
[pid=15830] ppid=15827 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/15830/stat : 15830 (java) S 15827 15830 14496 0 -1 4202496 8377 0 1 0 118 1 0 0 20 0 19 0 8983514 9856040960 10162 33554432000 1073741824 1073778376 140735105117840 140735105108976 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15830/statm: 2406260 10162 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.00 2.04 2.03 3/213 15849
/proc/meminfo: memFree=31563072/32872528 swapFree=338160/354512
[pid=15830] ppid=15827 vsize=9625040 CPUtime=2.11 cores=0,2,4,6
/proc/15830/stat : 15830 (java) S 15827 15830 14496 0 -1 4202496 8892 0 1 0 209 2 0 0 20 0 19 0 8983514 9856040960 11431 33554432000 1073741824 1073778376 140735105117840 140735105108976 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15830/statm: 2406260 11431 2261 9 0 2396937 0
[pid=15830/tid=15832] ppid=15827 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/15830/task/15832/stat : 15832 (java) R 15827 15830 14496 0 -1 4202560 2423 0 1 0 146 0 0 0 20 0 19 0 8983515 9856040960 11431 33554432000 1073741824 1073778376 140735105117840 140365918413192 140365789812057 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15830/tid=15833] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15833/stat : 15833 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983517 9856040960 11431 33554432000 1073741824 1073778376 140735105117840 140365761558824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15834] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15834/stat : 15834 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983517 9856040960 11431 33554432000 1073741824 1073778376 140735105117840 140365760506024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15830/tid=15835] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15835/stat : 15835 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983517 9856040960 11431 33554432000 1073741824 1073778376 140735105117840 140365759453736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15830/tid=15836] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15836/stat : 15836 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983517 9856040960 11431 33554432000 1073741824 1073778376 140735105117840 140365758400936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15830/tid=15837] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15837/stat : 15837 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983517 9856040960 11431 33554432000 1073741824 1073778376 140735105117840 140365757348648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15838] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15838/stat : 15838 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983517 9856040960 11431 33554432000 1073741824 1073778376 140735105117840 140365756295848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15830/tid=15839] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15839/stat : 15839 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983517 9856040960 11431 33554432000 1073741824 1073778376 140735105117840 140365755243560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15840] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15840/stat : 15840 (java) S 15827 15830 14496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8983517 9856040960 11431 33554432000 1073741824 1073778376 140735105117840 140365754190760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15841] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15841/stat : 15841 (java) S 15827 15830 14496 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8983518 9856040960 11431 33554432000 1073741824 1073778376 140735105117840 140365741992168 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15842] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15842/stat : 15842 (java) S 15827 15830 14496 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8983518 9856040960 11431 33554432000 1073741824 1073778376 140735105117840 140365740938232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15843] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15843/stat : 15843 (java) S 15827 15830 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8983518 9856040960 11431 33554432000 1073741824 1073778376 140735105117840 140365739885832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15844] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15844/stat : 15844 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983521 9856040960 11431 33554432000 1073741824 1073778376 140735105117840 140365738834320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15845] ppid=15827 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/15830/task/15845/stat : 15845 (java) S 15827 15830 14496 0 -1 4202560 2018 0 0 0 26 0 0 0 20 0 19 0 8983521 9856040960 11431 33554432000 1073741824 1073778376 140735105117840 140365737781944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15846] ppid=15827 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/15830/task/15846/stat : 15846 (java) S 15827 15830 14496 0 -1 4202560 3179 0 0 0 34 0 0 0 20 0 19 0 8983521 9856040960 11431 33554432000 1073741824 1073778376 140735105117840 140365736729144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15830/tid=15847] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15847/stat : 15847 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983521 9856040960 11431 33554432000 1073741824 1073778376 140735105117840 140365735677048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15830/tid=15848] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15848/stat : 15848 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983521 9856040960 11431 33554432000 1073741824 1073778376 140735105117840 140365734624456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15849] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15849/stat : 15849 (java) S 15827 15830 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8983543 9856040960 11431 33554432000 1073741824 1073778376 140735105117840 140365733569448 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.11
Current children cumulated vsize (KiB) 9625040

[startup+3.10072 s]
/proc/loadavg: 2.00 2.04 2.03 3/213 15849
/proc/meminfo: memFree=31558232/32872528 swapFree=338160/354512
[pid=15830] ppid=15827 vsize=9625040 CPUtime=3.76 cores=0,2,4,6
/proc/15830/stat : 15830 (java) S 15827 15830 14496 0 -1 4202496 9048 0 1 0 374 2 0 0 20 0 19 0 8983514 9856040960 12976 33554432000 1073741824 1073778376 140735105117840 140735105108976 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15830/statm: 2406260 12976 2262 9 0 2396937 0
[pid=15830/tid=15832] ppid=15827 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/15830/task/15832/stat : 15832 (java) R 15827 15830 14496 0 -1 4202560 2427 0 1 0 306 0 0 0 20 0 19 0 8983515 9856040960 12976 33554432000 1073741824 1073778376 140735105117840 140365918404304 140365789657287 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15830/tid=15833] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15833/stat : 15833 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983517 9856040960 12976 33554432000 1073741824 1073778376 140735105117840 140365761558824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15834] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15834/stat : 15834 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983517 9856040960 12976 33554432000 1073741824 1073778376 140735105117840 140365760506024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15830/tid=15835] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15835/stat : 15835 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983517 9856040960 12976 33554432000 1073741824 1073778376 140735105117840 140365759453736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15830/tid=15836] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15836/stat : 15836 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983517 9856040960 12976 33554432000 1073741824 1073778376 140735105117840 140365758400936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15830/tid=15837] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15837/stat : 15837 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983517 9856040960 12976 33554432000 1073741824 1073778376 140735105117840 140365757348648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15838] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15838/stat : 15838 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983517 9856040960 12976 33554432000 1073741824 1073778376 140735105117840 140365756295848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15830/tid=15839] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15839/stat : 15839 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983517 9856040960 12976 33554432000 1073741824 1073778376 140735105117840 140365755243560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15840] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15840/stat : 15840 (java) S 15827 15830 14496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8983517 9856040960 12976 33554432000 1073741824 1073778376 140735105117840 140365754190760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15841] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15841/stat : 15841 (java) S 15827 15830 14496 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8983518 9856040960 12976 33554432000 1073741824 1073778376 140735105117840 140365741992168 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15842] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15842/stat : 15842 (java) S 15827 15830 14496 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8983518 9856040960 12976 33554432000 1073741824 1073778376 140735105117840 140365740938232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15843] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15843/stat : 15843 (java) S 15827 15830 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8983518 9856040960 12976 33554432000 1073741824 1073778376 140735105117840 140365739885832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15844] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15844/stat : 15844 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983521 9856040960 12976 33554432000 1073741824 1073778376 140735105117840 140365738834320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15845] ppid=15827 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/15830/task/15845/stat : 15845 (java) S 15827 15830 14496 0 -1 4202560 2018 0 0 0 27 0 0 0 20 0 19 0 8983521 9856040960 12976 33554432000 1073741824 1073778376 140735105117840 140365737781944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15846] ppid=15827 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/15830/task/15846/stat : 15846 (java) S 15827 15830 14496 0 -1 4202560 3331 0 0 0 38 0 0 0 20 0 19 0 8983521 9856040960 12976 33554432000 1073741824 1073778376 140735105117840 140365736729144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15830/tid=15847] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15847/stat : 15847 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983521 9856040960 12976 33554432000 1073741824 1073778376 140735105117840 140365735677048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15830/tid=15848] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15848/stat : 15848 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983521 9856040960 12976 33554432000 1073741824 1073778376 140735105117840 140365734624456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15849] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15849/stat : 15849 (java) S 15827 15830 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8983543 9856040960 12976 33554432000 1073741824 1073778376 140735105117840 140365733569448 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.00 2.04 2.03 3/213 15849
/proc/meminfo: memFree=31547996/32872528 swapFree=338160/354512
[pid=15830] ppid=15827 vsize=9625040 CPUtime=6.98 cores=0,2,4,6
/proc/15830/stat : 15830 (java) S 15827 15830 14496 0 -1 4202496 9055 0 1 0 696 2 0 0 20 0 19 0 8983514 9856040960 14854 33554432000 1073741824 1073778376 140735105117840 140735105108976 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15830/statm: 2406260 14854 2263 9 0 2396937 0
[pid=15830/tid=15832] ppid=15827 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/15830/task/15832/stat : 15832 (java) R 15827 15830 14496 0 -1 4202560 2432 0 1 0 626 0 0 0 20 0 19 0 8983515 9856040960 14854 33554432000 1073741824 1073778376 140735105117840 140365918404288 140365789888700 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=15830/tid=15833] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15833/stat : 15833 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983517 9856040960 14854 33554432000 1073741824 1073778376 140735105117840 140365761558824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15834] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15834/stat : 15834 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983517 9856040960 14854 33554432000 1073741824 1073778376 140735105117840 140365760506024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15830/tid=15835] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15835/stat : 15835 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983517 9856040960 14854 33554432000 1073741824 1073778376 140735105117840 140365759453736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15830/tid=15836] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15836/stat : 15836 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983517 9856040960 14854 33554432000 1073741824 1073778376 140735105117840 140365758400936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15830/tid=15837] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15837/stat : 15837 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983517 9856040960 14854 33554432000 1073741824 1073778376 140735105117840 140365757348648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15838] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15838/stat : 15838 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983517 9856040960 14854 33554432000 1073741824 1073778376 140735105117840 140365756295848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15830/tid=15839] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15839/stat : 15839 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983517 9856040960 14854 33554432000 1073741824 1073778376 140735105117840 140365755243560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15840] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15840/stat : 15840 (java) S 15827 15830 14496 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8983517 9856040960 14854 33554432000 1073741824 1073778376 140735105117840 140365754190760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15841] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15841/stat : 15841 (java) S 15827 15830 14496 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8983518 9856040960 14854 33554432000 1073741824 1073778376 140735105117840 140365741992168 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15842] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15842/stat : 15842 (java) S 15827 15830 14496 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8983518 9856040960 14854 33554432000 1073741824 1073778376 140735105117840 140365740938232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15843] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15843/stat : 15843 (java) S 15827 15830 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8983518 9856040960 14854 33554432000 1073741824 1073778376 140735105117840 140365739885832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15844] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15844/stat : 15844 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983521 9856040960 14854 33554432000 1073741824 1073778376 140735105117840 140365738834320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15845] ppid=15827 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/15830/task/15845/stat : 15845 (java) S 15827 15830 14496 0 -1 4202560 2019 0 0 0 28 0 0 0 20 0 19 0 8983521 9856040960 14854 33554432000 1073741824 1073778376 140735105117840 140365737781944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15846] ppid=15827 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/15830/task/15846/stat : 15846 (java) S 15827 15830 14496 0 -1 4202560 3331 0 0 0 39 0 0 0 20 0 19 0 8983521 9856040960 14854 33554432000 1073741824 1073778376 140735105117840 140365736729144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15830/tid=15847] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15847/stat : 15847 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983521 9856040960 14854 33554432000 1073741824 1073778376 140735105117840 140365735677048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15830/tid=15848] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15848/stat : 15848 (java) S 15827 15830 14496 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8983521 9856040960 14854 33554432000 1073741824 1073778376 140735105117840 140365734624456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15849] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15849/stat : 15849 (java) S 15827 15830 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8983543 9856040960 14854 33554432000 1073741824 1073778376 140735105117840 140365733569448 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.98
Current children cumulated vsize (KiB) 9625040


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

[pid=15830/tid=15842] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15842/stat : 15842 (java) S 15827 15830 14496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8983518 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365740938232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15843] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15843/stat : 15843 (java) S 15827 15830 14496 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8983518 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365739885832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15844] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15844/stat : 15844 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983521 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365738834320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15845] ppid=15827 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/15830/task/15845/stat : 15845 (java) S 15827 15830 14496 0 -1 4202560 2019 0 0 0 28 0 0 0 20 0 19 0 8983521 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365737781944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15846] ppid=15827 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/15830/task/15846/stat : 15846 (java) S 15827 15830 14496 0 -1 4202560 3389 0 0 0 41 0 0 0 20 0 19 0 8983521 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365736729144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15830/tid=15847] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15847/stat : 15847 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983521 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365735677048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15830/tid=15848] ppid=15827 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/15830/task/15848/stat : 15848 (java) S 15827 15830 14496 0 -1 4202560 99 0 0 0 26 22 0 0 20 0 19 0 8983521 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365734624456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15830/tid=15849] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15849/stat : 15849 (java) S 15827 15830 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8983543 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365733569448 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1725.72
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/213 15958
/proc/meminfo: memFree=31072700/32872528 swapFree=338160/354512
[pid=15830] ppid=15827 vsize=9625040 CPUtime=1785.74 cores=0,2,4,6
/proc/15830/stat : 15830 (java) S 15827 15830 14496 0 -1 4202496 11787 0 1 0 178508 66 0 0 20 0 19 0 8983514 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140735105108976 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15830/statm: 2406260 115972 2285 9 0 2396937 0
[pid=15830/tid=15832] ppid=15827 vsize=9625040 CPUtime=1780.97 cores=0,2,4,6
/proc/15830/task/15832/stat : 15832 (java) R 15827 15830 14496 0 -1 4202560 2510 0 1 0 178065 32 0 0 20 0 19 0 8983515 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365918404288 140365789773506 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15830/tid=15833] ppid=15827 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/15830/task/15833/stat : 15833 (java) S 15827 15830 14496 0 -1 4202560 394 0 0 0 51 7 0 0 20 0 19 0 8983517 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365761558824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15830/tid=15834] ppid=15827 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/15830/task/15834/stat : 15834 (java) S 15827 15830 14496 0 -1 4202560 369 0 0 0 37 6 0 0 20 0 19 0 8983517 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365760506024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15830/tid=15835] ppid=15827 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/15830/task/15835/stat : 15835 (java) S 15827 15830 14496 0 -1 4202560 410 0 0 0 32 3 0 0 20 0 19 0 8983517 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365759453736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15836] ppid=15827 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/15830/task/15836/stat : 15836 (java) S 15827 15830 14496 0 -1 4202560 387 0 0 0 33 6 0 0 20 0 19 0 8983517 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365758400936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15830/tid=15837] ppid=15827 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/15830/task/15837/stat : 15837 (java) S 15827 15830 14496 0 -1 4202560 194 0 0 0 44 5 0 0 20 0 19 0 8983517 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365757348648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15830/tid=15838] ppid=15827 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/15830/task/15838/stat : 15838 (java) S 15827 15830 14496 0 -1 4202560 296 0 0 0 39 5 0 0 20 0 19 0 8983517 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365756295848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15830/tid=15839] ppid=15827 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/15830/task/15839/stat : 15839 (java) S 15827 15830 14496 0 -1 4202560 200 0 0 0 40 6 0 0 20 0 19 0 8983517 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365755243560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15840] ppid=15827 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/15830/task/15840/stat : 15840 (java) S 15827 15830 14496 0 -1 4202560 122 0 0 0 33 6 0 0 20 0 19 0 8983517 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365754190760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15830/tid=15841] ppid=15827 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/15830/task/15841/stat : 15841 (java) S 15827 15830 14496 0 -1 4202560 136 0 0 0 26 2 0 0 20 0 19 0 8983518 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365741992168 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15830/tid=15842] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15842/stat : 15842 (java) S 15827 15830 14496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8983518 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365740938232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15843] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15843/stat : 15843 (java) S 15827 15830 14496 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8983518 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365739885832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15844] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15844/stat : 15844 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983521 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365738834320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15845] ppid=15827 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/15830/task/15845/stat : 15845 (java) S 15827 15830 14496 0 -1 4202560 2019 0 0 0 28 0 0 0 20 0 19 0 8983521 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365737781944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15846] ppid=15827 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/15830/task/15846/stat : 15846 (java) S 15827 15830 14496 0 -1 4202560 3389 0 0 0 41 0 0 0 20 0 19 0 8983521 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365736729144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15830/tid=15847] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15847/stat : 15847 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983521 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365735677048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15830/tid=15848] ppid=15827 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/15830/task/15848/stat : 15848 (java) S 15827 15830 14496 0 -1 4202560 103 0 0 0 27 24 0 0 20 0 19 0 8983521 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365734624456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15830/tid=15849] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15849/stat : 15849 (java) S 15827 15830 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8983543 9856040960 115972 33554432000 1073741824 1073778376 140735105117840 140365733569448 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1785.74
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 2.03 2.04 2.00 3/212 15959
/proc/meminfo: memFree=31078228/32872528 swapFree=338160/354512
[pid=15830] ppid=15827 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/15830/stat : 15830 (java) S 15827 15830 14496 0 -1 4202496 11790 0 1 0 179934 66 0 0 20 0 19 0 8983514 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140735105108976 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15830/statm: 2406260 114738 2285 9 0 2396937 0
[pid=15830/tid=15832] ppid=15827 vsize=9625040 CPUtime=1795.14 cores=0,2,4,6
/proc/15830/task/15832/stat : 15832 (java) R 15827 15830 14496 0 -1 4202560 2511 0 1 0 179482 32 0 0 20 0 19 0 8983515 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365918411984 140365789739117 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15830/tid=15833] ppid=15827 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/15830/task/15833/stat : 15833 (java) S 15827 15830 14496 0 -1 4202560 394 0 0 0 53 7 0 0 20 0 19 0 8983517 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365761558824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15830/tid=15834] ppid=15827 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/15830/task/15834/stat : 15834 (java) S 15827 15830 14496 0 -1 4202560 369 0 0 0 40 6 0 0 20 0 19 0 8983517 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365760506024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15830/tid=15835] ppid=15827 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/15830/task/15835/stat : 15835 (java) S 15827 15830 14496 0 -1 4202560 410 0 0 0 33 3 0 0 20 0 19 0 8983517 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365759453736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15836] ppid=15827 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/15830/task/15836/stat : 15836 (java) S 15827 15830 14496 0 -1 4202560 387 0 0 0 34 6 0 0 20 0 19 0 8983517 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365758400936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15837] ppid=15827 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/15830/task/15837/stat : 15837 (java) S 15827 15830 14496 0 -1 4202560 194 0 0 0 45 5 0 0 20 0 19 0 8983517 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365757348648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15838] ppid=15827 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/15830/task/15838/stat : 15838 (java) S 15827 15830 14496 0 -1 4202560 296 0 0 0 40 5 0 0 20 0 19 0 8983517 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365756295848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15830/tid=15839] ppid=15827 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/15830/task/15839/stat : 15839 (java) S 15827 15830 14496 0 -1 4202560 200 0 0 0 41 6 0 0 20 0 19 0 8983517 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365755243560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15830/tid=15840] ppid=15827 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/15830/task/15840/stat : 15840 (java) S 15827 15830 14496 0 -1 4202560 122 0 0 0 34 6 0 0 20 0 19 0 8983517 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365754190760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15830/tid=15841] ppid=15827 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/15830/task/15841/stat : 15841 (java) S 15827 15830 14496 0 -1 4202560 138 0 0 0 26 2 0 0 20 0 19 0 8983518 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365741992168 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15830/tid=15842] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15842/stat : 15842 (java) S 15827 15830 14496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8983518 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365740938232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15843] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15843/stat : 15843 (java) S 15827 15830 14496 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8983518 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365739885832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15844] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15844/stat : 15844 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983521 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365738834320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15845] ppid=15827 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/15830/task/15845/stat : 15845 (java) S 15827 15830 14496 0 -1 4202560 2019 0 0 0 28 0 0 0 20 0 19 0 8983521 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365737781944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15846] ppid=15827 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/15830/task/15846/stat : 15846 (java) S 15827 15830 14496 0 -1 4202560 3389 0 0 0 41 0 0 0 20 0 19 0 8983521 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365736729144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15830/tid=15847] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15847/stat : 15847 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983521 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365735677048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15830/tid=15848] ppid=15827 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/15830/task/15848/stat : 15848 (java) S 15827 15830 14496 0 -1 4202560 103 0 0 0 27 24 0 0 20 0 19 0 8983521 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365734624456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15830/tid=15849] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15849/stat : 15849 (java) S 15827 15830 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8983543 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365733569448 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 15830 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.5 s]
/proc/loadavg: 2.03 2.04 2.00 3/212 15959
/proc/meminfo: memFree=31078228/32872528 swapFree=338160/354512
[pid=15830] ppid=15827 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/15830/stat : 15830 (java) S 15827 15830 14496 0 -1 4202496 11790 0 1 0 179934 66 0 0 20 0 19 0 8983514 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140735105108976 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15830/statm: 2406260 114738 2285 9 0 2396937 0
[pid=15830/tid=15832] ppid=15827 vsize=9625040 CPUtime=1795.14 cores=0,2,4,6
/proc/15830/task/15832/stat : 15832 (java) R 15827 15830 14496 0 -1 4202560 2511 0 1 0 179482 32 0 0 20 0 19 0 8983515 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365918411984 140365789739117 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15830/tid=15833] ppid=15827 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/15830/task/15833/stat : 15833 (java) S 15827 15830 14496 0 -1 4202560 394 0 0 0 53 7 0 0 20 0 19 0 8983517 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365761558824 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15830/tid=15834] ppid=15827 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/15830/task/15834/stat : 15834 (java) S 15827 15830 14496 0 -1 4202560 369 0 0 0 40 6 0 0 20 0 19 0 8983517 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365760506024 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15830/tid=15835] ppid=15827 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/15830/task/15835/stat : 15835 (java) S 15827 15830 14496 0 -1 4202560 410 0 0 0 33 3 0 0 20 0 19 0 8983517 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365759453736 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15836] ppid=15827 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/15830/task/15836/stat : 15836 (java) S 15827 15830 14496 0 -1 4202560 387 0 0 0 34 6 0 0 20 0 19 0 8983517 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365758400936 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15837] ppid=15827 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/15830/task/15837/stat : 15837 (java) S 15827 15830 14496 0 -1 4202560 194 0 0 0 45 5 0 0 20 0 19 0 8983517 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365757348648 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15838] ppid=15827 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/15830/task/15838/stat : 15838 (java) S 15827 15830 14496 0 -1 4202560 296 0 0 0 40 5 0 0 20 0 19 0 8983517 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365756295848 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15830/tid=15839] ppid=15827 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/15830/task/15839/stat : 15839 (java) S 15827 15830 14496 0 -1 4202560 200 0 0 0 41 6 0 0 20 0 19 0 8983517 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365755243560 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15830/tid=15840] ppid=15827 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/15830/task/15840/stat : 15840 (java) S 15827 15830 14496 0 -1 4202560 122 0 0 0 34 6 0 0 20 0 19 0 8983517 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365754190760 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15830/tid=15841] ppid=15827 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/15830/task/15841/stat : 15841 (java) S 15827 15830 14496 0 -1 4202560 138 0 0 0 26 2 0 0 20 0 19 0 8983518 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365741992168 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15830/tid=15842] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15842/stat : 15842 (java) S 15827 15830 14496 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8983518 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365740938232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15843] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15843/stat : 15843 (java) S 15827 15830 14496 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8983518 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365739885832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15844] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15844/stat : 15844 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983521 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365738834320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15845] ppid=15827 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/15830/task/15845/stat : 15845 (java) S 15827 15830 14496 0 -1 4202560 2019 0 0 0 28 0 0 0 20 0 19 0 8983521 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365737781944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15830/tid=15846] ppid=15827 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/15830/task/15846/stat : 15846 (java) S 15827 15830 14496 0 -1 4202560 3389 0 0 0 41 0 0 0 20 0 19 0 8983521 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365736729144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15830/tid=15847] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15847/stat : 15847 (java) S 15827 15830 14496 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8983521 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365735677048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15830/tid=15848] ppid=15827 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/15830/task/15848/stat : 15848 (java) S 15827 15830 14496 0 -1 4202560 103 0 0 0 27 24 0 0 20 0 19 0 8983521 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365734624456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15830/tid=15849] ppid=15827 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15830/task/15849/stat : 15849 (java) S 15827 15830 14496 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8983543 9856040960 114738 33554432000 1073741824 1073778376 140735105117840 140365733569448 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1796.54
CPU time (s): 1800.63
CPU user time (s): 1799.47
CPU system time (s): 1.15982
CPU usage (%): 100.227
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.47
system time used= 1.15982
maximum resident set size= 579076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11834
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38702
involuntary context switches= 14052

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.9683 second user time and 12.4871 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-16 11:29:28
IDJOB=4090501
IDBENCH=79531
IDSOLVER=2551
FILE ID=node126/4090501-1466069368
RUNJOBID= node126-1466062123-14512
PBS_JOBID= 19904013
Free space on /tmp= 71740 MiB

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

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

MD5SUM BENCH= 832b6d889e2e04fac8730ab9437bdddf
RANDOM SEED=213637756

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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.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.121
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:        31598576 kB
Buffers:            9912 kB
Cached:            41936 kB
SwapCached:         1764 kB
Active:           179120 kB
Inactive:          29124 kB
Active(anon):     158284 kB
Inactive(anon):      608 kB
Active(file):      20836 kB
Inactive(file):    28516 kB
Unevictable:      354512 kB
Mlocked:          338160 kB
SwapTotal:      67108856 kB
SwapFree:       67099240 kB
Dirty:               476 kB
Writeback:             0 kB
AnonPages:        516444 kB
Mapped:            15420 kB
Shmem:                 0 kB
Slab:             565516 kB
SReclaimable:       9700 kB
SUnreclaim:       555816 kB
KernelStack:        1704 kB
PageTables:         5020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1043580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    155648 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 node126 at 2016-06-16 11:59:24