Trace number 4119218

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)-4287109 1800.02 1792.34

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-BIGINT-LIN/minlplib2-pb-0.1.0/
opb/normalized-graphpart_2g-0099-9211.lin.opb
MD5SUMc42f8265781fa4792a33f1a1b77b928d
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-5060105
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables729
Total number of constraints1053
Number of constraints which are clauses486
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints486
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 486
Biggest coefficient in the objective function 277583
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 36389322
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 277583
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 36389322
Number of bits of the biggest sum of numbers26
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4119218-1467252069.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.27/0.23	c ... done. Wall clock time 0.12s.
0.27/0.23	c declared #vars     729
0.27/0.23	c #constraints  1134
0.27/0.23	c constraints type 
0.27/0.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 567
0.27/0.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 81
0.27/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 486
0.27/0.23	c 1134 constraints processed.
0.27/0.23	c objective function length is 486 literals
0.27/0.25	c SATISFIABLE
0.27/0.25	c OPTIMIZING...
0.27/0.25	c Got one! Elapsed wall clock time (in seconds):0.138
0.27/0.25	o -4166731
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.162
0.27/0.27	o -4176685
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.178
0.27/0.29	o -4219547
0.75/0.41	c Got one! Elapsed wall clock time (in seconds):0.3
0.75/0.41	o -4224012
0.75/0.41	c Got one! Elapsed wall clock time (in seconds):0.306
0.75/0.41	o -4247768
0.75/0.42	c Got one! Elapsed wall clock time (in seconds):0.311
0.75/0.42	o -4252537
0.75/0.43	c Got one! Elapsed wall clock time (in seconds):0.318
0.75/0.43	o -4254832
0.75/0.43	c Got one! Elapsed wall clock time (in seconds):0.323
0.75/0.43	o -4256650
0.75/0.44	c Got one! Elapsed wall clock time (in seconds):0.328
0.75/0.44	o -4256875
0.75/0.44	c Got one! Elapsed wall clock time (in seconds):0.332
0.75/0.44	o -4275845
1.45/0.91	c cleaning 2814 clauses out of 5644 with flag 10828/5644
1.74/1.10	c Got one! Elapsed wall clock time (in seconds):0.996
1.74/1.10	o -4280566
1.74/1.14	c Got one! Elapsed wall clock time (in seconds):1.03
1.74/1.14	o -4282157
1.74/1.14	c Got one! Elapsed wall clock time (in seconds):1.036
1.74/1.14	o -4282340
1.74/1.15	c Got one! Elapsed wall clock time (in seconds):1.04
1.74/1.15	o -4287109
2.19/1.41	c cleaning 4230 clauses out of 8463 with flag 7087/11277
2.69/1.94	c cleaning 5108 clauses out of 10233 with flag 20490/17277
3.41/2.60	c cleaning 6059 clauses out of 12124 with flag 36274/24276
4.13/3.39	c cleaning 7026 clauses out of 14064 with flag 53655/32275
5.12/4.32	c cleaning 8013 clauses out of 16040 with flag 74413/41277
6.22/5.40	c cleaning 9008 clauses out of 18026 with flag 95603/51276
7.43/6.63	c cleaning 10003 clauses out of 20018 with flag 120484/62276
8.72/7.96	c cleaning 11000 clauses out of 22015 with flag 146959/74276
10.22/9.41	c cleaning 11999 clauses out of 24015 with flag 174586/87276
11.83/11.08	c cleaning 13006 clauses out of 26018 with flag 205053/101278
13.83/13.00	c cleaning 13992 clauses out of 28009 with flag 240778/116275
15.72/14.96	c cleaning 15005 clauses out of 30020 with flag 275658/132278
18.05/17.28	c cleaning 15998 clauses out of 32014 with flag 312518/149277
20.15/19.32	c cleaning 17002 clauses out of 34014 with flag 356162/167275
22.15/21.37	c cleaning 18002 clauses out of 36013 with flag 407111/186276
24.55/23.72	c cleaning 18999 clauses out of 38010 with flag 459278/206275
27.26/26.48	c cleaning 20007 clauses out of 40013 with flag 514301/227277
29.95/29.10	c cleaning 20999 clauses out of 42005 with flag 575310/249276
32.76/32.00	c cleaning 21999 clauses out of 44006 with flag 636753/272276
35.36/34.59	c cleaning 23000 clauses out of 46006 with flag 694042/296275
38.56/37.73	c cleaning 23998 clauses out of 48006 with flag 750744/321275
41.86/41.05	c cleaning 25004 clauses out of 50009 with flag 812693/347276
44.76/43.95	c cleaning 26004 clauses out of 52008 with flag 882909/374279
47.96/47.11	c cleaning 26990 clauses out of 54000 with flag 947167/402275
50.86/50.08	c cleaning 28004 clauses out of 56010 with flag 1011861/431275
54.45/53.57	c cleaning 28999 clauses out of 58007 with flag 1076341/461276
58.15/57.26	c cleaning 30001 clauses out of 60007 with flag 1142894/492275
62.15/61.21	c cleaning 30999 clauses out of 62006 with flag 1211202/524275
66.35/65.44	c cleaning 32002 clauses out of 64007 with flag 1284108/557275
70.55/69.64	c cleaning 33000 clauses out of 66005 with flag 1358342/591275
75.14/74.18	c cleaning 33998 clauses out of 68005 with flag 1433580/626275
79.84/78.85	c cleaning 35003 clauses out of 70011 with flag 1511107/662279
84.94/83.93	c cleaning 35998 clauses out of 72004 with flag 1589706/699275
89.84/88.85	c cleaning 36998 clauses out of 74006 with flag 1671798/737275
95.40/94.37	c cleaning 37999 clauses out of 76010 with flag 1754330/776277
100.80/99.71	c cleaning 38999 clauses out of 78010 with flag 1840433/816276
106.70/105.69	c cleaning 40003 clauses out of 80013 with flag 1930675/857278
113.00/111.93	c cleaning 41001 clauses out of 82008 with flag 2019514/899276
119.55/118.36	c cleaning 42000 clauses out of 84006 with flag 2112581/942275
126.45/125.24	c cleaning 42995 clauses out of 86006 with flag 2208062/986275
132.85/131.63	c cleaning 44003 clauses out of 88012 with flag 2308382/1031276
140.10/138.72	c cleaning 45001 clauses out of 90008 with flag 2410167/1077275
147.39/146.04	c cleaning 45996 clauses out of 92007 with flag 2511294/1124275
155.40/154.09	c cleaning 47006 clauses out of 94012 with flag 2617933/1172276
165.39/163.87	c cleaning 48001 clauses out of 96007 with flag 2725147/1221277
174.09/172.50	c cleaning 48999 clauses out of 98004 with flag 2834634/1271275
183.92/182.25	c cleaning 50002 clauses out of 100005 with flag 2945654/1322275
192.64/190.95	c cleaning 50996 clauses out of 102003 with flag 3059428/1374275
201.74/200.03	c cleaning 52001 clauses out of 104009 with flag 3176526/1427277
213.73/211.89	c cleaning 53000 clauses out of 106006 with flag 3294005/1481275
223.23/221.39	c cleaning 54002 clauses out of 108008 with flag 3413781/1536277
234.67/232.60	c cleaning 55000 clauses out of 110004 with flag 3535695/1592275
243.82/241.73	c cleaning 55992 clauses out of 112004 with flag 3661787/1649275
254.22/252.16	c cleaning 57003 clauses out of 114012 with flag 3788944/1707275
265.48/263.31	c cleaning 58002 clauses out of 116010 with flag 3916636/1766276
276.88/274.79	c cleaning 59000 clauses out of 118007 with flag 4046747/1826275
288.84/286.64	c cleaning 59999 clauses out of 120007 with flag 4179510/1887275
302.84/300.64	c cleaning 61005 clauses out of 122010 with flag 4315118/1949277
316.17/313.97	c cleaning 61998 clauses out of 124003 with flag 4452042/2012275
330.35/328.09	c cleaning 62995 clauses out of 126005 with flag 4590067/2076275
342.94/340.69	c cleaning 63997 clauses out of 128011 with flag 4730377/2141276
356.11/353.77	c cleaning 65006 clauses out of 130015 with flag 4873005/2207277
371.08/368.62	c cleaning 66000 clauses out of 132007 with flag 5016942/2274275
383.76/381.24	c cleaning 67002 clauses out of 134007 with flag 5164751/2342275
397.05/394.56	c cleaning 68000 clauses out of 136006 with flag 5315698/2411276
412.20/409.63	c cleaning 69002 clauses out of 138007 with flag 5469373/2481277
429.13/426.59	c cleaning 70001 clauses out of 140003 with flag 5623319/2552275
445.41/442.74	c cleaning 71001 clauses out of 142005 with flag 5778926/2624278
462.52/459.81	c cleaning 71998 clauses out of 144001 with flag 5935933/2697275
477.87/475.15	c cleaning 73003 clauses out of 146006 with flag 6101569/2771278
493.69/490.97	c cleaning 73995 clauses out of 148000 with flag 6270489/2846275
508.24/505.49	c cleaning 75000 clauses out of 150005 with flag 6439475/2922275
523.52/520.69	c cleaning 76003 clauses out of 152006 with flag 6609378/2999276
539.89/536.95	c cleaning 76995 clauses out of 154002 with flag 6781250/3077275
554.33/551.33	c cleaning 77999 clauses out of 156007 with flag 6959350/3156275
570.97/567.91	c cleaning 79000 clauses out of 158008 with flag 7137352/3236275
585.83/582.74	c cleaning 80003 clauses out of 160008 with flag 7315139/3317275
602.37/599.22	c cleaning 81000 clauses out of 162005 with flag 7500078/3399275
617.55/614.34	c cleaning 82000 clauses out of 164005 with flag 7686415/3482275
634.51/631.16	c cleaning 82997 clauses out of 166005 with flag 7873289/3566275
655.88/652.49	c cleaning 84001 clauses out of 168010 with flag 8059202/3651277
675.31/671.83	c cleaning 85003 clauses out of 170009 with flag 8248911/3737277
698.63/695.12	c cleaning 86001 clauses out of 172006 with flag 8442242/3824277
724.23/720.69	c cleaning 87002 clauses out of 174003 with flag 8636748/3912275
751.61/747.97	c cleaning 87992 clauses out of 176001 with flag 8831849/4001275
776.87/773.07	c cleaning 89003 clauses out of 178011 with flag 9030288/4091277
800.21/796.37	c cleaning 90001 clauses out of 180007 with flag 9230356/4182276
828.32/824.33	c cleaning 91000 clauses out of 182005 with flag 9431925/4274275
858.99/854.99	c cleaning 92000 clauses out of 184006 with flag 9634745/4367276
882.88/878.79	c cleaning 92999 clauses out of 186005 with flag 9841428/4461275
908.97/904.70	c cleaning 93998 clauses out of 188007 with flag 10049983/4556276
935.44/931.12	c cleaning 94996 clauses out of 190008 with flag 10261619/4652275
963.26/958.85	c cleaning 96005 clauses out of 192014 with flag 10474665/4749277
992.11/987.54	c cleaning 96997 clauses out of 194007 with flag 10688511/4847275
1021.73/1017.08	c cleaning 98001 clauses out of 196011 with flag 10907162/4946276
1051.95/1047.18	c cleaning 98999 clauses out of 198009 with flag 11125159/5046275
1085.12/1080.13	c cleaning 100000 clauses out of 200012 with flag 11344900/5147277
1123.09/1117.91	c cleaning 101001 clauses out of 202010 with flag 11567749/5249275
1158.18/1152.93	c cleaning 102003 clauses out of 204009 with flag 11790790/5352275
1195.31/1189.97	c cleaning 103000 clauses out of 206008 with flag 12016940/5456277
1234.09/1228.60	c cleaning 104004 clauses out of 208009 with flag 12248821/5561278
1272.53/1266.95	c cleaning 104996 clauses out of 210002 with flag 12479963/5667275
1315.28/1309.50	c cleaning 106004 clauses out of 212008 with flag 12708842/5774277
1354.03/1348.16	c cleaning 107000 clauses out of 214007 with flag 12944126/5882280
1388.76/1382.77	c cleaning 107999 clauses out of 216002 with flag 13183598/5991275
1421.03/1414.89	c cleaning 108992 clauses out of 218004 with flag 13426194/6101276
1457.79/1451.44	c cleaning 110001 clauses out of 220012 with flag 13673192/6212276
1493.28/1486.79	c cleaning 110999 clauses out of 222010 with flag 13922786/6324275
1538.57/1531.85	c cleaning 111997 clauses out of 224012 with flag 14170854/6437276
1589.29/1582.34	c cleaning 113004 clauses out of 226014 with flag 14418843/6551275
1646.52/1639.49	c cleaning 114004 clauses out of 228013 with flag 14668026/6666278
1693.31/1686.05	c cleaning 114999 clauses out of 230006 with flag 14918747/6782275
1743.97/1736.58	c cleaning 115998 clauses out of 232007 with flag 15176258/6899275
1794.50/1786.80	c cleaning 117005 clauses out of 234010 with flag 15432742/7017276
1800.02/1792.30	c starts		: 3441
1800.02/1792.30	c conflicts		: 7042190
1800.02/1792.30	c decisions		: 7930606
1800.02/1792.30	c propagations		: 474387189
1800.02/1792.30	c inspects		: 26638105341
1800.02/1792.30	c shortcuts		: 0
1800.02/1792.30	c learnt literals	: 0
1800.02/1792.30	c learnt binary clauses	: 0
1800.02/1792.30	c learnt ternary clauses	: 0
1800.02/1792.30	c learnt constraints	: 7042190
1800.02/1792.30	c ignored constraints	: 0
1800.02/1792.30	c root simplifications	: 0
1800.02/1792.30	c removed literals (reason simplification)	: 0
1800.02/1792.30	c reason swapping (by a shorter reason)	: 0
1800.02/1792.30	c Calls to reduceDB	: 115
1800.02/1792.30	c Number of update (reduction) of LBD	: 260072
1800.02/1792.30	c Imported unit clauses	: 0
1800.02/1792.30	c number of reductions to clauses (during analyze)	: 0
1800.02/1792.30	c number of learned constraints concerned by reduction	: 0
1800.02/1792.30	c number of learning phase by resolution	: 0
1800.02/1792.30	c number of learning phase by cutting planes	: 0
1800.02/1792.30	c speed (assignments/second)	: 264714.80116
1800.02/1792.30	c non guided choices	26
1800.02/1792.33	c learnt constraints type 
1800.02/1792.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 141919
1800.02/1792.33	s SATISFIABLE
1800.02/1792.33	c Found 14 solution(s)
1800.02/1792.33	v -x1 x2 -x3 x4 -x5 -x6 -x7 x8 -x9 x10 -x11 -x12 -x13 x14 -x15 x16 -x17 -x18 -x19 x20 -x21 -x22 x23 -x24 -x25 x26 -x27 -x28 x29 -x30 x31 -x32 -x33 x34 -x35 -x36 -x37 x38 -x39 -x40 -x41 x42 -x43 x44 -x45 -x46 x47 -x48 x49 -x50 -x51 -x52 -x53 x54 -x55 x56 -x57 x58 -x59 -x60 -x61 -x62 x63 -x64 -x65 x66 -x67 -x68 x69 x70 -x71 -x72 -x73 x74 -x75 x76 -x77 -x78 x79 -x80 -x81 x82 -x83 -x84 x85 -x86 -x87 -x88 x89 -x90 -x91 -x92 x93 -x94 -x95 x96 x97 -x98 -x99 -x100 x101 -x102 -x103 x104 -x105 -x106 -x107 x108 -x109 x110 -x111 -x112 -x113 x114 -x115 -x116 x117 x118 -x119 -x120 x121 -x122 -x123 -x124 -x125 x126 x127 -x128 -x129 -x130 -x131 x132 x133 -x134 -x135 x136 -x137 -x138 -x139 x140 -x141 -x142 x143 -x144 -x145 -x146 x147 x148 -x149 -x150 x151 -x152 -x153 x154 -x155 -x156 -x157 -x158 x159 -x160 -x161 x162 x163 -x164 -x165 x166 -x167 -x168 -x169 x170 -x171 -x172 x173 -x174 -x175 x176 -x177 x178 -x179 -x180 x181 -x182 -x183 -x184 x185 -x186 -x187 x188 -x189 -x190 -x191 x192 x193 -x194 -x195 -x196 x197 -x198 -x199 x200 -x201 x202 -x203 -x204 x205 -x206 -x207 -x208 x209 -x210 -x211 x212 -x213 -x214 x215 -x216 x217 -x218 -x219 -x220 x221 -x222 -x223 x224 -x225 -x226 x227 -x228 x229 -x230 -x231 x232 -x233 -x234 x235 -x236 -x237 x238 -x239 -x240 x241 -x242 -x243 -x244 -x245 -x246 -x247 -x248 x249 x250 -x251 -x252 -x253 -x254 -x255 -x256 x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 x294 -x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 x304 x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 x330 -x331 -x332 -x333 x334 x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 x357 -x358 -x359 x360 -x361 -x362 -x363 -x364 -x365 -x366 x367 -x368 -x369 -x370 x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 -x386 -x387 -x388 x389 -x390 -x391 -x392 -x393 -x394 -x395 -x396 -x397 x398 -x399 -x400 -x401 -x402 -x403 x404 x405 -x406 -x407 -x408 -x409 -x410 x411 -x412 x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 x421 -x422 -x423 x424 -x425 -x426 -x427 -x428 -x429 -x430 -x431 -x432 x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 -x450 -x451 -x452 -x453 -x454 -x455 -x456 -x457 x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 -x473 x474 -x475 -x476 -x477 -x478 -x479 -x480 -x481 -x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 x500 -x501 -x502 -x503 -x504 -x505 -x506 -x507 x508 -x509 -x510 -x511 -x512 -x513 -x514 x515 -x516 -x517 -x518 -x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 x527 -x528 -x529 -x530 -x531 -x532 -x533 -x534 -x535 -x536 x537 -x538 -x539 -x540 -x541 -x542 x543 -x544 -x545 -x546 -x547 -x548 -x549 -x550 -x551 x552 -x553 -x554 -x555 -x556 -x557 -x558 x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 x568 -x569 -x570 -x571 -x572 -x573 x574 x575 -x576 -x577 -x578 -x579 -x580 x581 -x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 x590 -x591 -x592 -x593 -x594 x595 -x596 -x597 -x598 -x599 -x600 -x601 -x602 -x603 -x604 x605 -x606 -x607 -x608 -x609 -x610 -x611 x612 x613 -x614 -x615 -x616 -x617 x618 x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 x628 x629 -x630 -x631 -x632 -x633 -x634 -x635 -x636 -x637 -x638 -x639 -x640 -x641 x642 x643 -x644 -x645 -x646 x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 -x656 -x657 -x658 -x659 -x660 -x661 -x662 -x663 -x664 -x665 x666 x667 -x668 -x669 -x670 -x671 -x672 x673 -x674 -x675 x676 x677 -x678 -x679 -x680 -x681 -x682 x683 -x684 -x685 -x686 -x687 -x688 -x689 x690 -x691 -x692 -x693 -x694 -x695 x696 -x697 -x698 -x699 -x700 -x701 -x702 -x703 x704 -x705 -x706 -x707 -x708 -x709 x710 -x711 -x712 x713 -x714 -x715 -x716 -x717 x718 -x719 -x720 x721 -x722 -x723 x724 -x725 -x726 x727 -x728 -x729 
1800.02/1792.33	c objective function=-4287109
1800.02/1792.33	c Total wall clock time (in seconds): 1792.223

