Trace number 4118992

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)-49 1800.07 1788.44

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/
opb/normalized-graphpart_2pm-0099-0999.lin.opb
MD5SUM679b089bd45e4d9a671319e5927c096b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-64
Best CPU time to get the best result obtained on this benchmark2.08268
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables729
Total number of constraints1053
Number of constraints which are clauses486
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints486
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 486
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 486
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 486
Number of bits of the biggest sum of numbers9
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.02/0.27	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.02/0.27	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.27	c See www.sat4j.org for details.
0.02/0.28	c version PB16.v20160501
0.02/0.28	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.28	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.28	c java.vm.version	19.1-b02
0.02/0.28	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.28	c sun.arch.data.model	64
0.02/0.28	c java.version		1.6.0_24
0.02/0.28	c os.name		Linux
0.02/0.28	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.28	c os.arch		amd64
0.02/0.28	c Free memory 		501472288
0.02/0.28	c Max memory 		7480803328
0.02/0.28	c Total memory 		504102912
0.02/0.28	c Number of processors 	8
0.12/0.30	c Pseudo Boolean Optimization by upper bound
0.12/0.30	c --- Begin Solver configuration ---
0.12/0.30	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.12/0.30	c Learn all clauses as in MiniSAT
0.12/0.30	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.30	c No reason simplification
0.12/0.30	c Glucose 2.1 dynamic restart strategy
0.12/0.30	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.12/0.30	c timeout=2147483s
0.12/0.30	c DB Simplification allowed=false
0.12/0.30	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.12/0.30	c --- End Solver configuration ---
0.12/0.30	c solving HOME/instance-4118992-1467238730.opb
0.12/0.30	c reading problem ... 
0.12/0.30	c  objective function found
0.28/0.42	c ... done. Wall clock time 0.123s.
0.28/0.42	c declared #vars     729
0.28/0.42	c #constraints  1134
0.28/0.42	c constraints type 
0.28/0.42	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
0.28/0.42	c org.sat4j.minisat.constraints.card.MinWatchCard => 81
0.28/0.42	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 486
0.28/0.42	c 1134 constraints processed.
0.28/0.42	c objective function length is 486 literals
0.28/0.44	c SATISFIABLE
0.28/0.44	c OPTIMIZING...
0.28/0.44	c Got one! Elapsed wall clock time (in seconds):0.138
0.28/0.44	o -45
0.28/0.45	c Got one! Elapsed wall clock time (in seconds):0.154
0.28/0.45	o -46
0.47/0.51	c Got one! Elapsed wall clock time (in seconds):0.208
0.47/0.51	o -47
0.91/0.70	c Got one! Elapsed wall clock time (in seconds):0.401
0.91/0.70	o -48
0.91/0.75	c Got one! Elapsed wall clock time (in seconds):0.445
0.91/0.75	o -49
1.29/1.02	c cleaning 3318 clauses out of 6639 with flag 8722/6639
1.65/1.37	c cleaning 4658 clauses out of 9320 with flag 21176/12638
2.15/1.81	c cleaning 5831 clauses out of 11662 with flag 35755/19638
2.68/2.31	c cleaning 6916 clauses out of 13832 with flag 52363/27639
3.29/2.91	c cleaning 7958 clauses out of 15916 with flag 71079/36639
4.08/3.72	c cleaning 8977 clauses out of 17957 with flag 91855/46638
4.90/4.57	c cleaning 9990 clauses out of 19980 with flag 114663/57638
5.90/5.55	c cleaning 10992 clauses out of 21990 with flag 139667/69638
6.99/6.61	c cleaning 11997 clauses out of 23999 with flag 166795/82639
7.98/7.68	c cleaning 12997 clauses out of 26001 with flag 195924/96638
9.20/8.82	c cleaning 14000 clauses out of 28004 with flag 227237/111638
10.49/10.11	c cleaning 14997 clauses out of 30004 with flag 260542/127638
11.79/11.48	c cleaning 16000 clauses out of 32007 with flag 295999/144638
13.43/13.07	c cleaning 17004 clauses out of 34007 with flag 333822/162638
15.13/14.77	c cleaning 18000 clauses out of 36004 with flag 373725/181639
17.03/16.62	c cleaning 19000 clauses out of 38003 with flag 416346/201638
18.73/18.36	c cleaning 19998 clauses out of 40003 with flag 462289/222638
20.73/20.39	c cleaning 21002 clauses out of 42005 with flag 512159/244638
23.23/22.83	c cleaning 22000 clauses out of 44005 with flag 563037/267640
25.43/25.07	c cleaning 23002 clauses out of 46003 with flag 616351/291638
28.22/27.77	c cleaning 23998 clauses out of 48002 with flag 672642/316639
31.62/31.19	c cleaning 24998 clauses out of 50003 with flag 729935/342638
35.32/34.85	c cleaning 26003 clauses out of 52005 with flag 789149/369638
39.42/38.95	c cleaning 26997 clauses out of 54002 with flag 850683/397638
43.02/42.56	c cleaning 27994 clauses out of 56005 with flag 914715/426638
46.32/45.84	c cleaning 29003 clauses out of 58011 with flag 981770/456638
50.88/50.34	c cleaning 30002 clauses out of 60008 with flag 1051287/487638
55.08/54.58	c cleaning 30998 clauses out of 62006 with flag 1121217/519638
60.09/59.54	c cleaning 32004 clauses out of 64009 with flag 1189928/552639
65.49/64.92	c cleaning 32998 clauses out of 66004 with flag 1260932/586638
71.08/70.53	c cleaning 34002 clauses out of 68007 with flag 1337079/621639
76.90/76.29	c cleaning 35000 clauses out of 70004 with flag 1413189/657638
82.21/81.59	c cleaning 35997 clauses out of 72005 with flag 1493355/694639
88.30/87.65	c cleaning 37002 clauses out of 74008 with flag 1586761/732639
94.50/93.90	c cleaning 37998 clauses out of 76006 with flag 1675420/771639
101.52/100.74	c cleaning 38999 clauses out of 78007 with flag 1766096/811638
108.12/107.35	c cleaning 40005 clauses out of 80010 with flag 1860430/852640
115.02/114.27	c cleaning 40999 clauses out of 82003 with flag 1950266/894638
122.72/121.93	c cleaning 41994 clauses out of 84004 with flag 2042986/937638
129.80/128.90	c cleaning 43005 clauses out of 86011 with flag 2146872/981639
137.20/136.24	c cleaning 44001 clauses out of 88005 with flag 2245904/1026638
144.01/143.09	c cleaning 44994 clauses out of 90004 with flag 2353872/1072638
151.67/150.56	c cleaning 45999 clauses out of 92010 with flag 2461409/1119638
159.58/158.41	c cleaning 47007 clauses out of 94013 with flag 2568099/1167640
167.87/166.79	c cleaning 47999 clauses out of 96004 with flag 2682246/1216638
177.52/176.21	c cleaning 49003 clauses out of 98005 with flag 2791760/1266638
185.42/184.15	c cleaning 49993 clauses out of 100002 with flag 2907330/1317638
192.69/191.20	c cleaning 51001 clauses out of 102009 with flag 3024355/1369638
199.89/198.48	c cleaning 52000 clauses out of 104008 with flag 3144613/1422638
207.30/205.89	c cleaning 52998 clauses out of 106009 with flag 3266188/1476639
214.85/213.26	c cleaning 54006 clauses out of 108012 with flag 3388163/1531640
222.85/221.28	c cleaning 55000 clauses out of 110005 with flag 3513416/1587639
231.43/229.67	c cleaning 56001 clauses out of 112004 with flag 3641251/1644638
239.33/237.50	c cleaning 57002 clauses out of 114003 with flag 3770500/1702638
247.08/245.23	c cleaning 57996 clauses out of 116001 with flag 3904603/1761638
255.18/253.33	c cleaning 59001 clauses out of 118005 with flag 4039263/1821638
263.88/261.94	c cleaning 60003 clauses out of 120006 with flag 4176456/1882640
271.99/270.00	c cleaning 60995 clauses out of 122001 with flag 4317870/1944638
282.09/280.03	c cleaning 61998 clauses out of 124006 with flag 4466703/2007638
291.88/289.88	c cleaning 62999 clauses out of 126008 with flag 4615600/2071638
303.17/301.00	c cleaning 63997 clauses out of 128009 with flag 4764036/2136638
314.57/312.30	c cleaning 65000 clauses out of 130012 with flag 4914568/2202638
325.67/323.45	c cleaning 66002 clauses out of 132012 with flag 5065079/2269638
340.05/337.75	c cleaning 67000 clauses out of 134011 with flag 5216209/2337639
353.64/351.34	c cleaning 68001 clauses out of 136011 with flag 5370516/2406639
368.87/366.54	c cleaning 69001 clauses out of 138009 with flag 5533037/2476638
382.35/379.98	c cleaning 69996 clauses out of 140009 with flag 5691240/2547639
392.45/390.07	c cleaning 71007 clauses out of 142013 with flag 5850753/2619639
405.91/403.45	c cleaning 71996 clauses out of 144005 with flag 6019423/2692638
420.79/418.22	c cleaning 73000 clauses out of 146009 with flag 6187130/2766638
435.09/432.42	c cleaning 74005 clauses out of 148009 with flag 6359317/2841638
449.98/447.33	c cleaning 75002 clauses out of 150006 with flag 6532244/2917640
469.45/466.70	c cleaning 75993 clauses out of 152002 with flag 6712406/2994638
482.22/479.47	c cleaning 77004 clauses out of 154011 with flag 6894199/3072640
498.90/496.07	c cleaning 77991 clauses out of 156006 with flag 7084804/3151639
515.20/512.26	c cleaning 79003 clauses out of 158015 with flag 7275609/3231639
533.42/530.38	c cleaning 80004 clauses out of 160013 with flag 7461443/3312640
550.80/547.69	c cleaning 81002 clauses out of 162009 with flag 7649863/3394640
568.57/565.33	c cleaning 81998 clauses out of 164005 with flag 7843150/3477638
589.02/585.76	c cleaning 83004 clauses out of 166007 with flag 8051501/3561638
609.21/605.86	c cleaning 83992 clauses out of 168003 with flag 8245858/3646638
626.59/623.14	c cleaning 85004 clauses out of 170011 with flag 8467042/3732638
643.16/639.65	c cleaning 85994 clauses out of 172007 with flag 8661742/3819638
658.37/654.76	c cleaning 87006 clauses out of 174013 with flag 8853060/3907638
678.37/674.68	c cleaning 87997 clauses out of 176008 with flag 9057285/3996639
697.00/693.20	c cleaning 89002 clauses out of 178011 with flag 9256876/4086639
714.80/710.99	c cleaning 90004 clauses out of 180008 with flag 9449287/4177638
732.27/728.30	c cleaning 90998 clauses out of 182005 with flag 9645043/4269639
753.36/749.24	c cleaning 92001 clauses out of 184006 with flag 9871811/4362638
778.93/774.71	c cleaning 92999 clauses out of 186005 with flag 10082625/4456638
802.66/798.36	c cleaning 94000 clauses out of 188009 with flag 10307544/4551641
828.86/824.45	c cleaning 95001 clauses out of 190006 with flag 10529364/4647638
854.88/850.37	c cleaning 95998 clauses out of 192006 with flag 10765615/4744639
881.54/876.97	c cleaning 97000 clauses out of 194008 with flag 11014463/4842639
909.95/905.20	c cleaning 97999 clauses out of 196009 with flag 11247611/4941640
935.69/930.90	c cleaning 98998 clauses out of 198008 with flag 11479943/5041638
965.46/960.46	c cleaning 100002 clauses out of 200010 with flag 11751659/5142638
993.23/988.05	c cleaning 101004 clauses out of 202009 with flag 12002920/5244639
1021.18/1015.92	c cleaning 102002 clauses out of 204005 with flag 12274565/5347639
1052.36/1046.97	c cleaning 103000 clauses out of 206002 with flag 12539439/5451638
1083.54/1077.90	c cleaning 103999 clauses out of 208005 with flag 12801542/5556641
1113.09/1107.39	c cleaning 104998 clauses out of 210003 with flag 13061916/5662638
1140.69/1134.86	c cleaning 105999 clauses out of 212005 with flag 13316188/5769638
1174.82/1168.84	c cleaning 106996 clauses out of 214007 with flag 13581995/5877639
1197.25/1191.08	c cleaning 108001 clauses out of 216010 with flag 13839983/5986638
1217.92/1211.53	c cleaning 108999 clauses out of 218009 with flag 14120349/6096638
1242.84/1236.25	c cleaning 110006 clauses out of 220011 with flag 14380866/6207639
1269.15/1262.36	c cleaning 110997 clauses out of 222004 with flag 14644720/6319638
1293.24/1286.23	c cleaning 111999 clauses out of 224007 with flag 14914904/6432638
1318.75/1311.57	c cleaning 112996 clauses out of 226010 with flag 15177015/6546640
1342.57/1335.18	c cleaning 114000 clauses out of 228014 with flag 15449867/6661640
1375.72/1368.13	c cleaning 115002 clauses out of 230013 with flag 15725962/6777639
1403.85/1396.02	c cleaning 116002 clauses out of 232011 with flag 16002951/6894639
1429.52/1421.44	c cleaning 116997 clauses out of 234008 with flag 16278171/7012638
1455.87/1447.54	c cleaning 118002 clauses out of 236012 with flag 16556703/7131639
1483.60/1475.03	c cleaning 119003 clauses out of 238009 with flag 16842732/7251638
1514.77/1506.07	c cleaning 119999 clauses out of 240006 with flag 17137187/7372638
1548.29/1539.23	c cleaning 121005 clauses out of 242009 with flag 17418122/7494640
1577.95/1568.63	c cleaning 121999 clauses out of 244003 with flag 17706772/7617639
1606.47/1596.87	c cleaning 122994 clauses out of 246003 with flag 18000826/7741638
1638.66/1628.76	c cleaning 123996 clauses out of 248010 with flag 18296502/7866639
1673.36/1663.12	c cleaning 124999 clauses out of 250014 with flag 18601479/7992639
1707.89/1697.32	c cleaning 126000 clauses out of 252015 with flag 18907220/8119639
1745.57/1734.63	c cleaning 127002 clauses out of 254016 with flag 19214677/8247640
1791.89/1780.47	c cleaning 127999 clauses out of 256012 with flag 19518165/8376638
1800.07/1788.40	c starts		: 85
1800.07/1788.40	c conflicts		: 8422696
1800.07/1788.40	c decisions		: 10435386
1800.07/1788.40	c propagations		: 743796235
1800.07/1788.40	c inspects		: 30788614205
1800.07/1788.40	c shortcuts		: 0
1800.07/1788.40	c learnt literals	: 0
1800.07/1788.40	c learnt binary clauses	: 0
1800.07/1788.40	c learnt ternary clauses	: 0
1800.07/1788.40	c learnt constraints	: 8422696
1800.07/1788.40	c ignored constraints	: 0
1800.07/1788.40	c root simplifications	: 0
1800.07/1788.40	c removed literals (reason simplification)	: 0
1800.07/1788.40	c reason swapping (by a shorter reason)	: 0
1800.07/1788.40	c Calls to reduceDB	: 125
1800.07/1788.40	c Number of update (reduction) of LBD	: 219057
1800.07/1788.40	c Imported unit clauses	: 0
1800.07/1788.40	c number of reductions to clauses (during analyze)	: 0
1800.07/1788.40	c number of learned constraints concerned by reduction	: 0
1800.07/1788.40	c number of learning phase by resolution	: 0
1800.07/1788.40	c number of learning phase by cutting planes	: 0
1800.07/1788.40	c speed (assignments/second)	: 415999.70189706446
1800.07/1788.40	c non guided choices	7
1800.07/1788.43	c learnt constraints type 
1800.07/1788.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 174072
1800.07/1788.43	s SATISFIABLE
1800.07/1788.43	c Found 5 solution(s)
1800.07/1788.43	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 
1800.07/1788.44	c objective function=-49
1800.07/1788.44	c Total wall clock time (in seconds): 1788.135

