Trace number 4085421

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)115 1800.71 1794.94

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-m4.r.opb
MD5SUMf69ecb5497caa964fbd82b9dc6698ac3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark90
Best CPU time to get the best result obtained on this benchmark0.326949
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 90
Optimality of the best value was proved YES
Number of variables652
Total number of constraints759
Number of constraints which are clauses759
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint46
Number of terms in the objective function 652
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 652
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 652
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.05/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.05/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.12	c See www.sat4j.org for details.
0.05/0.12	c version PB16.v20160501
0.05/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.12	c java.vm.version	19.1-b02
0.05/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.12	c sun.arch.data.model	64
0.05/0.12	c java.version		1.6.0_24
0.05/0.12	c os.name		Linux
0.05/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.12	c os.arch		amd64
0.05/0.12	c Free memory 		501472288
0.05/0.12	c Max memory 		7480803328
0.05/0.12	c Total memory 		504102912
0.05/0.12	c Number of processors 	8
0.05/0.15	c Pseudo Boolean Optimization by upper bound
0.05/0.15	c --- Begin Solver configuration ---
0.05/0.15	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.05/0.15	c Learn all clauses as in MiniSAT
0.05/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.15	c No reason simplification
0.05/0.15	c Glucose 2.1 dynamic restart strategy
0.05/0.15	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.05/0.15	c timeout=2147483s
0.05/0.15	c DB Simplification allowed=false
0.05/0.15	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.05/0.15	c --- End Solver configuration ---
0.05/0.15	c solving HOME/instance-4085421-1465242231.opb
0.05/0.15	c reading problem ... 
0.05/0.15	c  objective function found
0.42/0.30	c ... done. Wall clock time 0.155s.
0.42/0.30	c declared #vars     652
0.42/0.30	c #constraints  759
0.42/0.30	c constraints type 
0.42/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 743
0.42/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 16
0.42/0.30	c 759 constraints processed.
0.42/0.30	c objective function length is 652 literals
0.42/0.32	c SATISFIABLE
0.42/0.32	c OPTIMIZING...
0.42/0.32	c Got one! Elapsed wall clock time (in seconds):0.168
0.42/0.32	o 116
0.42/0.34	c Got one! Elapsed wall clock time (in seconds):0.188
0.42/0.34	o 115
1.01/0.68	c cleaning 2498 clauses out of 5011 with flag 10235/5011
1.43/0.96	c cleaning 4252 clauses out of 8513 with flag 22498/11011
1.75/1.27	c cleaning 5623 clauses out of 11262 with flag 36940/18012
2.15/1.65	c cleaning 6811 clauses out of 13638 with flag 53527/26011
2.59/2.08	c cleaning 7908 clauses out of 15827 with flag 72052/35011
3.09/2.54	c cleaning 8952 clauses out of 17920 with flag 92501/45012
3.59/3.10	c cleaning 9976 clauses out of 19968 with flag 115110/56012
4.30/3.76	c cleaning 10987 clauses out of 21992 with flag 139846/68012
5.11/4.51	c cleaning 11995 clauses out of 24005 with flag 167278/81012
5.80/5.23	c cleaning 12996 clauses out of 26009 with flag 196722/95011
6.60/6.06	c cleaning 13998 clauses out of 28014 with flag 227402/110012
7.59/7.02	c cleaning 14999 clauses out of 30015 with flag 261023/126011
8.79/8.24	c cleaning 16000 clauses out of 32016 with flag 295971/143011
10.70/10.12	c cleaning 17000 clauses out of 34016 with flag 332123/161011
12.60/12.06	c cleaning 18000 clauses out of 36016 with flag 371003/180011
14.70/14.12	c cleaning 19001 clauses out of 38017 with flag 412497/200012
16.79/16.27	c cleaning 20000 clauses out of 40016 with flag 455719/221012
19.33/18.73	c cleaning 21000 clauses out of 42016 with flag 501558/243012
21.42/20.88	c cleaning 21998 clauses out of 44016 with flag 552445/266012
23.62/23.10	c cleaning 23003 clauses out of 46018 with flag 604825/290012
26.12/25.59	c cleaning 24000 clauses out of 48016 with flag 659836/315013
28.62/28.01	c cleaning 24997 clauses out of 50014 with flag 717759/341011
31.23/30.65	c cleaning 25995 clauses out of 52017 with flag 778135/368011
34.43/33.82	c cleaning 26997 clauses out of 54022 with flag 837680/396011
38.03/37.50	c cleaning 28004 clauses out of 56026 with flag 896835/425012
41.53/40.90	c cleaning 29005 clauses out of 58022 with flag 959921/455012
45.29/44.68	c cleaning 29999 clauses out of 60017 with flag 1025580/486012
49.10/48.42	c cleaning 30998 clauses out of 62017 with flag 1093206/518011
53.09/52.44	c cleaning 32000 clauses out of 64019 with flag 1165398/551011
57.29/56.68	c cleaning 33002 clauses out of 66020 with flag 1240296/585012
61.69/61.09	c cleaning 34000 clauses out of 68018 with flag 1316722/620012
67.69/67.02	c cleaning 35000 clauses out of 70018 with flag 1395483/656012
73.29/72.61	c cleaning 35995 clauses out of 72017 with flag 1476373/693011
79.01/78.28	c cleaning 37002 clauses out of 74023 with flag 1561188/731012
84.70/83.96	c cleaning 37997 clauses out of 76020 with flag 1648502/770011
91.40/90.66	c cleaning 39002 clauses out of 78024 with flag 1735427/810012
98.90/98.10	c cleaning 40004 clauses out of 80022 with flag 1818899/851012
106.70/105.99	c cleaning 41002 clauses out of 82018 with flag 1907902/893012
115.10/114.30	c cleaning 41999 clauses out of 84015 with flag 1999207/936011
122.82/121.90	c cleaning 42997 clauses out of 86017 with flag 2095877/980012
129.73/128.81	c cleaning 44001 clauses out of 88019 with flag 2195151/1025011
137.02/136.18	c cleaning 44997 clauses out of 90018 with flag 2296487/1071011
145.52/144.63	c cleaning 46002 clauses out of 92021 with flag 2401477/1118011
153.52/152.65	c cleaning 47000 clauses out of 94019 with flag 2508376/1166011
163.02/162.20	c cleaning 47996 clauses out of 96020 with flag 2616519/1215012
172.39/171.40	c cleaning 49000 clauses out of 98023 with flag 2719006/1265011
183.89/182.92	c cleaning 50002 clauses out of 100024 with flag 2826888/1316012
196.49/195.60	c cleaning 51000 clauses out of 102023 with flag 2938729/1368013
207.39/206.49	c cleaning 51996 clauses out of 104023 with flag 3056014/1421013
218.90/217.77	c cleaning 53000 clauses out of 106025 with flag 3173710/1475011
231.60/230.48	c cleaning 54000 clauses out of 108026 with flag 3297901/1530012
242.90/241.77	c cleaning 55003 clauses out of 110028 with flag 3424294/1586014
255.40/254.21	c cleaning 56001 clauses out of 112024 with flag 3555186/1643013
264.92/263.64	c cleaning 57003 clauses out of 114022 with flag 3673907/1701012
277.12/275.82	c cleaning 57998 clauses out of 116018 with flag 3798901/1760011
286.82/285.57	c cleaning 58999 clauses out of 118021 with flag 3928696/1820012
297.77/296.36	c cleaning 60000 clauses out of 120022 with flag 4060497/1881012
309.58/308.16	c cleaning 60999 clauses out of 122021 with flag 4195811/1943011
320.78/319.32	c cleaning 62004 clauses out of 124022 with flag 4327715/2006011
333.01/331.41	c cleaning 62997 clauses out of 126018 with flag 4464504/2070011
345.21/343.60	c cleaning 64002 clauses out of 128022 with flag 4604322/2135012
359.39/357.67	c cleaning 64992 clauses out of 130020 with flag 4749194/2201012
373.78/372.09	c cleaning 66004 clauses out of 132028 with flag 4888032/2268012
387.78/386.07	c cleaning 67000 clauses out of 134023 with flag 5033799/2336011
402.30/400.44	c cleaning 68002 clauses out of 136023 with flag 5184131/2405011
417.70/415.84	c cleaning 68999 clauses out of 138021 with flag 5339536/2475011
435.19/433.27	c cleaning 69997 clauses out of 140022 with flag 5488819/2546011
450.09/448.16	c cleaning 71000 clauses out of 142026 with flag 5643231/2618012
466.40/464.32	c cleaning 71998 clauses out of 144026 with flag 5801556/2691012
484.69/482.67	c cleaning 72999 clauses out of 146028 with flag 5961136/2765012
508.13/505.90	c cleaning 74007 clauses out of 148028 with flag 6118176/2840011
526.34/524.12	c cleaning 75001 clauses out of 150021 with flag 6282665/2916011
544.43/542.13	c cleaning 75998 clauses out of 152021 with flag 6448123/2993012
560.83/558.51	c cleaning 77003 clauses out of 154023 with flag 6615626/3071012
576.52/574.12	c cleaning 77998 clauses out of 156019 with flag 6785920/3150011
592.92/590.53	c cleaning 79002 clauses out of 158021 with flag 6951055/3230011
610.57/608.13	c cleaning 79998 clauses out of 160019 with flag 7124528/3311011
626.96/624.51	c cleaning 81000 clauses out of 162021 with flag 7300264/3393011
645.23/642.74	c cleaning 82000 clauses out of 164021 with flag 7477208/3476011
664.93/662.46	c cleaning 83006 clauses out of 166022 with flag 7652803/3560012
684.86/682.39	c cleaning 83995 clauses out of 168015 with flag 7833834/3645011
710.84/708.23	c cleaning 84998 clauses out of 170020 with flag 8022446/3731011
736.74/734.16	c cleaning 86001 clauses out of 172022 with flag 8215009/3818011
755.90/753.27	c cleaning 86999 clauses out of 174022 with flag 8407499/3906012
773.79/771.02	c cleaning 87999 clauses out of 176023 with flag 8593621/3995012
795.19/792.41	c cleaning 88999 clauses out of 178024 with flag 8790666/4085012
818.53/815.70	c cleaning 90003 clauses out of 180024 with flag 8993034/4176011
843.10/840.25	c cleaning 90996 clauses out of 182022 with flag 9186345/4268012
866.29/863.48	c cleaning 92004 clauses out of 184025 with flag 9384076/4361011
891.04/888.18	c cleaning 93002 clauses out of 186021 with flag 9586393/4455011
918.11/915.18	c cleaning 93998 clauses out of 188020 with flag 9801211/4550012
945.80/942.78	c cleaning 95003 clauses out of 190021 with flag 10005694/4646011
972.30/969.25	c cleaning 95997 clauses out of 192018 with flag 10212402/4743011
1001.14/998.09	c cleaning 96997 clauses out of 194022 with flag 10432837/4841012
1033.52/1030.35	c cleaning 98000 clauses out of 196025 with flag 10652583/4940012
1063.09/1059.87	c cleaning 99001 clauses out of 198024 with flag 10869631/5040011
1087.86/1084.60	c cleaning 100000 clauses out of 200024 with flag 11079634/5141012
1117.57/1114.18	c cleaning 101000 clauses out of 202024 with flag 11306110/5243012
1152.33/1148.86	c cleaning 102003 clauses out of 204026 with flag 11536646/5346014
1188.81/1185.26	c cleaning 102999 clauses out of 206020 with flag 11771585/5450011
1220.30/1216.63	c cleaning 103996 clauses out of 208022 with flag 11991265/5555012
1247.99/1244.23	c cleaning 105001 clauses out of 210027 with flag 12224633/5661013
1284.96/1281.14	c cleaning 105999 clauses out of 212025 with flag 12466420/5768012
1319.72/1315.89	c cleaning 107001 clauses out of 214026 with flag 12706681/5876012
1363.40/1359.41	c cleaning 108002 clauses out of 216024 with flag 12934457/5985011
1395.47/1391.43	c cleaning 109003 clauses out of 218022 with flag 13175023/6095011
1433.15/1429.01	c cleaning 109994 clauses out of 220019 with flag 13413765/6206011
1468.88/1464.75	c cleaning 111003 clauses out of 222025 with flag 13652572/6318011
1496.03/1491.81	c cleaning 111998 clauses out of 224022 with flag 13889864/6431011
1519.64/1515.31	c cleaning 112999 clauses out of 226024 with flag 14134422/6545011
1544.19/1539.81	c cleaning 114004 clauses out of 228025 with flag 14376705/6660011
1573.25/1568.81	c cleaning 115002 clauses out of 230021 with flag 14619671/6776011
1607.35/1602.86	c cleaning 116000 clauses out of 232019 with flag 14873439/6893011
1641.12/1636.59	c cleaning 116999 clauses out of 234020 with flag 15131812/7011012
1665.92/1661.24	c cleaning 118003 clauses out of 236021 with flag 15383366/7130012
1700.31/1695.51	c cleaning 118994 clauses out of 238017 with flag 15647289/7250011
1737.65/1732.79	c cleaning 119999 clauses out of 240024 with flag 15912742/7371012
1773.03/1768.03	c cleaning 121005 clauses out of 242024 with flag 16166327/7493011
1800.07/1794.90	c starts		: 3
1800.07/1794.90	c conflicts		: 7602763
1800.07/1794.90	c decisions		: 10508167
1800.07/1794.90	c propagations		: 145345210
1800.07/1794.90	c inspects		: 41904325528
1800.07/1794.90	c shortcuts		: 0
1800.07/1794.90	c learnt literals	: 0
1800.07/1794.90	c learnt binary clauses	: 0
1800.07/1794.90	c learnt ternary clauses	: 0
1800.07/1794.90	c learnt constraints	: 7602763
1800.07/1794.90	c ignored constraints	: 0
1800.07/1794.90	c root simplifications	: 0
1800.07/1794.90	c removed literals (reason simplification)	: 0
1800.07/1794.90	c reason swapping (by a shorter reason)	: 0
1800.07/1794.90	c Calls to reduceDB	: 118
1800.07/1794.90	c Number of update (reduction) of LBD	: 597098
1800.07/1794.90	c Imported unit clauses	: 0
1800.07/1794.90	c number of reductions to clauses (during analyze)	: 0
1800.07/1794.90	c number of learned constraints concerned by reduction	: 0
1800.07/1794.90	c number of learning phase by resolution	: 0
1800.07/1794.90	c number of learning phase by cutting planes	: 0
1800.07/1794.90	c speed (assignments/second)	: 80990.58059928875
1800.07/1794.90	c non guided choices	0
1800.07/1794.93	c learnt constraints type 
1800.07/1794.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 230771
1800.07/1794.93	s SATISFIABLE
1800.07/1794.93	c Found 2 solution(s)
1800.07/1794.93	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 
1800.07/1794.93	c objective function=115
1800.07/1794.93	c Total wall clock time (in seconds): 1794.787

