Trace number 4085405

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16SAT (TO)85 1800.04 1796.46

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-C880.b.opb
MD5SUMd95d18eb9f9494c32273975c1bc570ba
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark63
Best CPU time to get the best result obtained on this benchmark0.108983
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 63
Optimality of the best value was proved YES
Number of variables756
Total number of constraints1853
Number of constraints which are clauses1853
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint80
Number of terms in the objective function 756
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 756
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 756
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4085405-1465242510.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.29/0.29	c ... done. Wall clock time 0.194s.
0.29/0.29	c declared #vars     756
0.29/0.29	c #constraints  1853
0.29/0.29	c constraints type 
0.29/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1510
0.29/0.29	c org.sat4j.specs.Constr$1 => 317
0.29/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 11
0.29/0.29	c org.sat4j.minisat.constraints.cnf.UnitClause => 15
0.29/0.29	c 1853 constraints processed.
0.29/0.29	c objective function length is 756 literals
0.55/0.31	c SATISFIABLE
0.55/0.31	c OPTIMIZING...
0.55/0.31	c Got one! Elapsed wall clock time (in seconds):0.21
0.55/0.31	o 89
0.55/0.32	c Got one! Elapsed wall clock time (in seconds):0.223
0.55/0.32	o 88
0.85/0.41	c Got one! Elapsed wall clock time (in seconds):0.31
0.85/0.41	o 87
0.85/0.42	c Got one! Elapsed wall clock time (in seconds):0.319
0.85/0.42	o 86
1.33/0.73	c cleaning 2532 clauses out of 5075 with flag 10990/5075
1.85/1.02	c cleaning 4263 clauses out of 8543 with flag 24963/11075
1.96/1.19	c Got one! Elapsed wall clock time (in seconds):1.089
1.96/1.19	o 85
2.22/1.31	c cleaning 4901 clauses out of 9816 with flag 4171/16611
2.52/1.61	c cleaning 5453 clauses out of 10917 with flag 17524/22613
2.85/1.98	c cleaning 6218 clauses out of 12464 with flag 33850/29613
3.36/2.42	c cleaning 7117 clauses out of 14246 with flag 52368/37613
3.86/2.95	c cleaning 8051 clauses out of 16127 with flag 73016/46611
4.46/3.56	c cleaning 9026 clauses out of 18077 with flag 96669/56612
5.56/4.60	c cleaning 10006 clauses out of 20050 with flag 129435/67611
6.66/5.74	c cleaning 11011 clauses out of 22050 with flag 169806/79617
7.76/6.90	c cleaning 12005 clauses out of 24033 with flag 219679/92611
9.17/8.27	c cleaning 13012 clauses out of 26029 with flag 270139/106612
10.76/9.81	c cleaning 13988 clauses out of 28017 with flag 323225/121612
12.38/11.41	c cleaning 15013 clauses out of 30029 with flag 380851/137612
13.98/13.08	c cleaning 16000 clauses out of 32015 with flag 444548/154611
15.98/15.01	c cleaning 17007 clauses out of 34015 with flag 512721/172611
18.18/17.20	c cleaning 17999 clauses out of 36008 with flag 577973/191611
20.48/19.51	c cleaning 18992 clauses out of 38009 with flag 643864/211611
22.88/21.96	c cleaning 20001 clauses out of 40019 with flag 714074/232613
25.38/24.47	c cleaning 20988 clauses out of 42016 with flag 788417/254611
28.08/27.11	c cleaning 22010 clauses out of 44028 with flag 867152/277611
30.91/29.96	c cleaning 23009 clauses out of 46023 with flag 946693/301616
33.90/32.97	c cleaning 23995 clauses out of 48009 with flag 1027012/326611
36.90/35.96	c cleaning 24995 clauses out of 50014 with flag 1115151/352611
40.61/39.66	c cleaning 26002 clauses out of 52022 with flag 1202596/379614
44.50/43.54	c cleaning 26984 clauses out of 54017 with flag 1296209/407611
49.51/48.55	c cleaning 27999 clauses out of 56033 with flag 1389218/436611
54.51/53.53	c cleaning 29010 clauses out of 58037 with flag 1480443/466614
59.51/58.54	c cleaning 30008 clauses out of 60024 with flag 1578739/497611
64.70/63.76	c cleaning 30991 clauses out of 62016 with flag 1677954/529611
70.41/69.41	c cleaning 32010 clauses out of 64027 with flag 1783984/562613
76.40/75.45	c cleaning 32998 clauses out of 66015 with flag 1894268/596611
82.95/81.96	c cleaning 33998 clauses out of 68017 with flag 2000887/631611
89.86/88.86	c cleaning 34999 clauses out of 70019 with flag 2117847/667611
97.06/96.01	c cleaning 36002 clauses out of 72020 with flag 2229790/704611
103.86/102.88	c cleaning 37005 clauses out of 74019 with flag 2354003/742612
110.85/109.87	c cleaning 37995 clauses out of 76013 with flag 2478364/781611
118.76/117.72	c cleaning 39010 clauses out of 78019 with flag 2605067/821612
125.36/124.37	c cleaning 39959 clauses out of 80008 with flag 2749757/862611
131.85/130.80	c cleaning 41018 clauses out of 82049 with flag 2919936/904611
138.15/137.10	c cleaning 41993 clauses out of 84032 with flag 3089491/947612
144.29/143.24	c cleaning 42983 clauses out of 86038 with flag 3262023/991611
150.89/149.85	c cleaning 44013 clauses out of 88055 with flag 3442219/1036611
156.99/155.95	c cleaning 45002 clauses out of 90042 with flag 3634505/1082611
164.39/163.32	c cleaning 46001 clauses out of 92040 with flag 3815806/1129611
171.78/170.72	c cleaning 47015 clauses out of 94039 with flag 3994656/1177611
179.68/178.65	c cleaning 47999 clauses out of 96025 with flag 4182437/1226612
187.58/186.57	c cleaning 49006 clauses out of 98025 with flag 4365564/1276611
195.58/194.47	c cleaning 50002 clauses out of 100019 with flag 4559865/1327611
204.88/203.74	c cleaning 51005 clauses out of 102018 with flag 4740723/1379612
213.78/212.67	c cleaning 51996 clauses out of 104013 with flag 4925005/1432612
224.49/223.34	c cleaning 52997 clauses out of 106017 with flag 5110448/1486612
233.88/232.76	c cleaning 54000 clauses out of 108021 with flag 5308288/1541613
242.68/241.53	c cleaning 54978 clauses out of 110019 with flag 5513941/1597611
252.71/251.44	c cleaning 56003 clauses out of 112041 with flag 5721186/1654611
262.51/261.24	c cleaning 56999 clauses out of 114040 with flag 5926226/1712613
272.41/271.12	c cleaning 58014 clauses out of 116040 with flag 6135329/1771612
282.54/281.27	c cleaning 58991 clauses out of 118025 with flag 6365493/1831611
293.53/292.22	c cleaning 60000 clauses out of 120034 with flag 6579434/1892611
301.33/300.06	c cleaning 61003 clauses out of 122034 with flag 6845846/1954611
311.05/309.69	c cleaning 61996 clauses out of 124031 with flag 7115695/2017611
322.96/321.53	c cleaning 62987 clauses out of 126035 with flag 7369185/2081611
336.56/335.19	c cleaning 64003 clauses out of 128051 with flag 7630729/2146614
350.16/348.73	c cleaning 65010 clauses out of 130045 with flag 7865153/2212611
365.89/364.39	c cleaning 66012 clauses out of 132041 with flag 8097741/2279617
379.58/378.08	c cleaning 66998 clauses out of 134023 with flag 8351720/2347611
397.59/396.09	c cleaning 68012 clauses out of 136025 with flag 8595643/2416611
415.19/413.69	c cleaning 69001 clauses out of 138013 with flag 8813136/2486611
433.58/432.07	c cleaning 69981 clauses out of 140012 with flag 9037889/2557611
453.31/451.69	c cleaning 70990 clauses out of 142031 with flag 9265895/2629611
472.31/470.68	c cleaning 72017 clauses out of 144042 with flag 9514661/2702612
489.81/488.16	c cleaning 73012 clauses out of 146024 with flag 9788469/2776611
505.81/504.12	c cleaning 73983 clauses out of 148012 with flag 10049639/2851611
522.74/520.95	c cleaning 75005 clauses out of 150029 with flag 10313318/2927611
540.04/538.28	c cleaning 76009 clauses out of 152026 with flag 10574365/3004613
558.34/556.55	c cleaning 76989 clauses out of 154015 with flag 10849220/3082611
573.00/571.01	c cleaning 78004 clauses out of 156027 with flag 11172971/3161612
589.00/587.00	c cleaning 78991 clauses out of 158022 with flag 11480016/3241611
608.00/606.08	c cleaning 80004 clauses out of 160035 with flag 11797349/3322615
626.99/625.08	c cleaning 81003 clauses out of 162029 with flag 12106564/3404613
648.52/646.45	c cleaning 81982 clauses out of 164024 with flag 12410982/3487611
668.53/666.49	c cleaning 83008 clauses out of 166042 with flag 12748869/3571611
688.02/685.96	c cleaning 84006 clauses out of 168034 with flag 13061313/3656611
710.43/708.28	c cleaning 84989 clauses out of 170030 with flag 13380918/3742613
730.93/728.75	c cleaning 86013 clauses out of 172039 with flag 13726232/3829611
753.13/750.92	c cleaning 87000 clauses out of 174026 with flag 14045186/3917611
775.23/772.98	c cleaning 87995 clauses out of 176028 with flag 14375746/4006613
797.34/795.06	c cleaning 89006 clauses out of 178031 with flag 14699370/4096611
818.54/816.27	c cleaning 89997 clauses out of 180025 with flag 15024006/4187611
841.61/839.13	c cleaning 90990 clauses out of 182028 with flag 15339318/4279611
861.21/858.79	c cleaning 92009 clauses out of 184038 with flag 15690009/4372611
885.00/882.46	c cleaning 93002 clauses out of 186030 with flag 16056850/4466612
916.10/913.57	c cleaning 94012 clauses out of 188028 with flag 16387647/4561612
950.49/947.93	c cleaning 94996 clauses out of 190015 with flag 16703742/4657611
982.67/980.01	c cleaning 95990 clauses out of 192022 with flag 17017215/4754614
1014.87/1012.21	c cleaning 96996 clauses out of 194029 with flag 17333634/4852611
1046.27/1043.68	c cleaning 98010 clauses out of 196033 with flag 17668390/4951611
1077.64/1074.91	c cleaning 99006 clauses out of 198023 with flag 17993276/5051611
1112.27/1109.53	c cleaning 99999 clauses out of 200017 with flag 18320849/5152611
1143.88/1141.09	c cleaning 101005 clauses out of 202021 with flag 18649022/5254614
1173.08/1170.26	c cleaning 101994 clauses out of 204013 with flag 18986636/5357611
1208.22/1205.28	c cleaning 102994 clauses out of 206019 with flag 19329828/5461611
1240.72/1237.76	c cleaning 103999 clauses out of 208028 with flag 19691724/5566614
1272.11/1269.08	c cleaning 105006 clauses out of 210027 with flag 20058131/5672612
1310.92/1307.82	c cleaning 105989 clauses out of 212020 with flag 20419547/5779611
1354.87/1351.61	c cleaning 107006 clauses out of 214031 with flag 20793840/5887611
1394.47/1391.20	c cleaning 108007 clauses out of 216025 with flag 21173749/5996611
1426.66/1423.32	c cleaning 108984 clauses out of 218018 with flag 21553243/6106611
1470.65/1467.30	c cleaning 110007 clauses out of 220034 with flag 21905377/6217611
1515.05/1511.60	c cleaning 110990 clauses out of 222027 with flag 22265832/6329611
1555.65/1552.26	c cleaning 111982 clauses out of 224037 with flag 22635035/6442611
1594.74/1591.29	c cleaning 113012 clauses out of 226056 with flag 23020801/6556612
1642.03/1638.51	c cleaning 114004 clauses out of 228044 with flag 23398330/6671612
1694.91/1691.38	c cleaning 115005 clauses out of 230039 with flag 23776042/6787611
1744.00/1740.49	c cleaning 115978 clauses out of 232034 with flag 24154922/6904611
1793.83/1790.28	c cleaning 117016 clauses out of 234057 with flag 24533956/7022612
1800.04/1796.41	c starts		: 846
1800.04/1796.41	c conflicts		: 7045939
1800.04/1796.41	c decisions		: 31549529
1800.04/1796.41	c propagations		: 991613251
1800.04/1796.41	c inspects		: 35556648096
1800.04/1796.41	c shortcuts		: 0
1800.04/1796.41	c learnt literals	: 0
1800.04/1796.41	c learnt binary clauses	: 0
1800.04/1796.41	c learnt ternary clauses	: 2
1800.04/1796.41	c learnt constraints	: 7045939
1800.04/1796.41	c ignored constraints	: 0
1800.04/1796.41	c root simplifications	: 0
1800.04/1796.41	c removed literals (reason simplification)	: 0
1800.04/1796.41	c reason swapping (by a shorter reason)	: 0
1800.04/1796.41	c Calls to reduceDB	: 116
1800.04/1796.41	c Number of update (reduction) of LBD	: 3158937
1800.04/1796.41	c Imported unit clauses	: 0
1800.04/1796.41	c number of reductions to clauses (during analyze)	: 0
1800.04/1796.41	c number of learned constraints concerned by reduction	: 0
1800.04/1796.41	c number of learning phase by resolution	: 0
1800.04/1796.41	c number of learning phase by cutting planes	: 0
1800.04/1796.41	c speed (assignments/second)	: 552089.3770426088
1800.04/1796.41	c non guided choices	0
1800.04/1796.44	c learnt constraints type 
1800.04/1796.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 140368
1800.04/1796.44	s SATISFIABLE
1800.04/1796.44	c Found 5 solution(s)
1800.04/1796.44	v -x1 -x2 -x3 -x4 -x5 -x6 x7 -x8 x9 -x10 -x11 x12 -x13 -x14 -x15 -x16 -x17 x18 -x19 -x20 -x21 x22 -x23 -x24 x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 x46 x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 x107 -x108 -x109 -x110 -x111 -x112 x113 x114 -x115 -x116 -x117 -x118 -x119 x120 -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 x129 -x130 x131 -x132 -x133 -x134 -x135 -x136 -x137 x138 x139 -x140 x141 -x142 x143 -x144 -x145 x146 -x147 x148 -x149 x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 x164 -x165 -x166 x167 -x168 x169 x170 -x171 -x172 -x173 -x174 x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 x216 x217 x218 -x219 -x220 -x221 x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 -x232 -x233 -x234 -x235 x236 -x237 x238 -x239 -x240 x241 -x242 -x243 x244 -x245 x246 -x247 -x248 -x249 -x250 x251 -x252 -x253 -x254 -x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 x328 -x329 -x330 -x331 -x332 -x333 x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 x382 -x383 -x384 -x385 -x386 -x387 x388 -x389 -x390 x391 -x392 -x393 -x394 x395 x396 -x397 -x398 -x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 -x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 -x417 x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 x474 -x475 -x476 -x477 -x478 -x479 x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 x508 -x509 -x510 -x511 -x512 -x513 -x514 -x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 x531 -x532 -x533 -x534 -x535 -x536 -x537 -x538 -x539 -x540 x541 -x542 -x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 -x552 -x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 -x568 -x569 -x570 -x571 -x572 -x573 -x574 -x575 -x576 -x577 x578 -x579 -x580 -x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 -x605 -x606 x607 -x608 -x609 -x610 -x611 x612 -x613 -x614 -x615 -x616 -x617 -x618 -x619 x620 -x621 x622 x623 x624 -x625 x626 -x627 x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 -x642 -x643 x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 x665 -x666 -x667 -x668 -x669 -x670 -x671 -x672 x673 x674 -x675 -x676 -x677 -x678 -x679 -x680 -x681 -x682 -x683 -x684 x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 x698 -x699 -x700 -x701 -x702 x703 -x704 -x705 -x706 -x707 -x708 x709 -x710 -x711 -x712 -x713 -x714 -x715 x716 -x717 -x718 -x719 -x720 -x721 x722 -x723 -x724 -x725 -x726 -x727 -x728 x729 -x730 -x731 -x732 -x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 x744 -x745 -x746 -x747 -x748 -x749 x750 -x751 x752 -x753 -x754 -x755 -x756 
1800.04/1796.44	c objective function=85
1800.04/1796.44	c Total wall clock time (in seconds): 1796.342