Verifier Data

OK	-4287109

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-4119218-1467252069/watcher-4119218-1467252069 -o /tmp/evaluation-result-4119218-1467252069/solver-4119218-1467252069 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467248476-6484 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4119218-1467252069.opb 

pid=7107
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.08 2.14 2.15 3/195 7110
/proc/meminfo: memFree=29735984/32872528 swapFree=1100912/1182672
[pid=7110] ppid=7107 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7110/stat : 7110 (java) S 7107 7110 6303 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 4236106 98570240 977 33554432000 1073741824 1073778376 140735282533248 140735282524384 271790932029 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7110/statm: 24065 977 743 9 0 16771 0
[pid=7110/tid=7111] ppid=7107 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7111/stat : 7111 (java) R 7107 7110 6303 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 4236107 98570240 977 33554432000 1073741824 1073778376 140735282533248 140376990838312 271787574656 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.08 2.14 2.15 3/195 7110
/proc/meminfo: memFree=29735984/32872528 swapFree=1100912/1182672
[pid=7110] ppid=7107 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/7110/stat : 7110 (java) S 7107 7110 6303 0 -1 4202496 4410 0 1 0 9 2 0 0 20 0 18 0 4236106 9787879424 6041 33554432000 1073741824 1073778376 140735282533248 140735282524384 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7110/statm: 2389619 6041 2125 9 0 2380296 0
[pid=7110/tid=7111] ppid=7107 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/7110/task/7111/stat : 7111 (java) R 7107 7110 6303 0 -1 4202560 2376 0 1 0 6 1 0 0 20 0 18 0 4236107 9787879424 6041 33554432000 1073741824 1073778376 140735282533248 140376990841760 140376993645970 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200324 s]
/proc/loadavg: 2.08 2.14 2.15 3/195 7110
/proc/meminfo: memFree=29735984/32872528 swapFree=1100912/1182672
[pid=7110] ppid=7107 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/7110/stat : 7110 (java) S 7107 7110 6303 0 -1 4202496 4749 0 1 0 25 2 0 0 20 0 18 0 4236106 9787879424 6835 33554432000 1073741824 1073778376 140735282533248 140735282524384 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7110/statm: 2389619 6835 2211 9 0 2380296 0
[pid=7110/tid=7111] ppid=7107 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/7110/task/7111/stat : 7111 (java) R 7107 7110 6303 0 -1 4202560 2397 0 1 0 16 1 0 0 20 0 18 0 4236107 9787879424 6824 33554432000 1073741824 1073778376 140735282533248 140376990841760 140376862211356 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300329 s]
/proc/loadavg: 2.08 2.14 2.15 3/195 7110
/proc/meminfo: memFree=29735984/32872528 swapFree=1100912/1182672
[pid=7110] ppid=7107 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/7110/stat : 7110 (java) S 7107 7110 6303 0 -1 4202496 5872 0 1 0 46 2 0 0 20 0 19 0 4236106 9856040960 8508 33554432000 1073741824 1073778376 140735282533248 140735282524384 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7110/statm: 2406260 8508 2241 9 0 2396937 0
[pid=7110/tid=7111] ppid=7107 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/7110/task/7111/stat : 7111 (java) R 7107 7110 6303 0 -1 4202560 2409 0 1 0 26 1 0 0 20 0 19 0 4236107 9856040960 8508 33554432000 1073741824 1073778376 140735282533248 140376990843520 140376862211359 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9625040

