Trace number 4085410

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)177 1800.07 1792.84

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/logic_synthesis/normalized-lin.rom.r.opb
MD5SUM3183c84355c854880486b3d148840656
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark120
Best CPU time to get the best result obtained on this benchmark0.632903
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 120
Optimality of the best value was proved YES
Number of variables1076
Total number of constraints1030
Number of constraints which are clauses1030
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 constraint40
Number of terms in the objective function 1076
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 1076
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 1076
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4085410-1465242283.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  objective function found
0.30/0.26	c ... done. Wall clock time 0.156s.
0.30/0.26	c declared #vars     1076
0.30/0.26	c #constraints  1030
0.30/0.26	c constraints type 
0.30/0.26	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 991
0.30/0.26	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 39
0.30/0.26	c 1030 constraints processed.
0.30/0.26	c objective function length is 1076 literals
0.30/0.28	c SATISFIABLE
0.30/0.28	c OPTIMIZING...
0.30/0.28	c Got one! Elapsed wall clock time (in seconds):0.175
0.30/0.28	o 177
1.06/0.66	c cleaning 2493 clauses out of 5001 with flag 10775/5001
1.45/0.97	c cleaning 4244 clauses out of 8509 with flag 24130/11002
1.87/1.34	c cleaning 5626 clauses out of 11264 with flag 39463/18001
2.38/1.81	c cleaning 6812 clauses out of 13638 with flag 56621/26001
2.92/2.36	c cleaning 7907 clauses out of 15826 with flag 77122/35001
3.61/3.01	c cleaning 8952 clauses out of 17920 with flag 100242/45002
4.31/3.79	c cleaning 9975 clauses out of 19966 with flag 125155/56000
5.21/4.68	c cleaning 10993 clauses out of 21992 with flag 151525/68001
6.32/5.74	c cleaning 11991 clauses out of 23998 with flag 181373/81000
7.41/6.82	c cleaning 12998 clauses out of 26008 with flag 213074/95001
8.71/8.12	c cleaning 13991 clauses out of 28009 with flag 248178/110000
10.21/9.67	c cleaning 15002 clauses out of 30019 with flag 285540/126001
11.81/11.29	c cleaning 15997 clauses out of 32016 with flag 325049/143000
13.25/12.69	c cleaning 16999 clauses out of 34020 with flag 365907/161001
14.96/14.40	c cleaning 18000 clauses out of 36021 with flag 408764/180001
16.85/16.25	c cleaning 19005 clauses out of 38020 with flag 455120/200000
19.36/18.73	c cleaning 19991 clauses out of 40015 with flag 503875/221000
21.56/20.91	c cleaning 21004 clauses out of 42025 with flag 554519/243001
23.76/23.16	c cleaning 22000 clauses out of 44021 with flag 607090/266001
26.35/25.70	c cleaning 23001 clauses out of 46021 with flag 662167/290001
29.36/28.71	c cleaning 23998 clauses out of 48020 with flag 720441/315001
32.74/32.09	c cleaning 24997 clauses out of 50021 with flag 780538/341000
36.23/35.56	c cleaning 26001 clauses out of 52024 with flag 842250/368000
39.93/39.27	c cleaning 27005 clauses out of 54023 with flag 905850/396000
44.13/43.41	c cleaning 28001 clauses out of 56019 with flag 969048/425001
49.33/48.65	c cleaning 29000 clauses out of 58017 with flag 1033218/455000
54.83/54.19	c cleaning 29998 clauses out of 60017 with flag 1101042/486000
60.33/59.55	c cleaning 30997 clauses out of 62020 with flag 1171084/518001
66.22/65.42	c cleaning 32000 clauses out of 64022 with flag 1245712/551000
72.43/71.67	c cleaning 33000 clauses out of 66022 with flag 1321240/585000
79.12/78.36	c cleaning 34001 clauses out of 68022 with flag 1400526/620000
86.02/85.20	c cleaning 35000 clauses out of 70021 with flag 1483112/656000
92.84/91.90	c cleaning 35996 clauses out of 72022 with flag 1567846/693001
100.05/99.11	c cleaning 37000 clauses out of 74027 with flag 1655270/731002
107.65/106.72	c cleaning 38006 clauses out of 76027 with flag 1743588/770002
115.14/114.23	c cleaning 39005 clauses out of 78019 with flag 1832661/810000
122.75/121.71	c cleaning 39996 clauses out of 80014 with flag 1920500/851000
131.65/130.65	c cleaning 40998 clauses out of 82020 with flag 2014494/893002
140.55/139.53	c cleaning 41995 clauses out of 84020 with flag 2111603/936000
149.35/148.38	c cleaning 42999 clauses out of 86025 with flag 2212229/980000
157.64/156.55	c cleaning 44001 clauses out of 88028 with flag 2314062/1025002
165.93/164.83	c cleaning 45003 clauses out of 90025 with flag 2415581/1071000
174.33/173.24	c cleaning 46001 clauses out of 92024 with flag 2524332/1118002
184.75/183.51	c cleaning 46999 clauses out of 94022 with flag 2630737/1166001
194.86/193.69	c cleaning 47998 clauses out of 96022 with flag 2742017/1215000
204.45/203.20	c cleaning 48991 clauses out of 98024 with flag 2856742/1265000
214.20/212.86	c cleaning 50006 clauses out of 100033 with flag 2973959/1316000
224.70/223.40	c cleaning 51004 clauses out of 102027 with flag 3092697/1368000
233.80/232.46	c cleaning 52003 clauses out of 104024 with flag 3210952/1421001
242.07/240.58	c cleaning 53005 clauses out of 106021 with flag 3329157/1475001
250.57/249.01	c cleaning 53999 clauses out of 108016 with flag 3450122/1530001
263.77/262.00	c cleaning 54996 clauses out of 110017 with flag 3576283/1586001
276.57/274.81	c cleaning 55997 clauses out of 112020 with flag 3699930/1643000
291.97/290.29	c cleaning 57005 clauses out of 114023 with flag 3830624/1701000
304.45/302.52	c cleaning 57996 clauses out of 116018 with flag 3960464/1760000
314.94/313.09	c cleaning 58998 clauses out of 118022 with flag 4093887/1820000
325.75/323.81	c cleaning 60003 clauses out of 120026 with flag 4231529/1881002
337.15/335.27	c cleaning 61001 clauses out of 122022 with flag 4366340/1943001
349.41/347.42	c cleaning 62003 clauses out of 124021 with flag 4499995/2006001
364.90/362.83	c cleaning 62999 clauses out of 126017 with flag 4639093/2070000
379.10/377.02	c cleaning 63999 clauses out of 128018 with flag 4777805/2135000
392.77/390.62	c cleaning 64997 clauses out of 130019 with flag 4923897/2201000
407.68/405.59	c cleaning 66002 clauses out of 132023 with flag 5067132/2268001
422.74/420.51	c cleaning 66998 clauses out of 134020 with flag 5218299/2336000
437.13/434.93	c cleaning 67998 clauses out of 136022 with flag 5373191/2405000
452.17/449.96	c cleaning 69000 clauses out of 138025 with flag 5530944/2475001
468.43/466.14	c cleaning 69999 clauses out of 140024 with flag 5685650/2546000
485.03/482.78	c cleaning 71006 clauses out of 142025 with flag 5849392/2618000
500.79/498.44	c cleaning 72002 clauses out of 144019 with flag 6009052/2691000
516.16/513.76	c cleaning 72995 clauses out of 146017 with flag 6169470/2765000
529.97/527.45	c cleaning 73997 clauses out of 148022 with flag 6333273/2840000
546.26/543.79	c cleaning 75004 clauses out of 150025 with flag 6505258/2916000
561.83/559.25	c cleaning 76000 clauses out of 152021 with flag 6681713/2993000
581.82/579.14	c cleaning 76999 clauses out of 154021 with flag 6857154/3071000
603.65/600.89	c cleaning 77997 clauses out of 156023 with flag 7035679/3150001
621.72/618.84	c cleaning 79002 clauses out of 158025 with flag 7218011/3230000
641.42/638.53	c cleaning 80001 clauses out of 160025 with flag 7402053/3311002
656.55/653.65	c cleaning 81000 clauses out of 162023 with flag 7590150/3393001
670.69/667.76	c cleaning 82001 clauses out of 164022 with flag 7781608/3476000
685.47/682.42	c cleaning 82996 clauses out of 166022 with flag 7976883/3560001
703.01/699.99	c cleaning 83999 clauses out of 168025 with flag 8171174/3645000
719.46/716.37	c cleaning 84995 clauses out of 170026 with flag 8370236/3731000
736.41/733.26	c cleaning 86000 clauses out of 172032 with flag 8572277/3818001
762.23/759.05	c cleaning 87004 clauses out of 174032 with flag 8772238/3906001
777.61/774.36	c cleaning 87996 clauses out of 176027 with flag 8975250/3995000
798.90/795.51	c cleaning 89006 clauses out of 178032 with flag 9181415/4085001
817.16/813.73	c cleaning 90001 clauses out of 180025 with flag 9389995/4176000
838.45/834.98	c cleaning 91000 clauses out of 182025 with flag 9600625/4268001
855.76/852.10	c cleaning 92002 clauses out of 184024 with flag 9812467/4361000
876.51/872.81	c cleaning 92997 clauses out of 186022 with flag 10024965/4455000
898.81/895.05	c cleaning 93996 clauses out of 188025 with flag 10241945/4550000
923.58/919.72	c cleaning 95001 clauses out of 190030 with flag 10460177/4646001
949.18/945.26	c cleaning 95999 clauses out of 192029 with flag 10681481/4743001
972.22/968.20	c cleaning 97003 clauses out of 194029 with flag 10906030/4841000
996.45/992.39	c cleaning 97992 clauses out of 196026 with flag 11137008/4940000
1026.30/1022.05	c cleaning 99000 clauses out of 198035 with flag 11362847/5040001
1059.63/1055.38	c cleaning 100002 clauses out of 200036 with flag 11592502/5141002
1086.59/1082.28	c cleaning 100999 clauses out of 202033 with flag 11822822/5243001
1114.25/1109.81	c cleaning 102006 clauses out of 204034 with flag 12064150/5346001
1146.95/1142.39	c cleaning 103003 clauses out of 206027 with flag 12301208/5450000
1175.64/1170.94	c cleaning 104004 clauses out of 208025 with flag 12542559/5555001
1203.56/1198.77	c cleaning 105002 clauses out of 210021 with flag 12782815/5661001
1230.75/1225.80	c cleaning 105999 clauses out of 212019 with flag 13026119/5768001
1260.14/1255.06	c cleaning 106998 clauses out of 214019 with flag 13272390/5876000
1296.83/1291.68	c cleaning 108002 clauses out of 216022 with flag 13522961/5985001
1329.18/1323.84	c cleaning 109001 clauses out of 218019 with flag 13767721/6095000
1368.11/1362.63	c cleaning 109999 clauses out of 220019 with flag 14014986/6206001
1414.49/1408.80	c cleaning 111001 clauses out of 222019 with flag 14267598/6318000
1455.25/1449.45	c cleaning 111994 clauses out of 224018 with flag 14522369/6431000
1488.52/1482.53	c cleaning 112999 clauses out of 226024 with flag 14782543/6545000
1531.70/1525.51	c cleaning 114001 clauses out of 228025 with flag 15045102/6660000
1574.22/1567.91	c cleaning 114999 clauses out of 230025 with flag 15314834/6776001
1617.34/1610.80	c cleaning 116006 clauses out of 232026 with flag 15578475/6893001
1659.00/1652.32	c cleaning 116997 clauses out of 234020 with flag 15842831/7011001
1703.38/1696.54	c cleaning 117998 clauses out of 236022 with flag 16110896/7130000
1748.37/1741.34	c cleaning 119000 clauses out of 238024 with flag 16381781/7250000
1794.76/1787.54	c cleaning 120002 clauses out of 240025 with flag 16661885/7371001
1800.07/1792.81	c starts		: 2
1800.07/1792.81	c conflicts		: 7395675
1800.07/1792.81	c decisions		: 10906031
1800.07/1792.81	c propagations		: 163704524
1800.07/1792.81	c inspects		: 38437970774
1800.07/1792.81	c shortcuts		: 0
1800.07/1792.81	c learnt literals	: 0
1800.07/1792.81	c learnt binary clauses	: 0
1800.07/1792.81	c learnt ternary clauses	: 0
1800.07/1792.81	c learnt constraints	: 7395675
1800.07/1792.81	c ignored constraints	: 0
1800.07/1792.81	c root simplifications	: 0
1800.07/1792.81	c removed literals (reason simplification)	: 0
1800.07/1792.81	c reason swapping (by a shorter reason)	: 0
1800.07/1792.81	c Calls to reduceDB	: 117
1800.07/1792.81	c Number of update (reduction) of LBD	: 703674
1800.07/1792.81	c Imported unit clauses	: 0
1800.07/1792.81	c number of reductions to clauses (during analyze)	: 0
1800.07/1792.81	c number of learned constraints concerned by reduction	: 0
1800.07/1792.81	c number of learning phase by resolution	: 0
1800.07/1792.81	c number of learning phase by cutting planes	: 0
1800.07/1792.81	c speed (assignments/second)	: 91325.34914105221
1800.07/1792.81	c non guided choices	0
1800.07/1792.83	c learnt constraints type 
1800.07/1792.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 144697
1800.07/1792.83	s SATISFIABLE
1800.07/1792.83	c Found 1 solution(s)
1800.07/1792.84	v -x1 x2 -x3 x4 x5 x6 -x7 -x8 -x9 x10 -x11 -x12 -x13 -x14 x15 x16 x17 x18 -x19 -x20 x21 -x22 -x23 x24 -x25 -x26 x27 -x28 x29 -x30 x31 x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 x48 x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 x79 x80 -x81 -x82 x83 x84 -x85 -x86 -x87 x88 -x89 -x90 -x91 -x92 -x93 -x94 x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 x108 -x109 x110 -x111 x112 -x113 x114 -x115 -x116 x117 -x118 x119 -x120 -x121 -x122 -x123 -x124 x125 -x126 -x127 -x128 x129 x130 x131 -x132 -x133 -x134 x135 x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 x151 -x152 x153 -x154 x155 -x156 -x157 x158 -x159 -x160 x161 -x162 x163 -x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 x174 -x175 -x176 -x177 -x178 -x179 -x180 -x181 x182 -x183 -x184 -x185 x186 -x187 -x188 -x189 -x190 -x191 x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 x214 -x215 x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 x224 -x225 -x226 x227 -x228 -x229 -x230 x231 -x232 x233 x234 -x235 -x236 -x237 x238 -x239 -x240 -x241 x242 x243 x244 -x245 -x246 -x247 -x248 -x249 -x250 x251 x252 -x253 -x254 -x255 -x256 x257 x258 -x259 x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 x279 -x280 -x281 x282 -x283 x284 -x285 x286 x287 x288 -x289 -x290 x291 -x292 -x293 -x294 -x295 -x296 -x297 -x298 x299 -x300 x301 -x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 -x310 -x311 -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 x324 x325 x326 -x327 -x328 -x329 -x330 -x331 x332 -x333 -x334 -x335 -x336 -x337 -x338 x339 x340 -x341 -x342 x343 -x344 -x345 -x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 -x354 -x355 -x356 -x357 x358 x359 x360 -x361 -x362 -x363 -x364 -x365 -x366 x367 -x368 -x369 -x370 -x371 -x372 -x373 -x374 -x375 -x376 -x377 -x378 x379 -x380 x381 -x382 -x383 x384 -x385 -x386 -x387 -x388 -x389 -x390 -x391 -x392 x393 x394 -x395 -x396 x397 -x398 -x399 x400 -x401 -x402 x403 -x404 x405 -x406 x407 -x408 x409 -x410 -x411 x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 -x420 -x421 x422 -x423 -x424 -x425 -x426 x427 -x428 -x429 -x430 x431 -x432 x433 -x434 -x435 -x436 -x437 -x438 -x439 -x440 -x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 x449 x450 x451 -x452 -x453 x454 x455 -x456 -x457 -x458 -x459 -x460 -x461 -x462 -x463 -x464 -x465 -x466 -x467 -x468 -x469 -x470 -x471 -x472 x473 -x474 -x475 x476 -x477 -x478 -x479 -x480 -x481 x482 -x483 -x484 -x485 -x486 -x487 -x488 -x489 -x490 -x491 -x492 -x493 -x494 -x495 -x496 -x497 -x498 -x499 -x500 -x501 x502 x503 -x504 -x505 -x506 -x507 -x508 -x509 -x510 -x511 -x512 x513 -x514 -x515 -x516 -x517 -x518 x519 -x520 -x521 -x522 -x523 -x524 -x525 -x526 -x527 -x528 -x529 -x530 -x531 -x532 -x533 x534 -x535 -x536 -x537 -x538 -x539 -x540 -x541 -x542 x543 -x544 x545 -x546 -x547 -x548 -x549 -x550 -x551 x552 x553 -x554 -x555 -x556 -x557 -x558 -x559 -x560 -x561 -x562 -x563 -x564 -x565 -x566 -x567 x568 -x569 -x570 x571 -x572 -x573 x574 -x575 -x576 -x577 x578 -x579 -x580 -x581 x582 -x583 -x584 -x585 -x586 -x587 -x588 -x589 -x590 -x591 -x592 -x593 -x594 -x595 -x596 -x597 -x598 -x599 x600 -x601 x602 -x603 -x604 -x605 -x606 -x607 -x608 -x609 -x610 -x611 x612 -x613 -x614 -x615 -x616 -x617 -x618 x619 -x620 -x621 -x622 -x623 -x624 -x625 -x626 -x627 -x628 x629 -x630 -x631 -x632 x633 -x634 -x635 -x636 -x637 x638 x639 -x640 -x641 -x642 x643 -x644 -x645 -x646 -x647 -x648 -x649 -x650 -x651 -x652 -x653 -x654 -x655 x656 -x657 -x658 -x659 -x660 -x661 -x662 x663 -x664 -x665 x666 -x667 -x668 -x669 -x670 -x671 -x672 x673 -x674 -x675 -x676 -x677 -x678 x679 -x680 -x681 -x682 -x683 -x684 -x685 -x686 -x687 -x688 -x689 -x690 -x691 -x692 -x693 -x694 -x695 -x696 -x697 -x698 x699 -x700 -x701 -x702 -x703 -x704 -x705 -x706 -x707 -x708 -x709 -x710 -x711 -x712 -x713 -x714 -x715 -x716 -x717 x718 x719 -x720 -x721 -x722 -x723 -x724 x725 -x726 -x727 x728 x729 -x730 -x731 x732 x733 -x734 -x735 -x736 -x737 -x738 -x739 -x740 -x741 -x742 -x743 -x744 -x745 x746 -x747 -x748 x749 -x750 -x751 -x752 -x753 -x754 -x755 x756 -x757 -x758 -x759 -x760 -x761 -x762 -x763 -x764 -x765 -x766 -x767 -x768 -x769 -x770 -x771 -x772 -x773 -x774 -x775 -x776 -x777 -x778 -x779 -x780 -x781 -x782 -x783 -x784 -x785 x786 -x787 x788 -x789 -x790 -x791 -x792 -x793 -x794 -x795 -x796 x797 -x798 -x799 -x800 -x801 -x802 -x803 -x804 -x805 -x806 -x807 -x808 -x809 -x810 -x811 -x812 -x813 -x814 -x815 -x816 -x817 -x818 -x819 -x820 -x821 -x822 -x823 -x824 -x825 -x826 -x827 -x828 -x829 -x830 -x831 -x832 -x833 -x834 -x835 -x836 -x837 -x838 -x839 -x840 -x841 -x842 -x843 -x844 -x845 -x846 -x847 -x848 -x849 -x850 x851 -x852 x853 -x854 -x855 -x856 -x857 -x858 -x859 -x860 x861 -x862 -x863 -x864 -x865 -x866 -x867 -x868 -x869 -x870 -x871 -x872 -x873 -x874 -x875 -x876 x877 x878 -x879 -x880 -x881 -x882 -x883 -x884 -x885 -x886 -x887 -x888 -x889 -x890 -x891 -x892 x893 -x894 -x895 -x896 -x897 -x898 -x899 -x900 -x901 -x902 -x903 -x904 -x905 -x906 -x907 -x908 -x909 -x910 x911 -x912 -x913 -x914 -x915 -x916 -x917 -x918 -x919 -x920 x921 -x922 -x923 -x924 -x925 -x926 -x927 -x928 -x929 -x930 x931 -x932 -x933 -x934 -x935 -x936 -x937 -x938 -x939 -x940 -x941 -x942 -x943 -x944 -x945 x946 -x947 -x948 -x949 -x950 -x951 -x952 -x953 x954 -x955 -x956 -x957 -x958 -x959 -x960 -x961 x962 -x963 -x964 -x965 -x966 -x967 -x968 -x969 -x970 -x971 -x972 x973 -x974 -x975 -x976 -x977 -x978 -x979 -x980 -x981 -x982 -x983 -x984 -x985 -x986 x987 -x988 -x989 -x990 -x991 -x992 x993 -x994 -x995 -x996 -x997 -x998 -x999 -x1000 x1001 -x1002 -x1003 -x1004 -x1005 -x1006 -x1007 -x1008 -x1009 -x1010 -x1011 -x1012 -x1013 x1014 -x1015 -x1016 -x1017 -x1018 -x1019 -x1020 -x1021 -x1022 x1023 -x1024 -x1025 -x1026 -x1027 -x1028 -x1029 -x1030 -x1031 -x1032 -x1033 -x1034 -x1035 -x1036 -x1037 -x1038 -x1039 -x1040 x1041 -x1042 -x1043 -x1044 -x1045 -x1046 -x1047 -x1048 -x1049 -x1050 -x1051 -x1052 -x1053 -x1054 -x1055 -x1056 x1057 -x1058 -x1059 -x1060 -x1061 -x1062 -x1063 -x1064 x1065 -x1066 -x1067 -x1068 -x1069 -x1070 -x1071 -x1072 -x1073 -x1074 -x1075 -x1076 
1800.07/1792.84	c objective function=177
1800.07/1792.84	c Total wall clock time (in seconds): 1792.736

