Trace number 4085274

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)220 1800.69 1792.44

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/liu/
domset/normalized-domset_v500_e2000_w30_mw19_14.opb.PB06.opb
MD5SUM3ddf6338b9f9cf35560b94c856457c56
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark207
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 182
Optimality of the best value was proved NO
Number of variables468
Total number of constraints468
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints468
Minimum length of a constraint3
Maximum length of a constraint17
Number of terms in the objective function 468
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 468
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 30
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 468
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.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.13	c Pseudo Boolean Optimization by upper bound
0.07/0.13	c --- Begin Solver configuration ---
0.07/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@37e893df
0.07/0.13	c Learn all clauses as in MiniSAT
0.07/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.13	c No reason simplification
0.07/0.13	c Glucose 2.1 dynamic restart strategy
0.07/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.07/0.13	c timeout=2147483s
0.07/0.13	c DB Simplification allowed=false
0.07/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@41ac1fe4
0.07/0.13	c --- End Solver configuration ---
0.07/0.13	c solving HOME/instance-4085274-1465225239.opb
0.07/0.13	c reading problem ... 
0.07/0.13	c  objective function found
0.25/0.24	c ... done. Wall clock time 0.109s.
0.25/0.24	c declared #vars     468
0.25/0.24	c #constraints  468
0.25/0.24	c constraints type 
0.25/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 468
0.25/0.24	c 468 constraints processed.
0.25/0.24	c objective function length is 468 literals
0.25/0.25	c SATISFIABLE
0.25/0.25	c OPTIMIZING...
0.25/0.25	c Got one! Elapsed wall clock time (in seconds):0.122
0.25/0.25	o 225
0.25/0.27	c Got one! Elapsed wall clock time (in seconds):0.14
0.25/0.27	o 224
0.25/0.28	c Got one! Elapsed wall clock time (in seconds):0.154
0.25/0.28	o 223
0.77/0.43	c Got one! Elapsed wall clock time (in seconds):0.303
0.77/0.43	o 222
0.89/0.58	c Got one! Elapsed wall clock time (in seconds):0.455
0.89/0.58	o 221
1.26/0.83	c cleaning 3058 clauses out of 6123 with flag 6287/6123
1.80/1.20	c cleaning 4524 clauses out of 9064 with flag 18674/12122
2.29/1.68	c cleaning 5767 clauses out of 11541 with flag 34043/19123
3.01/2.33	c cleaning 6881 clauses out of 13774 with flag 50907/27123
3.73/3.04	c cleaning 7942 clauses out of 15894 with flag 69716/36124
4.53/3.81	c cleaning 8968 clauses out of 17950 with flag 90805/46122
5.52/4.81	c cleaning 9986 clauses out of 19983 with flag 113760/57123
6.53/5.86	c cleaning 10991 clauses out of 21997 with flag 138695/69123
7.83/7.14	c cleaning 11992 clauses out of 24005 with flag 165659/82122
9.03/8.34	c cleaning 12999 clauses out of 26014 with flag 194813/96123
10.43/9.77	c cleaning 14000 clauses out of 28015 with flag 226232/111123
12.09/11.35	c cleaning 14996 clauses out of 30014 with flag 259800/127122
13.78/13.08	c cleaning 15997 clauses out of 32018 with flag 295609/144122
15.69/14.92	c cleaning 17001 clauses out of 34022 with flag 333449/162123
17.79/17.07	c cleaning 18006 clauses out of 36020 with flag 373737/181122
20.18/19.45	c cleaning 19000 clauses out of 38015 with flag 416082/201123
22.89/22.16	c cleaning 20001 clauses out of 40014 with flag 460227/222122
25.78/25.06	c cleaning 20999 clauses out of 42013 with flag 506170/244122
28.91/28.00	c cleaning 21999 clauses out of 44015 with flag 554301/267123
31.91/31.09	c cleaning 23001 clauses out of 46015 with flag 604376/291122
35.31/34.40	c cleaning 23996 clauses out of 48014 with flag 656368/316122
39.21/38.37	c cleaning 25001 clauses out of 50018 with flag 710565/342122
43.00/42.10	c cleaning 25999 clauses out of 52018 with flag 767042/369123
46.90/46.00	c cleaning 27000 clauses out of 54018 with flag 825163/397122
51.12/50.12	c cleaning 28001 clauses out of 56019 with flag 885630/426123
54.93/53.95	c cleaning 29001 clauses out of 58017 with flag 948383/456122
58.92/57.96	c cleaning 30000 clauses out of 60016 with flag 1012992/487122
62.62/61.66	c cleaning 31000 clauses out of 62016 with flag 1079753/519122
67.35/66.24	c cleaning 32000 clauses out of 64017 with flag 1148549/552123
72.55/71.48	c cleaning 32996 clauses out of 66017 with flag 1219748/586123
77.65/76.54	c cleaning 33999 clauses out of 68020 with flag 1292813/621122
82.95/81.89	c cleaning 35000 clauses out of 70022 with flag 1368344/657123
88.54/87.32	c cleaning 36000 clauses out of 72021 with flag 1446279/694122
94.14/92.96	c cleaning 37001 clauses out of 74021 with flag 1526316/732122
99.53/98.33	c cleaning 38004 clauses out of 76021 with flag 1608255/771123
103.61/102.26	c Got one! Elapsed wall clock time (in seconds):102.135
103.61/102.26	o 220
104.76/103.39	c cleaning 38412 clauses out of 76845 with flag 11027/809951
105.56/104.12	c cleaning 22209 clauses out of 44432 with flag 23836/815950
106.26/104.83	c cleaning 14603 clauses out of 29224 with flag 38353/822951
106.96/105.55	c cleaning 11301 clauses out of 22620 with flag 54976/830950
107.76/106.31	c cleaning 10146 clauses out of 20319 with flag 73657/839950
108.56/107.10	c cleaning 10075 clauses out of 20173 with flag 94307/849950
109.46/108.02	c cleaning 10538 clauses out of 21099 with flag 117139/860951
110.47/109.08	c cleaning 11271 clauses out of 22560 with flag 142131/872950
111.66/110.25	c cleaning 12137 clauses out of 24289 with flag 169040/885950
112.96/111.57	c cleaning 13064 clauses out of 26153 with flag 198048/899951
114.46/113.05	c cleaning 14034 clauses out of 28089 with flag 229057/914951
116.26/114.73	c cleaning 15016 clauses out of 30055 with flag 262352/930951
117.96/116.45	c cleaning 16008 clauses out of 32038 with flag 297647/947950
119.86/118.33	c cleaning 17005 clauses out of 34030 with flag 335401/965950
121.86/120.35	c cleaning 18003 clauses out of 36025 with flag 375319/984950
124.06/122.57	c cleaning 18999 clauses out of 38022 with flag 416740/1004950
126.46/124.96	c cleaning 20001 clauses out of 40024 with flag 460623/1025951
128.86/127.39	c cleaning 21002 clauses out of 42022 with flag 506314/1047950
131.65/130.05	c cleaning 21999 clauses out of 44021 with flag 554212/1070951
134.75/133.14	c cleaning 23000 clauses out of 46023 with flag 604472/1094952
137.75/136.16	c cleaning 24000 clauses out of 48022 with flag 656438/1119951
141.24/139.64	c cleaning 25001 clauses out of 50022 with flag 710528/1145951
145.04/143.48	c cleaning 25997 clauses out of 52020 with flag 766677/1172950
149.25/147.58	c cleaning 27003 clauses out of 54024 with flag 825603/1200951
152.56/150.82	c cleaning 28002 clauses out of 56020 with flag 885630/1229950
156.26/154.54	c cleaning 28999 clauses out of 58019 with flag 948563/1259951
159.95/158.20	c cleaning 30002 clauses out of 60019 with flag 1013186/1290950
163.83/162.03	c cleaning 31001 clauses out of 62018 with flag 1079707/1322951
167.73/165.99	c cleaning 31997 clauses out of 64016 with flag 1148671/1355950
171.83/170.04	c cleaning 32998 clauses out of 66019 with flag 1219516/1389950
175.93/174.00	c cleaning 34003 clauses out of 68021 with flag 1292548/1424950
179.93/178.01	c cleaning 35002 clauses out of 70019 with flag 1367257/1460951
184.64/182.72	c cleaning 35997 clauses out of 72017 with flag 1444486/1497951
189.97/188.06	c cleaning 37002 clauses out of 74020 with flag 1523792/1535951
194.96/193.06	c cleaning 37999 clauses out of 76018 with flag 1604877/1574951
200.07/198.15	c cleaning 39004 clauses out of 78019 with flag 1688055/1614951
205.82/203.82	c cleaning 39996 clauses out of 80015 with flag 1773398/1655951
211.41/209.44	c cleaning 40998 clauses out of 82018 with flag 1860969/1697950
217.21/215.30	c cleaning 42005 clauses out of 84021 with flag 1950528/1740951
223.83/221.85	c cleaning 42995 clauses out of 86015 with flag 2042179/1784950
230.03/228.06	c cleaning 44003 clauses out of 88021 with flag 2136183/1829951
235.97/233.95	c cleaning 44999 clauses out of 90018 with flag 2231627/1875951
242.37/240.37	c cleaning 46000 clauses out of 92018 with flag 2329275/1922950
248.95/246.80	c cleaning 46999 clauses out of 94018 with flag 2429358/1970950
256.05/253.99	c cleaning 47999 clauses out of 96019 with flag 2531199/2019950
263.73/261.59	c cleaning 49003 clauses out of 98021 with flag 2635054/2069951
272.13/269.95	c cleaning 49998 clauses out of 100018 with flag 2740876/2120951
280.74/278.42	c cleaning 50999 clauses out of 102019 with flag 2848456/2172950
288.23/285.92	c cleaning 52002 clauses out of 104021 with flag 2958057/2225951
298.12/295.72	c cleaning 52999 clauses out of 106018 with flag 3074328/2279950
307.98/305.52	c cleaning 54001 clauses out of 108019 with flag 3188744/2334950
317.58/315.17	c cleaning 55001 clauses out of 110018 with flag 3304908/2390950
326.56/324.00	c cleaning 55998 clauses out of 112018 with flag 3423459/2447951
336.55/333.96	c cleaning 57001 clauses out of 114020 with flag 3543729/2505951
346.75/344.12	c cleaning 58003 clauses out of 116019 with flag 3667017/2564951
356.73/354.03	c cleaning 58998 clauses out of 118015 with flag 3792884/2624950
369.23/366.46	c cleaning 60002 clauses out of 120017 with flag 3920820/2685950
380.08/377.28	c cleaning 60997 clauses out of 122016 with flag 4049974/2747951
392.68/389.84	c cleaning 62001 clauses out of 124018 with flag 4181000/2810950
406.83/403.94	c cleaning 63002 clauses out of 126019 with flag 4314904/2874952
423.58/420.68	c cleaning 63998 clauses out of 128016 with flag 4450468/2939951
440.75/437.74	c cleaning 64996 clauses out of 130017 with flag 4588184/3005950
458.63/455.59	c cleaning 66003 clauses out of 132023 with flag 4727571/3072952
476.91/473.71	c cleaning 66998 clauses out of 134019 with flag 4869306/3140951
495.37/492.19	c cleaning 68000 clauses out of 136020 with flag 5013272/3209950
512.25/509.00	c cleaning 69004 clauses out of 138021 with flag 5159129/3279951
528.03/524.65	c cleaning 69998 clauses out of 140016 with flag 5307090/3350950
547.61/544.16	c cleaning 71000 clauses out of 142018 with flag 5457119/3422950
565.25/561.70	c cleaning 71997 clauses out of 144018 with flag 5610224/3495950
582.22/578.69	c cleaning 73002 clauses out of 146021 with flag 5764912/3569950
600.35/596.74	c cleaning 74002 clauses out of 148019 with flag 5921191/3644950
617.25/613.55	c cleaning 75000 clauses out of 150017 with flag 6079638/3720950
635.11/631.33	c cleaning 76002 clauses out of 152018 with flag 6239542/3797951
652.76/649.00	c cleaning 76993 clauses out of 154016 with flag 6401826/3875951
671.65/667.74	c cleaning 78004 clauses out of 156024 with flag 6566432/3954952
688.93/684.95	c cleaning 79002 clauses out of 158020 with flag 6733117/4034952
708.96/704.83	c cleaning 79999 clauses out of 160017 with flag 6901491/4115951
726.31/722.15	c cleaning 80998 clauses out of 162017 with flag 7072640/4197950
746.49/742.22	c cleaning 82000 clauses out of 164019 with flag 7245582/4280950
770.44/766.13	c cleaning 82999 clauses out of 166019 with flag 7449604/4364950
805.72/801.30	c cleaning 84004 clauses out of 168020 with flag 7684635/4449950
850.00/845.54	c cleaning 85006 clauses out of 170016 with flag 7914332/4535950
884.24/879.64	c cleaning 85997 clauses out of 172010 with flag 8136549/4622950
924.48/919.72	c cleaning 87004 clauses out of 174013 with flag 8363000/4710950
963.98/959.18	c cleaning 88002 clauses out of 176009 with flag 8593426/4799950
1010.41/1005.41	c cleaning 89003 clauses out of 178007 with flag 8829157/4889950
1055.75/1050.69	c cleaning 89999 clauses out of 180005 with flag 9063749/4980951
1097.08/1091.87	c cleaning 90997 clauses out of 182006 with flag 9306697/5072951
1144.43/1139.10	c cleaning 92004 clauses out of 184011 with flag 9548531/5165953
1190.67/1185.18	c cleaning 92997 clauses out of 186004 with flag 9796435/5259950
1241.14/1235.49	c cleaning 94000 clauses out of 188008 with flag 10045389/5354951
1293.12/1287.30	c cleaning 95000 clauses out of 190007 with flag 10299897/5450950
1349.23/1343.29	c cleaning 96001 clauses out of 192008 with flag 10554883/5547951
1402.52/1396.30	c cleaning 96998 clauses out of 194007 with flag 10804459/5645951
1444.78/1438.41	c cleaning 97996 clauses out of 196008 with flag 11060962/5744950
1497.64/1491.12	c cleaning 99004 clauses out of 198013 with flag 11321369/5844951
1561.26/1554.52	c cleaning 100003 clauses out of 200008 with flag 11583941/5945950
1623.86/1616.91	c cleaning 100997 clauses out of 202006 with flag 11847435/6047951
1691.87/1684.74	c cleaning 102003 clauses out of 204009 with flag 12117104/6150951
1749.12/1741.72	c cleaning 103000 clauses out of 206007 with flag 12384536/6254952
1800.03/1792.40	c starts		: 40335
1800.03/1792.40	c conflicts		: 6353827
1800.03/1792.40	c decisions		: 17815092
1800.03/1792.40	c propagations		: 379419440
1800.03/1792.40	c inspects		: 32927626117
1800.03/1792.40	c shortcuts		: 0
1800.03/1792.40	c learnt literals	: 0
1800.03/1792.40	c learnt binary clauses	: 0
1800.03/1792.40	c learnt ternary clauses	: 0
1800.03/1792.40	c learnt constraints	: 6353827
1800.03/1792.40	c ignored constraints	: 0
1800.03/1792.40	c root simplifications	: 0
1800.03/1792.40	c removed literals (reason simplification)	: 0
1800.03/1792.40	c reason swapping (by a shorter reason)	: 0
1800.03/1792.40	c Calls to reduceDB	: 135
1800.03/1792.40	c Number of update (reduction) of LBD	: 443599
1800.03/1792.40	c Imported unit clauses	: 0
1800.03/1792.40	c number of reductions to clauses (during analyze)	: 0
1800.03/1792.40	c number of learned constraints concerned by reduction	: 0
1800.03/1792.40	c number of learning phase by resolution	: 0
1800.03/1792.40	c number of learning phase by cutting planes	: 0
1800.03/1792.40	c speed (assignments/second)	: 211710.37400057918
1800.03/1792.40	c non guided choices	0
1800.03/1792.43	c learnt constraints type 
1800.03/1792.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 201883
1800.03/1792.43	s SATISFIABLE
1800.03/1792.43	c Found 6 solution(s)
1800.03/1792.44	v -x1 x2 -x3 x4 -x5 -x6 x7 -x8 x9 x10 x11 x12 x13 x14 -x15 x16 x17 -x18 x19 x20 -x21 x22 x23 x24 x25 -x26 x27 x28 x29 x30 -x31 -x32 x33 x34 -x35 x36 -x37 x38 x39 x40 x41 -x42 x43 x44 x45 x46 -x47 x48 x49 x50 x51 -x52 -x53 -x54 x55 x56 x57 x58 -x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 -x74 x75 x76 -x77 -x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 -x89 x90 -x91 -x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 -x102 x103 -x104 -x105 x106 x107 -x108 x109 -x110 x111 -x112 x113 x114 -x115 x116 x117 x118 x119 x120 -x121 x122 -x123 -x124 x125 -x126 x127 x128 x129 -x130 x131 -x132 x133 x134 x135 x136 x137 x138 -x139 x140 x141 x142 x143 x144 x145 -x146 x147 x148 x149 x150 x151 -x152 x153 -x154 -x155 x156 x157 x158 x159 x160 -x161 x162 -x163 x164 x165 x166 x167 x168 x169 -x170 x171 -x172 -x173 x174 x175 x176 x177 x178 x179 -x180 x181 x182 x183 x184 x185 x186 x187 x188 x189 x190 -x191 x192 -x193 x194 -x195 -x196 x197 x198 -x199 -x200 -x201 -x202 x203 -x204 x205 x206 -x207 x208 x209 x210 x211 x212 x213 x214 x215 x216 x217 x218 x219 -x220 x221 x222 x223 x224 x225 -x226 x227 -x228 x229 x230 -x231 -x232 x233 -x234 -x235 x236 -x237 -x238 -x239 -x240 x241 x242 x243 x244 x245 -x246 -x247 -x248 -x249 x250 -x251 -x252 -x253 -x254 x255 x256 -x257 -x258 x259 x260 -x261 -x262 -x263 -x264 -x265 x266 x267 -x268 x269 x270 -x271 x272 x273 x274 -x275 -x276 -x277 -x278 x279 -x280 x281 x282 x283 -x284 -x285 -x286 -x287 -x288 -x289 x290 x291 -x292 -x293 x294 -x295 -x296 -x297 -x298 -x299 x300 -x301 x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 x314 -x315 -x316 x317 -x318 x319 -x320 -x321 -x322 -x323 -x324 x325 -x326 x327 -x328 -x329 -x330 x331 -x332 x333 x334 -x335 -x336 x337 x338 -x339 x340 x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 x357 -x358 -x359 -x360 -x361 x362 -x363 -x364 -x365 -x366 -x367 x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 x389 -x390 x391 -x392 -x393 -x394 -x395 -x396 x397 -x398 x399 -x400 -x401 -x402 -x403 -x404 -x405 -x406 -x407 -x408 x409 -x410 -x411 -x412 -x413 -x414 -x415 -x416 x417 -x418 -x419 -x420 -x421 -x422 -x423 -x424 -x425 -x426 -x427 -x428 -x429 x430 -x431 -x432 -x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 x453 -x454 -x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 
1800.03/1792.44	c objective function=220
1800.03/1792.44	c Total wall clock time (in seconds): 1792.309