[startup+0.700272 s]
/proc/loadavg: 2.08 2.14 2.15 3/195 7110
/proc/meminfo: memFree=29735984/32872528 swapFree=1100912/1182672
[pid=7110] ppid=7107 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/7110/stat : 7110 (java) S 7107 7110 6303 0 -1 4202496 10180 0 1 0 121 3 0 0 20 0 19 0 4236106 9856040960 10993 33554432000 1073741824 1073778376 140735282533248 140735282524384 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7110/statm: 2406260 10993 2248 9 0 2396937 0
[pid=7110/tid=7111] ppid=7107 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/7110/task/7111/stat : 7111 (java) R 7107 7110 6303 0 -1 4202560 2412 0 1 0 66 1 0 0 20 0 19 0 4236107 9856040960 10993 33554432000 1073741824 1073778376 140735282533248 140376990843032 140376862648732 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.08 2.14 2.15 4/214 7129
/proc/meminfo: memFree=29663176/32872528 swapFree=1100912/1182672
[pid=7110] ppid=7107 vsize=9625040 CPUtime=2.29 cores=0,2,4,6
/proc/7110/stat : 7110 (java) S 7107 7110 6303 0 -1 4202496 11675 0 1 0 226 3 0 0 20 0 19 0 4236106 9856040960 13098 33554432000 1073741824 1073778376 140735282533248 140735282524384 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7110/statm: 2406260 13098 2260 9 0 2396937 0
[pid=7110/tid=7111] ppid=7107 vsize=9625040 CPUtime=1.48 cores=0,2,4,6
/proc/7110/task/7111/stat : 7111 (java) R 7107 7110 6303 0 -1 4202560 2417 0 1 0 146 2 0 0 20 0 19 0 4236107 9856040960 13098 33554432000 1073741824 1073778376 140735282533248 140376990842376 140376862607860 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7110/tid=7113] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7113/stat : 7113 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236108 9856040960 13098 33554432000 1073741824 1073778376 140735282533248 140376834521384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7114] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7114/stat : 7114 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236108 9856040960 13098 33554432000 1073741824 1073778376 140735282533248 140376833468584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7110/tid=7115] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7115/stat : 7115 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236108 9856040960 13098 33554432000 1073741824 1073778376 140735282533248 140376832416296 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7110/tid=7116] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7116/stat : 7116 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236108 9856040960 13098 33554432000 1073741824 1073778376 140735282533248 140376831363496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7110/tid=7117] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7117/stat : 7117 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236108 9856040960 13098 33554432000 1073741824 1073778376 140735282533248 140376830311208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7118] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7118/stat : 7118 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236108 9856040960 13098 33554432000 1073741824 1073778376 140735282533248 140376829258408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7110/tid=7119] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7119/stat : 7119 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236108 9856040960 13098 33554432000 1073741824 1073778376 140735282533248 140376828206120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7120] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7120/stat : 7120 (java) S 7107 7110 6303 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4236108 9856040960 13098 33554432000 1073741824 1073778376 140735282533248 140376827153320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7121] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7121/stat : 7121 (java) S 7107 7110 6303 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4236109 9856040960 13098 33554432000 1073741824 1073778376 140735282533248 140376814954728 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7122] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7122/stat : 7122 (java) S 7107 7110 6303 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4236109 9856040960 13098 33554432000 1073741824 1073778376 140735282533248 140376813900792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7123] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7123/stat : 7123 (java) S 7107 7110 6303 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4236109 9856040960 13098 33554432000 1073741824 1073778376 140735282533248 140376812848392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7124] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7124/stat : 7124 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236112 9856040960 13098 33554432000 1073741824 1073778376 140735282533248 140376811796880 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7125] ppid=7107 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/7110/task/7125/stat : 7125 (java) S 7107 7110 6303 0 -1 4202560 3284 0 0 0 30 0 0 0 20 0 19 0 4236112 9856040960 13098 33554432000 1073741824 1073778376 140735282533248 140376810744504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7126] ppid=7107 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/7110/task/7126/stat : 7126 (java) S 7107 7110 6303 0 -1 4202560 4701 0 0 0 47 0 0 0 20 0 19 0 4236112 9856040960 13098 33554432000 1073741824 1073778376 140735282533248 140376809691704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7110/tid=7127] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7127/stat : 7127 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236112 9856040960 13098 33554432000 1073741824 1073778376 140735282533248 140376808639608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7110/tid=7128] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7128/stat : 7128 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236112 9856040960 13098 33554432000 1073741824 1073778376 140735282533248 140376807587016 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7129] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7129/stat : 7129 (java) S 7107 7110 6303 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4236130 9856040960 13098 33554432000 1073741824 1073778376 140735282533248 140376806532008 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.08 2.14 2.15 4/214 7129
/proc/meminfo: memFree=29617500/32872528 swapFree=1100912/1182672
[pid=7110] ppid=7107 vsize=9625040 CPUtime=3.92 cores=0,2,4,6
/proc/7110/stat : 7110 (java) S 7107 7110 6303 0 -1 4202496 11686 0 1 0 388 4 0 0 20 0 19 0 4236106 9856040960 17195 33554432000 1073741824 1073778376 140735282533248 140735282524384 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7110/statm: 2406260 17195 2260 9 0 2396937 0
[pid=7110/tid=7111] ppid=7107 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/7110/task/7111/stat : 7111 (java) R 7107 7110 6303 0 -1 4202560 2427 0 1 0 305 2 0 0 20 0 19 0 4236107 9856040960 17195 33554432000 1073741824 1073778376 140735282533248 140376990843368 140376862672150 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7110/tid=7113] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7113/stat : 7113 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236108 9856040960 17195 33554432000 1073741824 1073778376 140735282533248 140376834521384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7114] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7114/stat : 7114 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236108 9856040960 17195 33554432000 1073741824 1073778376 140735282533248 140376833468584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7110/tid=7115] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7115/stat : 7115 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236108 9856040960 17195 33554432000 1073741824 1073778376 140735282533248 140376832416296 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7110/tid=7116] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7116/stat : 7116 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236108 9856040960 17195 33554432000 1073741824 1073778376 140735282533248 140376831363496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7110/tid=7117] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7117/stat : 7117 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236108 9856040960 17195 33554432000 1073741824 1073778376 140735282533248 140376830311208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7118] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7118/stat : 7118 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236108 9856040960 17195 33554432000 1073741824 1073778376 140735282533248 140376829258408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7110/tid=7119] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7119/stat : 7119 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236108 9856040960 17195 33554432000 1073741824 1073778376 140735282533248 140376828206120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7120] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7120/stat : 7120 (java) S 7107 7110 6303 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4236108 9856040960 17195 33554432000 1073741824 1073778376 140735282533248 140376827153320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7121] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7121/stat : 7121 (java) S 7107 7110 6303 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4236109 9856040960 17195 33554432000 1073741824 1073778376 140735282533248 140376814954728 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7122] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7122/stat : 7122 (java) S 7107 7110 6303 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4236109 9856040960 17195 33554432000 1073741824 1073778376 140735282533248 140376813900792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7123] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7123/stat : 7123 (java) S 7107 7110 6303 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4236109 9856040960 17195 33554432000 1073741824 1073778376 140735282533248 140376812848392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7124] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7124/stat : 7124 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236112 9856040960 17195 33554432000 1073741824 1073778376 140735282533248 140376811796880 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7125] ppid=7107 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/7110/task/7125/stat : 7125 (java) S 7107 7110 6303 0 -1 4202560 3285 0 0 0 32 0 0 0 20 0 19 0 4236112 9856040960 17195 33554432000 1073741824 1073778376 140735282533248 140376810744504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7126] ppid=7107 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/7110/task/7126/stat : 7126 (java) S 7107 7110 6303 0 -1 4202560 4701 0 0 0 48 0 0 0 20 0 19 0 4236112 9856040960 17195 33554432000 1073741824 1073778376 140735282533248 140376809691704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7110/tid=7127] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7127/stat : 7127 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236112 9856040960 17195 33554432000 1073741824 1073778376 140735282533248 140376808639608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7110/tid=7128] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7128/stat : 7128 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236112 9856040960 17195 33554432000 1073741824 1073778376 140735282533248 140376807587016 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7129] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7129/stat : 7129 (java) S 7107 7110 6303 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4236130 9856040960 17195 33554432000 1073741824 1073778376 140735282533248 140376806532008 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.92
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.16 2.15 2.15 3/214 7129
/proc/meminfo: memFree=29404348/32872528 swapFree=1100912/1182672
[pid=7110] ppid=7107 vsize=9625040 CPUtime=7.12 cores=0,2,4,6
/proc/7110/stat : 7110 (java) S 7107 7110 6303 0 -1 4202496 11701 0 1 0 707 5 0 0 20 0 19 0 4236106 9856040960 23826 33554432000 1073741824 1073778376 140735282533248 140735282524384 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7110/statm: 2406260 23826 2261 9 0 2396937 0
[pid=7110/tid=7111] ppid=7107 vsize=9625040 CPUtime=6.26 cores=0,2,4,6
/proc/7110/task/7111/stat : 7111 (java) R 7107 7110 6303 0 -1 4202560 2441 0 1 0 624 2 0 0 20 0 19 0 4236107 9856040960 23826 33554432000 1073741824 1073778376 140735282533248 140376990834352 140376862623215 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=7110/tid=7113] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7113/stat : 7113 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236108 9856040960 23826 33554432000 1073741824 1073778376 140735282533248 140376834521384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7114] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7114/stat : 7114 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236108 9856040960 23826 33554432000 1073741824 1073778376 140735282533248 140376833468584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7110/tid=7115] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7115/stat : 7115 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236108 9856040960 23826 33554432000 1073741824 1073778376 140735282533248 140376832416296 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7110/tid=7116] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7116/stat : 7116 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236108 9856040960 23826 33554432000 1073741824 1073778376 140735282533248 140376831363496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7110/tid=7117] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7117/stat : 7117 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236108 9856040960 23826 33554432000 1073741824 1073778376 140735282533248 140376830311208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7118] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7118/stat : 7118 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236108 9856040960 23826 33554432000 1073741824 1073778376 140735282533248 140376829258408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7110/tid=7119] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7119/stat : 7119 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236108 9856040960 23826 33554432000 1073741824 1073778376 140735282533248 140376828206120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7120] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7120/stat : 7120 (java) S 7107 7110 6303 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 4236108 9856040960 23826 33554432000 1073741824 1073778376 140735282533248 140376827153320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7121] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7121/stat : 7121 (java) S 7107 7110 6303 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 4236109 9856040960 23826 33554432000 1073741824 1073778376 140735282533248 140376814954728 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7122] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7122/stat : 7122 (java) S 7107 7110 6303 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 4236109 9856040960 23826 33554432000 1073741824 1073778376 140735282533248 140376813900792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7123] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7123/stat : 7123 (java) S 7107 7110 6303 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4236109 9856040960 23826 33554432000 1073741824 1073778376 140735282533248 140376812848392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7124] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7124/stat : 7124 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236112 9856040960 23826 33554432000 1073741824 1073778376 140735282533248 140376811796880 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7125] ppid=7107 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/7110/task/7125/stat : 7125 (java) S 7107 7110 6303 0 -1 4202560 3285 0 0 0 32 0 0 0 20 0 19 0 4236112 9856040960 23826 33554432000 1073741824 1073778376 140735282533248 140376810744504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7126] ppid=7107 vsize=9625040 CPUtime=0.48 cores=0,2,4,6

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