Verifier Data

OK	177

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-4085410-1465242283/watcher-4085410-1465242283 -o /tmp/evaluation-result-4085410-1465242283/solver-4085410-1465242283 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465220260-9034 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085410-1465242283.opb 

pid=12117
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.19 2.26 2.23 3/194 12120
/proc/meminfo: memFree=30293164/32872528 swapFree=17452/1581112
[pid=12120] ppid=12117 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/12120/stat : 12120 (java) S 12117 12120 9017 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 106160227 98570240 977 33554432000 1073741824 1073778376 140733915870368 140733915861504 248793563197 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12120/statm: 24065 977 743 9 0 16771 0
[pid=12120/tid=12121] ppid=12117 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12121/stat : 12121 (java) R 12117 12120 9017 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 106160227 98570240 978 33554432000 1073741824 1073778376 140733915870368 140091593362984 248790205824 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100163 s]
/proc/loadavg: 2.19 2.26 2.23 3/194 12120
/proc/meminfo: memFree=30293164/32872528 swapFree=17452/1581112
[pid=12120] ppid=12117 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/12120/stat : 12120 (java) S 12117 12120 9017 0 -1 4202496 4503 0 1 0 10 1 0 0 20 0 18 0 106160227 9787879424 6134 33554432000 1073741824 1073778376 140733915870368 140733915861504 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12120/statm: 2389619 6134 2157 9 0 2380296 0
[pid=12120/tid=12121] ppid=12117 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/12120/task/12121/stat : 12121 (java) R 12117 12120 9017 0 -1 4202560 2381 0 1 0 8 0 0 0 20 0 18 0 106160227 9787879424 6134 33554432000 1073741824 1073778376 140733915870368 140091593366432 248793563833 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200379 s]
/proc/loadavg: 2.19 2.26 2.23 3/194 12120
/proc/meminfo: memFree=30293164/32872528 swapFree=17452/1581112
[pid=12120] ppid=12117 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/12120/stat : 12120 (java) S 12117 12120 9017 0 -1 4202496 4971 0 1 0 29 1 0 0 20 0 18 0 106160227 9787879424 6988 33554432000 1073741824 1073778376 140733915870368 140733915861504 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12120/statm: 2389619 6988 2218 9 0 2380296 0
[pid=12120/tid=12121] ppid=12117 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/12120/task/12121/stat : 12121 (java) R 12117 12120 9017 0 -1 4202560 2409 0 1 0 18 0 0 0 20 0 18 0 106160227 9787879424 6988 33554432000 1073741824 1073778376 140733915870368 140091593366432 140091448122011 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300423 s]
/proc/loadavg: 2.19 2.26 2.23 3/194 12120
/proc/meminfo: memFree=30293164/32872528 swapFree=17452/1581112
[pid=12120] ppid=12117 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/12120/stat : 12120 (java) S 12117 12120 9017 0 -1 4202496 6627 0 1 0 55 1 0 0 20 0 19 0 106160227 9856040960 9498 33554432000 1073741824 1073778376 140733915870368 140733915861504 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12120/statm: 2406260 9498 2239 9 0 2396937 0
[pid=12120/tid=12121] ppid=12117 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/12120/task/12121/stat : 12121 (java) R 12117 12120 9017 0 -1 4202560 2426 0 1 0 27 0 0 0 20 0 19 0 106160227 9856040960 9498 33554432000 1073741824 1073778376 140733915870368 140091593368192 140091448161696 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700332 s]
/proc/loadavg: 2.19 2.26 2.23 3/194 12120
/proc/meminfo: memFree=30293164/32872528 swapFree=17452/1581112
[pid=12120] ppid=12117 vsize=9625040 CPUtime=1.22 cores=1,3,5,7
/proc/12120/stat : 12120 (java) S 12117 12120 9017 0 -1 4202496 8279 0 1 0 121 1 0 0 20 0 19 0 106160227 9856040960 11095 33554432000 1073741824 1073778376 140733915870368 140733915861504 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12120/statm: 2406260 11095 2258 9 0 2396937 0
[pid=12120/tid=12121] ppid=12117 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/12120/task/12121/stat : 12121 (java) R 12117 12120 9017 0 -1 4202560 2428 0 1 0 66 1 0 0 20 0 19 0 106160227 9856040960 11095 33554432000 1073741824 1073778376 140733915870368 140091593368040 140091448687263 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.22
Current children cumulated vsize (KiB) 9625040

