Trace number 4110572

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.05 1796.65

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/warehouse/
normalized-cap72_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.08
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.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/0.12	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.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4110572-1466345726.wbo
0.07/0.12	c reading problem ... 
0.23/0.26	c ... done. Wall clock time 0.137s.
0.23/0.26	c declared #vars     832
0.23/0.26	c internal #vars     2446
0.23/0.26	c #constraints  1746
0.23/0.26	c constraints type 
0.23/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 850
0.23/0.26	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.23/0.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 846
0.23/0.26	c 1746 constraints processed.
0.23/0.26	c objective function length is 1614 literals
0.41/0.30	c SATISFIABLE
0.41/0.30	c OPTIMIZING...
0.41/0.30	c Got one! Elapsed wall clock time (in seconds):0.18
0.41/0.30	o 9556215
1.49/0.96	c cleaning 2494 clauses out of 5000 with flag 12151/5000
2.18/1.52	c cleaning 4240 clauses out of 8506 with flag 26459/11000
2.89/2.23	c cleaning 5633 clauses out of 11266 with flag 49203/18000
3.70/3.07	c cleaning 6807 clauses out of 13633 with flag 73531/26000
4.72/4.03	c cleaning 7910 clauses out of 15826 with flag 104609/35000
5.82/5.11	c cleaning 8951 clauses out of 17916 with flag 141751/45000
7.02/6.35	c cleaning 9982 clauses out of 19965 with flag 177365/56000
8.43/7.76	c cleaning 10983 clauses out of 21983 with flag 218060/68000
9.93/9.29	c cleaning 12000 clauses out of 24000 with flag 264455/81000
11.73/11.01	c cleaning 12991 clauses out of 26004 with flag 315362/95004
13.43/12.72	c cleaning 13996 clauses out of 28010 with flag 365923/110001
15.23/14.56	c cleaning 15006 clauses out of 30015 with flag 415952/126002
17.42/16.71	c cleaning 15982 clauses out of 32007 with flag 475966/143000
19.72/19.08	c cleaning 17006 clauses out of 34025 with flag 550266/161000
22.32/21.65	c cleaning 18001 clauses out of 36019 with flag 622124/180000
25.03/24.36	c cleaning 19002 clauses out of 38018 with flag 700562/200000
27.82/27.14	c cleaning 20001 clauses out of 40016 with flag 773560/221000
30.82/30.12	c cleaning 21003 clauses out of 42015 with flag 868823/243000
33.82/33.19	c cleaning 21990 clauses out of 44012 with flag 946604/266000
37.03/36.35	c cleaning 23011 clauses out of 46022 with flag 1028539/290000
40.22/39.60	c cleaning 23996 clauses out of 48011 with flag 1112121/315000
43.65/42.97	c cleaning 24989 clauses out of 50017 with flag 1204998/341002
47.14/46.47	c cleaning 25998 clauses out of 52031 with flag 1302467/368005
51.04/50.38	c cleaning 27014 clauses out of 54030 with flag 1403471/396002
55.34/54.69	c cleaning 28006 clauses out of 56014 with flag 1503511/425000
59.73/59.07	c cleaning 28988 clauses out of 58008 with flag 1602856/455000
64.23/63.56	c cleaning 29988 clauses out of 60021 with flag 1704993/486001
69.04/68.38	c cleaning 31010 clauses out of 62034 with flag 1813982/518002
74.03/73.36	c cleaning 31998 clauses out of 64023 with flag 1919656/551001
78.94/78.22	c cleaning 32994 clauses out of 66024 with flag 2036132/585000
84.03/83.37	c cleaning 34005 clauses out of 68030 with flag 2149127/620000
89.63/88.95	c cleaning 35006 clauses out of 70026 with flag 2275626/656001
95.83/95.16	c cleaning 36010 clauses out of 72021 with flag 2419448/693002
102.10/101.37	c cleaning 37001 clauses out of 74009 with flag 2547594/731000
108.19/107.43	c cleaning 37998 clauses out of 76009 with flag 2689733/770001
114.29/113.51	c cleaning 38996 clauses out of 78010 with flag 2824642/810000
120.49/119.78	c cleaning 39990 clauses out of 80014 with flag 2978573/851000
126.89/126.12	c cleaning 41003 clauses out of 82024 with flag 3127070/893000
133.49/132.77	c cleaning 41999 clauses out of 84022 with flag 3283040/936001
140.80/140.09	c cleaning 42998 clauses out of 86022 with flag 3461595/980000
148.40/147.60	c cleaning 43999 clauses out of 88025 with flag 3625406/1025001
155.90/155.15	c cleaning 44995 clauses out of 90025 with flag 3802680/1071000
163.44/162.65	c cleaning 45999 clauses out of 92030 with flag 3972796/1118000
170.94/170.15	c cleaning 47004 clauses out of 94033 with flag 4144929/1166002
179.25/178.40	c cleaning 48007 clauses out of 96029 with flag 4322287/1215002
187.35/186.53	c cleaning 49003 clauses out of 98021 with flag 4497458/1265001
195.65/194.85	c cleaning 49998 clauses out of 100018 with flag 4699155/1316001
203.85/203.01	c cleaning 50999 clauses out of 102019 with flag 4885183/1368000
212.44/211.67	c cleaning 51997 clauses out of 104023 with flag 5082089/1421003
221.63/220.78	c cleaning 53005 clauses out of 106023 with flag 5306935/1475000
230.53/229.62	c cleaning 53988 clauses out of 108018 with flag 5516858/1530000
239.43/238.53	c cleaning 55009 clauses out of 110031 with flag 5731206/1586001
248.33/247.50	c cleaning 56012 clauses out of 112023 with flag 5939587/1643002
258.02/257.18	c cleaning 56987 clauses out of 114009 with flag 6158569/1701000
267.83/266.91	c cleaning 58006 clauses out of 116022 with flag 6377264/1760000
278.13/277.26	c cleaning 58985 clauses out of 118018 with flag 6616078/1820002
289.25/288.24	c cleaning 60017 clauses out of 120036 with flag 6849434/1881005
299.94/298.95	c cleaning 61004 clauses out of 122014 with flag 7098529/1943000
310.94/309.94	c cleaning 61989 clauses out of 124011 with flag 7336404/2006001
321.64/320.65	c cleaning 62992 clauses out of 126021 with flag 7576084/2070000
333.83/332.80	c cleaning 64005 clauses out of 128031 with flag 7811325/2135002
345.45/344.44	c cleaning 65009 clauses out of 130025 with flag 8061803/2201001
357.87/356.71	c cleaning 65988 clauses out of 132015 with flag 8320004/2268000
369.68/368.54	c cleaning 67002 clauses out of 134027 with flag 8573056/2336000
381.67/380.53	c cleaning 68006 clauses out of 136025 with flag 8824610/2405000
393.57/392.45	c cleaning 68984 clauses out of 138019 with flag 9084892/2475000
405.58/404.48	c cleaning 70013 clauses out of 140035 with flag 9349957/2546000
418.49/417.27	c cleaning 71003 clauses out of 142022 with flag 9614047/2618000
431.09/429.84	c cleaning 71997 clauses out of 144020 with flag 9882847/2691001
443.79/442.51	c cleaning 73008 clauses out of 146023 with flag 10177775/2765001
457.60/456.32	c cleaning 73993 clauses out of 148014 with flag 10468341/2840000
471.80/470.53	c cleaning 75002 clauses out of 150022 with flag 10757690/2916001
487.32/485.98	c cleaning 75997 clauses out of 152019 with flag 11002435/2993000
503.22/501.87	c cleaning 77007 clauses out of 154025 with flag 11258427/3071003
518.92/517.59	c cleaning 77989 clauses out of 156015 with flag 11530409/3150000
536.32/534.97	c cleaning 78998 clauses out of 158026 with flag 11811701/3230000
552.94/551.45	c cleaning 79995 clauses out of 160028 with flag 12120460/3311000
570.55/569.07	c cleaning 81011 clauses out of 162033 with flag 12430402/3393000
588.25/586.79	c cleaning 81999 clauses out of 164022 with flag 12729179/3476000
607.24/605.79	c cleaning 83003 clauses out of 166023 with flag 13020039/3560000
625.76/624.13	c cleaning 84008 clauses out of 168020 with flag 13308808/3645000
643.56/641.97	c cleaning 84992 clauses out of 170012 with flag 13619560/3731000
661.56/659.90	c cleaning 85993 clauses out of 172021 with flag 13947194/3818001
679.96/678.33	c cleaning 86984 clauses out of 174031 with flag 14286298/3906004
699.55/697.88	c cleaning 88016 clauses out of 176043 with flag 14601241/3995000
719.25/717.58	c cleaning 88999 clauses out of 178027 with flag 14918548/4085000
737.85/736.15	c cleaning 89987 clauses out of 180028 with flag 15261456/4176000
757.35/755.54	c cleaning 91006 clauses out of 182041 with flag 15594673/4268000
778.35/776.57	c cleaning 92006 clauses out of 184036 with flag 15901521/4361001
798.45/796.65	c cleaning 93003 clauses out of 186029 with flag 16226354/4455000
821.97/820.03	c cleaning 94008 clauses out of 188026 with flag 16551393/4550000
847.46/845.55	c cleaning 95001 clauses out of 190018 with flag 16882423/4646000
871.76/869.84	c cleaning 95985 clauses out of 192017 with flag 17238254/4743000
894.47/892.49	c cleaning 97015 clauses out of 194032 with flag 17573982/4841000
916.47/914.43	c cleaning 97967 clauses out of 196017 with flag 17923324/4940000
937.47/935.44	c cleaning 99007 clauses out of 198050 with flag 18298492/5040000
961.53/959.40	c cleaning 100019 clauses out of 200043 with flag 18697584/5141000
987.32/985.12	c cleaning 100990 clauses out of 202024 with flag 19035374/5243000
1009.83/1007.64	c cleaning 102012 clauses out of 204035 with flag 19389726/5346001
1035.26/1032.91	c cleaning 102999 clauses out of 206024 with flag 19757177/5450002
1061.76/1059.49	c cleaning 103985 clauses out of 208024 with flag 20142805/5555001
1084.86/1082.54	c cleaning 105007 clauses out of 210038 with flag 20546950/5661000
1108.92/1106.50	c cleaning 105999 clauses out of 212031 with flag 20953514/5768000
1133.72/1131.39	c cleaning 107008 clauses out of 214032 with flag 21339449/5876000
1159.23/1156.74	c cleaning 108006 clauses out of 216025 with flag 21733839/5985001
1187.93/1185.41	c cleaning 108995 clauses out of 218018 with flag 22095749/6095000
1215.64/1213.17	c cleaning 109975 clauses out of 220023 with flag 22490721/6206000
1240.95/1238.38	c cleaning 111005 clauses out of 222050 with flag 22907367/6318002
1266.66/1264.01	c cleaning 112017 clauses out of 224043 with flag 23299352/6431000
1295.27/1292.51	c cleaning 113012 clauses out of 226027 with flag 23656102/6545001
1326.27/1323.57	c cleaning 113999 clauses out of 228014 with flag 24032838/6660000
1357.36/1354.57	c cleaning 114988 clauses out of 230015 with flag 24432085/6776000
1394.76/1391.97	c cleaning 116014 clauses out of 232027 with flag 24810917/6893000
1429.25/1426.44	c cleaning 116995 clauses out of 234014 with flag 25217448/7011001
1465.05/1462.10	c cleaning 117990 clauses out of 236018 with flag 25621361/7130000
1497.64/1494.73	c cleaning 119004 clauses out of 238028 with flag 26075142/7250000
1530.93/1528.00	c cleaning 119996 clauses out of 240026 with flag 26492574/7371002
1562.82/1559.88	c cleaning 121010 clauses out of 242029 with flag 26916320/7493001
1595.94/1592.88	c cleaning 121999 clauses out of 244018 with flag 27341628/7616000
1630.22/1627.17	c cleaning 123002 clauses out of 246019 with flag 27745053/7740000
1666.55/1663.31	c cleaning 124010 clauses out of 248021 with flag 28188471/7865004
1704.85/1701.61	c cleaning 125002 clauses out of 250007 with flag 28581369/7991000
1742.26/1738.91	c cleaning 126004 clauses out of 252008 with flag 29013113/8118003
1778.17/1774.84	c cleaning 126996 clauses out of 254001 with flag 29444199/8246000
1800.05/1796.60	c starts		: 285
1800.05/1796.60	c conflicts		: 8335832
1800.05/1796.60	c decisions		: 25177075
1800.05/1796.60	c propagations		: 2537905172
1800.05/1796.60	c inspects		: 23276710671
1800.05/1796.60	c shortcuts		: 0
1800.05/1796.60	c learnt literals	: 0
1800.05/1796.60	c learnt binary clauses	: 0
1800.05/1796.60	c learnt ternary clauses	: 0
1800.05/1796.60	c learnt constraints	: 8335832
1800.05/1796.60	c ignored constraints	: 0
1800.05/1796.60	c root simplifications	: 0
1800.05/1796.60	c removed literals (reason simplification)	: 0
1800.05/1796.60	c reason swapping (by a shorter reason)	: 0
1800.05/1796.60	c Calls to reduceDB	: 124
1800.05/1796.60	c Number of update (reduction) of LBD	: 3807163
1800.05/1796.60	c Imported unit clauses	: 0
1800.05/1796.60	c number of reductions to clauses (during analyze)	: 0
1800.05/1796.60	c number of learned constraints concerned by reduction	: 0
1800.05/1796.60	c number of learning phase by resolution	: 0
1800.05/1796.60	c number of learning phase by cutting planes	: 0
1800.05/1796.60	c speed (assignments/second)	: 1412827.130411934
1800.05/1796.60	c non guided choices	89
1800.05/1796.64	c learnt constraints type 
1800.05/1796.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 216837
1800.05/1796.64	s SATISFIABLE
1800.05/1796.64	c Found 1 solution(s)
1800.05/1796.64	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.05/1796.64	c objective function=9556215
1800.05/1796.64	c Total wall clock time (in seconds): 1796.516

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-4110572-1466345726/watcher-4110572-1466345726 -o /tmp/evaluation-result-4110572-1466345726/solver-4110572-1466345726 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466341797-13114 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4110572-1466345726.wbo 