Verifier Data

OK	115

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-4085421-1465242231/watcher-4085421-1465242231 -o /tmp/evaluation-result-4085421-1465242231/solver-4085421-1465242231 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5890 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085421-1465242231.opb 

pid=10064
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.14 2.14 2.14 3/194 10067
/proc/meminfo: memFree=29569724/32872528 swapFree=16740/1306504
[pid=10067] ppid=10064 vsize=24328 CPUtime=0 cores=1,3,5,7
/proc/10067/stat : 10067 (runsolver) D 10064 10067 5873 0 -1 4202560 115 0 0 0 0 0 0 0 20 0 1 0 106155657 24911872 151 33554432000 4194304 4338465 140735427985312 140735427982952 214537424055 0 0 4096 24578 18446744071579943789 0 0 17 1 0 0 0 0 0
/proc/10067/statm: 6082 151 105 36 0 2655 0

[startup+0.100167 s]
/proc/loadavg: 2.14 2.14 2.14 3/194 10067
/proc/meminfo: memFree=29569724/32872528 swapFree=16740/1306504
[pid=10067] ppid=10064 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/10067/stat : 10067 (java) S 10064 10067 5873 0 -1 4202496 3360 0 1 0 5 0 0 0 20 0 18 0 106155657 9787879424 3981 33554432000 1073741824 1073778376 140734351203632 140734351194768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0
/proc/10067/statm: 2389619 3981 1775 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558476