[startup+1.50082 s]
/proc/loadavg: 2.17 2.26 2.23 3/213 12139
/proc/meminfo: memFree=30250764/32872528 swapFree=17452/1581112
[pid=12120] ppid=12117 vsize=9625040 CPUtime=2.08 cores=1,3,5,7
/proc/12120/stat : 12120 (java) S 12117 12120 9017 0 -1 4202496 8314 0 1 0 206 2 0 0 20 0 19 0 106160227 9856040960 14194 33554432000 1073741824 1073778376 140733915870368 140733915861504 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12120/statm: 2406260 14194 2260 9 0 2396937 0
[pid=12120/tid=12121] ppid=12117 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/12120/task/12121/stat : 12121 (java) R 12117 12120 9017 0 -1 4202560 2435 0 1 0 146 1 0 0 20 0 19 0 106160227 9856040960 14194 33554432000 1073741824 1073778376 140733915870368 140091593359056 140091448676118 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12120/tid=12123] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12123/stat : 12123 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160228 9856040960 14194 33554432000 1073741824 1073778376 140733915870368 140091437132840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12124] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12124/stat : 12124 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160228 9856040960 14194 33554432000 1073741824 1073778376 140733915870368 140091436080040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12120/tid=12125] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12125/stat : 12125 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160228 9856040960 14194 33554432000 1073741824 1073778376 140733915870368 140091435027240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12120/tid=12126] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12126/stat : 12126 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160228 9856040960 14194 33554432000 1073741824 1073778376 140733915870368 140091433974440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12120/tid=12127] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12127/stat : 12127 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160228 9856040960 14194 33554432000 1073741824 1073778376 140733915870368 140091432921640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12128] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12128/stat : 12128 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160228 9856040960 14194 33554432000 1073741824 1073778376 140733915870368 140091095771560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12120/tid=12129] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12129/stat : 12129 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160228 9856040960 14194 33554432000 1073741824 1073778376 140733915870368 140091094718760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12130] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12130/stat : 12130 (java) S 12117 12120 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106160228 9856040960 14194 33554432000 1073741824 1073778376 140733915870368 140091093665960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12131] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12131/stat : 12131 (java) S 12117 12120 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106160229 9856040960 14194 33554432000 1073741824 1073778376 140733915870368 140091081468904 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12132] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12132/stat : 12132 (java) S 12117 12120 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106160229 9856040960 14194 33554432000 1073741824 1073778376 140733915870368 140091080414968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12133] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12133/stat : 12133 (java) S 12117 12120 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106160229 9856040960 14194 33554432000 1073741824 1073778376 140733915870368 140091079362056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12134] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12134/stat : 12134 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160232 9856040960 14194 33554432000 1073741824 1073778376 140733915870368 140091078310544 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12135] ppid=12117 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/12120/task/12135/stat : 12135 (java) S 12117 12120 9017 0 -1 4202560 1864 0 0 0 27 0 0 0 20 0 19 0 106160232 9856040960 14194 33554432000 1073741824 1073778376 140733915870368 140091077257656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12136] ppid=12117 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/12120/task/12136/stat : 12136 (java) S 12117 12120 9017 0 -1 4202560 2738 0 0 0 28 0 0 0 20 0 19 0 106160232 9856040960 14194 33554432000 1073741824 1073778376 140733915870368 140091076204856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12120/tid=12137] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12137/stat : 12137 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160232 9856040960 14194 33554432000 1073741824 1073778376 140733915870368 140091075152248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12120/tid=12138] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12138/stat : 12138 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160232 9856040960 14194 33554432000 1073741824 1073778376 140733915870368 140091074099656 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12139] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12139/stat : 12139 (java) S 12117 12120 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106160254 9856040960 14194 33554432000 1073741824 1073778376 140733915870368 140091072947880 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.17 2.26 2.23 3/213 12139
/proc/meminfo: memFree=30233884/32872528 swapFree=17452/1581112
[pid=12120] ppid=12117 vsize=9625040 CPUtime=3.71 cores=1,3,5,7
/proc/12120/stat : 12120 (java) S 12117 12120 9017 0 -1 4202496 8324 0 1 0 369 2 0 0 20 0 19 0 106160227 9856040960 19314 33554432000 1073741824 1073778376 140733915870368 140733915861504 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12120/statm: 2406260 19314 2260 9 0 2396937 0
[pid=12120/tid=12121] ppid=12117 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/12120/task/12121/stat : 12121 (java) R 12117 12120 9017 0 -1 4202560 2445 0 1 0 306 1 0 0 20 0 19 0 106160227 9856040960 19314 33554432000 1073741824 1073778376 140733915870368 140091593359040 140091448701263 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12120/tid=12123] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12123/stat : 12123 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160228 9856040960 19314 33554432000 1073741824 1073778376 140733915870368 140091437132840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12124] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12124/stat : 12124 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160228 9856040960 19314 33554432000 1073741824 1073778376 140733915870368 140091436080040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12120/tid=12125] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12125/stat : 12125 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160228 9856040960 19314 33554432000 1073741824 1073778376 140733915870368 140091435027240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12120/tid=12126] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12126/stat : 12126 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160228 9856040960 19314 33554432000 1073741824 1073778376 140733915870368 140091433974440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12120/tid=12127] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12127/stat : 12127 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160228 9856040960 19314 33554432000 1073741824 1073778376 140733915870368 140091432921640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12128] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12128/stat : 12128 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160228 9856040960 19314 33554432000 1073741824 1073778376 140733915870368 140091095771560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12120/tid=12129] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12129/stat : 12129 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160228 9856040960 19314 33554432000 1073741824 1073778376 140733915870368 140091094718760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12130] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12130/stat : 12130 (java) S 12117 12120 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106160228 9856040960 19314 33554432000 1073741824 1073778376 140733915870368 140091093665960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12131] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12131/stat : 12131 (java) S 12117 12120 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106160229 9856040960 19314 33554432000 1073741824 1073778376 140733915870368 140091081468904 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12132] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12132/stat : 12132 (java) S 12117 12120 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106160229 9856040960 19314 33554432000 1073741824 1073778376 140733915870368 140091080414968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12133] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12133/stat : 12133 (java) S 12117 12120 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106160229 9856040960 19314 33554432000 1073741824 1073778376 140733915870368 140091079362056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12134] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12134/stat : 12134 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160232 9856040960 19314 33554432000 1073741824 1073778376 140733915870368 140091078310544 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12135] ppid=12117 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/12120/task/12135/stat : 12135 (java) S 12117 12120 9017 0 -1 4202560 1864 0 0 0 31 0 0 0 20 0 19 0 106160232 9856040960 19314 33554432000 1073741824 1073778376 140733915870368 140091077257656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12136] ppid=12117 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/12120/task/12136/stat : 12136 (java) S 12117 12120 9017 0 -1 4202560 2738 0 0 0 29 0 0 0 20 0 19 0 106160232 9856040960 19314 33554432000 1073741824 1073778376 140733915870368 140091076204856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12120/tid=12137] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12137/stat : 12137 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160232 9856040960 19314 33554432000 1073741824 1073778376 140733915870368 140091075152248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12120/tid=12138] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12138/stat : 12138 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160232 9856040960 19314 33554432000 1073741824 1073778376 140733915870368 140091074099656 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12139] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12139/stat : 12139 (java) S 12117 12120 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106160254 9856040960 19314 33554432000 1073741824 1073778376 140733915870368 140091072947880 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 3.71
Current children cumulated vsize (KiB) 9625040