[pid=7110/tid=7129] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7129/stat : 7129 (java) S 7107 7110 6303 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4236130 9856040960 91992 33554432000 1073741824 1073778376 140735282533248 140376806532008 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1729.77
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.13 2.19 2.18 3/214 7238
/proc/meminfo: memFree=29400300/32872528 swapFree=1100912/1182672
[pid=7110] ppid=7107 vsize=9625040 CPUtime=1790 cores=0,2,4,6
/proc/7110/stat : 7110 (java) S 7107 7110 6303 0 -1 4202496 16218 0 1 0 178906 94 0 0 20 0 19 0 4236106 9856040960 87198 33554432000 1073741824 1073778376 140735282533248 140735282524384 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7110/statm: 2406260 87198 2283 9 0 2396937 0
[pid=7110/tid=7111] ppid=7107 vsize=9625040 CPUtime=1773.44 cores=0,2,4,6
/proc/7110/task/7111/stat : 7111 (java) R 7107 7110 6303 0 -1 4202560 2596 0 1 0 177312 32 0 0 20 0 19 0 4236107 9856040960 87198 33554432000 1073741824 1073778376 140735282533248 140376990842032 140376862648926 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7113] ppid=7107 vsize=9625040 CPUtime=1.11 cores=0,2,4,6
/proc/7110/task/7113/stat : 7113 (java) S 7107 7110 6303 0 -1 4202560 445 0 0 0 106 5 0 0 20 0 19 0 4236108 9856040960 87198 33554432000 1073741824 1073778376 140735282533248 140376834521384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7114] ppid=7107 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/7110/task/7114/stat : 7114 (java) S 7107 7110 6303 0 -1 4202560 381 0 0 0 110 9 0 0 20 0 19 0 4236108 9856040960 87198 33554432000 1073741824 1073778376 140735282533248 140376833468584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7110/tid=7115] ppid=7107 vsize=9625040 CPUtime=1.28 cores=0,2,4,6
/proc/7110/task/7115/stat : 7115 (java) S 7107 7110 6303 0 -1 4202560 512 0 0 0 119 9 0 0 20 0 19 0 4236108 9856040960 87198 33554432000 1073741824 1073778376 140735282533248 140376832416296 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7110/tid=7116] ppid=7107 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/7110/task/7116/stat : 7116 (java) S 7107 7110 6303 0 -1 4202560 546 0 0 0 110 8 0 0 20 0 19 0 4236108 9856040960 87198 33554432000 1073741824 1073778376 140735282533248 140376831363496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7110/tid=7117] ppid=7107 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/7110/task/7117/stat : 7117 (java) S 7107 7110 6303 0 -1 4202560 407 0 0 0 110 8 0 0 20 0 19 0 4236108 9856040960 87198 33554432000 1073741824 1073778376 140735282533248 140376830311208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7110/tid=7118] ppid=7107 vsize=9625040 CPUtime=1.17 cores=0,2,4,6
/proc/7110/task/7118/stat : 7118 (java) S 7107 7110 6303 0 -1 4202560 415 0 0 0 109 8 0 0 20 0 19 0 4236108 9856040960 87198 33554432000 1073741824 1073778376 140735282533248 140376829258408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7110/tid=7119] ppid=7107 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/7110/task/7119/stat : 7119 (java) S 7107 7110 6303 0 -1 4202560 327 0 0 0 111 8 0 0 20 0 19 0 4236108 9856040960 87198 33554432000 1073741824 1073778376 140735282533248 140376828206120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7110/tid=7120] ppid=7107 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/7110/task/7120/stat : 7120 (java) S 7107 7110 6303 0 -1 4202560 846 0 0 0 104 6 0 0 20 0 19 0 4236108 9856040960 87198 33554432000 1073741824 1073778376 140735282533248 140376827153320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7110/tid=7121] ppid=7107 vsize=9625040 CPUtime=1.35 cores=0,2,4,6
/proc/7110/task/7121/stat : 7121 (java) S 7107 7110 6303 0 -1 4202560 391 0 0 0 132 3 0 0 20 0 19 0 4236109 9856040960 87198 33554432000 1073741824 1073778376 140735282533248 140376814954728 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7122] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7122/stat : 7122 (java) S 7107 7110 6303 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4236109 9856040960 87198 33554432000 1073741824 1073778376 140735282533248 140376813900792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7123] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7123/stat : 7123 (java) S 7107 7110 6303 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4236109 9856040960 87198 33554432000 1073741824 1073778376 140735282533248 140376812848392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7124] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7124/stat : 7124 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236112 9856040960 87198 33554432000 1073741824 1073778376 140735282533248 140376811796880 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7125] ppid=7107 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/7110/task/7125/stat : 7125 (java) S 7107 7110 6303 0 -1 4202560 3285 0 0 0 32 0 0 0 20 0 19 0 4236112 9856040960 87198 33554432000 1073741824 1073778376 140735282533248 140376810744504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7126] ppid=7107 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/7110/task/7126/stat : 7126 (java) S 7107 7110 6303 0 -1 4202560 4704 0 0 0 50 0 0 0 20 0 19 0 4236112 9856040960 87198 33554432000 1073741824 1073778376 140735282533248 140376809691704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7110/tid=7127] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7127/stat : 7127 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236112 9856040960 87198 33554432000 1073741824 1073778376 140735282533248 140376808639608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7110/tid=7128] ppid=7107 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/7110/task/7128/stat : 7128 (java) S 7107 7110 6303 0 -1 4202560 104 0 0 0 26 27 0 0 20 0 19 0 4236112 9856040960 87198 33554432000 1073741824 1073778376 140735282533248 140376807587016 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7110/tid=7129] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7129/stat : 7129 (java) S 7107 7110 6303 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4236130 9856040960 87198 33554432000 1073741824 1073778376 140735282533248 140376806532008 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1790
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.3 s]
/proc/loadavg: 2.11 2.19 2.18 4/214 7238
/proc/meminfo: memFree=29391976/32872528 swapFree=1100912/1182672
[pid=7110] ppid=7107 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/7110/stat : 7110 (java) S 7107 7110 6303 0 -1 4202496 16220 0 1 0 179908 94 0 0 20 0 19 0 4236106 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140735282524384 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7110/statm: 2406260 87199 2283 9 0 2396937 0
[pid=7110/tid=7111] ppid=7107 vsize=9625040 CPUtime=1783.4 cores=0,2,4,6
/proc/7110/task/7111/stat : 7111 (java) R 7107 7110 6303 0 -1 4202560 2597 0 1 0 178307 33 0 0 20 0 19 0 4236107 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376990842048 140376862648980 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7110/tid=7113] ppid=7107 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/7110/task/7113/stat : 7113 (java) S 7107 7110 6303 0 -1 4202560 445 0 0 0 107 5 0 0 20 0 19 0 4236108 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376834521384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7114] ppid=7107 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/7110/task/7114/stat : 7114 (java) S 7107 7110 6303 0 -1 4202560 381 0 0 0 110 9 0 0 20 0 19 0 4236108 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376833468584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7110/tid=7115] ppid=7107 vsize=9625040 CPUtime=1.29 cores=0,2,4,6
/proc/7110/task/7115/stat : 7115 (java) S 7107 7110 6303 0 -1 4202560 512 0 0 0 120 9 0 0 20 0 19 0 4236108 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376832416296 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7110/tid=7116] ppid=7107 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/7110/task/7116/stat : 7116 (java) S 7107 7110 6303 0 -1 4202560 546 0 0 0 110 8 0 0 20 0 19 0 4236108 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376831363496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7110/tid=7117] ppid=7107 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/7110/task/7117/stat : 7117 (java) S 7107 7110 6303 0 -1 4202560 407 0 0 0 110 8 0 0 20 0 19 0 4236108 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376830311208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7110/tid=7118] ppid=7107 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/7110/task/7118/stat : 7118 (java) S 7107 7110 6303 0 -1 4202560 415 0 0 0 110 8 0 0 20 0 19 0 4236108 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376829258408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7119] ppid=7107 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/7110/task/7119/stat : 7119 (java) S 7107 7110 6303 0 -1 4202560 327 0 0 0 111 8 0 0 20 0 19 0 4236108 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376828206120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7110/tid=7120] ppid=7107 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/7110/task/7120/stat : 7120 (java) S 7107 7110 6303 0 -1 4202560 846 0 0 0 104 6 0 0 20 0 19 0 4236108 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376827153320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7110/tid=7121] ppid=7107 vsize=9625040 CPUtime=1.35 cores=0,2,4,6
/proc/7110/task/7121/stat : 7121 (java) S 7107 7110 6303 0 -1 4202560 392 0 0 0 132 3 0 0 20 0 19 0 4236109 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376814954728 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7110/tid=7122] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7122/stat : 7122 (java) S 7107 7110 6303 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4236109 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376813900792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7123] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7123/stat : 7123 (java) S 7107 7110 6303 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4236109 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376812848392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7124] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7124/stat : 7124 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236112 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376811796880 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7125] ppid=7107 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/7110/task/7125/stat : 7125 (java) S 7107 7110 6303 0 -1 4202560 3285 0 0 0 32 0 0 0 20 0 19 0 4236112 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376810744504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7126] ppid=7107 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/7110/task/7126/stat : 7126 (java) S 7107 7110 6303 0 -1 4202560 4704 0 0 0 50 0 0 0 20 0 19 0 4236112 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376809691704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7110/tid=7127] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7127/stat : 7127 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236112 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376808639608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7110/tid=7128] ppid=7107 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/7110/task/7128/stat : 7128 (java) S 7107 7110 6303 0 -1 4202560 104 0 0 0 27 27 0 0 20 0 19 0 4236112 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376807587016 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7110/tid=7129] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7129/stat : 7129 (java) S 7107 7110 6303 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4236130 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376806532008 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 7110 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1792.3 s]
/proc/loadavg: 2.11 2.19 2.18 4/214 7238
/proc/meminfo: memFree=29391976/32872528 swapFree=1100912/1182672
[pid=7110] ppid=7107 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/7110/stat : 7110 (java) S 7107 7110 6303 0 -1 4202496 16220 0 1 0 179908 94 0 0 20 0 19 0 4236106 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140735282524384 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/7110/statm: 2406260 87199 2283 9 0 2396937 0
[pid=7110/tid=7111] ppid=7107 vsize=9625040 CPUtime=1783.4 cores=0,2,4,6
/proc/7110/task/7111/stat : 7111 (java) R 7107 7110 6303 0 -1 4202560 2597 0 1 0 178307 33 0 0 20 0 19 0 4236107 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376990842048 140376862648980 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=7110/tid=7113] ppid=7107 vsize=9625040 CPUtime=1.12 cores=0,2,4,6
/proc/7110/task/7113/stat : 7113 (java) S 7107 7110 6303 0 -1 4202560 445 0 0 0 107 5 0 0 20 0 19 0 4236108 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376834521384 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7114] ppid=7107 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/7110/task/7114/stat : 7114 (java) S 7107 7110 6303 0 -1 4202560 381 0 0 0 110 9 0 0 20 0 19 0 4236108 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376833468584 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7110/tid=7115] ppid=7107 vsize=9625040 CPUtime=1.29 cores=0,2,4,6
/proc/7110/task/7115/stat : 7115 (java) S 7107 7110 6303 0 -1 4202560 512 0 0 0 120 9 0 0 20 0 19 0 4236108 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376832416296 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7110/tid=7116] ppid=7107 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/7110/task/7116/stat : 7116 (java) S 7107 7110 6303 0 -1 4202560 546 0 0 0 110 8 0 0 20 0 19 0 4236108 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376831363496 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7110/tid=7117] ppid=7107 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/7110/task/7117/stat : 7117 (java) S 7107 7110 6303 0 -1 4202560 407 0 0 0 110 8 0 0 20 0 19 0 4236108 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376830311208 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=7110/tid=7118] ppid=7107 vsize=9625040 CPUtime=1.18 cores=0,2,4,6
/proc/7110/task/7118/stat : 7118 (java) S 7107 7110 6303 0 -1 4202560 415 0 0 0 110 8 0 0 20 0 19 0 4236108 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376829258408 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7119] ppid=7107 vsize=9625040 CPUtime=1.19 cores=0,2,4,6
/proc/7110/task/7119/stat : 7119 (java) S 7107 7110 6303 0 -1 4202560 327 0 0 0 111 8 0 0 20 0 19 0 4236108 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376828206120 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7110/tid=7120] ppid=7107 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/7110/task/7120/stat : 7120 (java) S 7107 7110 6303 0 -1 4202560 846 0 0 0 104 6 0 0 20 0 19 0 4236108 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376827153320 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7110/tid=7121] ppid=7107 vsize=9625040 CPUtime=1.35 cores=0,2,4,6
/proc/7110/task/7121/stat : 7121 (java) S 7107 7110 6303 0 -1 4202560 392 0 0 0 132 3 0 0 20 0 19 0 4236109 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376814954728 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7110/tid=7122] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7122/stat : 7122 (java) S 7107 7110 6303 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 4236109 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376813900792 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7123] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7123/stat : 7123 (java) S 7107 7110 6303 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 4236109 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376812848392 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7124] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7124/stat : 7124 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236112 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376811796880 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7125] ppid=7107 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/7110/task/7125/stat : 7125 (java) S 7107 7110 6303 0 -1 4202560 3285 0 0 0 32 0 0 0 20 0 19 0 4236112 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376810744504 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=7110/tid=7126] ppid=7107 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/7110/task/7126/stat : 7126 (java) S 7107 7110 6303 0 -1 4202560 4704 0 0 0 50 0 0 0 20 0 19 0 4236112 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376809691704 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7110/tid=7127] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7127/stat : 7127 (java) S 7107 7110 6303 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 4236112 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376808639608 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=7110/tid=7128] ppid=7107 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/7110/task/7128/stat : 7128 (java) S 7107 7110 6303 0 -1 4202560 104 0 0 0 27 27 0 0 20 0 19 0 4236112 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376807587016 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=7110/tid=7129] ppid=7107 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/7110/task/7129/stat : 7129 (java) S 7107 7110 6303 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 4236130 9856040960 87199 33554432000 1073741824 1073778376 140735282533248 140376806532008 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1792.34
CPU time (s): 1800.02
CPU user time (s): 1799.08
CPU system time (s): 0.94
CPU usage (%): 100.429
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.5
system time used= 1.38479
maximum resident set size= 643428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16267
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41540
involuntary context switches= 26268

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.9112 second user time and 11.5142 second system time