Verifier Data

OK	220

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-4085274-1465225239/watcher-4085274-1465225239 -o /tmp/evaluation-result-4085274-1465225239/solver-4085274-1465225239 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465218951-7201 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085274-1465225239.opb 

pid=11717
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.09 2.14 2.16 3/195 11720
/proc/meminfo: memFree=30081376/32872528 swapFree=15784/1434320
[pid=11720] ppid=11717 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/11720/stat : 11720 (java) D 11717 11720 7184 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 104457171 9515008 182 33554432000 1073741824 1073778376 140735937877616 140735937868648 214369648309 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/11720/statm: 2323 182 140 9 0 71 0

[startup+0.100063 s]
/proc/loadavg: 2.09 2.14 2.16 3/195 11720
/proc/meminfo: memFree=30081376/32872528 swapFree=15784/1434320
[pid=11720] ppid=11717 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/11720/stat : 11720 (java) S 11717 11720 7184 0 -1 4202496 4158 0 1 0 7 0 0 0 20 0 18 0 104457171 9787879424 5282 33554432000 1073741824 1073778376 140735067788672 140735067779808 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11720/statm: 2389619 5283 2053 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200275 s]
/proc/loadavg: 2.09 2.14 2.16 3/195 11720
/proc/meminfo: memFree=30081376/32872528 swapFree=15784/1434320
[pid=11720] ppid=11717 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/11720/stat : 11720 (java) S 11717 11720 7184 0 -1 4202496 4696 0 1 0 24 1 0 0 20 0 18 0 104457171 9787879424 6782 33554432000 1073741824 1073778376 140735067788672 140735067779808 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11720/statm: 2389619 6782 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300237 s]
/proc/loadavg: 2.09 2.14 2.16 3/195 11720
/proc/meminfo: memFree=30081376/32872528 swapFree=15784/1434320
[pid=11720] ppid=11717 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/11720/stat : 11720 (java) S 11717 11720 7184 0 -1 4202496 7017 0 1 0 48 1 0 0 20 0 19 0 104457171 9856040960 9243 33554432000 1073741824 1073778376 140735067788672 140735067779808 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11720/statm: 2406260 9243 2238 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625040

