Trace number 4085216

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)420 1800.09 1774.35

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-ii8e1.opb
MD5SUM9711add7b63200e6cedabbc5764a3737
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark343
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 343
Optimality of the best value was proved NO
Number of variables1040
Total number of constraints3656
Number of constraints which are clauses3656
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 constraint2
Maximum length of a constraint10
Number of terms in the objective function 1040
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 1040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1040
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4085216-1465232190.opb
0.12/0.10	c reading problem ... 
0.12/0.10	c  objective function found
0.29/0.28	c ... done. Wall clock time 0.184s.
0.29/0.28	c declared #vars     1040
0.50/0.30	c #constraints  3656
0.50/0.30	c constraints type 
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 176
0.50/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3480
0.50/0.30	c 3656 constraints processed.
0.50/0.30	c objective function length is 1040 literals
0.50/0.31	c SATISFIABLE
0.50/0.31	c OPTIMIZING...
0.50/0.31	c Got one! Elapsed wall clock time (in seconds):0.208
0.50/0.31	o 420
1.34/0.81	c cleaning 2502 clauses out of 5005 with flag 10509/5005
1.78/1.20	c cleaning 4253 clauses out of 8505 with flag 23036/11007
2.31/1.64	c cleaning 5625 clauses out of 11250 with flag 37556/18005
2.81/2.18	c cleaning 6813 clauses out of 13626 with flag 54230/26006
3.54/2.84	c cleaning 7903 clauses out of 15813 with flag 72811/35006
4.24/3.58	c cleaning 8955 clauses out of 17910 with flag 93732/45006
5.15/4.41	c cleaning 9972 clauses out of 19955 with flag 117096/56006
6.06/5.32	c cleaning 10990 clauses out of 21983 with flag 142450/68006
7.03/6.29	c cleaning 11995 clauses out of 23992 with flag 169377/81005
8.13/7.30	c cleaning 12999 clauses out of 25997 with flag 198455/95005
9.23/8.45	c cleaning 13999 clauses out of 28000 with flag 229329/110007
10.33/9.59	c cleaning 15000 clauses out of 30000 with flag 262467/126006
11.73/10.95	c cleaning 15998 clauses out of 31999 with flag 297614/143005
13.29/12.46	c cleaning 17001 clauses out of 34002 with flag 334633/161006
14.89/14.08	c cleaning 18001 clauses out of 36001 with flag 374068/180006
16.69/15.83	c cleaning 18993 clauses out of 37999 with flag 415515/200005
18.84/17.81	c cleaning 20002 clauses out of 40010 with flag 458940/221009
20.85/19.87	c cleaning 20996 clauses out of 42004 with flag 504353/243005
22.94/21.99	c cleaning 22001 clauses out of 44009 with flag 552229/266006
25.14/24.14	c cleaning 22994 clauses out of 46007 with flag 601631/290005
27.66/26.56	c cleaning 24004 clauses out of 48013 with flag 653205/315005
29.96/28.82	c cleaning 25002 clauses out of 50009 with flag 706674/341005
32.66/31.52	c cleaning 25994 clauses out of 52007 with flag 762345/368005
35.77/34.44	c cleaning 27007 clauses out of 54013 with flag 820199/396005
38.37/37.07	c cleaning 27998 clauses out of 56006 with flag 880005/425005
41.14/39.68	c cleaning 29005 clauses out of 58009 with flag 941847/455006
43.83/42.34	c cleaning 29997 clauses out of 60003 with flag 1005616/486005
46.70/45.06	c cleaning 30998 clauses out of 62007 with flag 1071622/518006
49.90/48.24	c cleaning 31999 clauses out of 64009 with flag 1139980/551006
53.40/51.50	c cleaning 33005 clauses out of 66011 with flag 1210203/585007
56.70/54.84	c cleaning 33997 clauses out of 68004 with flag 1283264/620005
60.61/58.69	c cleaning 35005 clauses out of 70009 with flag 1357793/656007
64.93/62.87	c cleaning 35998 clauses out of 72003 with flag 1434636/693006
69.02/66.91	c cleaning 37001 clauses out of 74004 with flag 1513422/731005
73.14/71.04	c cleaning 37997 clauses out of 76004 with flag 1594329/770006
77.51/75.32	c cleaning 38999 clauses out of 78006 with flag 1677077/810005
81.88/79.63	c cleaning 40000 clauses out of 80009 with flag 1762131/851007
86.45/84.17	c cleaning 41000 clauses out of 82007 with flag 1849298/893005
91.31/88.98	c cleaning 41996 clauses out of 84008 with flag 1938446/936006
96.79/94.37	c cleaning 43007 clauses out of 86013 with flag 2029755/980007
102.38/99.87	c cleaning 43995 clauses out of 88004 with flag 2123256/1025005
107.79/105.13	c cleaning 45006 clauses out of 90011 with flag 2218426/1071007
113.36/110.61	c cleaning 45997 clauses out of 92004 with flag 2315363/1118006
118.32/115.53	c cleaning 46997 clauses out of 94007 with flag 2414335/1166006
123.99/121.13	c cleaning 48000 clauses out of 96010 with flag 2515342/1215006
129.32/126.47	c cleaning 49002 clauses out of 98010 with flag 2618522/1265006
134.66/131.66	c cleaning 49999 clauses out of 100007 with flag 2724298/1316005
140.60/137.43	c cleaning 51002 clauses out of 102010 with flag 2832354/1368007
146.65/143.36	c cleaning 52003 clauses out of 104007 with flag 2942453/1421006
152.84/149.43	c cleaning 52998 clauses out of 106003 with flag 3055683/1475005
159.54/156.05	c cleaning 53997 clauses out of 108005 with flag 3169920/1530005
167.52/163.98	c cleaning 55001 clauses out of 110009 with flag 3286243/1586006
174.83/171.14	c cleaning 56000 clauses out of 112008 with flag 3404199/1643006
182.79/178.98	c cleaning 57001 clauses out of 114007 with flag 3524061/1701005
190.15/186.26	c cleaning 58000 clauses out of 116006 with flag 3645995/1760005
197.93/193.96	c cleaning 58995 clauses out of 118007 with flag 3770228/1820006
206.01/201.94	c cleaning 60004 clauses out of 120011 with flag 3896630/1881005
215.12/210.95	c cleaning 60995 clauses out of 122008 with flag 4025152/1943006
223.42/219.06	c cleaning 62001 clauses out of 124014 with flag 4155406/2006007
232.86/228.39	c cleaning 63004 clauses out of 126014 with flag 4287472/2070008
243.59/238.93	c cleaning 64004 clauses out of 128007 with flag 4422339/2135005
252.33/247.41	c cleaning 64994 clauses out of 130005 with flag 4559049/2201007
260.64/255.62	c cleaning 65997 clauses out of 132009 with flag 4697881/2268005
270.45/265.24	c cleaning 66996 clauses out of 134012 with flag 4838511/2336005
280.86/275.55	c cleaning 68003 clauses out of 136016 with flag 4981572/2405005
293.87/288.45	c cleaning 68999 clauses out of 138013 with flag 5126794/2475005
306.23/300.60	c cleaning 70003 clauses out of 140014 with flag 5274469/2546005
316.94/311.16	c cleaning 71006 clauses out of 142013 with flag 5424174/2618007
328.00/322.02	c cleaning 71998 clauses out of 144007 with flag 5576024/2691007
338.24/332.16	c cleaning 73000 clauses out of 146007 with flag 5729498/2765005
351.32/345.05	c cleaning 74003 clauses out of 148010 with flag 5884767/2840008
362.90/356.45	c cleaning 74997 clauses out of 150007 with flag 6042102/2916008
377.59/370.91	c cleaning 76001 clauses out of 152007 with flag 6201350/2993005
390.92/384.02	c cleaning 76995 clauses out of 154006 with flag 6362642/3071005
405.33/398.21	c cleaning 78005 clauses out of 156011 with flag 6526037/3150005
417.93/410.70	c cleaning 79004 clauses out of 158007 with flag 6690580/3230006
430.08/422.64	c cleaning 80001 clauses out of 160002 with flag 6857765/3311005
444.12/436.47	c cleaning 81001 clauses out of 162001 with flag 7027001/3393005
456.45/448.59	c cleaning 81992 clauses out of 164000 with flag 7198892/3476005
470.92/462.82	c cleaning 82998 clauses out of 166008 with flag 7372749/3560005
484.00/475.63	c cleaning 84000 clauses out of 168012 with flag 7550409/3645007
498.10/489.59	c cleaning 85003 clauses out of 170010 with flag 7727665/3731005
510.32/501.51	c cleaning 86001 clauses out of 172007 with flag 7908345/3818005
525.32/516.44	c cleaning 87000 clauses out of 174007 with flag 8089971/3906006
538.97/529.98	c cleaning 87998 clauses out of 176007 with flag 8273131/3995006
553.92/544.69	c cleaning 89002 clauses out of 178009 with flag 8458768/4085006
566.79/557.38	c cleaning 90004 clauses out of 180008 with flag 8648430/4176007
582.62/573.00	c cleaning 90996 clauses out of 182002 with flag 8838515/4268005
598.25/588.36	c cleaning 91996 clauses out of 184006 with flag 9030696/4361005
618.84/608.72	c cleaning 93005 clauses out of 186010 with flag 9225531/4455005
638.14/627.76	c cleaning 94004 clauses out of 188007 with flag 9422372/4550007
660.99/650.38	c cleaning 95000 clauses out of 190001 with flag 9621167/4646005
682.38/671.41	c cleaning 96001 clauses out of 192002 with flag 9821846/4743006
703.71/692.58	c cleaning 96992 clauses out of 194001 with flag 10024986/4841006
726.02/714.63	c cleaning 98004 clauses out of 196009 with flag 10230103/4940006
749.43/737.80	c cleaning 98999 clauses out of 198004 with flag 10437331/5040005
768.69/756.78	c cleaning 99994 clauses out of 200006 with flag 10647215/5141006
790.94/778.75	c cleaning 100999 clauses out of 202011 with flag 10858901/5243005
817.89/805.45	c cleaning 102004 clauses out of 204012 with flag 11073772/5346005
845.85/833.09	c cleaning 102999 clauses out of 206008 with flag 11290006/5450005
869.78/856.62	c cleaning 104002 clauses out of 208011 with flag 11508836/5555007
895.75/882.29	c cleaning 104999 clauses out of 210008 with flag 11729021/5661006
919.24/905.40	c cleaning 106004 clauses out of 212009 with flag 11951084/5768006
956.19/942.08	c cleaning 106996 clauses out of 214004 with flag 12174676/5876005
984.85/970.29	c cleaning 108004 clauses out of 216008 with flag 12400670/5985005
1014.32/999.30	c cleaning 108998 clauses out of 218005 with flag 12628664/6095006
1040.33/1024.91	c cleaning 109996 clauses out of 220006 with flag 12857470/6206005
1067.75/1052.04	c cleaning 111006 clauses out of 222012 with flag 13087212/6318007
1096.50/1080.39	c cleaning 111992 clauses out of 224004 with flag 13318048/6431005
1130.07/1113.67	c cleaning 113003 clauses out of 226012 with flag 13551655/6545005
1160.61/1143.62	c cleaning 113999 clauses out of 228009 with flag 13786971/6660005
1194.64/1177.36	c cleaning 115002 clauses out of 230010 with flag 14024142/6776005
1226.63/1208.93	c cleaning 116001 clauses out of 232008 with flag 14263569/6893005
1258.39/1240.39	c cleaning 116999 clauses out of 234008 with flag 14506759/7011006
1284.54/1266.08	c cleaning 118004 clauses out of 236010 with flag 14752527/7130007
1312.30/1293.40	c cleaning 118993 clauses out of 238004 with flag 15000662/7250005
1342.40/1323.03	c cleaning 120006 clauses out of 240011 with flag 15250240/7371005
1375.10/1355.33	c cleaning 120999 clauses out of 242005 with flag 15500698/7493005
1407.24/1387.01	c cleaning 121998 clauses out of 244007 with flag 15752344/7616006
1440.75/1420.11	c cleaning 122996 clauses out of 246008 with flag 16006616/7740005
1474.67/1453.63	c cleaning 124003 clauses out of 248012 with flag 16262790/7865005
1511.11/1489.66	c cleaning 124998 clauses out of 250010 with flag 16521460/7991006
1546.19/1524.29	c cleaning 126003 clauses out of 252014 with flag 16782176/8118008
1583.37/1560.90	c cleaning 127004 clauses out of 254008 with flag 17045855/8246005
1617.39/1594.48	c cleaning 127997 clauses out of 256007 with flag 17313194/8375008
1656.47/1632.98	c cleaning 129000 clauses out of 258008 with flag 17581958/8505006
1694.63/1670.62	c cleaning 130003 clauses out of 260008 with flag 17851568/8636006
1728.31/1703.82	c cleaning 130999 clauses out of 262004 with flag 18123625/8768005
1760.14/1735.14	c cleaning 131995 clauses out of 264005 with flag 18398176/8901005
1789.77/1764.24	c cleaning 133001 clauses out of 266011 with flag 18674386/9035006
1800.09/1774.31	c starts		: 17
1800.09/1774.31	c conflicts		: 9099162
1800.09/1774.31	c decisions		: 12481217
1800.09/1774.31	c propagations		: 177801556
1800.09/1774.31	c inspects		: 23522123306
1800.09/1774.31	c shortcuts		: 0
1800.09/1774.31	c learnt literals	: 0
1800.09/1774.31	c learnt binary clauses	: 0
1800.09/1774.31	c learnt ternary clauses	: 0
1800.09/1774.31	c learnt constraints	: 9099162
1800.09/1774.31	c ignored constraints	: 0
1800.09/1774.31	c root simplifications	: 0
1800.09/1774.31	c removed literals (reason simplification)	: 0
1800.09/1774.31	c reason swapping (by a shorter reason)	: 0
1800.09/1774.31	c Calls to reduceDB	: 130
1800.09/1774.31	c Number of update (reduction) of LBD	: 150101
1800.09/1774.31	c Imported unit clauses	: 0
1800.09/1774.31	c number of reductions to clauses (during analyze)	: 0
1800.09/1774.31	c number of learned constraints concerned by reduction	: 0
1800.09/1774.31	c number of learning phase by resolution	: 0
1800.09/1774.31	c number of learning phase by cutting planes	: 0
1800.09/1774.31	c speed (assignments/second)	: 100225.22632213842
1800.09/1774.31	c non guided choices	0
1800.09/1774.34	c learnt constraints type 
1800.09/1774.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 197166
1800.09/1774.34	s SATISFIABLE
1800.09/1774.34	c Found 1 solution(s)
1800.09/1774.34	v -x1 -x2 x3 -x4 -x5 x6 x7 -x8 x9 -x10 x11 -x12 x13 -x14 x15 -x16 -x17 x18 x19 -x20 x21 -x22 x23 -x24 x25 -x26 x27 -x28 x29 -x30 x31 -x32 x33 -x34 x35 -x36 x37 -x38 x39 -x40 x41 -x42 -x43 x44 x45 -x46 x47 -x48 -x49 x50 x51 -x52 x53 -x54 x55 -x56 x57 -x58 x59 -x60 x61 -x62 x63 -x64 x65 -x66 x67 -x68 x69 -x70 x71 -x72 x73 -x74 x75 -x76 x77 -x78 x79 -x80 x81 -x82 x83 -x84 x85 -x86 x87 -x88 x89 -x90 x91 -x92 -x93 x94 x95 -x96 x97 -x98 x99 -x100 -x101 x102 x103 -x104 x105 -x106 x107 -x108 x109 -x110 x111 -x112 -x113 x114 x115 -x116 x117 -x118 x119 -x120 x121 -x122 x123 -x124 x125 -x126 x127 -x128 x129 -x130 x131 -x132 -x133 x134 x135 -x136 x137 -x138 x139 -x140 x141 -x142 x143 -x144 -x145 x146 x147 -x148 x149 -x150 x151 -x152 x153 -x154 x155 -x156 x157 -x158 x159 -x160 x161 -x162 x163 -x164 -x165 x166 x167 -x168 x169 -x170 x171 -x172 x173 -x174 x175 -x176 -x177 x178 x179 -x180 x181 -x182 x183 -x184 x185 -x186 x187 -x188 x189 -x190 x191 -x192 x193 -x194 x195 -x196 -x197 x198 x199 -x200 x201 -x202 x203 -x204 x205 -x206 x207 -x208 -x209 x210 x211 -x212 x213 -x214 x215 -x216 x217 -x218 x219 -x220 x221 -x222 x223 -x224 x225 -x226 x227 -x228 -x229 x230 x231 -x232 x233 -x234 x235 -x236 x237 -x238 x239 -x240 -x241 x242 x243 -x244 x245 -x246 x247 -x248 x249 -x250 x251 -x252 x253 -x254 x255 -x256 x257 -x258 x259 -x260 -x261 x262 x263 -x264 x265 -x266 x267 -x268 x269 -x270 x271 -x272 -x273 x274 x275 -x276 x277 -x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 -x291 x292 x293 -x294 -x295 x296 x297 -x298 x299 -x300 -x301 x302 x303 -x304 x305 -x306 x307 -x308 -x309 x310 x311 -x312 x313 -x314 -x315 x316 x317 -x318 x319 -x320 -x321 x322 -x323 -x324 -x325 x326 -x327 -x328 -x329 -x330 x331 -x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 x340 -x341 x342 x343 -x344 -x345 x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 -x358 -x359 x360 -x361 x362 -x363 x364 x365 -x366 -x367 x368 -x369 x370 -x371 x372 -x373 x374 -x375 x376 -x377 x378 -x379 x380 x381 -x382 -x383 x384 -x385 x386 -x387 -x388 -x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 -x398 -x399 x400 -x401 x402 -x403 x404 x405 -x406 -x407 x408 -x409 x410 -x411 x412 -x413 x414 -x415 x416 -x417 x418 -x419 x420 -x421 x422 -x423 x424 -x425 x426 x427 -x428 -x429 -x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 x440 -x441 x442 -x443 x444 x445 -x446 -x447 x448 -x449 x450 -x451 x452 -x453 x454 -x455 x456 -x457 x458 -x459 x460 x461 -x462 -x463 x464 -x465 x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 -x474 -x475 -x476 -x477 -x478 -x479 x480 -x481 x482 x483 -x484 -x485 x486 -x487 x488 -x489 x490 -x491 x492 -x493 x494 -x495 x496 -x497 x498 -x499 x500 -x501 x502 -x503 x504 x505 -x506 -x507 x508 -x509 x510 -x511 x512 -x513 x514 -x515 x516 -x517 x518 -x519 x520 -x521 x522 -x523 x524 x525 -x526 -x527 x528 -x529 x530 -x531 x532 -x533 x534 -x535 x536 -x537 x538 -x539 x540 -x541 x542 -x543 x544 x545 -x546 -x547 x548 -x549 x550 -x551 x552 -x553 x554 -x555 x556 -x557 x558 -x559 x560 -x561 x562 x563 -x564 -x565 -x566 -x567 x568 -x569 x570 -x571 x572 -x573 x574 -x575 x576 -x577 x578 -x579 x580 -x581 x582 -x583 x584 x585 -x586 -x587 x588 -x589 x590 -x591 x592 -x593 x594 -x595 x596 -x597 x598 -x599 x600 -x601 x602 -x603 x604 x605 -x606 -x607 x608 -x609 x610 -x611 x612 -x613 x614 -x615 x616 -x617 x618 -x619 x620 -x621 x622 -x623 x624 -x625 x626 x627 -x628 -x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 x640 -x641 x642 -x643 x644 x645 -x646 -x647 x648 -x649 x650 -x651 x652 -x653 x654 -x655 x656 -x657 x658 -x659 x660 x661 -x662 -x663 -x664 -x665 x666 -x667 -x668 -x669 -x670 -x671 -x672 -x673 -x674 -x675 -x676 -x677 -x678 -x679 x680 -x681 x682 x683 -x684 -x685 x686 -x687 x688 -x689 x690 -x691 x692 -x693 x694 -x695 x696 -x697 x698 -x699 x700 -x701 x702 x703 -x704 -x705 -x706 -x707 x708 -x709 x710 -x711 x712 -x713 x714 -x715 x716 -x717 x718 -x719 x720 -x721 x722 -x723 x724 x725 -x726 -x727 x728 -x729 x730 -x731 x732 -x733 x734 -x735 x736 -x737 x738 -x739 x740 x741 -x742 -x743 x744 -x745 x746 -x747 -x748 -x749 -x750 -x751 -x752 -x753 -x754 -x755 -x756 -x757 -x758 -x759 x760 -x761 x762 -x763 x764 x765 -x766 -x767 x768 -x769 x770 -x771 x772 -x773 x774 -x775 x776 -x777 x778 -x779 x780 -x781 x782 x783 -x784 -x785 x786 -x787 -x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 -x797 -x798 -x799 x800 -x801 x802 x803 -x804 -x805 x806 -x807 x808 -x809 x810 -x811 x812 -x813 x814 -x815 x816 -x817 x818 -x819 -x820 -x821 x822 x823 -x824 -x825 x826 -x827 x828 -x829 x830 -x831 x832 -x833 x834 -x835 x836 -x837 x838 -x839 x840 x841 -x842 -x843 x844 -x845 x846 -x847 -x848 -x849 -x850 -x851 -x852 -x853 -x854 -x855 -x856 -x857 -x858 -x859 x860 -x861 x862 x863 -x864 -x865 x866 -x867 x868 -x869 x870 -x871 x872 -x873 x874 -x875 x876 -x877 x878 -x879 x880 x881 -x882 -x883 x884 -x885 x886 -x887 -x888 -x889 -x890 -x891 -x892 -x893 -x894 -x895 -x896 -x897 -x898 -x899 x900 -x901 x902 -x903 x904 x905 -x906 -x907 x908 -x909 x910 -x911 x912 -x913 x914 -x915 x916 -x917 x918 -x919 x920 x921 -x922 -x923 x924 -x925 x926 -x927 -x928 -x929 -x930 -x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 x940 x941 -x942 -x943 x944 -x945 x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 -x954 -x955 -x956 -x957 -x958 -x959 x960 x961 -x962 -x963 x964 -x965 x966 -x967 -x968 -x969 -x970 -x971 -x972 -x973 -x974 -x975 -x976 -x977 -x978 -x979 x980 x981 -x982 -x983 x984 -x985 x986 -x987 -x988 -x989 -x990 -x991 -x992 -x993 -x994 -x995 -x996 -x997 -x998 -x999 x1000 -x1001 x1002 x1003 -x1004 -x1005 x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 -x1014 -x1015 -x1016 -x1017 -x1018 -x1019 x1020 -x1021 x1022 x1023 -x1024 -x1025 x1026 -x1027 x1028 -x1029 x1030 -x1031 x1032 -x1033 x1034 -x1035 x1036 -x1037 x1038 -x1039 -x1040 
1800.09/1774.34	c objective function=420
1800.09/1774.34	c Total wall clock time (in seconds): 1774.245