The end

Launcher Data

Begin job on node115 at 2016-06-30 04:01:09
IDJOB=4119218
IDBENCH=111675
IDSOLVER=2546
FILE ID=node115/4119218-1467252069
RUNJOBID= node115-1467248476-6484
PBS_JOBID= 20004473
Free space on /tmp= 71652 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-BIGINT-LIN/minlplib2-pb-0.1.0/opb/normalized-graphpart_2g-0099-9211.lin.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119218-1467252069/watcher-4119218-1467252069 -o /tmp/evaluation-result-4119218-1467252069/solver-4119218-1467252069 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node115-1467248476-6484 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4119218-1467252069.opb

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

MD5SUM BENCH= c42f8265781fa4792a33f1a1b77b928d
RANDOM SEED=294506487

node115.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.087
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.17
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.087
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.56
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.087
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.54
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.087
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.087
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		: 2667.087
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.087
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.087
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:        29736512 kB
Buffers:          132128 kB
Cached:           169516 kB
SwapCached:            0 kB
Active:          1032084 kB
Inactive:         176468 kB
Active(anon):     902780 kB
Inactive(anon):     6832 kB
Active(file):     129304 kB
Inactive(file):   169636 kB
Unevictable:     1182672 kB
Mlocked:         1100912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             13808 kB
Writeback:             0 kB
AnonPages:       2083136 kB
Mapped:            22124 kB
Shmem:               204 kB
Slab:             605116 kB
SReclaimable:      48944 kB
SUnreclaim:       556172 kB
KernelStack:        1600 kB
PageTables:         8432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2964772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    946176 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= 71664 MiB
End job on node115 at 2016-06-30 04:31:01