[startup+0.200237 s]
/proc/loadavg: 2.14 2.14 2.14 3/194 10067
/proc/meminfo: memFree=29569724/32872528 swapFree=16740/1306504
[pid=10067] ppid=10064 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/10067/stat : 10067 (java) S 10064 10067 5873 0 -1 4202496 4730 0 1 0 19 0 0 0 20 0 18 0 106155657 9787879424 5818 33554432000 1073741824 1073778376 140734351203632 140734351194768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0
/proc/10067/statm: 2389619 5818 2196 9 0 2380296 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 9558476

[startup+0.300272 s]
/proc/loadavg: 2.14 2.14 2.14 3/194 10067
/proc/meminfo: memFree=29569724/32872528 swapFree=16740/1306504
[pid=10067] ppid=10064 vsize=9558476 CPUtime=0.42 cores=1,3,5,7
/proc/10067/stat : 10067 (java) S 10064 10067 5873 0 -1 4202496 5795 0 1 0 41 1 0 0 20 0 18 0 106155657 9787879424 7407 33554432000 1073741824 1073778376 140734351203632 140734351194768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0
/proc/10067/statm: 2389619 7407 2230 9 0 2380296 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 9558476

[startup+0.700284 s]
/proc/loadavg: 2.14 2.14 2.14 3/194 10067
/proc/meminfo: memFree=29569724/32872528 swapFree=16740/1306504
[pid=10067] ppid=10064 vsize=9625040 CPUtime=1.16 cores=1,3,5,7
/proc/10067/stat : 10067 (java) S 10064 10067 5873 0 -1 4202496 8099 0 1 0 115 1 0 0 20 0 19 0 106155657 9856040960 10317 33554432000 1073741824 1073778376 140734351203632 140734351194768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0
/proc/10067/statm: 2406260 10317 2258 9 0 2396937 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9625040