[startup+6.30077 s]
/proc/loadavg: 2.16 2.25 2.23 3/213 12139
/proc/meminfo: memFree=30198748/32872528 swapFree=17452/1581112
[pid=12120] ppid=12117 vsize=9625040 CPUtime=6.91 cores=1,3,5,7
/proc/12120/stat : 12120 (java) S 12117 12120 9017 0 -1 4202496 8342 0 1 0 688 3 0 0 20 0 19 0 106160227 9856040960 27507 33554432000 1073741824 1073778376 140733915870368 140733915861504 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12120/statm: 2406260 27507 2261 9 0 2396937 0
[pid=12120/tid=12121] ppid=12117 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/12120/task/12121/stat : 12121 (java) R 12117 12120 9017 0 -1 4202560 2462 0 1 0 624 2 0 0 20 0 19 0 106160227 9856040960 27507 33554432000 1073741824 1073778376 140733915870368 140091593359040 140091448701024 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12120/tid=12123] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12123/stat : 12123 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160228 9856040960 27507 33554432000 1073741824 1073778376 140733915870368 140091437132840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12124] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12124/stat : 12124 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160228 9856040960 27507 33554432000 1073741824 1073778376 140733915870368 140091436080040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12120/tid=12125] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12125/stat : 12125 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160228 9856040960 27507 33554432000 1073741824 1073778376 140733915870368 140091435027240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12120/tid=12126] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12126/stat : 12126 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160228 9856040960 27507 33554432000 1073741824 1073778376 140733915870368 140091433974440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12120/tid=12127] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12127/stat : 12127 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160228 9856040960 27507 33554432000 1073741824 1073778376 140733915870368 140091432921640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12128] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12128/stat : 12128 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160228 9856040960 27507 33554432000 1073741824 1073778376 140733915870368 140091095771560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12120/tid=12129] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12129/stat : 12129 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160228 9856040960 27507 33554432000 1073741824 1073778376 140733915870368 140091094718760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12130] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12130/stat : 12130 (java) S 12117 12120 9017 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 106160228 9856040960 27507 33554432000 1073741824 1073778376 140733915870368 140091093665960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12131] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12131/stat : 12131 (java) S 12117 12120 9017 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 106160229 9856040960 27507 33554432000 1073741824 1073778376 140733915870368 140091081468904 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12132] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12132/stat : 12132 (java) S 12117 12120 9017 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 106160229 9856040960 27507 33554432000 1073741824 1073778376 140733915870368 140091080414968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12133] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12133/stat : 12133 (java) S 12117 12120 9017 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 106160229 9856040960 27507 33554432000 1073741824 1073778376 140733915870368 140091079362056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12134] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12134/stat : 12134 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160232 9856040960 27507 33554432000 1073741824 1073778376 140733915870368 140091078310544 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12135] ppid=12117 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/12120/task/12135/stat : 12135 (java) S 12117 12120 9017 0 -1 4202560 1864 0 0 0 31 0 0 0 20 0 19 0 106160232 9856040960 27507 33554432000 1073741824 1073778376 140733915870368 140091077257656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12136] ppid=12117 vsize=9625040 CPUtime=0.29 cores=1,3,5,7

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