Verifier Data

OK	-49

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-4118992-1467238730/watcher-4118992-1467238730 -o /tmp/evaluation-result-4118992-1467238730/solver-4118992-1467238730 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467208989-4834 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4118992-1467238730.opb 

pid=9012
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.39 2.29 2.22 4/196 9015
/proc/meminfo: memFree=27004060/32872528 swapFree=1483896/1661724
[pid=9015] ppid=9012 vsize=24328 CPUtime=0 cores=0,2,4,6
/proc/9015/stat : 9015 (runsolver) D 9012 9015 4818 0 -1 4202560 115 0 0 0 0 0 0 0 20 0 1 0 4825539 24911872 151 33554432000 4194304 4338465 140733410786864 140733410784504 273905700023 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/9015/statm: 6082 151 105 36 0 2655 0

[startup+0.100156 s]
/proc/loadavg: 2.39 2.29 2.22 4/196 9015
/proc/meminfo: memFree=27004060/32872528 swapFree=1483896/1661724
[pid=9015] ppid=9012 vsize=9014776 CPUtime=0 cores=0,2,4,6
/proc/9015/stat : 9015 (java) S 9012 9015 4818 0 -1 4202496 2308 0 1 0 0 0 0 0 20 0 10 0 4825539 9231130624 2931 33554432000 1073741824 1073778376 140737384615200 140737384606336 273909055549 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/9015/statm: 2253694 2931 1081 9 0 2244803 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9014776