pid=15098
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.00 1.92 3/194 15101
/proc/meminfo: memFree=31496448/32872528 swapFree=8292/8292
[pid=15101] ppid=15098 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/15101/stat : 15101 (java) D 15098 15101 13098 0 -1 4202496 171 0 0 0 0 0 0 0 20 0 1 0 36617425 2560000 46 33554432000 1073741824 1073778376 140733197679744 140733197676872 243756264743 0 0 4096 0 18446744072100588836 0 0 17 2 0 0 0 0 0
/proc/15101/statm: 625 46 37 9 0 29 0

[startup+0.10006 s]
/proc/loadavg: 2.00 2.00 1.92 3/194 15101
/proc/meminfo: memFree=31496448/32872528 swapFree=8292/8292
[pid=15101] ppid=15098 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/15101/stat : 15101 (java) S 15098 15101 13098 0 -1 4202496 4168 0 1 0 6 1 0 0 20 0 18 0 36617425 9787879424 5285 33554432000 1073741824 1073778376 140733498888352 140733498879488 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15101/statm: 2389619 5286 2053 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200242 s]
/proc/loadavg: 2.00 2.00 1.92 3/194 15101
/proc/meminfo: memFree=31496448/32872528 swapFree=8292/8292
[pid=15101] ppid=15098 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/15101/stat : 15101 (java) S 15098 15101 13098 0 -1 4202496 4728 0 1 0 22 1 0 0 20 0 18 0 36617425 9787879424 6802 33554432000 1073741824 1073778376 140733498888352 140733498879488 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15101/statm: 2389619 6802 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 9558476