[startup+1.50072 s]
/proc/loadavg: 2.13 2.14 2.14 3/213 10086
/proc/meminfo: memFree=29530148/32872528 swapFree=16740/1306504
[pid=10067] ppid=10064 vsize=9625040 CPUtime=2.05 cores=1,3,5,7
/proc/10067/stat : 10067 (java) S 10064 10067 5873 0 -1 4202496 9108 0 1 0 203 2 0 0 20 0 19 0 106155657 9856040960 13231 33554432000 1073741824 1073778376 140734351203632 140734351194768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0
/proc/10067/statm: 2406260 13231 2260 9 0 2396937 0
[pid=10067/tid=10069] ppid=10064 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/10067/task/10069/stat : 10069 (java) R 10064 10067 5873 0 -1 4202560 2474 0 1 0 143 2 0 0 20 0 19 0 106155661 9856040960 13231 33554432000 1073741824 1073778376 140734351203632 140525161218480 140525033570160 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10070] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10070/stat : 10070 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155662 9856040960 13231 33554432000 1073741824 1073778376 140734351203632 140525005302440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10071] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10071/stat : 10071 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155662 9856040960 13231 33554432000 1073741824 1073778376 140734351203632 140525004249896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10072] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10072/stat : 10072 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155662 9856040960 13231 33554432000 1073741824 1073778376 140734351203632 140525003197352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10073] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10073/stat : 10073 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155662 9856040960 13231 33554432000 1073741824 1073778376 140734351203632 140525002144808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10074] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10074/stat : 10074 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155662 9856040960 13231 33554432000 1073741824 1073778376 140734351203632 140525001091240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10075] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10075/stat : 10075 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155662 9856040960 13231 33554432000 1073741824 1073778376 140734351203632 140525000038696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10076] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10076/stat : 10076 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155662 9856040960 13231 33554432000 1073741824 1073778376 140734351203632 140524998986152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10077] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10077/stat : 10077 (java) S 10064 10067 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106155662 9856040960 13231 33554432000 1073741824 1073778376 140734351203632 140524997933608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10078] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10078/stat : 10078 (java) S 10064 10067 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106155663 9856040960 13231 33554432000 1073741824 1073778376 140734351203632 140524985522792 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10079] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10079/stat : 10079 (java) S 10064 10067 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106155664 9856040960 13231 33554432000 1073741824 1073778376 140734351203632 140524984469112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10080] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10080/stat : 10080 (java) S 10064 10067 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106155664 9856040960 13231 33554432000 1073741824 1073778376 140734351203632 140524983416456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10081] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10081/stat : 10081 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155666 9856040960 13231 33554432000 1073741824 1073778376 140734351203632 140524982365200 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10082] ppid=10064 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/10067/task/10082/stat : 10082 (java) S 10064 10067 5873 0 -1 4202560 3049 0 0 0 32 0 0 0 20 0 19 0 106155666 9856040960 13231 33554432000 1073741824 1073778376 140734351203632 140524981311544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10083] ppid=10064 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10067/task/10083/stat : 10083 (java) S 10064 10067 5873 0 -1 4202560 2314 0 0 0 26 0 0 0 20 0 19 0 106155666 9856040960 13231 33554432000 1073741824 1073778376 140734351203632 140524980259000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10084] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10084/stat : 10084 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155666 9856040960 13231 33554432000 1073741824 1073778376 140734351203632 140524979206648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10085] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10085/stat : 10085 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155666 9856040960 13231 33554432000 1073741824 1073778376 140734351203632 140524978154312 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10086] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10086/stat : 10086 (java) S 10064 10067 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106155689 9856040960 13231 33554432000 1073741824 1073778376 140734351203632 140524977001768 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.05
Current children cumulated vsize (KiB) 9625040