[startup+0.200333 s]
/proc/loadavg: 2.39 2.29 2.22 4/196 9015
/proc/meminfo: memFree=27004060/32872528 swapFree=1483896/1661724
[pid=9015] ppid=9012 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/9015/stat : 9015 (java) S 9012 9015 4818 0 -1 4202496 3139 0 1 0 2 0 0 0 20 0 13 0 4825539 9446973440 3759 33554432000 1073741824 1073778376 140737384615200 140737384606336 273909055549 0 0 0 16800971 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/9015/statm: 2306390 3759 1707 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.300301 s]
/proc/loadavg: 2.39 2.29 2.22 4/196 9015
/proc/meminfo: memFree=27004060/32872528 swapFree=1483896/1661724
[pid=9015] ppid=9012 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/9015/stat : 9015 (java) S 9012 9015 4818 0 -1 4202496 4528 0 1 0 11 1 0 0 20 0 18 0 4825539 9787879424 6155 33554432000 1073741824 1073778376 140737384615200 140737384606336 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/9015/statm: 2389619 6155 2157 9 0 2380296 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.70022 s]
/proc/loadavg: 2.39 2.29 2.22 4/196 9015
/proc/meminfo: memFree=27004060/32872528 swapFree=1483896/1661724
[pid=9015] ppid=9012 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/9015/stat : 9015 (java) S 9012 9015 4818 0 -1 4202496 8912 0 1 0 89 2 0 0 20 0 19 0 4825539 9856040960 9955 33554432000 1073741824 1073778376 140737384615200 140737384606336 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/9015/statm: 2406260 9955 2248 9 0 2396937 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 9625040