[startup+0.300221 s]
/proc/loadavg: 2.00 2.00 1.92 3/194 15101
/proc/meminfo: memFree=31496448/32872528 swapFree=8292/8292
[pid=15101] ppid=15098 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/15101/stat : 15101 (java) S 15098 15101 13098 0 -1 4202496 5309 0 1 0 40 1 0 0 20 0 19 0 36617425 9856040960 7818 33554432000 1073741824 1073778376 140733498888352 140733498879488 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15101/statm: 2406260 7818 2240 9 0 2396937 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 9625040

[startup+0.700163 s]
/proc/loadavg: 2.00 2.00 1.92 3/194 15101
/proc/meminfo: memFree=31496448/32872528 swapFree=8292/8292
[pid=15101] ppid=15098 vsize=9625040 CPUtime=1.25 cores=0,2,4,6
/proc/15101/stat : 15101 (java) S 15098 15101 13098 0 -1 4202496 8702 0 1 0 123 2 0 0 20 0 19 0 36617425 9856040960 10286 33554432000 1073741824 1073778376 140733498888352 140733498879488 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15101/statm: 2406260 10286 2248 9 0 2396937 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9625040

[startup+1.50083 s]
/proc/loadavg: 2.00 2.00 1.92 3/213 15120
/proc/meminfo: memFree=31461208/32872528 swapFree=8292/8292
[pid=15101] ppid=15098 vsize=9625040 CPUtime=2.18 cores=0,2,4,6
/proc/15101/stat : 15101 (java) S 15098 15101 13098 0 -1 4202496 9606 0 1 0 216 2 0 0 20 0 19 0 36617425 9856040960 11490 33554432000 1073741824 1073778376 140733498888352 140733498879488 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15101/statm: 2406260 11490 2262 9 0 2396937 0
[pid=15101/tid=15103] ppid=15098 vsize=9625040 CPUtime=1.45 cores=0,2,4,6
/proc/15101/task/15103/stat : 15103 (java) R 15098 15101 13098 0 -1 4202560 2420 0 1 0 144 1 0 0 20 0 19 0 36617427 9856040960 11490 33554432000 1073741824 1073778376 140733498888352 140659684966728 140659525348254 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15101/tid=15104] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15104/stat : 15104 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617428 9856040960 11490 33554432000 1073741824 1073778376 140733498888352 140659646458280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15105] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15105/stat : 15105 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617428 9856040960 11490 33554432000 1073741824 1073778376 140733498888352 140659645405736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15101/tid=15106] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15106/stat : 15106 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617428 9856040960 11490 33554432000 1073741824 1073778376 140733498888352 140659644352680 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15101/tid=15107] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15107/stat : 15107 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617428 9856040960 11490 33554432000 1073741824 1073778376 140733498888352 140659643300136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15101/tid=15108] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15108/stat : 15108 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617428 9856040960 11490 33554432000 1073741824 1073778376 140733498888352 140659524627368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15109] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15109/stat : 15109 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617428 9856040960 11490 33554432000 1073741824 1073778376 140733498888352 140659523574824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15101/tid=15110] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15110/stat : 15110 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617428 9856040960 11490 33554432000 1073741824 1073778376 140733498888352 140659522521768 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15101/tid=15111] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15111/stat : 15111 (java) S 15098 15101 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36617428 9856040960 11490 33554432000 1073741824 1073778376 140733498888352 140659521469224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15112] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15112/stat : 15112 (java) S 15098 15101 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36617429 9856040960 11490 33554432000 1073741824 1073778376 140733498888352 140659509057896 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15101/tid=15113] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15113/stat : 15113 (java) S 15098 15101 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36617430 9856040960 11490 33554432000 1073741824 1073778376 140733498888352 140658903868792 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15114] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15114/stat : 15114 (java) S 15098 15101 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36617430 9856040960 11490 33554432000 1073741824 1073778376 140733498888352 140658902815624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15115] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15115/stat : 15115 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617432 9856040960 11490 33554432000 1073741824 1073778376 140733498888352 140658901764368 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15116] ppid=15098 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/15101/task/15116/stat : 15116 (java) R 15098 15101 13098 0 -1 4202560 2599 0 0 0 31 0 0 0 20 0 19 0 36617432 9856040960 11490 33554432000 1073741824 1073778376 140733498888352 140658900712248 140659691779627 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15117] ppid=15098 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/15101/task/15117/stat : 15117 (java) S 15098 15101 13098 0 -1 4202560 3316 0 0 0 39 0 0 0 20 0 19 0 36617432 9856040960 11490 33554432000 1073741824 1073778376 140733498888352 140658899659704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15101/tid=15118] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15118/stat : 15118 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617432 9856040960 11490 33554432000 1073741824 1073778376 140733498888352 140658898606840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15101/tid=15119] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15119/stat : 15119 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617432 9856040960 11490 33554432000 1073741824 1073778376 140733498888352 140658897554504 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15101/tid=15120] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15120/stat : 15120 (java) S 15098 15101 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36617453 9856040960 11490 33554432000 1073741824 1073778376 140733498888352 140658896499752 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9625040