Verifier Data

OK	420

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-4085216-1465232190/watcher-4085216-1465232190 -o /tmp/evaluation-result-4085216-1465232190/solver-4085216-1465232190 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465226821-9908 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085216-1465232190.opb 

pid=10568
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.13 2.18 2.18 4/196 10571
/proc/meminfo: memFree=29951008/32872528 swapFree=20720/1686580
[pid=10571] ppid=10568 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/10571/stat : 10571 (java) S 10568 10571 9891 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 105151050 98570240 978 33554432000 1073741824 1073778376 140733585414688 140733585405824 215127982141 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10571/statm: 24065 978 744 9 0 16771 0
[pid=10571/tid=10572] ppid=10568 vsize=96268 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10572/stat : 10572 (java) R 10568 10571 9891 0 -1 4202560 132 0 0 0 0 0 0 0 20 0 2 0 105151051 98578432 980 33554432000 1073741824 1073778376 140733585414688 140607153241640 215124624301 0 0 0 16784584 0 0 0 -1 3 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.13 2.18 2.18 4/196 10571
/proc/meminfo: memFree=29951008/32872528 swapFree=20720/1686580
[pid=10571] ppid=10568 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/10571/stat : 10571 (java) S 10568 10571 9891 0 -1 4202496 4493 0 1 0 10 2 0 0 20 0 18 0 105151050 9787879424 6121 33554432000 1073741824 1073778376 140733585414688 140733585405824 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10571/statm: 2389619 6121 2157 9 0 2380296 0
[pid=10571/tid=10572] ppid=10568 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/10571/task/10572/stat : 10572 (java) R 10568 10571 9891 0 -1 4202560 2379 0 1 0 6 1 0 0 20 0 18 0 105151051 9787879424 6121 33554432000 1073741824 1073778376 140733585414688 140607153244480 215128007949 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200318 s]
/proc/loadavg: 2.13 2.18 2.18 4/196 10571
/proc/meminfo: memFree=29951008/32872528 swapFree=20720/1686580
[pid=10571] ppid=10568 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/10571/stat : 10571 (java) S 10568 10571 9891 0 -1 4202496 4960 0 1 0 27 2 0 0 20 0 18 0 105151050 9787879424 6971 33554432000 1073741824 1073778376 140733585414688 140733585405824 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10571/statm: 2389619 6971 2218 9 0 2380296 0
[pid=10571/tid=10572] ppid=10568 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/10571/task/10572/stat : 10572 (java) R 10568 10571 9891 0 -1 4202560 2400 0 1 0 16 1 0 0 20 0 18 0 105151051 9787879424 6971 33554432000 1073741824 1073778376 140733585414688 140607153238000 140606978415276 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300259 s]
/proc/loadavg: 2.13 2.18 2.18 4/196 10571
/proc/meminfo: memFree=29951008/32872528 swapFree=20720/1686580
[pid=10571] ppid=10568 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/10571/stat : 10571 (java) S 10568 10571 9891 0 -1 4202496 5612 0 1 0 48 2 0 0 20 0 19 0 105151050 9856040960 8394 33554432000 1073741824 1073778376 140733585414688 140733585405824 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10571/statm: 2406260 8394 2239 9 0 2396937 0
[pid=10571/tid=10572] ppid=10568 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10571/task/10572/stat : 10572 (java) R 10568 10571 9891 0 -1 4202560 2414 0 1 0 26 1 0 0 20 0 19 0 105151051 9856040960 8394 33554432000 1073741824 1073778376 140733585414688 140607153246848 140606978490849 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9625040