[startup+0.700202 s]
/proc/loadavg: 2.09 2.14 2.16 3/195 11720
/proc/meminfo: memFree=30081376/32872528 swapFree=15784/1434320
[pid=11720] ppid=11717 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/11720/stat : 11720 (java) S 11717 11720 7184 0 -1 4202496 8944 0 1 0 111 1 0 0 20 0 19 0 104457171 9856040960 11307 33554432000 1073741824 1073778376 140735067788672 140735067779808 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11720/statm: 2406260 11307 2247 9 0 2396937 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9625040

[startup+1.5008 s]
/proc/loadavg: 2.09 2.14 2.16 3/214 11739
/proc/meminfo: memFree=30021944/32872528 swapFree=15784/1434320
[pid=11720] ppid=11717 vsize=9625040 CPUtime=2.19 cores=1,3,5,7
/proc/11720/stat : 11720 (java) S 11717 11720 7184 0 -1 4202496 15311 0 1 0 217 2 0 0 20 0 19 0 104457171 9856040960 18800 33554432000 1073741824 1073778376 140735067788672 140735067779808 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11720/statm: 2406260 18800 2259 9 0 2396937 0
[pid=11720/tid=11722] ppid=11717 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/11720/task/11722/stat : 11722 (java) R 11717 11720 7184 0 -1 4202560 2419 0 1 0 146 0 0 0 20 0 19 0 104457172 9856040960 18800 33554432000 1073741824 1073778376 140735067788672 140516078059832 140515912149949 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11723] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11723/stat : 11723 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457174 9856040960 18800 33554432000 1073741824 1073778376 140735067788672 140516039552040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11724] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11724/stat : 11724 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457174 9856040960 18800 33554432000 1073741824 1073778376 140735067788672 140516038499240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11720/tid=11725] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11725/stat : 11725 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457174 9856040960 18800 33554432000 1073741824 1073778376 140735067788672 140516037446440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11720/tid=11726] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11726/stat : 11726 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457174 9856040960 18800 33554432000 1073741824 1073778376 140735067788672 140516036393640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11720/tid=11727] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11727/stat : 11727 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457174 9856040960 18800 33554432000 1073741824 1073778376 140735067788672 140516035340840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11728] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11728/stat : 11728 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457174 9856040960 18800 33554432000 1073741824 1073778376 140735067788672 140516034288040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11720/tid=11729] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11729/stat : 11729 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457174 9856040960 18800 33554432000 1073741824 1073778376 140735067788672 140516033235240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11720/tid=11730] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11730/stat : 11730 (java) S 11717 11720 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104457174 9856040960 18800 33554432000 1073741824 1073778376 140735067788672 140516032182440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11731] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11731/stat : 11731 (java) S 11717 11720 7184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104457175 9856040960 18800 33554432000 1073741824 1073778376 140735067788672 140515902184424 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11732] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11732/stat : 11732 (java) S 11717 11720 7184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104457175 9856040960 18800 33554432000 1073741824 1073778376 140735067788672 140515901130488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11733] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11733/stat : 11733 (java) S 11717 11720 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104457175 9856040960 18800 33554432000 1073741824 1073778376 140735067788672 140515900077576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11734] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11734/stat : 11734 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457178 9856040960 18800 33554432000 1073741824 1073778376 140735067788672 140515899026064 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11720/tid=11735] ppid=11717 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/11720/task/11735/stat : 11735 (java) S 11717 11720 7184 0 -1 4202560 8430 0 0 0 37 2 0 0 20 0 19 0 104457178 9856040960 18800 33554432000 1073741824 1073778376 140735067788672 140515897973176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11720/tid=11736] ppid=11717 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/11720/task/11736/stat : 11736 (java) S 11717 11720 7184 0 -1 4202560 3191 0 0 0 31 0 0 0 20 0 19 0 104457178 9856040960 18800 33554432000 1073741824 1073778376 140735067788672 140515896920376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11720/tid=11737] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11737/stat : 11737 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457178 9856040960 18800 33554432000 1073741824 1073778376 140735067788672 140515022465400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11720/tid=11738] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11738/stat : 11738 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457178 9856040960 18800 33554432000 1073741824 1073778376 140735067788672 140515021412808 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11720/tid=11739] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11739/stat : 11739 (java) S 11717 11720 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104457196 9856040960 18800 33554432000 1073741824 1073778376 140735067788672 140515020359336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 9625040