[startup+3.10082 s]
/proc/loadavg: 2.00 2.00 1.92 3/213 15120
/proc/meminfo: memFree=31456492/32872528 swapFree=8292/8292
[pid=15101] ppid=15098 vsize=9625040 CPUtime=3.81 cores=0,2,4,6
/proc/15101/stat : 15101 (java) S 15098 15101 13098 0 -1 4202496 9610 0 1 0 379 2 0 0 20 0 19 0 36617425 9856040960 12956 33554432000 1073741824 1073778376 140733498888352 140733498879488 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15101/statm: 2406260 12956 2262 9 0 2396937 0
[pid=15101/tid=15103] ppid=15098 vsize=9625040 CPUtime=3.05 cores=0,2,4,6
/proc/15101/task/15103/stat : 15103 (java) R 15098 15101 13098 0 -1 4202560 2424 0 1 0 304 1 0 0 20 0 19 0 36617427 9856040960 12956 33554432000 1073741824 1073778376 140733498888352 140659684957888 140659525154831 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15101/tid=15104] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15104/stat : 15104 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617428 9856040960 12956 33554432000 1073741824 1073778376 140733498888352 140659646458280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15105] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15105/stat : 15105 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617428 9856040960 12956 33554432000 1073741824 1073778376 140733498888352 140659645405736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15101/tid=15106] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15106/stat : 15106 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617428 9856040960 12956 33554432000 1073741824 1073778376 140733498888352 140659644352680 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15101/tid=15107] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15107/stat : 15107 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617428 9856040960 12956 33554432000 1073741824 1073778376 140733498888352 140659643300136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15101/tid=15108] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15108/stat : 15108 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617428 9856040960 12956 33554432000 1073741824 1073778376 140733498888352 140659524627368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15109] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15109/stat : 15109 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617428 9856040960 12956 33554432000 1073741824 1073778376 140733498888352 140659523574824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15101/tid=15110] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15110/stat : 15110 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617428 9856040960 12956 33554432000 1073741824 1073778376 140733498888352 140659522521768 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15101/tid=15111] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15111/stat : 15111 (java) S 15098 15101 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36617428 9856040960 12956 33554432000 1073741824 1073778376 140733498888352 140659521469224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15112] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15112/stat : 15112 (java) S 15098 15101 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36617429 9856040960 12956 33554432000 1073741824 1073778376 140733498888352 140659509057896 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15101/tid=15113] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15113/stat : 15113 (java) S 15098 15101 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36617430 9856040960 12956 33554432000 1073741824 1073778376 140733498888352 140658903868792 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15114] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15114/stat : 15114 (java) S 15098 15101 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36617430 9856040960 12956 33554432000 1073741824 1073778376 140733498888352 140658902815624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15115] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15115/stat : 15115 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617432 9856040960 12956 33554432000 1073741824 1073778376 140733498888352 140658901764368 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15116] ppid=15098 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/15101/task/15116/stat : 15116 (java) S 15098 15101 13098 0 -1 4202560 2599 0 0 0 32 0 0 0 20 0 19 0 36617432 9856040960 12956 33554432000 1073741824 1073778376 140733498888352 140658900712248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15117] ppid=15098 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/15101/task/15117/stat : 15117 (java) S 15098 15101 13098 0 -1 4202560 3316 0 0 0 40 0 0 0 20 0 19 0 36617432 9856040960 12956 33554432000 1073741824 1073778376 140733498888352 140658899659704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15101/tid=15118] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15118/stat : 15118 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617432 9856040960 12956 33554432000 1073741824 1073778376 140733498888352 140658898606840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15101/tid=15119] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15119/stat : 15119 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617432 9856040960 12956 33554432000 1073741824 1073778376 140733498888352 140658897554504 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15101/tid=15120] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15120/stat : 15120 (java) S 15098 15101 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36617453 9856040960 12956 33554432000 1073741824 1073778376 140733498888352 140658896499752 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.81
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.00 2.00 1.92 3/213 15120
/proc/meminfo: memFree=31445444/32872528 swapFree=8292/8292
[pid=15101] ppid=15098 vsize=9625040 CPUtime=7.02 cores=0,2,4,6
/proc/15101/stat : 15101 (java) S 15098 15101 13098 0 -1 4202496 9617 0 1 0 699 3 0 0 20 0 19 0 36617425 9856040960 15119 33554432000 1073741824 1073778376 140733498888352 140733498879488 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15101/statm: 2406260 15119 2263 9 0 2396937 0
[pid=15101/tid=15103] ppid=15098 vsize=9625040 CPUtime=6.24 cores=0,2,4,6
/proc/15101/task/15103/stat : 15103 (java) R 15098 15101 13098 0 -1 4202560 2430 0 1 0 623 1 0 0 20 0 19 0 36617427 9856040960 15119 33554432000 1073741824 1073778376 140733498888352 140659684957872 140659525241607 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15101/tid=15104] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15104/stat : 15104 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617428 9856040960 15119 33554432000 1073741824 1073778376 140733498888352 140659646458280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15105] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15105/stat : 15105 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617428 9856040960 15119 33554432000 1073741824 1073778376 140733498888352 140659645405736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15101/tid=15106] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15106/stat : 15106 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617428 9856040960 15119 33554432000 1073741824 1073778376 140733498888352 140659644352680 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15101/tid=15107] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15107/stat : 15107 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617428 9856040960 15119 33554432000 1073741824 1073778376 140733498888352 140659643300136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15101/tid=15108] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15108/stat : 15108 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617428 9856040960 15119 33554432000 1073741824 1073778376 140733498888352 140659524627368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15109] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15109/stat : 15109 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617428 9856040960 15119 33554432000 1073741824 1073778376 140733498888352 140659523574824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15101/tid=15110] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15110/stat : 15110 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617428 9856040960 15119 33554432000 1073741824 1073778376 140733498888352 140659522521768 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15101/tid=15111] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15111/stat : 15111 (java) S 15098 15101 13098 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36617428 9856040960 15119 33554432000 1073741824 1073778376 140733498888352 140659521469224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15112] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15112/stat : 15112 (java) S 15098 15101 13098 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36617429 9856040960 15119 33554432000 1073741824 1073778376 140733498888352 140659509057896 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15101/tid=15113] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15113/stat : 15113 (java) S 15098 15101 13098 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36617430 9856040960 15119 33554432000 1073741824 1073778376 140733498888352 140658903868792 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15114] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15114/stat : 15114 (java) S 15098 15101 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36617430 9856040960 15119 33554432000 1073741824 1073778376 140733498888352 140658902815624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15115] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15115/stat : 15115 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617432 9856040960 15119 33554432000 1073741824 1073778376 140733498888352 140658901764368 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15116] ppid=15098 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/15101/task/15116/stat : 15116 (java) S 15098 15101 13098 0 -1 4202560 2599 0 0 0 32 0 0 0 20 0 19 0 36617432 9856040960 15119 33554432000 1073741824 1073778376 140733498888352 140658900712248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15117] ppid=15098 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/15101/task/15117/stat : 15117 (java) S 15098 15101 13098 0 -1 4202560 3316 0 0 0 40 0 0 0 20 0 19 0 36617432 9856040960 15119 33554432000 1073741824 1073778376 140733498888352 140658899659704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15101/tid=15118] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15118/stat : 15118 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617432 9856040960 15119 33554432000 1073741824 1073778376 140733498888352 140658898606840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15101/tid=15119] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15119/stat : 15119 (java) S 15098 15101 13098 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36617432 9856040960 15119 33554432000 1073741824 1073778376 140733498888352 140658897554504 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15101/tid=15120] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15120/stat : 15120 (java) S 15098 15101 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36617453 9856040960 15119 33554432000 1073741824 1073778376 140733498888352 140658896499752 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 9625040


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