[startup+0.700244 s]
/proc/loadavg: 2.13 2.18 2.18 4/196 10571
/proc/meminfo: memFree=29951008/32872528 swapFree=20720/1686580
[pid=10571] ppid=10568 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/10571/stat : 10571 (java) S 10568 10571 9891 0 -1 4202496 8518 0 1 0 115 3 0 0 20 0 19 0 105151050 9856040960 12298 33554432000 1073741824 1073778376 140733585414688 140733585405824 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10571/statm: 2406260 12298 2251 9 0 2396937 0
[pid=10571/tid=10572] ppid=10568 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/10571/task/10572/stat : 10572 (java) R 10568 10571 9891 0 -1 4202560 2420 0 1 0 66 1 0 0 20 0 19 0 105151051 9856040960 12298 33554432000 1073741824 1073778376 140733585414688 140607153246848 140606979066028 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.13 2.18 2.18 4/215 10590
/proc/meminfo: memFree=29889968/32872528 swapFree=20720/1686580
[pid=10571] ppid=10568 vsize=9625040 CPUtime=2.21 cores=1,3,5,7
/proc/10571/stat : 10571 (java) S 10568 10571 9891 0 -1 4202496 13363 0 1 0 217 4 0 0 20 0 19 0 105151050 9856040960 19677 33554432000 1073741824 1073778376 140733585414688 140733585405824 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10571/statm: 2406260 19677 2260 9 0 2396937 0
[pid=10571/tid=10572] ppid=10568 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/10571/task/10572/stat : 10572 (java) R 10568 10571 9891 0 -1 4202560 2431 0 1 0 145 2 0 0 20 0 19 0 105151051 9856040960 19677 33554432000 1073741824 1073778376 140733585414688 140607153246536 140606979123111 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10574] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10574/stat : 10574 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151051 9856040960 19677 33554432000 1073741824 1073778376 140733585414688 140607114738344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10575] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10575/stat : 10575 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151051 9856040960 19677 33554432000 1073741824 1073778376 140733585414688 140607113685800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10576] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10576/stat : 10576 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151051 9856040960 19677 33554432000 1073741824 1073778376 140733585414688 140607112633256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10577] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10577/stat : 10577 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151051 9856040960 19677 33554432000 1073741824 1073778376 140733585414688 140607111580712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10578] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10578/stat : 10578 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151051 9856040960 19677 33554432000 1073741824 1073778376 140733585414688 140607110527144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10579] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10579/stat : 10579 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151051 9856040960 19677 33554432000 1073741824 1073778376 140733585414688 140607109474600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10580] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10580/stat : 10580 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151051 9856040960 19677 33554432000 1073741824 1073778376 140733585414688 140607108422056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10581] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10581/stat : 10581 (java) S 10568 10571 9891 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105151051 9856040960 19677 33554432000 1073741824 1073778376 140733585414688 140607107369512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10582] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10582/stat : 10582 (java) S 10568 10571 9891 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105151052 9856040960 19677 33554432000 1073741824 1073778376 140733585414688 140606977333864 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10583] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10583/stat : 10583 (java) S 10568 10571 9891 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105151053 9856040960 19677 33554432000 1073741824 1073778376 140733585414688 140606976280184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10584] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10584/stat : 10584 (java) S 10568 10571 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105151053 9856040960 19677 33554432000 1073741824 1073778376 140733585414688 140606975227528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10585] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10585/stat : 10585 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151055 9856040960 19677 33554432000 1073741824 1073778376 140733585414688 140606974176272 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10586] ppid=10568 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/10571/task/10586/stat : 10586 (java) S 10568 10571 9891 0 -1 4202560 2476 0 0 0 29 0 0 0 20 0 19 0 105151055 9856040960 19677 33554432000 1073741824 1073778376 140733585414688 140606973122616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10587] ppid=10568 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/10571/task/10587/stat : 10587 (java) S 10568 10571 9891 0 -1 4202560 7184 0 0 0 38 1 0 0 20 0 19 0 105151055 9856040960 19677 33554432000 1073741824 1073778376 140733585414688 140606972070072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10588] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10588/stat : 10588 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151055 9856040960 19677 33554432000 1073741824 1073778376 140733585414688 140606971017720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10589] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10589/stat : 10589 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151055 9856040960 19677 33554432000 1073741824 1073778376 140733585414688 140606969965384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10590] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10590/stat : 10590 (java) S 10568 10571 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105151080 9856040960 19677 33554432000 1073741824 1073778376 140733585414688 140606968911144 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.21
Current children cumulated vsize (KiB) 9625040