[startup+3.10079 s]
/proc/loadavg: 2.13 2.14 2.14 3/213 10086
/proc/meminfo: memFree=29517000/32872528 swapFree=16740/1306504
[pid=10067] ppid=10064 vsize=9625040 CPUtime=3.69 cores=1,3,5,7
/proc/10067/stat : 10067 (java) S 10064 10067 5873 0 -1 4202496 9123 0 1 0 367 2 0 0 20 0 19 0 106155657 9856040960 17334 33554432000 1073741824 1073778376 140734351203632 140734351194768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0
/proc/10067/statm: 2406260 17334 2260 9 0 2396937 0
[pid=10067/tid=10069] ppid=10064 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/10067/task/10069/stat : 10069 (java) R 10064 10067 5873 0 -1 4202560 2482 0 1 0 302 2 0 0 20 0 19 0 106155661 9856040960 17334 33554432000 1073741824 1073778376 140734351203632 140525161209536 140525033622911 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10070] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10070/stat : 10070 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155662 9856040960 17334 33554432000 1073741824 1073778376 140734351203632 140525005302440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10071] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10071/stat : 10071 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155662 9856040960 17334 33554432000 1073741824 1073778376 140734351203632 140525004249896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10072] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10072/stat : 10072 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155662 9856040960 17334 33554432000 1073741824 1073778376 140734351203632 140525003197352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10073] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10073/stat : 10073 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155662 9856040960 17334 33554432000 1073741824 1073778376 140734351203632 140525002144808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10074] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10074/stat : 10074 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155662 9856040960 17334 33554432000 1073741824 1073778376 140734351203632 140525001091240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10075] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10075/stat : 10075 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155662 9856040960 17334 33554432000 1073741824 1073778376 140734351203632 140525000038696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10076] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10076/stat : 10076 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155662 9856040960 17334 33554432000 1073741824 1073778376 140734351203632 140524998986152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10077] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10077/stat : 10077 (java) S 10064 10067 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106155662 9856040960 17334 33554432000 1073741824 1073778376 140734351203632 140524997933608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10078] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10078/stat : 10078 (java) S 10064 10067 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106155663 9856040960 17334 33554432000 1073741824 1073778376 140734351203632 140524985522792 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10079] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10079/stat : 10079 (java) S 10064 10067 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106155664 9856040960 17334 33554432000 1073741824 1073778376 140734351203632 140524984469112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10080] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10080/stat : 10080 (java) S 10064 10067 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106155664 9856040960 17334 33554432000 1073741824 1073778376 140734351203632 140524983416456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10081] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10081/stat : 10081 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155666 9856040960 17334 33554432000 1073741824 1073778376 140734351203632 140524982365200 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10082] ppid=10064 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/10067/task/10082/stat : 10082 (java) S 10064 10067 5873 0 -1 4202560 3056 0 0 0 35 0 0 0 20 0 19 0 106155666 9856040960 17334 33554432000 1073741824 1073778376 140734351203632 140524981311544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10083] ppid=10064 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10067/task/10083/stat : 10083 (java) S 10064 10067 5873 0 -1 4202560 2314 0 0 0 26 0 0 0 20 0 19 0 106155666 9856040960 17334 33554432000 1073741824 1073778376 140734351203632 140524980259000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10084] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10084/stat : 10084 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155666 9856040960 17334 33554432000 1073741824 1073778376 140734351203632 140524979206648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10085] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10085/stat : 10085 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155666 9856040960 17334 33554432000 1073741824 1073778376 140734351203632 140524978154312 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10086] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10086/stat : 10086 (java) S 10064 10067 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106155689 9856040960 17334 33554432000 1073741824 1073778376 140734351203632 140524977001768 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.69
Current children cumulated vsize (KiB) 9625040

[startup+6.30084 s]
/proc/loadavg: 2.13 2.14 2.14 3/213 10086
/proc/meminfo: memFree=29484128/32872528 swapFree=16740/1306504
[pid=10067] ppid=10064 vsize=9625040 CPUtime=6.9 cores=1,3,5,7
/proc/10067/stat : 10067 (java) S 10064 10067 5873 0 -1 4202496 9141 0 1 0 687 3 0 0 20 0 19 0 106155657 9856040960 25384 33554432000 1073741824 1073778376 140734351203632 140734351194768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0
/proc/10067/statm: 2406260 25384 2261 9 0 2396937 0
[pid=10067/tid=10069] ppid=10064 vsize=9625040 CPUtime=6.24 cores=1,3,5,7
/proc/10067/task/10069/stat : 10069 (java) R 10064 10067 5873 0 -1 4202560 2499 0 1 0 622 2 0 0 20 0 19 0 106155661 9856040960 25384 33554432000 1073741824 1073778376 140734351203632 140525161209536 140525033715468 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10070] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10070/stat : 10070 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155662 9856040960 25384 33554432000 1073741824 1073778376 140734351203632 140525005302440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10071] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10071/stat : 10071 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155662 9856040960 25384 33554432000 1073741824 1073778376 140734351203632 140525004249896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10072] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10072/stat : 10072 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155662 9856040960 25384 33554432000 1073741824 1073778376 140734351203632 140525003197352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10073] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10073/stat : 10073 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155662 9856040960 25384 33554432000 1073741824 1073778376 140734351203632 140525002144808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10074] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10074/stat : 10074 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155662 9856040960 25384 33554432000 1073741824 1073778376 140734351203632 140525001091240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10075] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10075/stat : 10075 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155662 9856040960 25384 33554432000 1073741824 1073778376 140734351203632 140525000038696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10076] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10076/stat : 10076 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155662 9856040960 25384 33554432000 1073741824 1073778376 140734351203632 140524998986152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10077] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10077/stat : 10077 (java) S 10064 10067 5873 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106155662 9856040960 25384 33554432000 1073741824 1073778376 140734351203632 140524997933608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10078] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10078/stat : 10078 (java) S 10064 10067 5873 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106155663 9856040960 25384 33554432000 1073741824 1073778376 140734351203632 140524985522792 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10079] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10079/stat : 10079 (java) S 10064 10067 5873 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106155664 9856040960 25384 33554432000 1073741824 1073778376 140734351203632 140524984469112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10080] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10080/stat : 10080 (java) S 10064 10067 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106155664 9856040960 25384 33554432000 1073741824 1073778376 140734351203632 140524983416456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10081] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10081/stat : 10081 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155666 9856040960 25384 33554432000 1073741824 1073778376 140734351203632 140524982365200 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10082] ppid=10064 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/10067/task/10082/stat : 10082 (java) S 10064 10067 5873 0 -1 4202560 3056 0 0 0 36 0 0 0 20 0 19 0 106155666 9856040960 25384 33554432000 1073741824 1073778376 140734351203632 140524981311544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10083] ppid=10064 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10067/task/10083/stat : 10083 (java) S 10064 10067 5873 0 -1 4202560 2314 0 0 0 26 0 0 0 20 0 19 0 106155666 9856040960 25384 33554432000 1073741824 1073778376 140734351203632 140524980259000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10084] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10084/stat : 10084 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155666 9856040960 25384 33554432000 1073741824 1073778376 140734351203632 140524979206648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10085] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10085/stat : 10085 (java) S 10064 10067 5873 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 106155666 9856040960 25384 33554432000 1073741824 1073778376 140734351203632 140524978154312 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10086] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10086/stat : 10086 (java) S 10064 10067 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106155689 9856040960 25384 33554432000 1073741824 1073778376 140734351203632 140524977001768 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 6.9
Current children cumulated vsize (KiB) 9625040


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