Verifier Data

OK	85

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-4085405-1465242510/watcher-4085405-1465242510 -o /tmp/evaluation-result-4085405-1465242510/solver-4085405-1465242510 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1465237111-7011 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085405-1465242510.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.16 2.18 2.17 2/194 7739
/proc/meminfo: memFree=30284036/32872528 swapFree=15272/1656604
[pid=7739] ppid=7736 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7739/stat : 7739 (java) S 7736 7739 4042 0 -1 4202496 1350 0 0 0 0 0 0 0 20 0 2 0 106184359 98570240 974 33554432000 1073741824 1073778376 140733824726336 140733824717472 239876472893 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7739/statm: 24065 977 743 9 0 16771 0
[pid=7739/tid=7740] ppid=7736 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7740/stat : 7740 (java) R 7736 7739 4042 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 106184360 98570240 977 33554432000 1073741824 1073778376 140733824726336 140193823440424 239873115520 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100162 s]
/proc/loadavg: 2.16 2.18 2.17 2/194 7739
/proc/meminfo: memFree=30284036/32872528 swapFree=15272/1656604
[pid=7739] ppid=7736 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/7739/stat : 7739 (java) S 7736 7739 4042 0 -1 4202496 4496 0 1 0 10 1 0 0 20 0 18 0 106184359 9787879424 6121 33554432000 1073741824 1073778376 140733824726336 140733824717472 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7739/statm: 2389619 6121 2157 9 0 2380296 0
[pid=7739/tid=7740] ppid=7736 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/7739/task/7740/stat : 7740 (java) R 7736 7739 4042 0 -1 4202560 2375 0 1 0 6 1 0 0 20 0 18 0 106184360 9787879424 6121 33554432000 1073741824 1073778376 140733824726336 140193823443872 140193830874906 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200386 s]
/proc/loadavg: 2.16 2.18 2.17 2/194 7739
/proc/meminfo: memFree=30284036/32872528 swapFree=15272/1656604
[pid=7739] ppid=7736 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/7739/stat : 7739 (java) S 7736 7739 4042 0 -1 4202496 5009 0 1 0 27 2 0 0 20 0 18 0 106184359 9787879424 6972 33554432000 1073741824 1073778376 140733824726336 140733824717472 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7739/statm: 2389619 6972 2218 9 0 2380296 0
[pid=7739/tid=7740] ppid=7736 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/7739/task/7740/stat : 7740 (java) R 7736 7739 4042 0 -1 4202560 2394 0 1 0 16 1 0 0 20 0 18 0 106184360 9787879424 6972 33554432000 1073741824 1073778376 140733824726336 140193823437296 140193654975828 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300275 s]
/proc/loadavg: 2.16 2.18 2.17 2/194 7739
/proc/meminfo: memFree=30284036/32872528 swapFree=15272/1656604
[pid=7739] ppid=7736 vsize=9558476 CPUtime=0.55 cores=1,3,5,7
/proc/7739/stat : 7739 (java) S 7736 7739 4042 0 -1 4202496 6793 0 1 0 53 2 0 0 20 0 18 0 106184359 9787879424 9599 33554432000 1073741824 1073778376 140733824726336 140733824717472 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7739/statm: 2389619 9615 2239 9 0 2380296 0
[pid=7739/tid=7740] ppid=7736 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/7739/task/7740/stat : 7740 (java) R 7736 7739 4042 0 -1 4202560 2407 0 1 0 26 1 0 0 20 0 18 0 106184360 9787879424 9630 33554432000 1073741824 1073778376 140733824726336 140193823437296 140193654961664 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700191 s]
/proc/loadavg: 2.16 2.18 2.17 2/194 7739
/proc/meminfo: memFree=30284036/32872528 swapFree=15272/1656604
[pid=7739] ppid=7736 vsize=9625040 CPUtime=1.33 cores=1,3,5,7
/proc/7739/stat : 7739 (java) S 7736 7739 4042 0 -1 4202496 9530 0 1 0 130 3 0 0 20 0 19 0 106184359 9856040960 12421 33554432000 1073741824 1073778376 140733824726336 140733824717472 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7739/statm: 2406260 12421 2257 9 0 2396937 0
[pid=7739/tid=7740] ppid=7736 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/7739/task/7740/stat : 7740 (java) R 7736 7739 4042 0 -1 4202560 2428 0 1 0 66 1 0 0 20 0 19 0 106184360 9856040960 12421 33554432000 1073741824 1073778376 140733824726336 140193823445480 140193655482087 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.16 2.18 2.17 3/213 7758
/proc/meminfo: memFree=30224132/32872528 swapFree=15272/1656604
[pid=7739] ppid=7736 vsize=9625040 CPUtime=2.42 cores=1,3,5,7
/proc/7739/stat : 7739 (java) S 7736 7739 4042 0 -1 4202496 14732 0 1 0 238 4 0 0 20 0 19 0 106184359 9856040960 17929 33554432000 1073741824 1073778376 140733824726336 140733824717472 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7739/statm: 2406260 17929 2267 9 0 2396937 0
[pid=7739/tid=7740] ppid=7736 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/7739/task/7740/stat : 7740 (java) R 7736 7739 4042 0 -1 4202560 2433 0 1 0 145 2 0 0 20 0 19 0 106184360 9856040960 17929 33554432000 1073741824 1073778376 140733824726336 140193823436512 140193655479708 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7739/tid=7742] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7742/stat : 7742 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184360 9856040960 17929 33554432000 1073741824 1073778376 140733824726336 140193784937128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7743] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7743/stat : 7743 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184360 9856040960 17929 33554432000 1073741824 1073778376 140733824726336 140193783884584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7739/tid=7744] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7744/stat : 7744 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184360 9856040960 17929 33554432000 1073741824 1073778376 140733824726336 140193782832040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7739/tid=7745] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7745/stat : 7745 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184360 9856040960 17929 33554432000 1073741824 1073778376 140733824726336 140193781779496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7739/tid=7746] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7746/stat : 7746 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184360 9856040960 17929 33554432000 1073741824 1073778376 140733824726336 140193780725928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7747] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7747/stat : 7747 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184360 9856040960 17929 33554432000 1073741824 1073778376 140733824726336 140193779673384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7739/tid=7748] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7748/stat : 7748 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184360 9856040960 17929 33554432000 1073741824 1073778376 140733824726336 140193778620840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7749] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7749/stat : 7749 (java) S 7736 7739 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106184360 9856040960 17929 33554432000 1073741824 1073778376 140733824726336 140193777568296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7750] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7750/stat : 7750 (java) S 7736 7739 4042 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106184362 9856040960 17929 33554432000 1073741824 1073778376 140733824726336 140193647524456 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7739/tid=7751] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7751/stat : 7751 (java) S 7736 7739 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106184362 9856040960 17929 33554432000 1073741824 1073778376 140733824726336 140193646470776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7752] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7752/stat : 7752 (java) S 7736 7739 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106184362 9856040960 17929 33554432000 1073741824 1073778376 140733824726336 140193645418120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7753] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7753/stat : 7753 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184364 9856040960 17929 33554432000 1073741824 1073778376 140733824726336 140193644366864 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7754] ppid=7736 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/7739/task/7754/stat : 7754 (java) S 7736 7739 4042 0 -1 4202560 7599 0 0 0 48 2 0 0 20 0 19 0 106184364 9856040960 17929 33554432000 1073741824 1073778376 140733824726336 140193643313208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7755] ppid=7736 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/7739/task/7755/stat : 7755 (java) S 7736 7739 4042 0 -1 4202560 3423 0 0 0 42 0 0 0 20 0 19 0 106184364 9856040960 17929 33554432000 1073741824 1073778376 140733824726336 140193642260664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7739/tid=7756] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7756/stat : 7756 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184364 9856040960 17929 33554432000 1073741824 1073778376 140733824726336 140193641208312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7739/tid=7757] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7757/stat : 7757 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184364 9856040960 17929 33554432000 1073741824 1073778376 140733824726336 140193640155976 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7739/tid=7758] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7758/stat : 7758 (java) S 7736 7739 4042 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106184390 9856040960 17929 33554432000 1073741824 1073778376 140733824726336 140192631481640 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.42
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.16 2.18 2.17 4/213 7758
/proc/meminfo: memFree=30210784/32872528 swapFree=15272/1656604
[pid=7739] ppid=7736 vsize=9625040 CPUtime=4.06 cores=1,3,5,7
/proc/7739/stat : 7739 (java) S 7736 7739 4042 0 -1 4202496 14739 0 1 0 401 5 0 0 20 0 19 0 106184359 9856040960 21001 33554432000 1073741824 1073778376 140733824726336 140733824717472 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7739/statm: 2406260 21001 2267 9 0 2396937 0
[pid=7739/tid=7740] ppid=7736 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/7739/task/7740/stat : 7740 (java) R 7736 7739 4042 0 -1 4202560 2440 0 1 0 304 2 0 0 20 0 19 0 106184360 9856040960 21001 33554432000 1073741824 1073778376 140733824726336 140193823436496 140193655638584 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7742] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7742/stat : 7742 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184360 9856040960 21001 33554432000 1073741824 1073778376 140733824726336 140193784937128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7743] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7743/stat : 7743 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184360 9856040960 21001 33554432000 1073741824 1073778376 140733824726336 140193783884584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7739/tid=7744] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7744/stat : 7744 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184360 9856040960 21001 33554432000 1073741824 1073778376 140733824726336 140193782832040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7739/tid=7745] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7745/stat : 7745 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184360 9856040960 21001 33554432000 1073741824 1073778376 140733824726336 140193781779496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7739/tid=7746] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7746/stat : 7746 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184360 9856040960 21001 33554432000 1073741824 1073778376 140733824726336 140193780725928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7747] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7747/stat : 7747 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184360 9856040960 21001 33554432000 1073741824 1073778376 140733824726336 140193779673384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7739/tid=7748] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7748/stat : 7748 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184360 9856040960 21001 33554432000 1073741824 1073778376 140733824726336 140193778620840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7749] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7749/stat : 7749 (java) S 7736 7739 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106184360 9856040960 21001 33554432000 1073741824 1073778376 140733824726336 140193777568296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7750] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7750/stat : 7750 (java) S 7736 7739 4042 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106184362 9856040960 21001 33554432000 1073741824 1073778376 140733824726336 140193647524456 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7739/tid=7751] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7751/stat : 7751 (java) S 7736 7739 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106184362 9856040960 21001 33554432000 1073741824 1073778376 140733824726336 140193646470776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7752] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7752/stat : 7752 (java) S 7736 7739 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106184362 9856040960 21001 33554432000 1073741824 1073778376 140733824726336 140193645418120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7753] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7753/stat : 7753 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184364 9856040960 21001 33554432000 1073741824 1073778376 140733824726336 140193644366864 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7754] ppid=7736 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/7739/task/7754/stat : 7754 (java) S 7736 7739 4042 0 -1 4202560 7599 0 0 0 51 2 0 0 20 0 19 0 106184364 9856040960 21001 33554432000 1073741824 1073778376 140733824726336 140193643313208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7755] ppid=7736 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/7739/task/7755/stat : 7755 (java) S 7736 7739 4042 0 -1 4202560 3423 0 0 0 42 0 0 0 20 0 19 0 106184364 9856040960 21001 33554432000 1073741824 1073778376 140733824726336 140193642260664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7739/tid=7756] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7756/stat : 7756 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184364 9856040960 21001 33554432000 1073741824 1073778376 140733824726336 140193641208312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7739/tid=7757] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7757/stat : 7757 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184364 9856040960 21001 33554432000 1073741824 1073778376 140733824726336 140193640155976 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7739/tid=7758] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7758/stat : 7758 (java) S 7736 7739 4042 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106184390 9856040960 21001 33554432000 1073741824 1073778376 140733824726336 140192631481640 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.23 2.19 2.18 4/213 7758
/proc/meminfo: memFree=30192124/32872528 swapFree=15272/1656604
[pid=7739] ppid=7736 vsize=9625040 CPUtime=7.26 cores=1,3,5,7
/proc/7739/stat : 7739 (java) S 7736 7739 4042 0 -1 4202496 14748 0 1 0 721 5 0 0 20 0 19 0 106184359 9856040960 24043 33554432000 1073741824 1073778376 140733824726336 140733824717472 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7739/statm: 2406260 24043 2268 9 0 2396937 0
[pid=7739/tid=7740] ppid=7736 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/7739/task/7740/stat : 7740 (java) R 7736 7739 4042 0 -1 4202560 2448 0 1 0 623 2 0 0 20 0 19 0 106184360 9856040960 24043 33554432000 1073741824 1073778376 140733824726336 140193823436480 140193655528186 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7739/tid=7742] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7742/stat : 7742 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184360 9856040960 24043 33554432000 1073741824 1073778376 140733824726336 140193784937128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7743] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7743/stat : 7743 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184360 9856040960 24043 33554432000 1073741824 1073778376 140733824726336 140193783884584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7739/tid=7744] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7744/stat : 7744 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184360 9856040960 24043 33554432000 1073741824 1073778376 140733824726336 140193782832040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7739/tid=7745] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7745/stat : 7745 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184360 9856040960 24043 33554432000 1073741824 1073778376 140733824726336 140193781779496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7739/tid=7746] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7746/stat : 7746 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184360 9856040960 24043 33554432000 1073741824 1073778376 140733824726336 140193780725928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7747] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7747/stat : 7747 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184360 9856040960 24043 33554432000 1073741824 1073778376 140733824726336 140193779673384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7739/tid=7748] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7748/stat : 7748 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184360 9856040960 24043 33554432000 1073741824 1073778376 140733824726336 140193778620840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7749] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7749/stat : 7749 (java) S 7736 7739 4042 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106184360 9856040960 24043 33554432000 1073741824 1073778376 140733824726336 140193777568296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7750] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7750/stat : 7750 (java) S 7736 7739 4042 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106184362 9856040960 24043 33554432000 1073741824 1073778376 140733824726336 140193647524456 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7739/tid=7751] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7751/stat : 7751 (java) S 7736 7739 4042 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106184362 9856040960 24043 33554432000 1073741824 1073778376 140733824726336 140193646470776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7752] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7752/stat : 7752 (java) S 7736 7739 4042 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106184362 9856040960 24043 33554432000 1073741824 1073778376 140733824726336 140193645418120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7753] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7753/stat : 7753 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184364 9856040960 24043 33554432000 1073741824 1073778376 140733824726336 140193644366864 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7754] ppid=7736 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/7739/task/7754/stat : 7754 (java) S 7736 7739 4042 0 -1 4202560 7599 0 0 0 51 2 0 0 20 0 19 0 106184364 9856040960 24043 33554432000 1073741824 1073778376 140733824726336 140193643313208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7755] ppid=7736 vsize=9625040 CPUtime=0.42 cores=1,3,5,7

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