[startup+3.10075 s]
/proc/loadavg: 2.13 2.18 2.18 5/215 10590
/proc/meminfo: memFree=29861300/32872528 swapFree=20720/1686580
[pid=10571] ppid=10568 vsize=9625040 CPUtime=3.84 cores=1,3,5,7
/proc/10571/stat : 10571 (java) S 10568 10571 9891 0 -1 4202496 13389 0 1 0 380 4 0 0 20 0 19 0 105151050 9856040960 29411 33554432000 1073741824 1073778376 140733585414688 140733585405824 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10571/statm: 2406260 29411 2260 9 0 2396937 0
[pid=10571/tid=10572] ppid=10568 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/10571/task/10572/stat : 10572 (java) R 10568 10571 9891 0 -1 4202560 2451 0 1 0 305 2 0 0 20 0 19 0 105151051 9856040960 29411 33554432000 1073741824 1073778376 140733585414688 140607153246504 140606978933609 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10574] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10574/stat : 10574 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151051 9856040960 29411 33554432000 1073741824 1073778376 140733585414688 140607114738344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10575] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10575/stat : 10575 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151051 9856040960 29411 33554432000 1073741824 1073778376 140733585414688 140607113685800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10576] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10576/stat : 10576 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151051 9856040960 29411 33554432000 1073741824 1073778376 140733585414688 140607112633256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10577] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10577/stat : 10577 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151051 9856040960 29411 33554432000 1073741824 1073778376 140733585414688 140607111580712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10578] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10578/stat : 10578 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151051 9856040960 29411 33554432000 1073741824 1073778376 140733585414688 140607110527144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10579] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10579/stat : 10579 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151051 9856040960 29411 33554432000 1073741824 1073778376 140733585414688 140607109474600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10580] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10580/stat : 10580 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151051 9856040960 29411 33554432000 1073741824 1073778376 140733585414688 140607108422056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10581] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10581/stat : 10581 (java) S 10568 10571 9891 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105151051 9856040960 29411 33554432000 1073741824 1073778376 140733585414688 140607107369512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10582] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10582/stat : 10582 (java) S 10568 10571 9891 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105151052 9856040960 29411 33554432000 1073741824 1073778376 140733585414688 140606977333864 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10583] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10583/stat : 10583 (java) S 10568 10571 9891 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105151053 9856040960 29411 33554432000 1073741824 1073778376 140733585414688 140606976280184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10584] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10584/stat : 10584 (java) S 10568 10571 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105151053 9856040960 29411 33554432000 1073741824 1073778376 140733585414688 140606975227528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10585] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10585/stat : 10585 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151055 9856040960 29411 33554432000 1073741824 1073778376 140733585414688 140606974176272 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10586] ppid=10568 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/10571/task/10586/stat : 10586 (java) S 10568 10571 9891 0 -1 4202560 2482 0 0 0 33 0 0 0 20 0 19 0 105151055 9856040960 29411 33554432000 1073741824 1073778376 140733585414688 140606973122616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10587] ppid=10568 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/10571/task/10587/stat : 10587 (java) S 10568 10571 9891 0 -1 4202560 7184 0 0 0 39 1 0 0 20 0 19 0 105151055 9856040960 29411 33554432000 1073741824 1073778376 140733585414688 140606972070072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10588] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10588/stat : 10588 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151055 9856040960 29411 33554432000 1073741824 1073778376 140733585414688 140606971017720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10589] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10589/stat : 10589 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151055 9856040960 29411 33554432000 1073741824 1073778376 140733585414688 140606969965384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10590] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10590/stat : 10590 (java) S 10568 10571 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105151080 9856040960 29411 33554432000 1073741824 1073778376 140733585414688 140606968911144 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.12 2.18 2.17 3/215 10590
/proc/meminfo: memFree=29765332/32872528 swapFree=20720/1686580
[pid=10571] ppid=10568 vsize=9625040 CPUtime=7.13 cores=1,3,5,7
/proc/10571/stat : 10571 (java) S 10568 10571 9891 0 -1 4202496 13482 0 1 0 705 8 0 0 20 0 19 0 105151050 9856040960 48186 33554432000 1073741824 1073778376 140733585414688 140733585405824 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10571/statm: 2406260 48186 2274 9 0 2396937 0
[pid=10571/tid=10572] ppid=10568 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/10571/task/10572/stat : 10572 (java) R 10568 10571 9891 0 -1 4202560 2481 0 1 0 621 3 0 0 20 0 19 0 105151051 9856040960 48186 33554432000 1073741824 1073778376 140733585414688 140607153245480 140606979065809 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10574] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10574/stat : 10574 (java) S 10568 10571 9891 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 105151051 9856040960 48186 33554432000 1073741824 1073778376 140733585414688 140607114738344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10575] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10575/stat : 10575 (java) S 10568 10571 9891 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105151051 9856040960 48186 33554432000 1073741824 1073778376 140733585414688 140607113685800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10576] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10576/stat : 10576 (java) S 10568 10571 9891 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105151051 9856040960 48186 33554432000 1073741824 1073778376 140733585414688 140607112633256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10577] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10577/stat : 10577 (java) S 10568 10571 9891 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 105151051 9856040960 48186 33554432000 1073741824 1073778376 140733585414688 140607111580712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10578] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10578/stat : 10578 (java) S 10568 10571 9891 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 105151051 9856040960 48186 33554432000 1073741824 1073778376 140733585414688 140607110527144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10579] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10579/stat : 10579 (java) S 10568 10571 9891 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105151051 9856040960 48186 33554432000 1073741824 1073778376 140733585414688 140607109474600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10580] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10580/stat : 10580 (java) S 10568 10571 9891 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 105151051 9856040960 48186 33554432000 1073741824 1073778376 140733585414688 140607108422056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10581] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10581/stat : 10581 (java) S 10568 10571 9891 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 105151051 9856040960 48186 33554432000 1073741824 1073778376 140733585414688 140607107369512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10582] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10582/stat : 10582 (java) S 10568 10571 9891 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 105151052 9856040960 48186 33554432000 1073741824 1073778376 140733585414688 140606977333864 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10583] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10583/stat : 10583 (java) S 10568 10571 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105151053 9856040960 48186 33554432000 1073741824 1073778376 140733585414688 140606976280184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10584] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10584/stat : 10584 (java) S 10568 10571 9891 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105151053 9856040960 48186 33554432000 1073741824 1073778376 140733585414688 140606975227528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10585] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10585/stat : 10585 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151055 9856040960 48186 33554432000 1073741824 1073778376 140733585414688 140606974176272 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10586] ppid=10568 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/10571/task/10586/stat : 10586 (java) S 10568 10571 9891 0 -1 4202560 2485 0 0 0 35 0 0 0 20 0 19 0 105151055 9856040960 48186 33554432000 1073741824 1073778376 140733585414688 140606973122616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10587] ppid=10568 vsize=9625040 CPUtime=0.4 cores=1,3,5,7

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