[pid=12120/tid=12139] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12139/stat : 12139 (java) S 12117 12120 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106160254 9856040960 108871 33554432000 1073741824 1073778376 140733915870368 140091072947880 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1669.02
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.12 2.26 2.26 3/213 12272
/proc/meminfo: memFree=29974136/32872528 swapFree=17452/1581112
[pid=12120] ppid=12117 vsize=9625040 CPUtime=1729.34 cores=1,3,5,7
/proc/12120/stat : 12120 (java) S 12117 12120 9017 0 -1 4202496 13270 0 1 0 172836 98 0 0 20 0 19 0 106160227 9856040960 101803 33554432000 1073741824 1073778376 140733915870368 140733915861504 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12120/statm: 2406260 101803 2283 9 0 2396937 0
[pid=12120/tid=12121] ppid=12117 vsize=9625040 CPUtime=1713.62 cores=1,3,5,7
/proc/12120/task/12121/stat : 12121 (java) R 12117 12120 9017 0 -1 4202560 2594 0 1 0 171330 32 0 0 20 0 19 0 106160227 9856040960 101803 33554432000 1073741824 1073778376 140733915870368 140091593366752 140091448628959 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12120/tid=12123] ppid=12117 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/12120/task/12123/stat : 12123 (java) S 12117 12120 9017 0 -1 4202560 386 0 0 0 104 8 0 0 20 0 19 0 106160228 9856040960 101803 33554432000 1073741824 1073778376 140733915870368 140091437132840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12124] ppid=12117 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/12120/task/12124/stat : 12124 (java) S 12117 12120 9017 0 -1 4202560 425 0 0 0 104 10 0 0 20 0 19 0 106160228 9856040960 101803 33554432000 1073741824 1073778376 140733915870368 140091436080040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12125] ppid=12117 vsize=9625040 CPUtime=1.12 cores=1,3,5,7
/proc/12120/task/12125/stat : 12125 (java) S 12117 12120 9017 0 -1 4202560 401 0 0 0 103 9 0 0 20 0 19 0 106160228 9856040960 101803 33554432000 1073741824 1073778376 140733915870368 140091435027240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12126] ppid=12117 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/12120/task/12126/stat : 12126 (java) S 12117 12120 9017 0 -1 4202560 622 0 0 0 97 10 0 0 20 0 19 0 106160228 9856040960 101803 33554432000 1073741824 1073778376 140733915870368 140091433974440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12127] ppid=12117 vsize=9625040 CPUtime=1.13 cores=1,3,5,7
/proc/12120/task/12127/stat : 12127 (java) S 12117 12120 9017 0 -1 4202560 299 0 0 0 106 7 0 0 20 0 19 0 106160228 9856040960 101803 33554432000 1073741824 1073778376 140733915870368 140091432921640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12120/tid=12128] ppid=12117 vsize=9625040 CPUtime=1.23 cores=1,3,5,7
/proc/12120/task/12128/stat : 12128 (java) S 12117 12120 9017 0 -1 4202560 673 0 0 0 113 10 0 0 20 0 19 0 106160228 9856040960 101803 33554432000 1073741824 1073778376 140733915870368 140091095771560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12120/tid=12129] ppid=12117 vsize=9625040 CPUtime=1.07 cores=1,3,5,7
/proc/12120/task/12129/stat : 12129 (java) S 12117 12120 9017 0 -1 4202560 576 0 0 0 99 8 0 0 20 0 19 0 106160228 9856040960 101803 33554432000 1073741824 1073778376 140733915870368 140091094718760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12120/tid=12130] ppid=12117 vsize=9625040 CPUtime=1.05 cores=1,3,5,7
/proc/12120/task/12130/stat : 12130 (java) S 12117 12120 9017 0 -1 4202560 578 0 0 0 97 8 0 0 20 0 19 0 106160228 9856040960 101803 33554432000 1073741824 1073778376 140733915870368 140091093665960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12120/tid=12131] ppid=12117 vsize=9625040 CPUtime=1.5 cores=1,3,5,7
/proc/12120/task/12131/stat : 12131 (java) S 12117 12120 9017 0 -1 4202560 385 0 0 0 146 4 0 0 20 0 19 0 106160229 9856040960 101803 33554432000 1073741824 1073778376 140733915870368 140091081468904 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12120/tid=12132] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12132/stat : 12132 (java) S 12117 12120 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106160229 9856040960 101803 33554432000 1073741824 1073778376 140733915870368 140091080414968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12133] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12133/stat : 12133 (java) S 12117 12120 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106160229 9856040960 101803 33554432000 1073741824 1073778376 140733915870368 140091079362056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12134] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12134/stat : 12134 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160232 9856040960 101803 33554432000 1073741824 1073778376 140733915870368 140091078310544 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12135] ppid=12117 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/12120/task/12135/stat : 12135 (java) S 12117 12120 9017 0 -1 4202560 2230 0 0 0 33 0 0 0 20 0 19 0 106160232 9856040960 101803 33554432000 1073741824 1073778376 140733915870368 140091077257656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12136] ppid=12117 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/12120/task/12136/stat : 12136 (java) S 12117 12120 9017 0 -1 4202560 2738 0 0 0 29 0 0 0 20 0 19 0 106160232 9856040960 101803 33554432000 1073741824 1073778376 140733915870368 140091076204856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12120/tid=12137] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12137/stat : 12137 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160232 9856040960 101803 33554432000 1073741824 1073778376 140733915870368 140091075152248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12120/tid=12138] ppid=12117 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/12120/task/12138/stat : 12138 (java) S 12117 12120 9017 0 -1 4202560 100 0 0 0 21 23 0 0 20 0 19 0 106160232 9856040960 101803 33554432000 1073741824 1073778376 140733915870368 140091074099656 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12120/tid=12139] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12139/stat : 12139 (java) S 12117 12120 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106160254 9856040960 101803 33554432000 1073741824 1073778376 140733915870368 140091072947880 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1729.34
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.20 2.26 2.26 3/213 12273
/proc/meminfo: memFree=29934108/32872528 swapFree=17452/1581112
[pid=12120] ppid=12117 vsize=9625040 CPUtime=1789.56 cores=1,3,5,7
/proc/12120/stat : 12120 (java) S 12117 12120 9017 0 -1 4202496 13288 0 1 0 178856 100 0 0 20 0 19 0 106160227 9856040960 98885 33554432000 1073741824 1073778376 140733915870368 140733915861504 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12120/statm: 2406260 98885 2283 9 0 2396937 0
[pid=12120/tid=12121] ppid=12117 vsize=9625040 CPUtime=1773.27 cores=1,3,5,7
/proc/12120/task/12121/stat : 12121 (java) R 12117 12120 9017 0 -1 4202560 2599 0 1 0 177295 32 0 0 20 0 19 0 106160227 9856040960 98885 33554432000 1073741824 1073778376 140733915870368 140091593366752 140091448749899 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12120/tid=12123] ppid=12117 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/12120/task/12123/stat : 12123 (java) S 12117 12120 9017 0 -1 4202560 386 0 0 0 107 8 0 0 20 0 19 0 106160228 9856040960 98885 33554432000 1073741824 1073778376 140733915870368 140091437132840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12120/tid=12124] ppid=12117 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/12120/task/12124/stat : 12124 (java) S 12117 12120 9017 0 -1 4202560 429 0 0 0 110 10 0 0 20 0 19 0 106160228 9856040960 98885 33554432000 1073741824 1073778376 140733915870368 140091436080040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12120/tid=12125] ppid=12117 vsize=9625040 CPUtime=1.14 cores=1,3,5,7
/proc/12120/task/12125/stat : 12125 (java) S 12117 12120 9017 0 -1 4202560 401 0 0 0 105 9 0 0 20 0 19 0 106160228 9856040960 98885 33554432000 1073741824 1073778376 140733915870368 140091435027240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12120/tid=12126] ppid=12117 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/12120/task/12126/stat : 12126 (java) S 12117 12120 9017 0 -1 4202560 622 0 0 0 101 10 0 0 20 0 19 0 106160228 9856040960 98885 33554432000 1073741824 1073778376 140733915870368 140091433974440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12127] ppid=12117 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/12120/task/12127/stat : 12127 (java) S 12117 12120 9017 0 -1 4202560 299 0 0 0 110 7 0 0 20 0 19 0 106160228 9856040960 98885 33554432000 1073741824 1073778376 140733915870368 140091432921640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12120/tid=12128] ppid=12117 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/12120/task/12128/stat : 12128 (java) S 12117 12120 9017 0 -1 4202560 673 0 0 0 116 10 0 0 20 0 19 0 106160228 9856040960 98885 33554432000 1073741824 1073778376 140733915870368 140091095771560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12120/tid=12129] ppid=12117 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/12120/task/12129/stat : 12129 (java) S 12117 12120 9017 0 -1 4202560 576 0 0 0 103 8 0 0 20 0 19 0 106160228 9856040960 98885 33554432000 1073741824 1073778376 140733915870368 140091094718760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12120/tid=12130] ppid=12117 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/12120/task/12130/stat : 12130 (java) S 12117 12120 9017 0 -1 4202560 578 0 0 0 101 8 0 0 20 0 19 0 106160228 9856040960 98885 33554432000 1073741824 1073778376 140733915870368 140091093665960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12120/tid=12131] ppid=12117 vsize=9625040 CPUtime=1.61 cores=1,3,5,7
/proc/12120/task/12131/stat : 12131 (java) S 12117 12120 9017 0 -1 4202560 390 0 0 0 157 4 0 0 20 0 19 0 106160229 9856040960 98885 33554432000 1073741824 1073778376 140733915870368 140091081468904 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12132] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12132/stat : 12132 (java) S 12117 12120 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106160229 9856040960 98885 33554432000 1073741824 1073778376 140733915870368 140091080414968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12133] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12133/stat : 12133 (java) S 12117 12120 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106160229 9856040960 98885 33554432000 1073741824 1073778376 140733915870368 140091079362056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12134] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12134/stat : 12134 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160232 9856040960 98885 33554432000 1073741824 1073778376 140733915870368 140091078310544 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12135] ppid=12117 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/12120/task/12135/stat : 12135 (java) S 12117 12120 9017 0 -1 4202560 2230 0 0 0 33 0 0 0 20 0 19 0 106160232 9856040960 98885 33554432000 1073741824 1073778376 140733915870368 140091077257656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12136] ppid=12117 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/12120/task/12136/stat : 12136 (java) S 12117 12120 9017 0 -1 4202560 2738 0 0 0 29 0 0 0 20 0 19 0 106160232 9856040960 98885 33554432000 1073741824 1073778376 140733915870368 140091076204856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12120/tid=12137] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12137/stat : 12137 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160232 9856040960 98885 33554432000 1073741824 1073778376 140733915870368 140091075152248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12120/tid=12138] ppid=12117 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/12120/task/12138/stat : 12138 (java) S 12117 12120 9017 0 -1 4202560 104 0 0 0 21 25 0 0 20 0 19 0 106160232 9856040960 98885 33554432000 1073741824 1073778376 140733915870368 140091074099656 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12139] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12139/stat : 12139 (java) S 12117 12120 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106160254 9856040960 98885 33554432000 1073741824 1073778376 140733915870368 140091072947880 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1789.56
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1792.8 s]
/proc/loadavg: 2.16 2.25 2.25 3/213 12273
/proc/meminfo: memFree=29925672/32872528 swapFree=17452/1581112
[pid=12120] ppid=12117 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/12120/stat : 12120 (java) S 12117 12120 9017 0 -1 4202496 13291 0 1 0 179907 100 0 0 20 0 19 0 106160227 9856040960 98887 33554432000 1073741824 1073778376 140733915870368 140733915861504 248793563197 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12120/statm: 2406260 98887 2283 9 0 2396937 0
[pid=12120/tid=12121] ppid=12117 vsize=9625040 CPUtime=1783.73 cores=1,3,5,7
/proc/12120/task/12121/stat : 12121 (java) R 12117 12120 9017 0 -1 4202560 2600 0 1 0 178340 33 0 0 20 0 19 0 106160227 9856040960 98887 33554432000 1073741824 1073778376 140733915870368 140091593366752 140091448701351 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12120/tid=12123] ppid=12117 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/12120/task/12123/stat : 12123 (java) S 12117 12120 9017 0 -1 4202560 386 0 0 0 107 8 0 0 20 0 19 0 106160228 9856040960 98887 33554432000 1073741824 1073778376 140733915870368 140091437132840 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12120/tid=12124] ppid=12117 vsize=9625040 CPUtime=1.2 cores=1,3,5,7
/proc/12120/task/12124/stat : 12124 (java) S 12117 12120 9017 0 -1 4202560 429 0 0 0 110 10 0 0 20 0 19 0 106160228 9856040960 98887 33554432000 1073741824 1073778376 140733915870368 140091436080040 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12120/tid=12125] ppid=12117 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/12120/task/12125/stat : 12125 (java) S 12117 12120 9017 0 -1 4202560 401 0 0 0 106 9 0 0 20 0 19 0 106160228 9856040960 98887 33554432000 1073741824 1073778376 140733915870368 140091435027240 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12120/tid=12126] ppid=12117 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/12120/task/12126/stat : 12126 (java) S 12117 12120 9017 0 -1 4202560 622 0 0 0 101 10 0 0 20 0 19 0 106160228 9856040960 98887 33554432000 1073741824 1073778376 140733915870368 140091433974440 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12127] ppid=12117 vsize=9625040 CPUtime=1.17 cores=1,3,5,7
/proc/12120/task/12127/stat : 12127 (java) S 12117 12120 9017 0 -1 4202560 299 0 0 0 110 7 0 0 20 0 19 0 106160228 9856040960 98887 33554432000 1073741824 1073778376 140733915870368 140091432921640 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12120/tid=12128] ppid=12117 vsize=9625040 CPUtime=1.26 cores=1,3,5,7
/proc/12120/task/12128/stat : 12128 (java) S 12117 12120 9017 0 -1 4202560 673 0 0 0 116 10 0 0 20 0 19 0 106160228 9856040960 98887 33554432000 1073741824 1073778376 140733915870368 140091095771560 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12120/tid=12129] ppid=12117 vsize=9625040 CPUtime=1.11 cores=1,3,5,7
/proc/12120/task/12129/stat : 12129 (java) S 12117 12120 9017 0 -1 4202560 576 0 0 0 103 8 0 0 20 0 19 0 106160228 9856040960 98887 33554432000 1073741824 1073778376 140733915870368 140091094718760 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12120/tid=12130] ppid=12117 vsize=9625040 CPUtime=1.09 cores=1,3,5,7
/proc/12120/task/12130/stat : 12130 (java) S 12117 12120 9017 0 -1 4202560 578 0 0 0 101 8 0 0 20 0 19 0 106160228 9856040960 98887 33554432000 1073741824 1073778376 140733915870368 140091093665960 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12120/tid=12131] ppid=12117 vsize=9625040 CPUtime=1.61 cores=1,3,5,7
/proc/12120/task/12131/stat : 12131 (java) S 12117 12120 9017 0 -1 4202560 392 0 0 0 157 4 0 0 20 0 19 0 106160229 9856040960 98887 33554432000 1073741824 1073778376 140733915870368 140091081468904 248793577385 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12132] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12132/stat : 12132 (java) S 12117 12120 9017 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106160229 9856040960 98887 33554432000 1073741824 1073778376 140733915870368 140091080414968 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12133] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12133/stat : 12133 (java) S 12117 12120 9017 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106160229 9856040960 98887 33554432000 1073741824 1073778376 140733915870368 140091079362056 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12134] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12134/stat : 12134 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160232 9856040960 98887 33554432000 1073741824 1073778376 140733915870368 140091078310544 248793585440 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12135] ppid=12117 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/12120/task/12135/stat : 12135 (java) S 12117 12120 9017 0 -1 4202560 2230 0 0 0 33 0 0 0 20 0 19 0 106160232 9856040960 98887 33554432000 1073741824 1073778376 140733915870368 140091077257656 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12136] ppid=12117 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/12120/task/12136/stat : 12136 (java) S 12117 12120 9017 0 -1 4202560 2738 0 0 0 29 0 0 0 20 0 19 0 106160232 9856040960 98887 33554432000 1073741824 1073778376 140733915870368 140091076204856 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12120/tid=12137] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12137/stat : 12137 (java) S 12117 12120 9017 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106160232 9856040960 98887 33554432000 1073741824 1073778376 140733915870368 140091075152248 248793576508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12120/tid=12138] ppid=12117 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/12120/task/12138/stat : 12138 (java) S 12117 12120 9017 0 -1 4202560 104 0 0 0 21 25 0 0 20 0 19 0 106160232 9856040960 98887 33554432000 1073741824 1073778376 140733915870368 140091074099656 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12120/tid=12139] ppid=12117 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12120/task/12139/stat : 12139 (java) S 12117 12120 9017 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106160254 9856040960 98887 33554432000 1073741824 1073778376 140733915870368 140091072947880 248793577385 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 12120 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

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