[pid=7739/tid=7758] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7758/stat : 7758 (java) S 7736 7739 4042 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106184390 9856040960 134682 33554432000 1073741824 1073778376 140733824726336 140192631481640 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1665.92
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.28 2.23 2.19 4/213 7825
/proc/meminfo: memFree=29594148/32872528 swapFree=15272/1656604
[pid=7739] ppid=7736 vsize=9625040 CPUtime=1725.91 cores=1,3,5,7
/proc/7739/stat : 7739 (java) S 7736 7739 4042 0 -1 4202496 16994 0 1 0 172512 79 0 0 20 0 19 0 106184359 9856040960 134682 33554432000 1073741824 1073778376 140733824726336 140733824717472 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7739/statm: 2406260 134682 2290 9 0 2396937 0
[pid=7739/tid=7740] ppid=7736 vsize=9625040 CPUtime=1716.47 cores=1,3,5,7
/proc/7739/task/7740/stat : 7740 (java) R 7736 7739 4042 0 -1 4202560 2514 0 1 0 171616 31 0 0 20 0 19 0 106184360 9856040960 134682 33554432000 1073741824 1073778376 140733824726336 140193823436480 140193655638297 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7739/tid=7742] ppid=7736 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/7739/task/7742/stat : 7742 (java) S 7736 7739 4042 0 -1 4202560 405 0 0 0 32 5 0 0 20 0 19 0 106184360 9856040960 134682 33554432000 1073741824 1073778376 140733824726336 140193784937128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7739/tid=7743] ppid=7736 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/7739/task/7743/stat : 7743 (java) S 7736 7739 4042 0 -1 4202560 199 0 0 0 37 6 0 0 20 0 19 0 106184360 9856040960 134682 33554432000 1073741824 1073778376 140733824726336 140193783884584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7739/tid=7744] ppid=7736 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/7739/task/7744/stat : 7744 (java) S 7736 7739 4042 0 -1 4202560 347 0 0 0 39 7 0 0 20 0 19 0 106184360 9856040960 134682 33554432000 1073741824 1073778376 140733824726336 140193782832040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7739/tid=7745] ppid=7736 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/7739/task/7745/stat : 7745 (java) S 7736 7739 4042 0 -1 4202560 155 0 0 0 39 6 0 0 20 0 19 0 106184360 9856040960 134682 33554432000 1073741824 1073778376 140733824726336 140193781779496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7746] ppid=7736 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/7739/task/7746/stat : 7746 (java) S 7736 7739 4042 0 -1 4202560 328 0 0 0 41 9 0 0 20 0 19 0 106184360 9856040960 134682 33554432000 1073741824 1073778376 140733824726336 140193780725928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7747] ppid=7736 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/7739/task/7747/stat : 7747 (java) S 7736 7739 4042 0 -1 4202560 153 0 0 0 40 6 0 0 20 0 19 0 106184360 9856040960 134682 33554432000 1073741824 1073778376 140733824726336 140193779673384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7739/tid=7748] ppid=7736 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/7739/task/7748/stat : 7748 (java) S 7736 7739 4042 0 -1 4202560 181 0 0 0 36 5 0 0 20 0 19 0 106184360 9856040960 134682 33554432000 1073741824 1073778376 140733824726336 140193778620840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7739/tid=7749] ppid=7736 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/7739/task/7749/stat : 7749 (java) S 7736 7739 4042 0 -1 4202560 139 0 0 0 38 5 0 0 20 0 19 0 106184360 9856040960 134682 33554432000 1073741824 1073778376 140733824726336 140193777568296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7739/tid=7750] ppid=7736 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/7739/task/7750/stat : 7750 (java) S 7736 7739 4042 0 -1 4202560 180 0 0 0 23 0 0 0 20 0 19 0 106184362 9856040960 134682 33554432000 1073741824 1073778376 140733824726336 140193647524456 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7751] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7751/stat : 7751 (java) S 7736 7739 4042 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106184362 9856040960 134682 33554432000 1073741824 1073778376 140733824726336 140193646470776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7752] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7752/stat : 7752 (java) S 7736 7739 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106184362 9856040960 134682 33554432000 1073741824 1073778376 140733824726336 140193645418120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7753] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7753/stat : 7753 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184364 9856040960 134682 33554432000 1073741824 1073778376 140733824726336 140193644366864 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7754] ppid=7736 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/7739/task/7754/stat : 7754 (java) S 7736 7739 4042 0 -1 4202560 7607 0 0 0 56 2 0 0 20 0 19 0 106184364 9856040960 134682 33554432000 1073741824 1073778376 140733824726336 140193643313208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7739/tid=7755] ppid=7736 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/7739/task/7755/stat : 7755 (java) S 7736 7739 4042 0 -1 4202560 3423 0 0 0 42 0 0 0 20 0 19 0 106184364 9856040960 134682 33554432000 1073741824 1073778376 140733824726336 140193642260664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7739/tid=7756] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7756/stat : 7756 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184364 9856040960 134682 33554432000 1073741824 1073778376 140733824726336 140193641208312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7739/tid=7757] ppid=7736 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/7739/task/7757/stat : 7757 (java) S 7736 7739 4042 0 -1 4202560 100 0 0 0 17 26 0 0 20 0 19 0 106184364 9856040960 134682 33554432000 1073741824 1073778376 140733824726336 140193640155976 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7739/tid=7758] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7758/stat : 7758 (java) S 7736 7739 4042 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106184390 9856040960 134682 33554432000 1073741824 1073778376 140733824726336 140192631481640 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1725.91
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.21 2.21 2.18 3/213 7892
/proc/meminfo: memFree=29775428/32872528 swapFree=15272/1656604
[pid=7739] ppid=7736 vsize=9625040 CPUtime=1785.93 cores=1,3,5,7
/proc/7739/stat : 7739 (java) S 7736 7739 4042 0 -1 4202496 17003 0 1 0 178513 80 0 0 20 0 19 0 106184359 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140733824717472 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7739/statm: 2406260 133546 2290 9 0 2396937 0
[pid=7739/tid=7740] ppid=7736 vsize=9625040 CPUtime=1776.21 cores=1,3,5,7
/proc/7739/task/7740/stat : 7740 (java) R 7736 7739 4042 0 -1 4202560 2515 0 1 0 177590 31 0 0 20 0 19 0 106184360 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193823444192 140193655482087 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7739/tid=7742] ppid=7736 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/7739/task/7742/stat : 7742 (java) S 7736 7739 4042 0 -1 4202560 405 0 0 0 32 5 0 0 20 0 19 0 106184360 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193784937128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7739/tid=7743] ppid=7736 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/7739/task/7743/stat : 7743 (java) S 7736 7739 4042 0 -1 4202560 201 0 0 0 38 6 0 0 20 0 19 0 106184360 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193783884584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7739/tid=7744] ppid=7736 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/7739/task/7744/stat : 7744 (java) S 7736 7739 4042 0 -1 4202560 347 0 0 0 41 7 0 0 20 0 19 0 106184360 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193782832040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7739/tid=7745] ppid=7736 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/7739/task/7745/stat : 7745 (java) S 7736 7739 4042 0 -1 4202560 155 0 0 0 39 6 0 0 20 0 19 0 106184360 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193781779496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7746] ppid=7736 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/7739/task/7746/stat : 7746 (java) S 7736 7739 4042 0 -1 4202560 328 0 0 0 41 9 0 0 20 0 19 0 106184360 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193780725928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7747] ppid=7736 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/7739/task/7747/stat : 7747 (java) S 7736 7739 4042 0 -1 4202560 153 0 0 0 40 6 0 0 20 0 19 0 106184360 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193779673384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7739/tid=7748] ppid=7736 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/7739/task/7748/stat : 7748 (java) S 7736 7739 4042 0 -1 4202560 181 0 0 0 37 5 0 0 20 0 19 0 106184360 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193778620840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7749] ppid=7736 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/7739/task/7749/stat : 7749 (java) S 7736 7739 4042 0 -1 4202560 139 0 0 0 39 5 0 0 20 0 19 0 106184360 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193777568296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7739/tid=7750] ppid=7736 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/7739/task/7750/stat : 7750 (java) S 7736 7739 4042 0 -1 4202560 182 0 0 0 29 2 0 0 20 0 19 0 106184362 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193647524456 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7751] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7751/stat : 7751 (java) S 7736 7739 4042 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106184362 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193646470776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7752] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7752/stat : 7752 (java) S 7736 7739 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106184362 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193645418120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7753] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7753/stat : 7753 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184364 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193644366864 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7754] ppid=7736 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/7739/task/7754/stat : 7754 (java) S 7736 7739 4042 0 -1 4202560 7607 0 0 0 56 2 0 0 20 0 19 0 106184364 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193643313208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7739/tid=7755] ppid=7736 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/7739/task/7755/stat : 7755 (java) S 7736 7739 4042 0 -1 4202560 3423 0 0 0 42 0 0 0 20 0 19 0 106184364 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193642260664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7739/tid=7756] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7756/stat : 7756 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184364 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193641208312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7739/tid=7757] ppid=7736 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/7739/task/7757/stat : 7757 (java) S 7736 7739 4042 0 -1 4202560 104 0 0 0 18 27 0 0 20 0 19 0 106184364 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193640155976 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7739/tid=7758] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7758/stat : 7758 (java) S 7736 7739 4042 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106184390 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140192631481640 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.93
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.41 s]
/proc/loadavg: 2.16 2.20 2.18 3/213 7892
/proc/meminfo: memFree=29756960/32872528 swapFree=15272/1656604
[pid=7739] ppid=7736 vsize=9625040 CPUtime=1800.04 cores=1,3,5,7
/proc/7739/stat : 7739 (java) S 7736 7739 4042 0 -1 4202496 17003 0 1 0 179924 80 0 0 20 0 19 0 106184359 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140733824717472 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/7739/statm: 2406260 133546 2290 9 0 2396937 0
[pid=7739/tid=7740] ppid=7736 vsize=9625040 CPUtime=1790.28 cores=1,3,5,7
/proc/7739/task/7740/stat : 7740 (java) R 7736 7739 4042 0 -1 4202560 2515 0 1 0 178996 32 0 0 20 0 19 0 106184360 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193823436480 140193655129607 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7739/tid=7742] ppid=7736 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/7739/task/7742/stat : 7742 (java) S 7736 7739 4042 0 -1 4202560 405 0 0 0 32 5 0 0 20 0 19 0 106184360 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193784937128 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7739/tid=7743] ppid=7736 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/7739/task/7743/stat : 7743 (java) S 7736 7739 4042 0 -1 4202560 201 0 0 0 38 6 0 0 20 0 19 0 106184360 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193783884584 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7739/tid=7744] ppid=7736 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/7739/task/7744/stat : 7744 (java) S 7736 7739 4042 0 -1 4202560 347 0 0 0 41 7 0 0 20 0 19 0 106184360 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193782832040 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7739/tid=7745] ppid=7736 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/7739/task/7745/stat : 7745 (java) S 7736 7739 4042 0 -1 4202560 155 0 0 0 39 6 0 0 20 0 19 0 106184360 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193781779496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7746] ppid=7736 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/7739/task/7746/stat : 7746 (java) S 7736 7739 4042 0 -1 4202560 328 0 0 0 41 9 0 0 20 0 19 0 106184360 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193780725928 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7747] ppid=7736 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/7739/task/7747/stat : 7747 (java) S 7736 7739 4042 0 -1 4202560 153 0 0 0 40 6 0 0 20 0 19 0 106184360 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193779673384 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7739/tid=7748] ppid=7736 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/7739/task/7748/stat : 7748 (java) S 7736 7739 4042 0 -1 4202560 181 0 0 0 37 5 0 0 20 0 19 0 106184360 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193778620840 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7749] ppid=7736 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/7739/task/7749/stat : 7749 (java) S 7736 7739 4042 0 -1 4202560 139 0 0 0 39 5 0 0 20 0 19 0 106184360 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193777568296 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7739/tid=7750] ppid=7736 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/7739/task/7750/stat : 7750 (java) S 7736 7739 4042 0 -1 4202560 182 0 0 0 29 2 0 0 20 0 19 0 106184362 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193647524456 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7751] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7751/stat : 7751 (java) S 7736 7739 4042 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106184362 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193646470776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7752] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7752/stat : 7752 (java) S 7736 7739 4042 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106184362 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193645418120 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7753] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7753/stat : 7753 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184364 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193644366864 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7739/tid=7754] ppid=7736 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/7739/task/7754/stat : 7754 (java) S 7736 7739 4042 0 -1 4202560 7607 0 0 0 56 2 0 0 20 0 19 0 106184364 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193643313208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7739/tid=7755] ppid=7736 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/7739/task/7755/stat : 7755 (java) S 7736 7739 4042 0 -1 4202560 3423 0 0 0 42 0 0 0 20 0 19 0 106184364 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193642260664 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7739/tid=7756] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7756/stat : 7756 (java) S 7736 7739 4042 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106184364 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193641208312 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7739/tid=7757] ppid=7736 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/7739/task/7757/stat : 7757 (java) S 7736 7739 4042 0 -1 4202560 104 0 0 0 18 27 0 0 20 0 19 0 106184364 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140193640155976 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7739/tid=7758] ppid=7736 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/7739/task/7758/stat : 7758 (java) S 7736 7739 4042 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106184390 9856040960 133546 33554432000 1073741824 1073778376 140733824726336 140192631481640 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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 7739 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 7739 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=678167
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=262808
# CPU time returned by wait4() is 1795.94
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.46
CPU time (s): 1800.04
CPU user time (s): 1799.24
CPU system time (s): 0.8
CPU usage (%): 100.199
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.68
system time used= 1.26281
maximum resident set size= 632788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17045
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38647
involuntary context switches= 23029

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4894 second user time and 13.208 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-06 21:48:30
IDJOB=4085405
IDBENCH=2880
IDSOLVER=2546
FILE ID=node136/4085405-1465242510
RUNJOBID= node136-1465237111-7011
PBS_JOBID= 19843227
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-C880.b.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085405-1465242510/watcher-4085405-1465242510 -o /tmp/evaluation-result-4085405-1465242510/solver-4085405-1465242510 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1465237111-7011 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085405-1465242510.opb

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

MD5SUM BENCH= d95d18eb9f9494c32273975c1bc570ba
RANDOM SEED=848741257

node136.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.959
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.91
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.959
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.959
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.959
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.959
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.959
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.59
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.959
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.959
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:        30284912 kB
Buffers:           24408 kB
Cached:           101680 kB
SwapCached:          804 kB
Active:           137496 kB
Inactive:          78928 kB
Active(anon):      91124 kB
Inactive(anon):     1208 kB
Active(file):      46372 kB
Inactive(file):    77720 kB
Unevictable:     1656604 kB
Mlocked:           15272 kB
SwapTotal:      67108856 kB
SwapFree:       67099344 kB
Dirty:               552 kB
Writeback:             0 kB
AnonPages:       1758088 kB
Mapped:            15180 kB
Shmem:                 0 kB
Slab:             567168 kB
SReclaimable:      10968 kB
SUnreclaim:       556200 kB
KernelStack:        1568 kB
PageTables:         7720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2345544 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1726464 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 node136 at 2016-06-06 22:18:27