[startup+1.5007 s]
/proc/loadavg: 2.39 2.29 2.22 4/215 9034
/proc/meminfo: memFree=26968144/32872528 swapFree=1483896/1661724
[pid=9015] ppid=9012 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/9015/stat : 9015 (java) S 9012 9015 4818 0 -1 4202496 10281 0 1 0 182 3 0 0 20 0 19 0 4825539 9856040960 12529 33554432000 1073741824 1073778376 140737384615200 140737384606336 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/9015/statm: 2406260 12529 2259 9 0 2396937 0
[pid=9015/tid=9017] ppid=9012 vsize=9625040 CPUtime=1.28 cores=0,2,4,6
/proc/9015/task/9017/stat : 9017 (java) R 9012 9015 4818 0 -1 4202560 2430 0 1 0 127 1 0 0 20 0 19 0 4825545 9856040960 12529 33554432000 1073741824 1073778376 140737384615200 139797409779080 139797243422343 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9015/tid=9018] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9018/stat : 9018 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825546 9856040960 12529 33554432000 1073741824 1073778376 140737384615200 139797371271336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9019] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9019/stat : 9019 (java) S 9012 9015 4818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4825546 9856040960 12529 33554432000 1073741824 1073778376 140737384615200 139797370218792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9015/tid=9020] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9020/stat : 9020 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825546 9856040960 12529 33554432000 1073741824 1073778376 140737384615200 139797369166248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9015/tid=9021] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9021/stat : 9021 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825546 9856040960 12529 33554432000 1073741824 1073778376 140737384615200 139797368113704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9015/tid=9022] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9022/stat : 9022 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825546 9856040960 12529 33554432000 1073741824 1073778376 140737384615200 139797367061160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9023] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9023/stat : 9023 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825546 9856040960 12529 33554432000 1073741824 1073778376 140737384615200 139797366008616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9015/tid=9024] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9024/stat : 9024 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825546 9856040960 12529 33554432000 1073741824 1073778376 140737384615200 139797364956072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9025] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9025/stat : 9025 (java) S 9012 9015 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4825546 9856040960 12529 33554432000 1073741824 1073778376 140737384615200 139797363903528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9026] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9026/stat : 9026 (java) S 9012 9015 4818 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4825557 9856040960 12529 33554432000 1073741824 1073778376 140737384615200 139797233358952 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9027] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9027/stat : 9027 (java) S 9012 9015 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4825557 9856040960 12529 33554432000 1073741824 1073778376 140737384615200 139797232305272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9028] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9028/stat : 9028 (java) S 9012 9015 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4825557 9856040960 12529 33554432000 1073741824 1073778376 140737384615200 139797231252616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9029] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9029/stat : 9029 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825563 9856040960 12529 33554432000 1073741824 1073778376 140737384615200 139797230201360 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9030] ppid=9012 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9015/task/9030/stat : 9030 (java) S 9012 9015 4818 0 -1 4202560 2969 0 0 0 25 0 0 0 20 0 19 0 4825563 9856040960 12529 33554432000 1073741824 1073778376 140737384615200 139797229148728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9031] ppid=9012 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/9015/task/9031/stat : 9031 (java) S 9012 9015 4818 0 -1 4202560 3609 0 0 0 28 0 0 0 20 0 19 0 4825563 9856040960 12529 33554432000 1073741824 1073778376 140737384615200 139797228096184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9015/tid=9032] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9032/stat : 9032 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825563 9856040960 12529 33554432000 1073741824 1073778376 140737384615200 139796353641464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9015/tid=9033] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9033/stat : 9033 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825563 9856040960 12529 33554432000 1073741824 1073778376 140737384615200 139796352589128 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9034] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9034/stat : 9034 (java) S 9012 9015 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4825582 9856040960 12529 33554432000 1073741824 1073778376 140737384615200 139796351533864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.85
Current children cumulated vsize (KiB) 9625040