Real time (s): 1792.84
CPU time (s): 1800.07
CPU user time (s): 1799.07
CPU system time (s): 1
CPU usage (%): 100.403
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.56
system time used= 1.46078
maximum resident set size= 698288
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13337
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41348
involuntary context switches= 29618

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7394 second user time and 13.425 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-06 21:44:43
IDJOB=4085410
IDBENCH=2871
IDSOLVER=2546
FILE ID=node139/4085410-1465242283
RUNJOBID= node139-1465220260-9034
PBS_JOBID= 19843218
Free space on /tmp= 71732 MiB

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

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

MD5SUM BENCH= 3183c84355c854880486b3d148840656
RANDOM SEED=1972615777

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.868
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:        30293692 kB
Buffers:           34820 kB
Cached:            93604 kB
SwapCached:         1464 kB
Active:           205472 kB
Inactive:          74880 kB
Active(anon):     151728 kB
Inactive(anon):     2172 kB
Active(file):      53744 kB
Inactive(file):    72708 kB
Unevictable:     1581112 kB
Mlocked:           17452 kB
SwapTotal:      67108856 kB
SwapFree:       67099760 kB
Dirty:               628 kB
Writeback:             0 kB
AnonPages:       1770260 kB
Mapped:            15324 kB
Shmem:                 0 kB
Slab:             568032 kB
SReclaimable:      11536 kB
SUnreclaim:       556496 kB
KernelStack:        1760 kB
PageTables:         7876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2269200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1734656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71732 MiB
End job on node139 at 2016-06-06 22:14:36