[startup+3.10086 s]
/proc/loadavg: 2.08 2.13 2.16 3/214 11739
/proc/meminfo: memFree=30007112/32872528 swapFree=15784/1434320
[pid=11720] ppid=11717 vsize=9625040 CPUtime=3.83 cores=1,3,5,7
/proc/11720/stat : 11720 (java) S 11717 11720 7184 0 -1 4202496 15323 0 1 0 380 3 0 0 20 0 19 0 104457171 9856040960 23921 33554432000 1073741824 1073778376 140735067788672 140735067779808 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11720/statm: 2406260 23921 2259 9 0 2396937 0
[pid=11720/tid=11722] ppid=11717 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/11720/task/11722/stat : 11722 (java) R 11717 11720 7184 0 -1 4202560 2430 0 1 0 304 2 0 0 20 0 19 0 104457172 9856040960 23921 33554432000 1073741824 1073778376 140735067788672 140516078059800 140515911729075 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11723] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11723/stat : 11723 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457174 9856040960 23921 33554432000 1073741824 1073778376 140735067788672 140516039552040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11724] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11724/stat : 11724 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457174 9856040960 23921 33554432000 1073741824 1073778376 140735067788672 140516038499240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11720/tid=11725] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11725/stat : 11725 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457174 9856040960 23921 33554432000 1073741824 1073778376 140735067788672 140516037446440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11720/tid=11726] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11726/stat : 11726 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457174 9856040960 23921 33554432000 1073741824 1073778376 140735067788672 140516036393640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11720/tid=11727] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11727/stat : 11727 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457174 9856040960 23921 33554432000 1073741824 1073778376 140735067788672 140516035340840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11728] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11728/stat : 11728 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457174 9856040960 23921 33554432000 1073741824 1073778376 140735067788672 140516034288040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11720/tid=11729] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11729/stat : 11729 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457174 9856040960 23921 33554432000 1073741824 1073778376 140735067788672 140516033235240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11720/tid=11730] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11730/stat : 11730 (java) S 11717 11720 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104457174 9856040960 23921 33554432000 1073741824 1073778376 140735067788672 140516032182440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11731] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11731/stat : 11731 (java) S 11717 11720 7184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104457175 9856040960 23921 33554432000 1073741824 1073778376 140735067788672 140515902184424 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11732] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11732/stat : 11732 (java) S 11717 11720 7184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104457175 9856040960 23921 33554432000 1073741824 1073778376 140735067788672 140515901130488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11733] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11733/stat : 11733 (java) S 11717 11720 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104457175 9856040960 23921 33554432000 1073741824 1073778376 140735067788672 140515900077576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11734] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11734/stat : 11734 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457178 9856040960 23921 33554432000 1073741824 1073778376 140735067788672 140515899026064 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11720/tid=11735] ppid=11717 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/11720/task/11735/stat : 11735 (java) S 11717 11720 7184 0 -1 4202560 8430 0 0 0 38 2 0 0 20 0 19 0 104457178 9856040960 23921 33554432000 1073741824 1073778376 140735067788672 140515897973176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11720/tid=11736] ppid=11717 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/11720/task/11736/stat : 11736 (java) S 11717 11720 7184 0 -1 4202560 3192 0 0 0 34 0 0 0 20 0 19 0 104457178 9856040960 23921 33554432000 1073741824 1073778376 140735067788672 140515896920376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11720/tid=11737] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11737/stat : 11737 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457178 9856040960 23921 33554432000 1073741824 1073778376 140735067788672 140515022465400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11720/tid=11738] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11738/stat : 11738 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457178 9856040960 23921 33554432000 1073741824 1073778376 140735067788672 140515021412808 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11720/tid=11739] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11739/stat : 11739 (java) S 11717 11720 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104457196 9856040960 23921 33554432000 1073741824 1073778376 140735067788672 140515020359336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.08 2.13 2.16 3/214 11739
/proc/meminfo: memFree=29971920/32872528 swapFree=15784/1434320
[pid=11720] ppid=11717 vsize=9625040 CPUtime=7.03 cores=1,3,5,7
/proc/11720/stat : 11720 (java) S 11717 11720 7184 0 -1 4202496 15342 0 1 0 699 4 0 0 20 0 19 0 104457171 9856040960 31460 33554432000 1073741824 1073778376 140735067788672 140735067779808 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11720/statm: 2406260 31460 2260 9 0 2396937 0
[pid=11720/tid=11722] ppid=11717 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/11720/task/11722/stat : 11722 (java) R 11717 11720 7184 0 -1 4202560 2448 0 1 0 623 2 0 0 20 0 19 0 104457172 9856040960 31460 33554432000 1073741824 1073778376 140735067788672 140516078051008 140515912174905 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11723] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11723/stat : 11723 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457174 9856040960 31460 33554432000 1073741824 1073778376 140735067788672 140516039552040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11724] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11724/stat : 11724 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457174 9856040960 31460 33554432000 1073741824 1073778376 140735067788672 140516038499240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11720/tid=11725] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11725/stat : 11725 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457174 9856040960 31460 33554432000 1073741824 1073778376 140735067788672 140516037446440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11720/tid=11726] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11726/stat : 11726 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457174 9856040960 31460 33554432000 1073741824 1073778376 140735067788672 140516036393640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11720/tid=11727] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11727/stat : 11727 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457174 9856040960 31460 33554432000 1073741824 1073778376 140735067788672 140516035340840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11728] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11728/stat : 11728 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457174 9856040960 31460 33554432000 1073741824 1073778376 140735067788672 140516034288040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11720/tid=11729] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11729/stat : 11729 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457174 9856040960 31460 33554432000 1073741824 1073778376 140735067788672 140516033235240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11720/tid=11730] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11730/stat : 11730 (java) S 11717 11720 7184 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104457174 9856040960 31460 33554432000 1073741824 1073778376 140735067788672 140516032182440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11731] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11731/stat : 11731 (java) S 11717 11720 7184 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104457175 9856040960 31460 33554432000 1073741824 1073778376 140735067788672 140515902184424 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11732] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11732/stat : 11732 (java) S 11717 11720 7184 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104457175 9856040960 31460 33554432000 1073741824 1073778376 140735067788672 140515901130488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11733] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11733/stat : 11733 (java) S 11717 11720 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104457175 9856040960 31460 33554432000 1073741824 1073778376 140735067788672 140515900077576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11734] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11734/stat : 11734 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457178 9856040960 31460 33554432000 1073741824 1073778376 140735067788672 140515899026064 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11720/tid=11735] ppid=11717 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/11720/task/11735/stat : 11735 (java) S 11717 11720 7184 0 -1 4202560 8430 0 0 0 38 2 0 0 20 0 19 0 104457178 9856040960 31460 33554432000 1073741824 1073778376 140735067788672 140515897973176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11720/tid=11736] ppid=11717 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/11720/task/11736/stat : 11736 (java) S 11717 11720 7184 0 -1 4202560 3192 0 0 0 34 0 0 0 20 0 19 0 104457178 9856040960 31460 33554432000 1073741824 1073778376 140735067788672 140515896920376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11720/tid=11737] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11737/stat : 11737 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457178 9856040960 31460 33554432000 1073741824 1073778376 140735067788672 140515022465400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11720/tid=11738] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11738/stat : 11738 (java) S 11717 11720 7184 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 104457178 9856040960 31460 33554432000 1073741824 1073778376 140735067788672 140515021412808 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11720/tid=11739] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11739/stat : 11739 (java) S 11717 11720 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104457196 9856040960 31460 33554432000 1073741824 1073778376 140735067788672 140515020359336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.03
Current children cumulated vsize (KiB) 9625040


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