/proc/10571/task/10590/stat : 10590 (java) S 10568 10571 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105151080 9856040960 177058 33554432000 1073741824 1073778376 140733585414688 140606968911144 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1686.28
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.51 2.36 2.26 3/215 11177
/proc/meminfo: memFree=29403808/32872528 swapFree=20720/1686580
[pid=10571] ppid=10568 vsize=9625040 CPUtime=1747.21 cores=1,3,5,7
/proc/10571/stat : 10571 (java) S 10568 10571 9891 0 -1 4202496 29939 0 1 0 174482 239 0 0 20 0 19 0 105151050 9856040960 186421 33554432000 1073741824 1073778376 140733585414688 140733585405824 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10571/statm: 2406260 186421 2283 9 0 2396937 0
[pid=10571/tid=10572] ppid=10568 vsize=9625040 CPUtime=1701.92 cores=1,3,5,7
/proc/10571/task/10572/stat : 10572 (java) R 10568 10571 9891 0 -1 4202560 2836 0 1 0 170160 32 0 0 20 0 19 0 105151051 9856040960 186421 33554432000 1073741824 1073778376 140733585414688 140607153245392 140606978952983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10574] ppid=10568 vsize=9625040 CPUtime=4.16 cores=1,3,5,7
/proc/10571/task/10574/stat : 10574 (java) S 10568 10571 9891 0 -1 4202560 1327 0 0 0 389 27 0 0 20 0 19 0 105151051 9856040960 186421 33554432000 1073741824 1073778376 140733585414688 140607114738344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10575] ppid=10568 vsize=9625040 CPUtime=3.87 cores=1,3,5,7
/proc/10571/task/10575/stat : 10575 (java) S 10568 10571 9891 0 -1 4202560 1708 0 0 0 364 23 0 0 20 0 19 0 105151051 9856040960 186421 33554432000 1073741824 1073778376 140733585414688 140607113685800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10576] ppid=10568 vsize=9625040 CPUtime=4.29 cores=1,3,5,7
/proc/10571/task/10576/stat : 10576 (java) S 10568 10571 9891 0 -1 4202560 2104 0 0 0 402 27 0 0 20 0 19 0 105151051 9856040960 186421 33554432000 1073741824 1073778376 140733585414688 140607112633256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10577] ppid=10568 vsize=9625040 CPUtime=4.3 cores=1,3,5,7
/proc/10571/task/10577/stat : 10577 (java) S 10568 10571 9891 0 -1 4202560 1682 0 0 0 403 27 0 0 20 0 19 0 105151051 9856040960 186421 33554432000 1073741824 1073778376 140733585414688 140607111580712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10578] ppid=10568 vsize=9625040 CPUtime=4.18 cores=1,3,5,7
/proc/10571/task/10578/stat : 10578 (java) S 10568 10571 9891 0 -1 4202560 2012 0 0 0 395 23 0 0 20 0 19 0 105151051 9856040960 186421 33554432000 1073741824 1073778376 140733585414688 140607110527144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10579] ppid=10568 vsize=9625040 CPUtime=4.14 cores=1,3,5,7
/proc/10571/task/10579/stat : 10579 (java) S 10568 10571 9891 0 -1 4202560 1857 0 0 0 392 22 0 0 20 0 19 0 105151051 9856040960 186421 33554432000 1073741824 1073778376 140733585414688 140607109474600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10580] ppid=10568 vsize=9625040 CPUtime=4.06 cores=1,3,5,7
/proc/10571/task/10580/stat : 10580 (java) S 10568 10571 9891 0 -1 4202560 1315 0 0 0 384 22 0 0 20 0 19 0 105151051 9856040960 186421 33554432000 1073741824 1073778376 140733585414688 140607108422056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10581] ppid=10568 vsize=9625040 CPUtime=4.24 cores=1,3,5,7
/proc/10571/task/10581/stat : 10581 (java) S 10568 10571 9891 0 -1 4202560 1640 0 0 0 397 27 0 0 20 0 19 0 105151051 9856040960 186421 33554432000 1073741824 1073778376 140733585414688 140607107369512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10582] ppid=10568 vsize=9625040 CPUtime=6.62 cores=1,3,5,7
/proc/10571/task/10582/stat : 10582 (java) S 10568 10571 9891 0 -1 4202560 2172 0 0 0 655 7 0 0 20 0 19 0 105151052 9856040960 186421 33554432000 1073741824 1073778376 140733585414688 140606977333864 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10583] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10583/stat : 10583 (java) S 10568 10571 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105151053 9856040960 186421 33554432000 1073741824 1073778376 140733585414688 140606976280184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10584] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10584/stat : 10584 (java) S 10568 10571 9891 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105151053 9856040960 186421 33554432000 1073741824 1073778376 140733585414688 140606975227528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10585] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10585/stat : 10585 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151055 9856040960 186421 33554432000 1073741824 1073778376 140733585414688 140606974176272 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10586] ppid=10568 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/10571/task/10586/stat : 10586 (java) S 10568 10571 9891 0 -1 4202560 2744 0 0 0 37 0 0 0 20 0 19 0 105151055 9856040960 186421 33554432000 1073741824 1073778376 140733585414688 140606973122616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10587] ppid=10568 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/10571/task/10587/stat : 10587 (java) S 10568 10571 9891 0 -1 4202560 7184 0 0 0 39 1 0 0 20 0 19 0 105151055 9856040960 186421 33554432000 1073741824 1073778376 140733585414688 140606972070072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10588] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10588/stat : 10588 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151055 9856040960 186421 33554432000 1073741824 1073778376 140733585414688 140606971017720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10589] ppid=10568 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/10571/task/10589/stat : 10589 (java) S 10568 10571 9891 0 -1 4202560 100 0 0 0 27 33 0 0 20 0 19 0 105151055 9856040960 186421 33554432000 1073741824 1073778376 140733585414688 140606969965384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10590] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10590/stat : 10590 (java) S 10568 10571 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105151080 9856040960 186421 33554432000 1073741824 1073778376 140733585414688 140606968911144 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1747.21
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1774.3 s]
/proc/loadavg: 2.32 2.33 2.26 3/215 11178
/proc/meminfo: memFree=29278136/32872528 swapFree=20720/1686580
[pid=10571] ppid=10568 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/10571/stat : 10571 (java) S 10568 10571 9891 0 -1 4202496 33386 0 1 0 179756 253 0 0 20 0 19 0 105151050 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140733585405824 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10571/statm: 2406260 217636 2283 9 0 2396937 0
[pid=10571/tid=10572] ppid=10568 vsize=9625040 CPUtime=1753.13 cores=1,3,5,7
/proc/10571/task/10572/stat : 10572 (java) R 10568 10571 9891 0 -1 4202560 2849 0 1 0 175280 33 0 0 20 0 19 0 105151051 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140607153245392 140606978952983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10574] ppid=10568 vsize=9625040 CPUtime=4.3 cores=1,3,5,7
/proc/10571/task/10574/stat : 10574 (java) S 10568 10571 9891 0 -1 4202560 1355 0 0 0 402 28 0 0 20 0 19 0 105151051 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140607114738344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10575] ppid=10568 vsize=9625040 CPUtime=4 cores=1,3,5,7
/proc/10571/task/10575/stat : 10575 (java) S 10568 10571 9891 0 -1 4202560 2272 0 0 0 376 24 0 0 20 0 19 0 105151051 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140607113685800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10576] ppid=10568 vsize=9625040 CPUtime=4.4 cores=1,3,5,7
/proc/10571/task/10576/stat : 10576 (java) S 10568 10571 9891 0 -1 4202560 2356 0 0 0 412 28 0 0 20 0 19 0 105151051 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140607112633256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10577] ppid=10568 vsize=9625040 CPUtime=4.47 cores=1,3,5,7
/proc/10571/task/10577/stat : 10577 (java) S 10568 10571 9891 0 -1 4202560 2297 0 0 0 418 29 0 0 20 0 19 0 105151051 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140607111580712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10578] ppid=10568 vsize=9625040 CPUtime=4.32 cores=1,3,5,7
/proc/10571/task/10578/stat : 10578 (java) S 10568 10571 9891 0 -1 4202560 2291 0 0 0 407 25 0 0 20 0 19 0 105151051 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140607110527144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10579] ppid=10568 vsize=9625040 CPUtime=4.33 cores=1,3,5,7
/proc/10571/task/10579/stat : 10579 (java) S 10568 10571 9891 0 -1 4202560 2134 0 0 0 408 25 0 0 20 0 19 0 105151051 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140607109474600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10580] ppid=10568 vsize=9625040 CPUtime=4.21 cores=1,3,5,7
/proc/10571/task/10580/stat : 10580 (java) S 10568 10571 9891 0 -1 4202560 1939 0 0 0 397 24 0 0 20 0 19 0 105151051 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140607108422056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10581] ppid=10568 vsize=9625040 CPUtime=4.4 cores=1,3,5,7
/proc/10571/task/10581/stat : 10581 (java) S 10568 10571 9891 0 -1 4202560 2296 0 0 0 411 29 0 0 20 0 19 0 105151051 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140607107369512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10582] ppid=10568 vsize=9625040 CPUtime=6.96 cores=1,3,5,7
/proc/10571/task/10582/stat : 10582 (java) S 10568 10571 9891 0 -1 4202560 2307 0 0 0 689 7 0 0 20 0 19 0 105151052 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140606977333864 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10583] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10583/stat : 10583 (java) S 10568 10571 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105151053 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140606976280184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10584] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10584/stat : 10584 (java) S 10568 10571 9891 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105151053 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140606975227528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10585] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10585/stat : 10585 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151055 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140606974176272 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10586] ppid=10568 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/10571/task/10586/stat : 10586 (java) S 10568 10571 9891 0 -1 4202560 2744 0 0 0 37 0 0 0 20 0 19 0 105151055 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140606973122616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10587] ppid=10568 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/10571/task/10587/stat : 10587 (java) S 10568 10571 9891 0 -1 4202560 7184 0 0 0 39 1 0 0 20 0 19 0 105151055 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140606972070072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10588] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10588/stat : 10588 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151055 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140606971017720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10589] ppid=10568 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/10571/task/10589/stat : 10589 (java) S 10568 10571 9891 0 -1 4202560 104 0 0 0 27 34 0 0 20 0 19 0 105151055 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140606969965384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10590] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10590/stat : 10590 (java) S 10568 10571 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105151080 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140606968911144 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 10571 sig 9
??? kill -10571 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1774.3 s]
/proc/loadavg: 2.32 2.33 2.26 3/215 11178
/proc/meminfo: memFree=29278136/32872528 swapFree=20720/1686580
[pid=10571] ppid=10568 vsize=9625040 CPUtime=1800.09 cores=1,3,5,7
/proc/10571/stat : 10571 (java) S 10568 10571 9891 0 -1 4202496 33386 0 1 0 179756 253 0 0 20 0 19 0 105151050 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140733585405824 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10571/statm: 2406260 217636 2283 9 0 2396937 0
[pid=10571/tid=10572] ppid=10568 vsize=9625040 CPUtime=1753.13 cores=1,3,5,7
/proc/10571/task/10572/stat : 10572 (java) R 10568 10571 9891 0 -1 4202560 2849 0 1 0 175280 33 0 0 20 0 19 0 105151051 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140607153245392 140606978952983 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10574] ppid=10568 vsize=9625040 CPUtime=4.3 cores=1,3,5,7
/proc/10571/task/10574/stat : 10574 (java) S 10568 10571 9891 0 -1 4202560 1355 0 0 0 402 28 0 0 20 0 19 0 105151051 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140607114738344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10575] ppid=10568 vsize=9625040 CPUtime=4 cores=1,3,5,7
/proc/10571/task/10575/stat : 10575 (java) S 10568 10571 9891 0 -1 4202560 2272 0 0 0 376 24 0 0 20 0 19 0 105151051 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140607113685800 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10576] ppid=10568 vsize=9625040 CPUtime=4.4 cores=1,3,5,7
/proc/10571/task/10576/stat : 10576 (java) S 10568 10571 9891 0 -1 4202560 2356 0 0 0 412 28 0 0 20 0 19 0 105151051 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140607112633256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10577] ppid=10568 vsize=9625040 CPUtime=4.47 cores=1,3,5,7
/proc/10571/task/10577/stat : 10577 (java) S 10568 10571 9891 0 -1 4202560 2297 0 0 0 418 29 0 0 20 0 19 0 105151051 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140607111580712 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10578] ppid=10568 vsize=9625040 CPUtime=4.32 cores=1,3,5,7
/proc/10571/task/10578/stat : 10578 (java) S 10568 10571 9891 0 -1 4202560 2291 0 0 0 407 25 0 0 20 0 19 0 105151051 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140607110527144 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10579] ppid=10568 vsize=9625040 CPUtime=4.33 cores=1,3,5,7
/proc/10571/task/10579/stat : 10579 (java) S 10568 10571 9891 0 -1 4202560 2134 0 0 0 408 25 0 0 20 0 19 0 105151051 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140607109474600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10580] ppid=10568 vsize=9625040 CPUtime=4.21 cores=1,3,5,7
/proc/10571/task/10580/stat : 10580 (java) S 10568 10571 9891 0 -1 4202560 1939 0 0 0 397 24 0 0 20 0 19 0 105151051 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140607108422056 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10571/tid=10581] ppid=10568 vsize=9625040 CPUtime=4.4 cores=1,3,5,7
/proc/10571/task/10581/stat : 10581 (java) S 10568 10571 9891 0 -1 4202560 2296 0 0 0 411 29 0 0 20 0 19 0 105151051 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140607107369512 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10582] ppid=10568 vsize=9625040 CPUtime=6.96 cores=1,3,5,7
/proc/10571/task/10582/stat : 10582 (java) S 10568 10571 9891 0 -1 4202560 2307 0 0 0 689 7 0 0 20 0 19 0 105151052 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140606977333864 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10583] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10583/stat : 10583 (java) S 10568 10571 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105151053 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140606976280184 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10584] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10584/stat : 10584 (java) S 10568 10571 9891 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105151053 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140606975227528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10585] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10585/stat : 10585 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151055 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140606974176272 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10586] ppid=10568 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/10571/task/10586/stat : 10586 (java) S 10568 10571 9891 0 -1 4202560 2744 0 0 0 37 0 0 0 20 0 19 0 105151055 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140606973122616 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10571/tid=10587] ppid=10568 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/10571/task/10587/stat : 10587 (java) S 10568 10571 9891 0 -1 4202560 7184 0 0 0 39 1 0 0 20 0 19 0 105151055 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140606972070072 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10588] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10588/stat : 10588 (java) S 10568 10571 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105151055 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140606971017720 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10571/tid=10589] ppid=10568 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/10571/task/10589/stat : 10589 (java) S 10568 10571 9891 0 -1 4202560 104 0 0 0 27 34 0 0 20 0 19 0 105151055 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140606969965384 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10571/tid=10590] ppid=10568 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10571/task/10590/stat : 10590 (java) S 10568 10571 9891 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 105151080 9856040960 217636 33554432000 1073741824 1073778376 140733585414688 140606968911144 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10571 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=248384
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=12542
# CPU time returned by wait4() is 1796.26
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1774.35
CPU time (s): 1800.09
CPU user time (s): 1797.56
CPU system time (s): 2.53
CPU usage (%): 101.45
Max. virtual memory (cumulated for all children) (KiB): 9625460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.25
system time used= 3.01254
maximum resident set size= 916000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33432
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= 48962
involuntary context switches= 52421

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5414 second user time and 13.6749 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-06 18:56:30
IDJOB=4085216
IDBENCH=2119
IDSOLVER=2546
FILE ID=node135/4085216-1465232190
RUNJOBID= node135-1465226821-9908
PBS_JOBID= 19843238
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-ii8e1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085216-1465232190/watcher-4085216-1465232190 -o /tmp/evaluation-result-4085216-1465232190/solver-4085216-1465232190 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465226821-9908 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085216-1465232190.opb

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

MD5SUM BENCH= 9711add7b63200e6cedabbc5764a3737
RANDOM SEED=1647016586

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

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.026
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		: 2667.026
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:        29951280 kB
Buffers:           20704 kB
Cached:            84136 kB
SwapCached:         1828 kB
Active:           487388 kB
Inactive:          47200 kB
Active(anon):     430368 kB
Inactive(anon):     1352 kB
Active(file):      57020 kB
Inactive(file):    45848 kB
Unevictable:     1686580 kB
Mlocked:           20720 kB
SwapTotal:      67108856 kB
SwapFree:       67098248 kB
Dirty:               584 kB
Writeback:             0 kB
AnonPages:       2136164 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             566676 kB
SReclaimable:      10108 kB
SUnreclaim:       556568 kB
KernelStack:        1776 kB
PageTables:         8580 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2252340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2103296 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= 71732 MiB
End job on node135 at 2016-06-06 19:26:04