[pid=10067/tid=10079] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10079/stat : 10079 (java) S 10064 10067 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106155664 9856040960 113620 33554432000 1073741824 1073778376 140734351203632 140524984469112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10080] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10080/stat : 10080 (java) S 10064 10067 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106155664 9856040960 113620 33554432000 1073741824 1073778376 140734351203632 140524983416456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10081] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10081/stat : 10081 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155666 9856040960 113620 33554432000 1073741824 1073778376 140734351203632 140524982365200 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10082] ppid=10064 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/10067/task/10082/stat : 10082 (java) S 10064 10067 5873 0 -1 4202560 3066 0 0 0 38 0 0 0 20 0 19 0 106155666 9856040960 113620 33554432000 1073741824 1073778376 140734351203632 140524981311544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10083] ppid=10064 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10067/task/10083/stat : 10083 (java) S 10064 10067 5873 0 -1 4202560 2314 0 0 0 26 0 0 0 20 0 19 0 106155666 9856040960 113620 33554432000 1073741824 1073778376 140734351203632 140524980259000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10084] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10084/stat : 10084 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155666 9856040960 113620 33554432000 1073741824 1073778376 140734351203632 140524979206648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10085] ppid=10064 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/10067/task/10085/stat : 10085 (java) S 10064 10067 5873 0 -1 4202560 100 0 0 0 32 23 0 0 20 0 19 0 106155666 9856040960 113620 33554432000 1073741824 1073778376 140734351203632 140524978154312 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10086] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10086/stat : 10086 (java) S 10064 10067 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106155689 9856040960 113620 33554432000 1073741824 1073778376 140734351203632 140524977001768 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1727.17
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.23 2.19 2.19 3/213 10284
/proc/meminfo: memFree=30169580/32872528 swapFree=16740/1306504
[pid=10067] ppid=10064 vsize=9625040 CPUtime=1787.38 cores=1,3,5,7
/proc/10067/stat : 10067 (java) S 10064 10067 5873 0 -1 4202496 13219 0 1 0 178658 80 0 0 20 0 19 0 106155657 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140734351194768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0
/proc/10067/statm: 2406260 112434 2283 9 0 2396937 0
[pid=10067/tid=10069] ppid=10064 vsize=9625040 CPUtime=1780.17 cores=1,3,5,7
/proc/10067/task/10069/stat : 10069 (java) R 10064 10067 5873 0 -1 4202560 2587 0 1 0 177984 33 0 0 20 0 19 0 106155661 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140525161217248 140525033644256 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10070] ppid=10064 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/10067/task/10070/stat : 10070 (java) S 10064 10067 5873 0 -1 4202560 348 0 0 0 65 6 0 0 20 0 19 0 106155662 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140525005302440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10071] ppid=10064 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/10067/task/10071/stat : 10071 (java) S 10064 10067 5873 0 -1 4202560 441 0 0 0 66 7 0 0 20 0 19 0 106155662 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140525004249896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10072] ppid=10064 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/10067/task/10072/stat : 10072 (java) S 10064 10067 5873 0 -1 4202560 395 0 0 0 59 5 0 0 20 0 19 0 106155662 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140525003197352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10073] ppid=10064 vsize=9625040 CPUtime=0.82 cores=1,3,5,7
/proc/10067/task/10073/stat : 10073 (java) S 10064 10067 5873 0 -1 4202560 407 0 0 0 74 8 0 0 20 0 19 0 106155662 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140525002144808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10074] ppid=10064 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/10067/task/10074/stat : 10074 (java) S 10064 10067 5873 0 -1 4202560 481 0 0 0 68 7 0 0 20 0 19 0 106155662 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140525001091240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10075] ppid=10064 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/10067/task/10075/stat : 10075 (java) S 10064 10067 5873 0 -1 4202560 333 0 0 0 62 6 0 0 20 0 19 0 106155662 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140525000038696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10076] ppid=10064 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/10067/task/10076/stat : 10076 (java) S 10064 10067 5873 0 -1 4202560 527 0 0 0 62 6 0 0 20 0 19 0 106155662 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524998986152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10077] ppid=10064 vsize=9625040 CPUtime=0.85 cores=1,3,5,7
/proc/10067/task/10077/stat : 10077 (java) S 10064 10067 5873 0 -1 4202560 726 0 0 0 76 9 0 0 20 0 19 0 106155662 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524997933608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10078] ppid=10064 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/10067/task/10078/stat : 10078 (java) S 10064 10067 5873 0 -1 4202560 233 0 0 0 40 2 0 0 20 0 19 0 106155663 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524985522792 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10079] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10079/stat : 10079 (java) S 10064 10067 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106155664 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524984469112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10080] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10080/stat : 10080 (java) S 10064 10067 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106155664 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524983416456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10081] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10081/stat : 10081 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155666 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524982365200 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10082] ppid=10064 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/10067/task/10082/stat : 10082 (java) S 10064 10067 5873 0 -1 4202560 3066 0 0 0 38 0 0 0 20 0 19 0 106155666 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524981311544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10083] ppid=10064 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10067/task/10083/stat : 10083 (java) S 10064 10067 5873 0 -1 4202560 2314 0 0 0 26 0 0 0 20 0 19 0 106155666 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524980259000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10084] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10084/stat : 10084 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155666 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524979206648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10085] ppid=10064 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/10067/task/10085/stat : 10085 (java) S 10064 10067 5873 0 -1 4202560 104 0 0 0 33 24 0 0 20 0 19 0 106155666 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524978154312 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10086] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10086/stat : 10086 (java) S 10064 10067 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106155689 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524977001768 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1787.38
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.9 s]
/proc/loadavg: 2.19 2.18 2.19 3/213 10284
/proc/meminfo: memFree=30169792/32872528 swapFree=16740/1306504
[pid=10067] ppid=10064 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/10067/stat : 10067 (java) S 10064 10067 5873 0 -1 4202496 13220 0 1 0 179927 80 0 0 20 0 19 0 106155657 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140734351194768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0
/proc/10067/statm: 2406260 112434 2283 9 0 2396937 0
[pid=10067/tid=10069] ppid=10064 vsize=9625040 CPUtime=1792.74 cores=1,3,5,7
/proc/10067/task/10069/stat : 10069 (java) R 10064 10067 5873 0 -1 4202560 2588 0 1 0 179241 33 0 0 20 0 19 0 106155661 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140525161217248 140525033715473 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10070] ppid=10064 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/10067/task/10070/stat : 10070 (java) S 10064 10067 5873 0 -1 4202560 348 0 0 0 66 6 0 0 20 0 19 0 106155662 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140525005302440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10071] ppid=10064 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/10067/task/10071/stat : 10071 (java) S 10064 10067 5873 0 -1 4202560 441 0 0 0 68 7 0 0 20 0 19 0 106155662 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140525004249896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10072] ppid=10064 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/10067/task/10072/stat : 10072 (java) S 10064 10067 5873 0 -1 4202560 395 0 0 0 60 5 0 0 20 0 19 0 106155662 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140525003197352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10073] ppid=10064 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/10067/task/10073/stat : 10073 (java) S 10064 10067 5873 0 -1 4202560 407 0 0 0 75 8 0 0 20 0 19 0 106155662 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140525002144808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10074] ppid=10064 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/10067/task/10074/stat : 10074 (java) S 10064 10067 5873 0 -1 4202560 481 0 0 0 71 7 0 0 20 0 19 0 106155662 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140525001091240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10075] ppid=10064 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/10067/task/10075/stat : 10075 (java) S 10064 10067 5873 0 -1 4202560 333 0 0 0 63 6 0 0 20 0 19 0 106155662 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140525000038696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10076] ppid=10064 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/10067/task/10076/stat : 10076 (java) S 10064 10067 5873 0 -1 4202560 527 0 0 0 63 6 0 0 20 0 19 0 106155662 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524998986152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10077] ppid=10064 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/10067/task/10077/stat : 10077 (java) S 10064 10067 5873 0 -1 4202560 726 0 0 0 77 9 0 0 20 0 19 0 106155662 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524997933608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10078] ppid=10064 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/10067/task/10078/stat : 10078 (java) S 10064 10067 5873 0 -1 4202560 233 0 0 0 40 2 0 0 20 0 19 0 106155663 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524985522792 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10079] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10079/stat : 10079 (java) S 10064 10067 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106155664 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524984469112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10080] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10080/stat : 10080 (java) S 10064 10067 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106155664 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524983416456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10081] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10081/stat : 10081 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155666 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524982365200 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10082] ppid=10064 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/10067/task/10082/stat : 10082 (java) S 10064 10067 5873 0 -1 4202560 3066 0 0 0 38 0 0 0 20 0 19 0 106155666 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524981311544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10083] ppid=10064 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10067/task/10083/stat : 10083 (java) S 10064 10067 5873 0 -1 4202560 2314 0 0 0 26 0 0 0 20 0 19 0 106155666 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524980259000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10084] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10084/stat : 10084 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155666 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524979206648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10085] ppid=10064 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/10067/task/10085/stat : 10085 (java) S 10064 10067 5873 0 -1 4202560 104 0 0 0 34 24 0 0 20 0 19 0 106155666 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524978154312 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10086] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10086/stat : 10086 (java) S 10064 10067 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106155689 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524977001768 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1794.9 s]
/proc/loadavg: 2.19 2.18 2.19 3/213 10284
/proc/meminfo: memFree=30169792/32872528 swapFree=16740/1306504
[pid=10067] ppid=10064 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/10067/stat : 10067 (java) S 10064 10067 5873 0 -1 4202496 13220 0 1 0 179927 80 0 0 20 0 19 0 106155657 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140734351194768 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 2 0 0
/proc/10067/statm: 2406260 112434 2283 9 0 2396937 0
[pid=10067/tid=10069] ppid=10064 vsize=9625040 CPUtime=1792.74 cores=1,3,5,7
/proc/10067/task/10069/stat : 10069 (java) R 10064 10067 5873 0 -1 4202560 2588 0 1 0 179241 33 0 0 20 0 19 0 106155661 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140525161217248 140525033715473 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10070] ppid=10064 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/10067/task/10070/stat : 10070 (java) S 10064 10067 5873 0 -1 4202560 348 0 0 0 66 6 0 0 20 0 19 0 106155662 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140525005302440 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10071] ppid=10064 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/10067/task/10071/stat : 10071 (java) S 10064 10067 5873 0 -1 4202560 441 0 0 0 68 7 0 0 20 0 19 0 106155662 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140525004249896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10072] ppid=10064 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/10067/task/10072/stat : 10072 (java) S 10064 10067 5873 0 -1 4202560 395 0 0 0 60 5 0 0 20 0 19 0 106155662 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140525003197352 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10067/tid=10073] ppid=10064 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/10067/task/10073/stat : 10073 (java) S 10064 10067 5873 0 -1 4202560 407 0 0 0 75 8 0 0 20 0 19 0 106155662 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140525002144808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10074] ppid=10064 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/10067/task/10074/stat : 10074 (java) S 10064 10067 5873 0 -1 4202560 481 0 0 0 71 7 0 0 20 0 19 0 106155662 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140525001091240 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10075] ppid=10064 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/10067/task/10075/stat : 10075 (java) S 10064 10067 5873 0 -1 4202560 333 0 0 0 63 6 0 0 20 0 19 0 106155662 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140525000038696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10076] ppid=10064 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/10067/task/10076/stat : 10076 (java) S 10064 10067 5873 0 -1 4202560 527 0 0 0 63 6 0 0 20 0 19 0 106155662 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524998986152 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10077] ppid=10064 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/10067/task/10077/stat : 10077 (java) S 10064 10067 5873 0 -1 4202560 726 0 0 0 77 9 0 0 20 0 19 0 106155662 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524997933608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10078] ppid=10064 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/10067/task/10078/stat : 10078 (java) S 10064 10067 5873 0 -1 4202560 233 0 0 0 40 2 0 0 20 0 19 0 106155663 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524985522792 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10079] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10079/stat : 10079 (java) S 10064 10067 5873 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106155664 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524984469112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10080] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10080/stat : 10080 (java) S 10064 10067 5873 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106155664 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524983416456 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10081] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10081/stat : 10081 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155666 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524982365200 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10082] ppid=10064 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/10067/task/10082/stat : 10082 (java) S 10064 10067 5873 0 -1 4202560 3066 0 0 0 38 0 0 0 20 0 19 0 106155666 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524981311544 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10067/tid=10083] ppid=10064 vsize=9625040 CPUtime=0.26 cores=1,3,5,7
/proc/10067/task/10083/stat : 10083 (java) S 10064 10067 5873 0 -1 4202560 2314 0 0 0 26 0 0 0 20 0 19 0 106155666 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524980259000 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10084] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10084/stat : 10084 (java) S 10064 10067 5873 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106155666 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524979206648 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10067/tid=10085] ppid=10064 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/10067/task/10085/stat : 10085 (java) S 10064 10067 5873 0 -1 4202560 104 0 0 0 34 24 0 0 20 0 19 0 106155666 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524978154312 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10067/tid=10086] ppid=10064 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10067/task/10086/stat : 10086 (java) S 10064 10067 5873 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106155689 9856040960 112434 33554432000 1073741824 1073778376 140734351203632 140524977001768 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1794.94
CPU time (s): 1800.71
CPU user time (s): 1799.44
CPU system time (s): 1.27081
CPU usage (%): 100.321
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 1.27081
maximum resident set size= 602420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13270
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39683
involuntary context switches= 14335

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4503 second user time and 12.1951 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-06 21:43:51
IDJOB=4085421
IDBENCH=2868
IDSOLVER=2546
FILE ID=node127/4085421-1465242231
RUNJOBID= node127-1465216773-5890
PBS_JOBID= 19843202
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/logic_synthesis/normalized-m4.r.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085421-1465242231/watcher-4085421-1465242231 -o /tmp/evaluation-result-4085421-1465242231/solver-4085421-1465242231 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1465216773-5890 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085421-1465242231.opb

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

MD5SUM BENCH= f69ecb5497caa964fbd82b9dc6698ac3
RANDOM SEED=1717919280

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.227
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.227
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.54
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.227
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.54
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.227
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:        29570548 kB
Buffers:           31160 kB
Cached:            54768 kB
SwapCached:         1748 kB
Active:          1209820 kB
Inactive:          55984 kB
Active(anon):    1181224 kB
Inactive(anon):     1140 kB
Active(file):      28596 kB
Inactive(file):    54844 kB
Unevictable:     1306504 kB
Mlocked:           16740 kB
SwapTotal:      67108856 kB
SwapFree:       67098488 kB
Dirty:               852 kB
Writeback:             0 kB
AnonPages:       2461176 kB
Mapped:            15364 kB
Shmem:                 0 kB
Slab:             566792 kB
SReclaimable:      10728 kB
SUnreclaim:       556064 kB
KernelStack:        1760 kB
PageTables:         9408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2978012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2414592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71736 MiB
End job on node127 at 2016-06-06 22:13:46