[pid=11720/tid=11732] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11732/stat : 11732 (java) S 11717 11720 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104457175 9856040960 122022 33554432000 1073741824 1073778376 140735067788672 140515901130488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11733] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11733/stat : 11733 (java) S 11717 11720 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104457175 9856040960 122022 33554432000 1073741824 1073778376 140735067788672 140515900077576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11734] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11734/stat : 11734 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457178 9856040960 122022 33554432000 1073741824 1073778376 140735067788672 140515899026064 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11720/tid=11735] ppid=11717 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/11720/task/11735/stat : 11735 (java) S 11717 11720 7184 0 -1 4202560 8430 0 0 0 38 2 0 0 20 0 19 0 104457178 9856040960 122022 33554432000 1073741824 1073778376 140735067788672 140515897973176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11720/tid=11736] ppid=11717 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/11720/task/11736/stat : 11736 (java) S 11717 11720 7184 0 -1 4202560 4805 0 0 0 43 0 0 0 20 0 19 0 104457178 9856040960 122022 33554432000 1073741824 1073778376 140735067788672 140515896920376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11737] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11737/stat : 11737 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457178 9856040960 122022 33554432000 1073741824 1073778376 140735067788672 140515022465400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11720/tid=11738] ppid=11717 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/11720/task/11738/stat : 11738 (java) S 11717 11720 7184 0 -1 4202560 95 0 0 0 22 18 0 0 20 0 19 0 104457178 9856040960 122022 33554432000 1073741824 1073778376 140735067788672 140515021412808 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11720/tid=11739] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11739/stat : 11739 (java) S 11717 11720 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104457196 9856040960 122022 33554432000 1073741824 1073778376 140735067788672 140515020359336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1669.45
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.19 2.23 2.19 3/213 11867
/proc/meminfo: memFree=28415560/32872528 swapFree=15784/1434320
[pid=11720] ppid=11717 vsize=9625040 CPUtime=1729.63 cores=1,3,5,7
/proc/11720/stat : 11720 (java) S 11717 11720 7184 0 -1 4202496 20216 0 1 0 172885 78 0 0 20 0 19 0 104457171 9856040960 122018 33554432000 1073741824 1073778376 140735067788672 140735067779808 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11720/statm: 2406260 122018 2283 9 0 2396937 0
[pid=11720/tid=11722] ppid=11717 vsize=9625040 CPUtime=1717.85 cores=1,3,5,7
/proc/11720/task/11722/stat : 11722 (java) R 11717 11720 7184 0 -1 4202560 2582 0 1 0 171754 31 0 0 20 0 19 0 104457172 9856040960 122018 33554432000 1073741824 1073778376 140735067788672 140516078058784 140515912175014 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11720/tid=11723] ppid=11717 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/11720/task/11723/stat : 11723 (java) S 11717 11720 7184 0 -1 4202560 300 0 0 0 104 7 0 0 20 0 19 0 104457174 9856040960 122018 33554432000 1073741824 1073778376 140735067788672 140516039552040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11720/tid=11724] ppid=11717 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/11720/task/11724/stat : 11724 (java) S 11717 11720 7184 0 -1 4202560 305 0 0 0 106 6 0 0 20 0 19 0 104457174 9856040960 122018 33554432000 1073741824 1073778376 140735067788672 140516038499240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11720/tid=11725] ppid=11717 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/11720/task/11725/stat : 11725 (java) S 11717 11720 7184 0 -1 4202560 512 0 0 0 106 10 0 0 20 0 19 0 104457174 9856040960 122018 33554432000 1073741824 1073778376 140735067788672 140516037446440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11726] ppid=11717 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/11720/task/11726/stat : 11726 (java) S 11717 11720 7184 0 -1 4202560 195 0 0 0 105 7 0 0 20 0 19 0 104457174 9856040960 122018 33554432000 1073741824 1073778376 140735067788672 140516036393640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11727] ppid=11717 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/11720/task/11727/stat : 11727 (java) S 11717 11720 7184 0 -1 4202560 432 0 0 0 102 7 0 0 20 0 19 0 104457174 9856040960 122018 33554432000 1073741824 1073778376 140735067788672 140516035340840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11720/tid=11728] ppid=11717 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/11720/task/11728/stat : 11728 (java) S 11717 11720 7184 0 -1 4202560 246 0 0 0 110 7 0 0 20 0 19 0 104457174 9856040960 122018 33554432000 1073741824 1073778376 140735067788672 140516034288040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11729] ppid=11717 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/11720/task/11729/stat : 11729 (java) S 11717 11720 7184 0 -1 4202560 382 0 0 0 109 5 0 0 20 0 19 0 104457174 9856040960 122018 33554432000 1073741824 1073778376 140735067788672 140516033235240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11720/tid=11730] ppid=11717 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/11720/task/11730/stat : 11730 (java) S 11717 11720 7184 0 -1 4202560 304 0 0 0 116 7 0 0 20 0 19 0 104457174 9856040960 122018 33554432000 1073741824 1073778376 140735067788672 140516032182440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11720/tid=11731] ppid=11717 vsize=9625040 CPUtime=1.65 cores=1,3,5,7
/proc/11720/task/11731/stat : 11731 (java) S 11717 11720 7184 0 -1 4202560 367 0 0 0 161 4 0 0 20 0 19 0 104457175 9856040960 122018 33554432000 1073741824 1073778376 140735067788672 140515902184424 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11720/tid=11732] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11732/stat : 11732 (java) S 11717 11720 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104457175 9856040960 122018 33554432000 1073741824 1073778376 140735067788672 140515901130488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11733] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11733/stat : 11733 (java) S 11717 11720 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104457175 9856040960 122018 33554432000 1073741824 1073778376 140735067788672 140515900077576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11734] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11734/stat : 11734 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457178 9856040960 122018 33554432000 1073741824 1073778376 140735067788672 140515899026064 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11720/tid=11735] ppid=11717 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/11720/task/11735/stat : 11735 (java) S 11717 11720 7184 0 -1 4202560 8430 0 0 0 38 2 0 0 20 0 19 0 104457178 9856040960 122018 33554432000 1073741824 1073778376 140735067788672 140515897973176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11720/tid=11736] ppid=11717 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/11720/task/11736/stat : 11736 (java) S 11717 11720 7184 0 -1 4202560 4805 0 0 0 43 0 0 0 20 0 19 0 104457178 9856040960 122018 33554432000 1073741824 1073778376 140735067788672 140515896920376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11737] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11737/stat : 11737 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457178 9856040960 122018 33554432000 1073741824 1073778376 140735067788672 140515022465400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11720/tid=11738] ppid=11717 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/11720/task/11738/stat : 11738 (java) S 11717 11720 7184 0 -1 4202560 99 0 0 0 23 18 0 0 20 0 19 0 104457178 9856040960 122018 33554432000 1073741824 1073778376 140735067788672 140515021412808 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11720/tid=11739] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11739/stat : 11739 (java) S 11717 11720 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104457196 9856040960 122018 33554432000 1073741824 1073778376 140735067788672 140515020359336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1729.63
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.12 2.20 2.18 3/214 11871
/proc/meminfo: memFree=28496856/32872528 swapFree=15784/1434320
[pid=11720] ppid=11717 vsize=9625040 CPUtime=1789.91 cores=1,3,5,7
/proc/11720/stat : 11720 (java) S 11717 11720 7184 0 -1 4202496 20231 0 1 0 178912 79 0 0 20 0 19 0 104457171 9856040960 101621 33554432000 1073741824 1073778376 140735067788672 140735067779808 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11720/statm: 2406260 101621 2283 9 0 2396937 0
[pid=11720/tid=11722] ppid=11717 vsize=9625040 CPUtime=1777.66 cores=1,3,5,7
/proc/11720/task/11722/stat : 11722 (java) R 11717 11720 7184 0 -1 4202560 2589 0 1 0 177734 32 0 0 20 0 19 0 104457172 9856040960 101621 33554432000 1073741824 1073778376 140735067788672 140516078058784 140515912243616 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11723] ppid=11717 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/11720/task/11723/stat : 11723 (java) S 11717 11720 7184 0 -1 4202560 300 0 0 0 110 7 0 0 20 0 19 0 104457174 9856040960 101621 33554432000 1073741824 1073778376 140735067788672 140516039552040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11720/tid=11724] ppid=11717 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/11720/task/11724/stat : 11724 (java) S 11717 11720 7184 0 -1 4202560 305 0 0 0 110 6 0 0 20 0 19 0 104457174 9856040960 101621 33554432000 1073741824 1073778376 140735067788672 140516038499240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11720/tid=11725] ppid=11717 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/11720/task/11725/stat : 11725 (java) S 11717 11720 7184 0 -1 4202560 512 0 0 0 110 10 0 0 20 0 19 0 104457174 9856040960 101621 33554432000 1073741824 1073778376 140735067788672 140516037446440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11720/tid=11726] ppid=11717 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/11720/task/11726/stat : 11726 (java) S 11717 11720 7184 0 -1 4202560 195 0 0 0 110 7 0 0 20 0 19 0 104457174 9856040960 101621 33554432000 1073741824 1073778376 140735067788672 140516036393640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11720/tid=11727] ppid=11717 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/11720/task/11727/stat : 11727 (java) S 11717 11720 7184 0 -1 4202560 432 0 0 0 107 7 0 0 20 0 19 0 104457174 9856040960 101621 33554432000 1073741824 1073778376 140735067788672 140516035340840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11720/tid=11728] ppid=11717 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/11720/task/11728/stat : 11728 (java) S 11717 11720 7184 0 -1 4202560 246 0 0 0 116 7 0 0 20 0 19 0 104457174 9856040960 101621 33554432000 1073741824 1073778376 140735067788672 140516034288040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11720/tid=11729] ppid=11717 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/11720/task/11729/stat : 11729 (java) S 11717 11720 7184 0 -1 4202560 382 0 0 0 114 5 0 0 20 0 19 0 104457174 9856040960 101621 33554432000 1073741824 1073778376 140735067788672 140516033235240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11720/tid=11730] ppid=11717 vsize=9625040 CPUtime=1.28 cores=1,3,5,7
/proc/11720/task/11730/stat : 11730 (java) S 11717 11720 7184 0 -1 4202560 304 0 0 0 121 7 0 0 20 0 19 0 104457174 9856040960 101621 33554432000 1073741824 1073778376 140735067788672 140516032182440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11720/tid=11731] ppid=11717 vsize=9625040 CPUtime=1.73 cores=1,3,5,7
/proc/11720/task/11731/stat : 11731 (java) S 11717 11720 7184 0 -1 4202560 371 0 0 0 169 4 0 0 20 0 19 0 104457175 9856040960 101621 33554432000 1073741824 1073778376 140735067788672 140515902184424 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11732] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11732/stat : 11732 (java) S 11717 11720 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104457175 9856040960 101621 33554432000 1073741824 1073778376 140735067788672 140515901130488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11733] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11733/stat : 11733 (java) S 11717 11720 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104457175 9856040960 101621 33554432000 1073741824 1073778376 140735067788672 140515900077576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11734] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11734/stat : 11734 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457178 9856040960 101621 33554432000 1073741824 1073778376 140735067788672 140515899026064 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11720/tid=11735] ppid=11717 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/11720/task/11735/stat : 11735 (java) S 11717 11720 7184 0 -1 4202560 8430 0 0 0 38 2 0 0 20 0 19 0 104457178 9856040960 101621 33554432000 1073741824 1073778376 140735067788672 140515897973176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11720/tid=11736] ppid=11717 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/11720/task/11736/stat : 11736 (java) S 11717 11720 7184 0 -1 4202560 4805 0 0 0 43 0 0 0 20 0 19 0 104457178 9856040960 101621 33554432000 1073741824 1073778376 140735067788672 140515896920376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11737] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11737/stat : 11737 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457178 9856040960 101621 33554432000 1073741824 1073778376 140735067788672 140515022465400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11720/tid=11738] ppid=11717 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/11720/task/11738/stat : 11738 (java) S 11717 11720 7184 0 -1 4202560 103 0 0 0 24 20 0 0 20 0 19 0 104457178 9856040960 101621 33554432000 1073741824 1073778376 140735067788672 140515021412808 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11720/tid=11739] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11739/stat : 11739 (java) S 11717 11720 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104457196 9856040960 101621 33554432000 1073741824 1073778376 140735067788672 140515020359336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1789.91
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.4 s]
/proc/loadavg: 2.17 2.21 2.18 3/214 11871
/proc/meminfo: memFree=28499404/32872528 swapFree=15784/1434320
[pid=11720] ppid=11717 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/11720/stat : 11720 (java) S 11717 11720 7184 0 -1 4202496 20232 0 1 0 179924 79 0 0 20 0 19 0 104457171 9856040960 100915 33554432000 1073741824 1073778376 140735067788672 140735067779808 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11720/statm: 2406260 100915 2283 9 0 2396937 0
[pid=11720/tid=11722] ppid=11717 vsize=9625040 CPUtime=1787.75 cores=1,3,5,7
/proc/11720/task/11722/stat : 11722 (java) R 11717 11720 7184 0 -1 4202560 2590 0 1 0 178743 32 0 0 20 0 19 0 104457172 9856040960 100915 33554432000 1073741824 1073778376 140735067788672 140516078058768 140515912244685 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11723] ppid=11717 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/11720/task/11723/stat : 11723 (java) S 11717 11720 7184 0 -1 4202560 300 0 0 0 111 7 0 0 20 0 19 0 104457174 9856040960 100915 33554432000 1073741824 1073778376 140735067788672 140516039552040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11720/tid=11724] ppid=11717 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/11720/task/11724/stat : 11724 (java) S 11717 11720 7184 0 -1 4202560 305 0 0 0 110 6 0 0 20 0 19 0 104457174 9856040960 100915 33554432000 1073741824 1073778376 140735067788672 140516038499240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11720/tid=11725] ppid=11717 vsize=9625040 CPUtime=1.21 cores=1,3,5,7
/proc/11720/task/11725/stat : 11725 (java) S 11717 11720 7184 0 -1 4202560 512 0 0 0 111 10 0 0 20 0 19 0 104457174 9856040960 100915 33554432000 1073741824 1073778376 140735067788672 140516037446440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11720/tid=11726] ppid=11717 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/11720/task/11726/stat : 11726 (java) S 11717 11720 7184 0 -1 4202560 195 0 0 0 110 7 0 0 20 0 19 0 104457174 9856040960 100915 33554432000 1073741824 1073778376 140735067788672 140516036393640 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11720/tid=11727] ppid=11717 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/11720/task/11727/stat : 11727 (java) S 11717 11720 7184 0 -1 4202560 432 0 0 0 107 7 0 0 20 0 19 0 104457174 9856040960 100915 33554432000 1073741824 1073778376 140735067788672 140516035340840 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11720/tid=11728] ppid=11717 vsize=9625040 CPUtime=1.24 cores=1,3,5,7
/proc/11720/task/11728/stat : 11728 (java) S 11717 11720 7184 0 -1 4202560 246 0 0 0 117 7 0 0 20 0 19 0 104457174 9856040960 100915 33554432000 1073741824 1073778376 140735067788672 140516034288040 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11729] ppid=11717 vsize=9625040 CPUtime=1.19 cores=1,3,5,7
/proc/11720/task/11729/stat : 11729 (java) S 11717 11720 7184 0 -1 4202560 382 0 0 0 114 5 0 0 20 0 19 0 104457174 9856040960 100915 33554432000 1073741824 1073778376 140735067788672 140516033235240 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11720/tid=11730] ppid=11717 vsize=9625040 CPUtime=1.29 cores=1,3,5,7
/proc/11720/task/11730/stat : 11730 (java) S 11717 11720 7184 0 -1 4202560 304 0 0 0 122 7 0 0 20 0 19 0 104457174 9856040960 100915 33554432000 1073741824 1073778376 140735067788672 140516032182440 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11720/tid=11731] ppid=11717 vsize=9625040 CPUtime=1.73 cores=1,3,5,7
/proc/11720/task/11731/stat : 11731 (java) S 11717 11720 7184 0 -1 4202560 371 0 0 0 169 4 0 0 20 0 19 0 104457175 9856040960 100915 33554432000 1073741824 1073778376 140735067788672 140515902184424 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11720/tid=11732] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11732/stat : 11732 (java) S 11717 11720 7184 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104457175 9856040960 100915 33554432000 1073741824 1073778376 140735067788672 140515901130488 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11733] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11733/stat : 11733 (java) S 11717 11720 7184 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104457175 9856040960 100915 33554432000 1073741824 1073778376 140735067788672 140515900077576 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11734] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11734/stat : 11734 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457178 9856040960 100915 33554432000 1073741824 1073778376 140735067788672 140515899026064 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11720/tid=11735] ppid=11717 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/11720/task/11735/stat : 11735 (java) S 11717 11720 7184 0 -1 4202560 8430 0 0 0 38 2 0 0 20 0 19 0 104457178 9856040960 100915 33554432000 1073741824 1073778376 140735067788672 140515897973176 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11720/tid=11736] ppid=11717 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/11720/task/11736/stat : 11736 (java) S 11717 11720 7184 0 -1 4202560 4805 0 0 0 43 0 0 0 20 0 19 0 104457178 9856040960 100915 33554432000 1073741824 1073778376 140735067788672 140515896920376 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11720/tid=11737] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11737/stat : 11737 (java) S 11717 11720 7184 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104457178 9856040960 100915 33554432000 1073741824 1073778376 140735067788672 140515022465400 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11720/tid=11738] ppid=11717 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/11720/task/11738/stat : 11738 (java) S 11717 11720 7184 0 -1 4202560 103 0 0 0 24 20 0 0 20 0 19 0 104457178 9856040960 100915 33554432000 1073741824 1073778376 140735067788672 140515021412808 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11720/tid=11739] ppid=11717 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11720/task/11739/stat : 11739 (java) S 11717 11720 7184 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104457196 9856040960 100915 33554432000 1073741824 1073778376 140735067788672 140515020359336 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 11720 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 1792.44
CPU time (s): 1800.69
CPU user time (s): 1799.41
CPU system time (s): 1.28181
CPU usage (%): 100.46
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.41
system time used= 1.2818
maximum resident set size= 599800
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20278
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41406
involuntary context switches= 27560

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.2524 second user time and 13.453 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-06 17:00:39
IDJOB=4085274
IDBENCH=1959
IDSOLVER=2546
FILE ID=node130/4085274-1465225239
RUNJOBID= node130-1465218951-7201
PBS_JOBID= 19843207
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB06/liu/domset/normalized-domset_v500_e2000_w30_mw19_14.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085274-1465225239/watcher-4085274-1465225239 -o /tmp/evaluation-result-4085274-1465225239/solver-4085274-1465225239 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465218951-7201 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085274-1465225239.opb

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

MD5SUM BENCH= 3ddf6338b9f9cf35560b94c856457c56
RANDOM SEED=1811499230

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.261
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.261
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.261
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:        30082424 kB
Buffers:           16992 kB
Cached:            87820 kB
SwapCached:         1764 kB
Active:           604900 kB
Inactive:          46440 kB
Active(anon):     547956 kB
Inactive(anon):     1200 kB
Active(file):      56944 kB
Inactive(file):    45240 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098340 kB
Dirty:               792 kB
Writeback:             0 kB
AnonPages:       1980748 kB
Mapped:            15324 kB
Shmem:                 0 kB
Slab:             567068 kB
SReclaimable:      10464 kB
SUnreclaim:       556604 kB
KernelStack:        1680 kB
PageTables:         8392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2149312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1941504 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 node130 at 2016-06-06 17:30:32