[startup+3.10073 s]
/proc/loadavg: 2.39 2.29 2.22 3/215 9034
/proc/meminfo: memFree=26951512/32872528 swapFree=1483896/1661724
[pid=9015] ppid=9012 vsize=9625040 CPUtime=3.49 cores=0,2,4,6
/proc/9015/stat : 9015 (java) S 9012 9015 4818 0 -1 4202496 10307 0 1 0 346 3 0 0 20 0 19 0 4825539 9856040960 17649 33554432000 1073741824 1073778376 140737384615200 140737384606336 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/9015/statm: 2406260 17649 2259 9 0 2396937 0
[pid=9015/tid=9017] ppid=9012 vsize=9625040 CPUtime=2.87 cores=0,2,4,6
/proc/9015/task/9017/stat : 9017 (java) R 9012 9015 4818 0 -1 4202560 2441 0 1 0 286 1 0 0 20 0 19 0 4825545 9856040960 17649 33554432000 1073741824 1073778376 140737384615200 139797409779992 139797243340746 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9015/tid=9018] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9018/stat : 9018 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825546 9856040960 17649 33554432000 1073741824 1073778376 140737384615200 139797371271336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9019] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9019/stat : 9019 (java) S 9012 9015 4818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4825546 9856040960 17649 33554432000 1073741824 1073778376 140737384615200 139797370218792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9015/tid=9020] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9020/stat : 9020 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825546 9856040960 17649 33554432000 1073741824 1073778376 140737384615200 139797369166248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9015/tid=9021] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9021/stat : 9021 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825546 9856040960 17649 33554432000 1073741824 1073778376 140737384615200 139797368113704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9015/tid=9022] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9022/stat : 9022 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825546 9856040960 17649 33554432000 1073741824 1073778376 140737384615200 139797367061160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9023] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9023/stat : 9023 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825546 9856040960 17649 33554432000 1073741824 1073778376 140737384615200 139797366008616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9015/tid=9024] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9024/stat : 9024 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825546 9856040960 17649 33554432000 1073741824 1073778376 140737384615200 139797364956072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9025] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9025/stat : 9025 (java) S 9012 9015 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4825546 9856040960 17649 33554432000 1073741824 1073778376 140737384615200 139797363903528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9026] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9026/stat : 9026 (java) S 9012 9015 4818 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4825557 9856040960 17649 33554432000 1073741824 1073778376 140737384615200 139797233358952 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9027] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9027/stat : 9027 (java) S 9012 9015 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4825557 9856040960 17649 33554432000 1073741824 1073778376 140737384615200 139797232305272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9028] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9028/stat : 9028 (java) S 9012 9015 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4825557 9856040960 17649 33554432000 1073741824 1073778376 140737384615200 139797231252616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9029] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9029/stat : 9029 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825563 9856040960 17649 33554432000 1073741824 1073778376 140737384615200 139797230201360 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9030] ppid=9012 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9015/task/9030/stat : 9030 (java) S 9012 9015 4818 0 -1 4202560 2969 0 0 0 25 0 0 0 20 0 19 0 4825563 9856040960 17649 33554432000 1073741824 1073778376 140737384615200 139797229148728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9031] ppid=9012 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/9015/task/9031/stat : 9031 (java) S 9012 9015 4818 0 -1 4202560 3624 0 0 0 31 0 0 0 20 0 19 0 4825563 9856040960 17649 33554432000 1073741824 1073778376 140737384615200 139797228096184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9015/tid=9032] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9032/stat : 9032 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825563 9856040960 17649 33554432000 1073741824 1073778376 140737384615200 139796353641464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9015/tid=9033] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9033/stat : 9033 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825563 9856040960 17649 33554432000 1073741824 1073778376 140737384615200 139796352589128 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9034] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9034/stat : 9034 (java) S 9012 9015 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4825582 9856040960 17649 33554432000 1073741824 1073778376 140737384615200 139796351533864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.49
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.36 2.28 2.22 3/215 9034
/proc/meminfo: memFree=26917812/32872528 swapFree=1483896/1661724
[pid=9015] ppid=9012 vsize=9625040 CPUtime=6.69 cores=0,2,4,6
/proc/9015/stat : 9015 (java) S 9012 9015 4818 0 -1 4202496 10325 0 1 0 665 4 0 0 20 0 19 0 4825539 9856040960 25644 33554432000 1073741824 1073778376 140737384615200 140737384606336 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/9015/statm: 2406260 25644 2260 9 0 2396937 0
[pid=9015/tid=9017] ppid=9012 vsize=9625040 CPUtime=6.07 cores=0,2,4,6
/proc/9015/task/9017/stat : 9017 (java) R 9012 9015 4818 0 -1 4202560 2458 0 1 0 605 2 0 0 20 0 19 0 4825545 9856040960 25644 33554432000 1073741824 1073778376 140737384615200 139797409771200 139797243388201 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9015/tid=9018] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9018/stat : 9018 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825546 9856040960 25644 33554432000 1073741824 1073778376 140737384615200 139797371271336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9019] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9019/stat : 9019 (java) S 9012 9015 4818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4825546 9856040960 25644 33554432000 1073741824 1073778376 140737384615200 139797370218792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9015/tid=9020] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9020/stat : 9020 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825546 9856040960 25644 33554432000 1073741824 1073778376 140737384615200 139797369166248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9015/tid=9021] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9021/stat : 9021 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825546 9856040960 25644 33554432000 1073741824 1073778376 140737384615200 139797368113704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9015/tid=9022] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9022/stat : 9022 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825546 9856040960 25644 33554432000 1073741824 1073778376 140737384615200 139797367061160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9023] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9023/stat : 9023 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825546 9856040960 25644 33554432000 1073741824 1073778376 140737384615200 139797366008616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9015/tid=9024] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9024/stat : 9024 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825546 9856040960 25644 33554432000 1073741824 1073778376 140737384615200 139797364956072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9025] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9025/stat : 9025 (java) S 9012 9015 4818 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4825546 9856040960 25644 33554432000 1073741824 1073778376 140737384615200 139797363903528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9026] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9026/stat : 9026 (java) S 9012 9015 4818 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4825557 9856040960 25644 33554432000 1073741824 1073778376 140737384615200 139797233358952 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9027] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9027/stat : 9027 (java) S 9012 9015 4818 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4825557 9856040960 25644 33554432000 1073741824 1073778376 140737384615200 139797232305272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9028] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9028/stat : 9028 (java) S 9012 9015 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4825557 9856040960 25644 33554432000 1073741824 1073778376 140737384615200 139797231252616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9029] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9029/stat : 9029 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825563 9856040960 25644 33554432000 1073741824 1073778376 140737384615200 139797230201360 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9030] ppid=9012 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9015/task/9030/stat : 9030 (java) S 9012 9015 4818 0 -1 4202560 2969 0 0 0 25 0 0 0 20 0 19 0 4825563 9856040960 25644 33554432000 1073741824 1073778376 140737384615200 139797229148728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9031] ppid=9012 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/9015/task/9031/stat : 9031 (java) S 9012 9015 4818 0 -1 4202560 3624 0 0 0 31 0 0 0 20 0 19 0 4825563 9856040960 25644 33554432000 1073741824 1073778376 140737384615200 139797228096184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9015/tid=9032] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9032/stat : 9032 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825563 9856040960 25644 33554432000 1073741824 1073778376 140737384615200 139796353641464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9015/tid=9033] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9033/stat : 9033 (java) S 9012 9015 4818 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 4825563 9856040960 25644 33554432000 1073741824 1073778376 140737384615200 139796352589128 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9034] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9034/stat : 9034 (java) S 9012 9015 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4825582 9856040960 25644 33554432000 1073741824 1073778376 140737384615200 139796351533864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 9625040


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