[pid=15101/tid=15120] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15120/stat : 15120 (java) S 15098 15101 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36617453 9856040960 116874 33554432000 1073741824 1073778376 140733498888352 140658896499752 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1665.54
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 1.04 1.41 1.69 2/188 15196
/proc/meminfo: memFree=31313928/32872528 swapFree=8292/8292
[pid=15101] ppid=15098 vsize=9625040 CPUtime=1725.66 cores=0,2,4,6
/proc/15101/stat : 15101 (java) S 15098 15101 13098 0 -1 4202496 12954 0 1 0 172498 68 0 0 20 0 19 0 36617425 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140733498879488 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15101/statm: 2406260 115686 2285 9 0 2396937 0
[pid=15101/tid=15103] ppid=15098 vsize=9625040 CPUtime=1716.36 cores=0,2,4,6
/proc/15101/task/15103/stat : 15103 (java) R 15098 15101 13098 0 -1 4202560 2508 0 1 0 171607 29 0 0 20 0 19 0 36617427 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140659684965568 140659525136280 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15101/tid=15104] ppid=15098 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/15101/task/15104/stat : 15104 (java) S 15098 15101 13098 0 -1 4202560 345 0 0 0 39 7 0 0 20 0 19 0 36617428 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140659646458280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15101/tid=15105] ppid=15098 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/15101/task/15105/stat : 15105 (java) S 15098 15101 13098 0 -1 4202560 276 0 0 0 43 6 0 0 20 0 19 0 36617428 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140659645405736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15106] ppid=15098 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/15101/task/15106/stat : 15106 (java) S 15098 15101 13098 0 -1 4202560 184 0 0 0 33 4 0 0 20 0 19 0 36617428 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140659644352680 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15107] ppid=15098 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/15101/task/15107/stat : 15107 (java) S 15098 15101 13098 0 -1 4202560 332 0 0 0 40 5 0 0 20 0 19 0 36617428 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140659643300136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15108] ppid=15098 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/15101/task/15108/stat : 15108 (java) S 15098 15101 13098 0 -1 4202560 493 0 0 0 41 6 0 0 20 0 19 0 36617428 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140659524627368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15101/tid=15109] ppid=15098 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/15101/task/15109/stat : 15109 (java) S 15098 15101 13098 0 -1 4202560 331 0 0 0 32 6 0 0 20 0 19 0 36617428 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140659523574824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15110] ppid=15098 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/15101/task/15110/stat : 15110 (java) S 15098 15101 13098 0 -1 4202560 481 0 0 0 35 6 0 0 20 0 19 0 36617428 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140659522521768 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15101/tid=15111] ppid=15098 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/15101/task/15111/stat : 15111 (java) S 15098 15101 13098 0 -1 4202560 281 0 0 0 43 6 0 0 20 0 19 0 36617428 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140659521469224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15101/tid=15112] ppid=15098 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/15101/task/15112/stat : 15112 (java) S 15098 15101 13098 0 -1 4202560 128 0 0 0 24 2 0 0 20 0 19 0 36617429 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140659509057896 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15101/tid=15113] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15113/stat : 15113 (java) S 15098 15101 13098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36617430 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140658903868792 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15114] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15114/stat : 15114 (java) S 15098 15101 13098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36617430 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140658902815624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15115] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15115/stat : 15115 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617432 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140658901764368 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15116] ppid=15098 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/15101/task/15116/stat : 15116 (java) S 15098 15101 13098 0 -1 4202560 2921 0 0 0 35 0 0 0 20 0 19 0 36617432 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140658900712248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15101/tid=15117] ppid=15098 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/15101/task/15117/stat : 15117 (java) S 15098 15101 13098 0 -1 4202560 3316 0 0 0 40 0 0 0 20 0 19 0 36617432 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140658899659704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15101/tid=15118] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15118/stat : 15118 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617432 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140658898606840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15101/tid=15119] ppid=15098 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/15101/task/15119/stat : 15119 (java) S 15098 15101 13098 0 -1 4202560 100 0 0 0 21 21 0 0 20 0 19 0 36617432 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140658897554504 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15101/tid=15120] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15120/stat : 15120 (java) S 15098 15101 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36617453 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140658896499752 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1725.66
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.01 1.33 1.65 2/188 15197
/proc/meminfo: memFree=31313744/32872528 swapFree=8292/8292
[pid=15101] ppid=15098 vsize=9625040 CPUtime=1785.67 cores=0,2,4,6
/proc/15101/stat : 15101 (java) S 15098 15101 13098 0 -1 4202496 12958 0 1 0 178498 69 0 0 20 0 19 0 36617425 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140733498879488 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15101/statm: 2406260 115686 2285 9 0 2396937 0
[pid=15101/tid=15103] ppid=15098 vsize=9625040 CPUtime=1776.2 cores=0,2,4,6
/proc/15101/task/15103/stat : 15103 (java) R 15098 15101 13098 0 -1 4202560 2508 0 1 0 177591 29 0 0 20 0 19 0 36617427 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140659684957872 140659525159434 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15101/tid=15104] ppid=15098 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/15101/task/15104/stat : 15104 (java) S 15098 15101 13098 0 -1 4202560 345 0 0 0 39 7 0 0 20 0 19 0 36617428 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140659646458280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15101/tid=15105] ppid=15098 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/15101/task/15105/stat : 15105 (java) S 15098 15101 13098 0 -1 4202560 276 0 0 0 43 6 0 0 20 0 19 0 36617428 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140659645405736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15106] ppid=15098 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/15101/task/15106/stat : 15106 (java) S 15098 15101 13098 0 -1 4202560 184 0 0 0 33 4 0 0 20 0 19 0 36617428 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140659644352680 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15107] ppid=15098 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/15101/task/15107/stat : 15107 (java) S 15098 15101 13098 0 -1 4202560 332 0 0 0 40 5 0 0 20 0 19 0 36617428 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140659643300136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15108] ppid=15098 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/15101/task/15108/stat : 15108 (java) S 15098 15101 13098 0 -1 4202560 493 0 0 0 41 6 0 0 20 0 19 0 36617428 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140659524627368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15101/tid=15109] ppid=15098 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/15101/task/15109/stat : 15109 (java) S 15098 15101 13098 0 -1 4202560 331 0 0 0 32 6 0 0 20 0 19 0 36617428 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140659523574824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15110] ppid=15098 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/15101/task/15110/stat : 15110 (java) S 15098 15101 13098 0 -1 4202560 481 0 0 0 35 6 0 0 20 0 19 0 36617428 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140659522521768 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15101/tid=15111] ppid=15098 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/15101/task/15111/stat : 15111 (java) S 15098 15101 13098 0 -1 4202560 281 0 0 0 43 6 0 0 20 0 19 0 36617428 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140659521469224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15101/tid=15112] ppid=15098 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/15101/task/15112/stat : 15112 (java) S 15098 15101 13098 0 -1 4202560 128 0 0 0 24 2 0 0 20 0 19 0 36617429 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140659509057896 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15101/tid=15113] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15113/stat : 15113 (java) S 15098 15101 13098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36617430 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140658903868792 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15114] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15114/stat : 15114 (java) S 15098 15101 13098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36617430 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140658902815624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15115] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15115/stat : 15115 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617432 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140658901764368 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15116] ppid=15098 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/15101/task/15116/stat : 15116 (java) S 15098 15101 13098 0 -1 4202560 2921 0 0 0 35 0 0 0 20 0 19 0 36617432 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140658900712248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15101/tid=15117] ppid=15098 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/15101/task/15117/stat : 15117 (java) S 15098 15101 13098 0 -1 4202560 3316 0 0 0 40 0 0 0 20 0 19 0 36617432 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140658899659704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15101/tid=15118] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15118/stat : 15118 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617432 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140658898606840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15101/tid=15119] ppid=15098 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/15101/task/15119/stat : 15119 (java) S 15098 15101 13098 0 -1 4202560 104 0 0 0 22 23 0 0 20 0 19 0 36617432 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140658897554504 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15101/tid=15120] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15120/stat : 15120 (java) S 15098 15101 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36617453 9856040960 115686 33554432000 1073741824 1073778376 140733498888352 140658896499752 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1785.67
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.6 s]
/proc/loadavg: 1.01 1.31 1.63 2/188 15197
/proc/meminfo: memFree=31318276/32872528 swapFree=8292/8292
[pid=15101] ppid=15098 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/15101/stat : 15101 (java) S 15098 15101 13098 0 -1 4202496 12984 0 1 0 179936 69 0 0 20 0 19 0 36617425 9856040960 114555 33554432000 1073741824 1073778376 140733498888352 140733498879488 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/15101/statm: 2406260 114555 2285 9 0 2396937 0
[pid=15101/tid=15103] ppid=15098 vsize=9625040 CPUtime=1790.43 cores=0,2,4,6
/proc/15101/task/15103/stat : 15103 (java) R 15098 15101 13098 0 -1 4202560 2509 0 1 0 179013 30 0 0 20 0 19 0 36617427 9856040960 114555 33554432000 1073741824 1073778376 140733498888352 140659684965568 140659525276290 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=15101/tid=15104] ppid=15098 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/15101/task/15104/stat : 15104 (java) S 15098 15101 13098 0 -1 4202560 368 0 0 0 40 7 0 0 20 0 19 0 36617428 9856040960 114555 33554432000 1073741824 1073778376 140733498888352 140659646458280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15101/tid=15105] ppid=15098 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/15101/task/15105/stat : 15105 (java) S 15098 15101 13098 0 -1 4202560 276 0 0 0 45 6 0 0 20 0 19 0 36617428 9856040960 114555 33554432000 1073741824 1073778376 140733498888352 140659645405736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15106] ppid=15098 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/15101/task/15106/stat : 15106 (java) S 15098 15101 13098 0 -1 4202560 184 0 0 0 34 4 0 0 20 0 19 0 36617428 9856040960 114555 33554432000 1073741824 1073778376 140733498888352 140659644352680 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15107] ppid=15098 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/15101/task/15107/stat : 15107 (java) S 15098 15101 13098 0 -1 4202560 332 0 0 0 41 5 0 0 20 0 19 0 36617428 9856040960 114555 33554432000 1073741824 1073778376 140733498888352 140659643300136 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15108] ppid=15098 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/15101/task/15108/stat : 15108 (java) S 15098 15101 13098 0 -1 4202560 493 0 0 0 42 6 0 0 20 0 19 0 36617428 9856040960 114555 33554432000 1073741824 1073778376 140733498888352 140659524627368 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15101/tid=15109] ppid=15098 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/15101/task/15109/stat : 15109 (java) S 15098 15101 13098 0 -1 4202560 331 0 0 0 35 6 0 0 20 0 19 0 36617428 9856040960 114555 33554432000 1073741824 1073778376 140733498888352 140659523574824 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=15101/tid=15110] ppid=15098 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/15101/task/15110/stat : 15110 (java) S 15098 15101 13098 0 -1 4202560 481 0 0 0 36 6 0 0 20 0 19 0 36617428 9856040960 114555 33554432000 1073741824 1073778376 140733498888352 140659522521768 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15101/tid=15111] ppid=15098 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/15101/task/15111/stat : 15111 (java) S 15098 15101 13098 0 -1 4202560 281 0 0 0 46 6 0 0 20 0 19 0 36617428 9856040960 114555 33554432000 1073741824 1073778376 140733498888352 140659521469224 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15101/tid=15112] ppid=15098 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/15101/task/15112/stat : 15112 (java) S 15098 15101 13098 0 -1 4202560 130 0 0 0 24 2 0 0 20 0 19 0 36617429 9856040960 114555 33554432000 1073741824 1073778376 140733498888352 140659509057896 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15101/tid=15113] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15113/stat : 15113 (java) S 15098 15101 13098 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 36617430 9856040960 114555 33554432000 1073741824 1073778376 140733498888352 140658903868792 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15114] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15114/stat : 15114 (java) S 15098 15101 13098 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 36617430 9856040960 114555 33554432000 1073741824 1073778376 140733498888352 140658902815624 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15115] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15115/stat : 15115 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617432 9856040960 114555 33554432000 1073741824 1073778376 140733498888352 140658901764368 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=15101/tid=15116] ppid=15098 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/15101/task/15116/stat : 15116 (java) S 15098 15101 13098 0 -1 4202560 2921 0 0 0 35 0 0 0 20 0 19 0 36617432 9856040960 114555 33554432000 1073741824 1073778376 140733498888352 140658900712248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15101/tid=15117] ppid=15098 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/15101/task/15117/stat : 15117 (java) S 15098 15101 13098 0 -1 4202560 3316 0 0 0 40 0 0 0 20 0 19 0 36617432 9856040960 114555 33554432000 1073741824 1073778376 140733498888352 140658899659704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15101/tid=15118] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15118/stat : 15118 (java) S 15098 15101 13098 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36617432 9856040960 114555 33554432000 1073741824 1073778376 140733498888352 140658898606840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=15101/tid=15119] ppid=15098 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/15101/task/15119/stat : 15119 (java) S 15098 15101 13098 0 -1 4202560 104 0 0 0 22 23 0 0 20 0 19 0 36617432 9856040960 114555 33554432000 1073741824 1073778376 140733498888352 140658897554504 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=15101/tid=15120] ppid=15098 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/15101/task/15120/stat : 15120 (java) S 15098 15101 13098 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36617453 9856040960 114555 33554432000 1073741824 1073778376 140733498888352 140658896499752 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 15101 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15101 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=748156
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=162823
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.65
CPU time (s): 1800.05
CPU user time (s): 1799.36
CPU system time (s): 0.69
CPU usage (%): 100.189
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.75
system time used= 1.16282
maximum resident set size= 563936
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13028
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= 38720
involuntary context switches= 17151

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.3743 second user time and 11.8312 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-19 16:15:26
IDJOB=4110572
IDBENCH=79525
IDSOLVER=2551
FILE ID=node151/4110572-1466345726
RUNJOBID= node151-1466341797-13114
PBS_JOBID= 19922011
Free space on /tmp= 71744 MiB

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

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

MD5SUM BENCH= 832b6d889e2e04fac8730ab9437bdddf
RANDOM SEED=1413475367

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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		: 2667.103
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		: 2667.103
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:        31496448 kB
Buffers:          121920 kB
Cached:           199048 kB
SwapCached:         1712 kB
Active:           377680 kB
Inactive:         197376 kB
Active(anon):     253308 kB
Inactive(anon):     3280 kB
Active(file):     124372 kB
Inactive(file):   194096 kB
Unevictable:        8292 kB
Mlocked:            8292 kB
SwapTotal:      67108856 kB
SwapFree:       67099344 kB
Dirty:               836 kB
Writeback:            12 kB
AnonPages:        285008 kB
Mapped:            16432 kB
Shmem:                 0 kB
Slab:             638548 kB
SReclaimable:      81788 kB
SUnreclaim:       556760 kB
KernelStack:        1640 kB
PageTables:         4708 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     800404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    253952 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= 71744 MiB
End job on node151 at 2016-06-19 16:45:23