[pid=9015/tid=9034] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9034/stat : 9034 (java) S 9012 9015 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4825582 9856040960 99004 33554432000 1073741824 1073778376 140737384615200 139796351533864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1672.56
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.26 2.25 2.25 3/215 9143
/proc/meminfo: memFree=26260012/32872528 swapFree=1483896/1661724
[pid=9015] ppid=9012 vsize=9625040 CPUtime=1733.2 cores=0,2,4,6
/proc/9015/stat : 9015 (java) S 9012 9015 4818 0 -1 4202496 16454 0 1 0 173215 105 0 0 20 0 19 0 4825539 9856040960 86773 33554432000 1073741824 1073778376 140737384615200 140737384606336 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/9015/statm: 2406260 86773 2282 9 0 2396937 0
[pid=9015/tid=9017] ppid=9012 vsize=9625040 CPUtime=1710.21 cores=0,2,4,6
/proc/9015/task/9017/stat : 9017 (java) R 9012 9015 4818 0 -1 4202560 2656 0 1 0 170991 30 0 0 20 0 19 0 4825545 9856040960 86773 33554432000 1073741824 1073778376 140737384615200 139797409778896 139797243386545 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9015/tid=9018] ppid=9012 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/9015/task/9018/stat : 9018 (java) S 9012 9015 4818 0 -1 4202560 518 0 0 0 169 8 0 0 20 0 19 0 4825546 9856040960 86773 33554432000 1073741824 1073778376 140737384615200 139797371271336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9019] ppid=9012 vsize=9625040 CPUtime=1.85 cores=0,2,4,6
/proc/9015/task/9019/stat : 9019 (java) S 9012 9015 4818 0 -1 4202560 633 0 0 0 175 10 0 0 20 0 19 0 4825546 9856040960 86773 33554432000 1073741824 1073778376 140737384615200 139797370218792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9015/tid=9020] ppid=9012 vsize=9625040 CPUtime=1.81 cores=0,2,4,6
/proc/9015/task/9020/stat : 9020 (java) S 9012 9015 4818 0 -1 4202560 577 0 0 0 172 9 0 0 20 0 19 0 4825546 9856040960 86773 33554432000 1073741824 1073778376 140737384615200 139797369166248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9015/tid=9021] ppid=9012 vsize=9625040 CPUtime=1.8 cores=0,2,4,6
/proc/9015/task/9021/stat : 9021 (java) S 9012 9015 4818 0 -1 4202560 693 0 0 0 173 7 0 0 20 0 19 0 4825546 9856040960 86773 33554432000 1073741824 1073778376 140737384615200 139797368113704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9022] ppid=9012 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/9015/task/9022/stat : 9022 (java) S 9012 9015 4818 0 -1 4202560 990 0 0 0 181 12 0 0 20 0 19 0 4825546 9856040960 86773 33554432000 1073741824 1073778376 140737384615200 139797367061160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9015/tid=9023] ppid=9012 vsize=9625040 CPUtime=1.89 cores=0,2,4,6
/proc/9015/task/9023/stat : 9023 (java) S 9012 9015 4818 0 -1 4202560 678 0 0 0 180 9 0 0 20 0 19 0 4825546 9856040960 86773 33554432000 1073741824 1073778376 140737384615200 139797366008616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9015/tid=9024] ppid=9012 vsize=9625040 CPUtime=1.63 cores=0,2,4,6
/proc/9015/task/9024/stat : 9024 (java) S 9012 9015 4818 0 -1 4202560 437 0 0 0 154 9 0 0 20 0 19 0 4825546 9856040960 86773 33554432000 1073741824 1073778376 140737384615200 139797364956072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9015/tid=9025] ppid=9012 vsize=9625040 CPUtime=1.77 cores=0,2,4,6
/proc/9015/task/9025/stat : 9025 (java) S 9012 9015 4818 0 -1 4202560 485 0 0 0 167 10 0 0 20 0 19 0 4825546 9856040960 86773 33554432000 1073741824 1073778376 140737384615200 139797363903528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9015/tid=9026] ppid=9012 vsize=9625040 CPUtime=3.24 cores=0,2,4,6
/proc/9015/task/9026/stat : 9026 (java) S 9012 9015 4818 0 -1 4202560 547 0 0 0 320 4 0 0 20 0 19 0 4825557 9856040960 86773 33554432000 1073741824 1073778376 140737384615200 139797233358952 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9015/tid=9027] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9027/stat : 9027 (java) S 9012 9015 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4825557 9856040960 86773 33554432000 1073741824 1073778376 140737384615200 139797232305272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9028] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9028/stat : 9028 (java) S 9012 9015 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4825557 9856040960 86773 33554432000 1073741824 1073778376 140737384615200 139797231252616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9029] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9029/stat : 9029 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825563 9856040960 86773 33554432000 1073741824 1073778376 140737384615200 139797230201360 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9030] ppid=9012 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9015/task/9030/stat : 9030 (java) S 9012 9015 4818 0 -1 4202560 2969 0 0 0 25 0 0 0 20 0 19 0 4825563 9856040960 86773 33554432000 1073741824 1073778376 140737384615200 139797229148728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9031] ppid=9012 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/9015/task/9031/stat : 9031 (java) S 9012 9015 4818 0 -1 4202560 3913 0 0 0 33 0 0 0 20 0 19 0 4825563 9856040960 86773 33554432000 1073741824 1073778376 140737384615200 139797228096184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9015/tid=9032] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9032/stat : 9032 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825563 9856040960 86773 33554432000 1073741824 1073778376 140737384615200 139796353641464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9015/tid=9033] ppid=9012 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/9015/task/9033/stat : 9033 (java) S 9012 9015 4818 0 -1 4202560 100 0 0 0 19 25 0 0 20 0 19 0 4825563 9856040960 86773 33554432000 1073741824 1073778376 140737384615200 139796352589128 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9015/tid=9034] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9034/stat : 9034 (java) S 9012 9015 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4825582 9856040960 86773 33554432000 1073741824 1073778376 140737384615200 139796351533864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1733.2
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.22 2.25 2.25 3/215 9144
/proc/meminfo: memFree=26268516/32872528 swapFree=1483896/1661724
[pid=9015] ppid=9012 vsize=9625040 CPUtime=1793.81 cores=0,2,4,6
/proc/9015/stat : 9015 (java) S 9012 9015 4818 0 -1 4202496 17207 0 1 0 179274 107 0 0 20 0 19 0 4825539 9856040960 84699 33554432000 1073741824 1073778376 140737384615200 140737384606336 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/9015/statm: 2406260 84699 2282 9 0 2396937 0
[pid=9015/tid=9017] ppid=9012 vsize=9625040 CPUtime=1769.65 cores=0,2,4,6
/proc/9015/task/9017/stat : 9017 (java) R 9012 9015 4818 0 -1 4202560 2679 0 1 0 176934 31 0 0 20 0 19 0 4825545 9856040960 84699 33554432000 1073741824 1073778376 140737384615200 139797409778896 139797243409183 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9015/tid=9018] ppid=9012 vsize=9625040 CPUtime=1.87 cores=0,2,4,6
/proc/9015/task/9018/stat : 9018 (java) S 9012 9015 4818 0 -1 4202560 641 0 0 0 179 8 0 0 20 0 19 0 4825546 9856040960 84699 33554432000 1073741824 1073778376 140737384615200 139797371271336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9019] ppid=9012 vsize=9625040 CPUtime=1.97 cores=0,2,4,6
/proc/9015/task/9019/stat : 9019 (java) S 9012 9015 4818 0 -1 4202560 844 0 0 0 187 10 0 0 20 0 19 0 4825546 9856040960 84699 33554432000 1073741824 1073778376 140737384615200 139797370218792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9015/tid=9020] ppid=9012 vsize=9625040 CPUtime=1.89 cores=0,2,4,6
/proc/9015/task/9020/stat : 9020 (java) S 9012 9015 4818 0 -1 4202560 577 0 0 0 180 9 0 0 20 0 19 0 4825546 9856040960 84699 33554432000 1073741824 1073778376 140737384615200 139797369166248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9021] ppid=9012 vsize=9625040 CPUtime=1.94 cores=0,2,4,6
/proc/9015/task/9021/stat : 9021 (java) S 9012 9015 4818 0 -1 4202560 832 0 0 0 187 7 0 0 20 0 19 0 4825546 9856040960 84699 33554432000 1073741824 1073778376 140737384615200 139797368113704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9015/tid=9022] ppid=9012 vsize=9625040 CPUtime=2.02 cores=0,2,4,6
/proc/9015/task/9022/stat : 9022 (java) S 9012 9015 4818 0 -1 4202560 1046 0 0 0 190 12 0 0 20 0 19 0 4825546 9856040960 84699 33554432000 1073741824 1073778376 140737384615200 139797367061160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9015/tid=9023] ppid=9012 vsize=9625040 CPUtime=2.01 cores=0,2,4,6
/proc/9015/task/9023/stat : 9023 (java) S 9012 9015 4818 0 -1 4202560 734 0 0 0 191 10 0 0 20 0 19 0 4825546 9856040960 84699 33554432000 1073741824 1073778376 140737384615200 139797366008616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9024] ppid=9012 vsize=9625040 CPUtime=1.75 cores=0,2,4,6
/proc/9015/task/9024/stat : 9024 (java) S 9012 9015 4818 0 -1 4202560 437 0 0 0 166 9 0 0 20 0 19 0 4825546 9856040960 84699 33554432000 1073741824 1073778376 140737384615200 139797364956072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9015/tid=9025] ppid=9012 vsize=9625040 CPUtime=1.91 cores=0,2,4,6
/proc/9015/task/9025/stat : 9025 (java) S 9012 9015 4818 0 -1 4202560 600 0 0 0 181 10 0 0 20 0 19 0 4825546 9856040960 84699 33554432000 1073741824 1073778376 140737384615200 139797363903528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9015/tid=9026] ppid=9012 vsize=9625040 CPUtime=3.34 cores=0,2,4,6
/proc/9015/task/9026/stat : 9026 (java) S 9012 9015 4818 0 -1 4202560 573 0 0 0 330 4 0 0 20 0 19 0 4825557 9856040960 84699 33554432000 1073741824 1073778376 140737384615200 139797233358952 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9027] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9027/stat : 9027 (java) S 9012 9015 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4825557 9856040960 84699 33554432000 1073741824 1073778376 140737384615200 139797232305272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9028] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9028/stat : 9028 (java) S 9012 9015 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4825557 9856040960 84699 33554432000 1073741824 1073778376 140737384615200 139797231252616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9029] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9029/stat : 9029 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825563 9856040960 84699 33554432000 1073741824 1073778376 140737384615200 139797230201360 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9030] ppid=9012 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9015/task/9030/stat : 9030 (java) S 9012 9015 4818 0 -1 4202560 2969 0 0 0 25 0 0 0 20 0 19 0 4825563 9856040960 84699 33554432000 1073741824 1073778376 140737384615200 139797229148728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9031] ppid=9012 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/9015/task/9031/stat : 9031 (java) S 9012 9015 4818 0 -1 4202560 3913 0 0 0 33 0 0 0 20 0 19 0 4825563 9856040960 84699 33554432000 1073741824 1073778376 140737384615200 139797228096184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9015/tid=9032] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9032/stat : 9032 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825563 9856040960 84699 33554432000 1073741824 1073778376 140737384615200 139796353641464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9015/tid=9033] ppid=9012 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/9015/task/9033/stat : 9033 (java) S 9012 9015 4818 0 -1 4202560 104 0 0 0 19 27 0 0 20 0 19 0 4825563 9856040960 84699 33554432000 1073741824 1073778376 140737384615200 139796352589128 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9015/tid=9034] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9034/stat : 9034 (java) S 9012 9015 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4825582 9856040960 84699 33554432000 1073741824 1073778376 140737384615200 139796351533864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1793.81
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1788.4 s]
/proc/loadavg: 2.21 2.24 2.25 3/215 9144
/proc/meminfo: memFree=26272716/32872528 swapFree=1483896/1661724
[pid=9015] ppid=9012 vsize=9625040 CPUtime=1800.07 cores=0,2,4,6
/proc/9015/stat : 9015 (java) S 9012 9015 4818 0 -1 4202496 17213 0 1 0 179899 108 0 0 20 0 19 0 4825539 9856040960 83582 33554432000 1073741824 1073778376 140737384615200 140737384606336 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/9015/statm: 2406260 83582 2282 9 0 2396937 0
[pid=9015/tid=9017] ppid=9012 vsize=9625040 CPUtime=1775.58 cores=0,2,4,6
/proc/9015/task/9017/stat : 9017 (java) R 9012 9015 4818 0 -1 4202560 2683 0 1 0 177527 31 0 0 20 0 19 0 4825545 9856040960 83582 33554432000 1073741824 1073778376 140737384615200 139797409778896 139797243409183 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=9015/tid=9018] ppid=9012 vsize=9625040 CPUtime=1.89 cores=0,2,4,6
/proc/9015/task/9018/stat : 9018 (java) S 9012 9015 4818 0 -1 4202560 641 0 0 0 181 8 0 0 20 0 19 0 4825546 9856040960 83582 33554432000 1073741824 1073778376 140737384615200 139797371271336 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9015/tid=9019] ppid=9012 vsize=9625040 CPUtime=1.99 cores=0,2,4,6
/proc/9015/task/9019/stat : 9019 (java) S 9012 9015 4818 0 -1 4202560 844 0 0 0 189 10 0 0 20 0 19 0 4825546 9856040960 83582 33554432000 1073741824 1073778376 140737384615200 139797370218792 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9015/tid=9020] ppid=9012 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/9015/task/9020/stat : 9020 (java) S 9012 9015 4818 0 -1 4202560 577 0 0 0 183 9 0 0 20 0 19 0 4825546 9856040960 83582 33554432000 1073741824 1073778376 140737384615200 139797369166248 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9015/tid=9021] ppid=9012 vsize=9625040 CPUtime=1.97 cores=0,2,4,6
/proc/9015/task/9021/stat : 9021 (java) S 9012 9015 4818 0 -1 4202560 832 0 0 0 190 7 0 0 20 0 19 0 4825546 9856040960 83582 33554432000 1073741824 1073778376 140737384615200 139797368113704 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9015/tid=9022] ppid=9012 vsize=9625040 CPUtime=2.05 cores=0,2,4,6
/proc/9015/task/9022/stat : 9022 (java) S 9012 9015 4818 0 -1 4202560 1046 0 0 0 193 12 0 0 20 0 19 0 4825546 9856040960 83582 33554432000 1073741824 1073778376 140737384615200 139797367061160 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9015/tid=9023] ppid=9012 vsize=9625040 CPUtime=2.04 cores=0,2,4,6
/proc/9015/task/9023/stat : 9023 (java) S 9012 9015 4818 0 -1 4202560 734 0 0 0 194 10 0 0 20 0 19 0 4825546 9856040960 83582 33554432000 1073741824 1073778376 140737384615200 139797366008616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9015/tid=9024] ppid=9012 vsize=9625040 CPUtime=1.79 cores=0,2,4,6
/proc/9015/task/9024/stat : 9024 (java) S 9012 9015 4818 0 -1 4202560 437 0 0 0 170 9 0 0 20 0 19 0 4825546 9856040960 83582 33554432000 1073741824 1073778376 140737384615200 139797364956072 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9015/tid=9025] ppid=9012 vsize=9625040 CPUtime=1.93 cores=0,2,4,6
/proc/9015/task/9025/stat : 9025 (java) S 9012 9015 4818 0 -1 4202560 600 0 0 0 183 10 0 0 20 0 19 0 4825546 9856040960 83582 33554432000 1073741824 1073778376 140737384615200 139797363903528 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9026] ppid=9012 vsize=9625040 CPUtime=3.43 cores=0,2,4,6
/proc/9015/task/9026/stat : 9026 (java) S 9012 9015 4818 0 -1 4202560 575 0 0 0 339 4 0 0 20 0 19 0 4825557 9856040960 83582 33554432000 1073741824 1073778376 140737384615200 139797233358952 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9027] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9027/stat : 9027 (java) S 9012 9015 4818 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4825557 9856040960 83582 33554432000 1073741824 1073778376 140737384615200 139797232305272 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9028] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9028/stat : 9028 (java) S 9012 9015 4818 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4825557 9856040960 83582 33554432000 1073741824 1073778376 140737384615200 139797231252616 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9029] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9029/stat : 9029 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825563 9856040960 83582 33554432000 1073741824 1073778376 140737384615200 139797230201360 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9030] ppid=9012 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/9015/task/9030/stat : 9030 (java) S 9012 9015 4818 0 -1 4202560 2969 0 0 0 25 0 0 0 20 0 19 0 4825563 9856040960 83582 33554432000 1073741824 1073778376 140737384615200 139797229148728 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9015/tid=9031] ppid=9012 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/9015/task/9031/stat : 9031 (java) S 9012 9015 4818 0 -1 4202560 3913 0 0 0 33 0 0 0 20 0 19 0 4825563 9856040960 83582 33554432000 1073741824 1073778376 140737384615200 139797228096184 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9015/tid=9032] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9032/stat : 9032 (java) S 9012 9015 4818 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4825563 9856040960 83582 33554432000 1073741824 1073778376 140737384615200 139796353641464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9015/tid=9033] ppid=9012 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/9015/task/9033/stat : 9033 (java) S 9012 9015 4818 0 -1 4202560 104 0 0 0 19 27 0 0 20 0 19 0 4825563 9856040960 83582 33554432000 1073741824 1073778376 140737384615200 139796352589128 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9015/tid=9034] ppid=9012 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9015/task/9034/stat : 9034 (java) S 9012 9015 4818 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4825582 9856040960 83582 33554432000 1073741824 1073778376 140737384615200 139796351533864 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 9015 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 9015 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=458200
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=521768
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1788.44
CPU time (s): 1800.07
CPU user time (s): 1798.99
CPU system time (s): 1.08
CPU usage (%): 100.65
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.46
system time used= 1.52177
maximum resident set size= 695596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17259
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43922
involuntary context switches= 38352

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.9732 second user time and 11.5132 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-30 00:18:50
IDJOB=4118992
IDBENCH=111555
IDSOLVER=2546
FILE ID=node134/4118992-1467238730
RUNJOBID= node134-1467208989-4834
PBS_JOBID= 19997576
Free space on /tmp= 71708 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/minlplib2-pb-0.1.0/opb/normalized-graphpart_2pm-0099-0999.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4118992-1467238730/watcher-4118992-1467238730 -o /tmp/evaluation-result-4118992-1467238730/solver-4118992-1467238730 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1467208989-4834 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4118992-1467238730.opb

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

MD5SUM BENCH= 679b089bd45e4d9a671319e5927c096b
RANDOM SEED=1747216842

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27004060 kB
Buffers:          147980 kB
Cached:          2996088 kB
SwapCached:            0 kB
Active:           435600 kB
Inactive:        3010764 kB
Active(anon):     305016 kB
Inactive(anon):        0 kB
Active(file):     130584 kB
Inactive(file):  3010764 kB
Unevictable:     1661724 kB
Mlocked:         1483896 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               840 kB
Writeback:             0 kB
AnonPages:       2006968 kB
Mapped:            21596 kB
Shmem:               216 kB
Slab:             612100 kB
SReclaimable:      56036 kB
SUnreclaim:       556064 kB
KernelStack:        1776 kB
PageTables:         7996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2457316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    493568 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= 71684 MiB
End job on node134 at 2016-06-30 00:48:39