Trace number 4085261

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)25108 1800.65 1796.45

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/ttp/normalized-data6_3.opb
MD5SUMf675f355e04fd5af6f49610fb88dbbd3
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark24853
Best CPU time to get the best result obtained on this benchmark1800.02
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 24674
Optimality of the best value was proved NO
Number of variables540
Total number of constraints4476
Number of constraints which are clauses2532
Number of constraints which are cardinality constraints (but not clauses)264
Number of constraints which are nor clauses,nor cardinality constraints1680
Minimum length of a constraint2
Maximum length of a constraint20
Number of terms in the objective function 180
Biggest coefficient in the objective function 1380
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 116904
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1380
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 116904
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4085261-1465228841.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.48/0.37	c ... done. Wall clock time 0.258s.
0.48/0.37	c declared #vars     540
0.48/0.37	c #constraints  4626
0.48/0.37	c constraints type 
0.48/0.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2052
0.48/0.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 264
0.48/0.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 630
0.48/0.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1680
0.48/0.37	c 4626 constraints processed.
0.48/0.37	c objective function length is 180 literals
0.72/0.47	c SATISFIABLE
0.72/0.47	c OPTIMIZING...
0.72/0.47	c Got one! Elapsed wall clock time (in seconds):0.361
0.72/0.47	o 29960
1.02/0.50	c Got one! Elapsed wall clock time (in seconds):0.389
1.02/0.50	o 27975
1.02/0.55	c Got one! Elapsed wall clock time (in seconds):0.44
1.02/0.55	o 27373
1.28/0.76	c Got one! Elapsed wall clock time (in seconds):0.65
1.28/0.76	o 27316
1.66/1.06	c Got one! Elapsed wall clock time (in seconds):0.953
1.66/1.06	o 27235
1.66/1.07	c Got one! Elapsed wall clock time (in seconds):0.961
1.66/1.07	o 25825
1.66/1.10	c Got one! Elapsed wall clock time (in seconds):0.988
1.66/1.10	o 25108
2.02/1.38	c cleaning 3712 clauses out of 7435 with flag 14470/7435
2.78/2.04	c cleaning 4856 clauses out of 9724 with flag 59398/13436
3.68/2.92	c cleaning 5932 clauses out of 11868 with flag 123429/20436
4.79/4.02	c cleaning 6958 clauses out of 13935 with flag 213194/28435
6.00/5.28	c cleaning 7977 clauses out of 15977 with flag 310297/37435
7.51/6.72	c cleaning 8991 clauses out of 18000 with flag 436257/47435
8.40/7.65	c cleaning 9997 clauses out of 20010 with flag 521691/58436
9.23/8.13	c cleaning 11000 clauses out of 22013 with flag 548993/70436
10.10/8.67	c cleaning 12003 clauses out of 24012 with flag 577934/83435
10.91/9.40	c cleaning 13002 clauses out of 26009 with flag 608929/97435
11.61/10.14	c cleaning 13999 clauses out of 28007 with flag 645138/112435
12.71/11.20	c cleaning 15004 clauses out of 30008 with flag 695871/128435
13.91/12.46	c cleaning 15996 clauses out of 32004 with flag 747603/145435
15.01/13.57	c cleaning 17003 clauses out of 34009 with flag 794531/163436
16.51/15.01	c cleaning 18001 clauses out of 36005 with flag 841766/182435
18.12/16.61	c cleaning 18991 clauses out of 38004 with flag 889013/202435
19.81/18.38	c cleaning 20000 clauses out of 40014 with flag 936500/223436
21.52/20.08	c cleaning 21007 clauses out of 42015 with flag 989283/245437
23.62/22.15	c cleaning 22001 clauses out of 44006 with flag 1045509/268435
25.51/24.06	c cleaning 22999 clauses out of 46006 with flag 1104324/292436
27.54/26.01	c cleaning 24001 clauses out of 48009 with flag 1165180/317438
29.64/28.18	c cleaning 25002 clauses out of 50005 with flag 1232684/343435
32.14/30.61	c cleaning 25998 clauses out of 52004 with flag 1302844/370436
34.55/33.09	c cleaning 26996 clauses out of 54005 with flag 1373461/398435
37.54/36.03	c cleaning 27997 clauses out of 56010 with flag 1448713/427436
40.84/39.31	c cleaning 29002 clauses out of 58012 with flag 1527296/457435
44.14/42.69	c cleaning 30004 clauses out of 60011 with flag 1609514/488436
48.24/46.79	c cleaning 30995 clauses out of 62007 with flag 1695937/520436
52.34/50.80	c cleaning 32002 clauses out of 64011 with flag 1783742/553435
56.55/55.10	c cleaning 32999 clauses out of 66009 with flag 1874777/587435
60.95/59.41	c cleaning 34001 clauses out of 68010 with flag 1966720/622435
64.35/62.86	c cleaning 34998 clauses out of 70009 with flag 2058823/658435
68.04/66.52	c cleaning 36000 clauses out of 72011 with flag 2149147/695435
71.84/70.35	c cleaning 37006 clauses out of 74011 with flag 2241313/733435
76.14/74.60	c cleaning 37997 clauses out of 76006 with flag 2336558/772436
80.30/78.72	c cleaning 38997 clauses out of 78009 with flag 2437180/812436
85.60/84.06	c cleaning 39999 clauses out of 80012 with flag 2542522/853436
90.72/89.16	c cleaning 41003 clauses out of 82014 with flag 2650317/895437
96.41/94.83	c cleaning 42003 clauses out of 84009 with flag 2761471/938435
101.72/100.18	c cleaning 43001 clauses out of 86007 with flag 2879666/982436
108.81/107.26	c cleaning 43996 clauses out of 88005 with flag 3002940/1027435
115.31/113.75	c cleaning 44997 clauses out of 90009 with flag 3128111/1073435
123.31/121.71	c cleaning 46005 clauses out of 92012 with flag 3253460/1120435
130.21/128.69	c cleaning 46996 clauses out of 94007 with flag 3384760/1168435
138.03/136.43	c cleaning 48001 clauses out of 96011 with flag 3518545/1217435
145.15/143.55	c cleaning 49002 clauses out of 98012 with flag 3658940/1267437
152.15/150.57	c cleaning 50005 clauses out of 100009 with flag 3804282/1318436
161.35/159.71	c cleaning 50996 clauses out of 102004 with flag 3946987/1370436
169.25/167.62	c cleaning 52001 clauses out of 104007 with flag 4095950/1423435
178.65/177.09	c cleaning 53000 clauses out of 106006 with flag 4251093/1477435
187.87/186.26	c cleaning 53999 clauses out of 108006 with flag 4403619/1532435
196.57/194.91	c cleaning 54998 clauses out of 110007 with flag 4556795/1588435
208.97/207.39	c cleaning 56006 clauses out of 112011 with flag 4714480/1645437
219.77/218.15	c cleaning 56999 clauses out of 114003 with flag 4872760/1703435
230.82/229.18	c cleaning 57999 clauses out of 116004 with flag 5036930/1762435
242.12/240.42	c cleaning 58992 clauses out of 118005 with flag 5207258/1822435
253.51/251.85	c cleaning 60000 clauses out of 120014 with flag 5375223/1883436
264.91/263.21	c cleaning 61001 clauses out of 122013 with flag 5548903/1945435
278.63/276.91	c cleaning 62004 clauses out of 124013 with flag 5732986/2008436
293.83/292.11	c cleaning 62998 clauses out of 126010 with flag 5921809/2072437
308.33/306.63	c cleaning 64000 clauses out of 128010 with flag 6109993/2137435
321.41/319.63	c cleaning 65006 clauses out of 130011 with flag 6297433/2203436
333.11/331.38	c cleaning 65995 clauses out of 132004 with flag 6483961/2270435
347.62/345.83	c cleaning 66998 clauses out of 134009 with flag 6676779/2338435
364.82/363.06	c cleaning 68001 clauses out of 136011 with flag 6872048/2407435
385.12/383.36	c cleaning 69000 clauses out of 138010 with flag 7065287/2477435
411.52/409.70	c cleaning 70001 clauses out of 140010 with flag 7752831/2548435
422.85/420.97	c cleaning 70993 clauses out of 142010 with flag 7955527/2620436
434.75/432.80	c cleaning 71999 clauses out of 144016 with flag 8126254/2693435
447.75/445.83	c cleaning 72998 clauses out of 146019 with flag 8298340/2767437
464.55/462.61	c cleaning 74006 clauses out of 148022 with flag 8471159/2842438
478.06/476.19	c cleaning 75001 clauses out of 150013 with flag 8669156/2918435
491.37/489.36	c cleaning 76002 clauses out of 152012 with flag 8863454/2995435
509.07/507.03	c cleaning 76999 clauses out of 154010 with flag 9082703/3073435
523.97/521.93	c cleaning 78000 clauses out of 156011 with flag 9286574/3152435
538.88/536.81	c cleaning 79004 clauses out of 158012 with flag 9501825/3232436
561.58/559.58	c cleaning 79998 clauses out of 160007 with flag 9733842/3313435
579.28/577.12	c cleaning 80999 clauses out of 162010 with flag 9964076/3395436
604.29/602.11	c cleaning 82005 clauses out of 164010 with flag 10199429/3478435
633.29/631.16	c cleaning 83001 clauses out of 166006 with flag 10441310/3562436
657.30/655.13	c cleaning 83996 clauses out of 168004 with flag 10677476/3647435
677.91/675.61	c cleaning 84996 clauses out of 170008 with flag 11075145/3733435
701.11/698.88	c cleaning 85999 clauses out of 172012 with flag 11562357/3820435
714.71/712.43	c cleaning 86998 clauses out of 174014 with flag 11764936/3908436
738.91/736.66	c cleaning 88002 clauses out of 176015 with flag 11966111/3997435
761.79/759.46	c cleaning 88999 clauses out of 178013 with flag 12173421/4087435
784.19/781.83	c cleaning 90001 clauses out of 180014 with flag 12379532/4178435
809.00/806.66	c cleaning 91005 clauses out of 182013 with flag 12592351/4270435
825.70/823.35	c cleaning 91997 clauses out of 184009 with flag 12813073/4363436
848.92/846.40	c cleaning 93000 clauses out of 186011 with flag 13026622/4457435
873.02/870.57	c cleaning 93995 clauses out of 188012 with flag 13239848/4552436
899.43/896.98	c cleaning 95008 clauses out of 190017 with flag 13461586/4648436
922.93/920.49	c cleaning 96002 clauses out of 192008 with flag 13683659/4745435
953.71/951.13	c cleaning 97001 clauses out of 194007 with flag 13909728/4843436
974.51/971.95	c cleaning 97995 clauses out of 196006 with flag 14138238/4942436
994.82/992.30	c cleaning 99000 clauses out of 198010 with flag 14404422/5042435
1040.21/1037.47	c cleaning 99999 clauses out of 200010 with flag 15268489/5143435
1066.81/1064.08	c cleaning 101000 clauses out of 202011 with flag 15493691/5245435
1085.31/1082.51	c cleaning 102003 clauses out of 204011 with flag 15721141/5348435
1110.37/1107.48	c cleaning 103003 clauses out of 206008 with flag 15945989/5452435
1132.78/1129.83	c cleaning 103995 clauses out of 208006 with flag 16171930/5557436
1166.47/1163.54	c cleaning 105000 clauses out of 210011 with flag 16399057/5663436
1200.18/1197.12	c cleaning 106004 clauses out of 212010 with flag 16627135/5770435
1232.58/1229.59	c cleaning 106997 clauses out of 214006 with flag 16857223/5878435
1273.19/1270.13	c cleaning 108002 clauses out of 216009 with flag 17088779/5987435
1310.61/1307.50	c cleaning 108998 clauses out of 218008 with flag 17322643/6097436
1352.71/1349.54	c cleaning 109996 clauses out of 220010 with flag 17556881/6208436
1398.92/1395.71	c cleaning 110997 clauses out of 222013 with flag 17793204/6320435
1424.85/1421.58	c cleaning 111998 clauses out of 224016 with flag 18034490/6433435
1470.36/1467.04	c cleaning 113002 clauses out of 226019 with flag 18280320/6547436
1503.96/1500.63	c cleaning 113999 clauses out of 228017 with flag 18525798/6662436
1538.14/1534.73	c cleaning 115006 clauses out of 230017 with flag 18773822/6778435
1576.65/1573.22	c cleaning 116003 clauses out of 232012 with flag 19029542/6895436
1610.45/1607.01	c cleaning 116998 clauses out of 234008 with flag 19280938/7013435
1641.32/1637.80	c cleaning 118005 clauses out of 236012 with flag 19543238/7132437
1684.42/1680.93	c cleaning 119001 clauses out of 238005 with flag 19813704/7252435
1731.89/1728.40	c cleaning 120000 clauses out of 240005 with flag 20081388/7373436
1783.51/1779.95	c cleaning 120991 clauses out of 242004 with flag 20342290/7495435
1800.02/1796.41	c starts		: 1477
1800.02/1796.41	c conflicts		: 7559672
1800.02/1796.41	c decisions		: 9191453
1800.02/1796.41	c propagations		: 103740960
1800.02/1796.41	c inspects		: 34390124590
1800.02/1796.41	c shortcuts		: 0
1800.02/1796.41	c learnt literals	: 0
1800.02/1796.41	c learnt binary clauses	: 2
1800.02/1796.41	c learnt ternary clauses	: 6
1800.02/1796.41	c learnt constraints	: 7559672
1800.02/1796.41	c ignored constraints	: 0
1800.02/1796.41	c root simplifications	: 0
1800.02/1796.41	c removed literals (reason simplification)	: 0
1800.02/1796.41	c reason swapping (by a shorter reason)	: 0
1800.02/1796.41	c Calls to reduceDB	: 118
1800.02/1796.41	c Number of update (reduction) of LBD	: 473052
1800.02/1796.41	c Imported unit clauses	: 0
1800.02/1796.41	c number of reductions to clauses (during analyze)	: 0
1800.02/1796.41	c number of learned constraints concerned by reduction	: 0
1800.02/1796.41	c number of learning phase by resolution	: 0
1800.02/1796.41	c number of learning phase by cutting planes	: 0
1800.02/1796.41	c speed (assignments/second)	: 57760.948531213115
1800.02/1796.41	c non guided choices	333
1800.02/1796.44	c learnt constraints type 
1800.02/1796.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.02/1796.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 185249
1800.02/1796.44	s SATISFIABLE
1800.02/1796.44	c Found 7 solution(s)
1800.02/1796.44	v -x1 -x2 -x3 -x4 x5 -x6 -x7 -x8 x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 -x18 -x19 -x20 -x21 x22 -x23 -x24 -x25 -x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 x39 -x40 -x41 -x42 -x43 -x44 -x45 x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 x65 -x66 -x67 -x68 -x69 -x70 x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 x80 -x81 -x82 -x83 -x84 -x85 -x86 x87 -x88 -x89 -x90 -x91 -x92 x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 -x107 -x108 x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 x126 -x127 x128 -x129 -x130 -x131 -x132 x133 -x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 x144 -x145 -x146 -x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 x161 -x162 -x163 -x164 -x165 x166 -x167 -x168 -x169 -x170 -x171 -x172 x173 -x174 -x175 -x176 -x177 -x178 -x179 x180 x181 -x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 x191 -x192 x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 x204 -x205 -x206 -x207 -x208 x209 -x210 -x211 -x212 -x213 -x214 -x215 x216 x217 -x218 -x219 -x220 -x221 -x222 x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 x231 -x232 -x233 -x234 -x235 -x236 -x237 -x238 x239 -x240 -x241 -x242 -x243 -x244 x245 -x246 -x247 -x248 x249 -x250 -x251 -x252 x253 -x254 -x255 -x256 -x257 -x258 -x259 x260 -x261 -x262 -x263 -x264 -x265 -x266 x267 -x268 -x269 -x270 x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 x279 -x280 -x281 -x282 -x283 x284 -x285 -x286 -x287 -x288 -x289 -x290 -x291 -x292 -x293 x294 -x295 x296 -x297 -x298 -x299 -x300 -x301 x302 -x303 -x304 -x305 -x306 -x307 -x308 -x309 x310 -x311 -x312 -x313 -x314 -x315 x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 x324 -x325 x326 -x327 -x328 -x329 -x330 -x331 x332 -x333 -x334 -x335 -x336 -x337 -x338 -x339 x340 -x341 -x342 -x343 -x344 -x345 x346 -x347 -x348 -x349 -x350 -x351 -x352 -x353 x354 -x355 -x356 -x357 -x358 -x359 x360 -x361 -x362 x363 x364 x365 x366 -x367 -x368 -x369 -x370 x371 -x372 -x373 -x374 -x375 x376 -x377 -x378 -x379 -x380 -x381 -x382 x383 -x384 -x385 -x386 x387 -x388 -x389 -x390 x391 -x392 -x393 -x394 -x395 -x396 x397 -x398 -x399 x400 -x401 -x402 x403 -x404 -x405 -x406 x407 -x408 -x409 -x410 x411 -x412 -x413 -x414 -x415 -x416 -x417 -x418 -x419 x420 -x421 x422 -x423 -x424 -x425 -x426 -x427 x428 -x429 -x430 -x431 x432 -x433 -x434 x435 -x436 -x437 x438 -x439 -x440 x441 -x442 -x443 -x444 -x445 -x446 -x447 -x448 -x449 x450 -x451 -x452 x453 -x454 -x455 -x456 -x457 x458 -x459 -x460 -x461 x462 -x463 -x464 -x465 -x466 -x467 x468 -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 
1800.02/1796.44	c objective function=25108
1800.02/1796.44	c Total wall clock time (in seconds): 1796.331

Verifier Data

OK	25108

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-4085261-1465228841/watcher-4085261-1465228841 -o /tmp/evaluation-result-4085261-1465228841/solver-4085261-1465228841 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-754 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085261-1465228841.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.11 2.18 2.13 3/195 2780
/proc/meminfo: memFree=28189140/32872528 swapFree=16252/1391864
[pid=2780] ppid=2777 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/2780/stat : 2780 (java) S 2777 2780 737 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 104817248 98570240 977 33554432000 1073741824 1073778376 140734313242208 140734313233344 272889839677 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2780/statm: 24065 977 743 9 0 16771 0
[pid=2780/tid=2781] ppid=2777 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2781/stat : 2781 (java) R 2777 2780 737 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 104817248 98570240 977 33554432000 1073741824 1073778376 140734313242208 140028907695656 272886482304 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100113 s]
/proc/loadavg: 2.11 2.18 2.13 3/195 2780
/proc/meminfo: memFree=28189140/32872528 swapFree=16252/1391864
[pid=2780] ppid=2777 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/2780/stat : 2780 (java) S 2777 2780 737 0 -1 4202496 4443 0 1 0 9 1 0 0 20 0 18 0 104817248 9787879424 6068 33554432000 1073741824 1073778376 140734313242208 140734313233344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2780/statm: 2389619 6069 2140 9 0 2380296 0
[pid=2780/tid=2781] ppid=2777 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/2780/task/2781/stat : 2781 (java) R 2777 2780 737 0 -1 4202560 2377 0 1 0 7 0 0 0 20 0 18 0 104817248 9787879424 6069 33554432000 1073741824 1073778376 140734313242208 140028907699104 140028910503103 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200361 s]
/proc/loadavg: 2.11 2.18 2.13 3/195 2780
/proc/meminfo: memFree=28189140/32872528 swapFree=16252/1391864
[pid=2780] ppid=2777 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/2780/stat : 2780 (java) S 2777 2780 737 0 -1 4202496 4967 0 1 0 26 1 0 0 20 0 18 0 104817248 9787879424 7003 33554432000 1073741824 1073778376 140734313242208 140734313233344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2780/statm: 2389619 7003 2214 9 0 2380296 0
[pid=2780/tid=2781] ppid=2777 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/2780/task/2781/stat : 2781 (java) R 2777 2780 737 0 -1 4202560 2397 0 1 0 17 0 0 0 20 0 18 0 104817248 9787879424 7004 33554432000 1073741824 1073778376 140734313242208 140028907699104 140028768442669 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300348 s]
/proc/loadavg: 2.11 2.18 2.13 3/195 2780
/proc/meminfo: memFree=28189140/32872528 swapFree=16252/1391864
[pid=2780] ppid=2777 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/2780/stat : 2780 (java) S 2777 2780 737 0 -1 4202496 6167 0 1 0 47 1 0 0 20 0 18 0 104817248 9787879424 9224 33554432000 1073741824 1073778376 140734313242208 140734313233344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2780/statm: 2389619 9224 2231 9 0 2380296 0
[pid=2780/tid=2781] ppid=2777 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/2780/task/2781/stat : 2781 (java) R 2777 2780 737 0 -1 4202560 2403 0 1 0 27 0 0 0 20 0 18 0 104817248 9787879424 9163 33554432000 1073741824 1073778376 140734313242208 140028907691968 140028914801644 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700255 s]
/proc/loadavg: 2.11 2.18 2.13 3/195 2780
/proc/meminfo: memFree=28189140/32872528 swapFree=16252/1391864
[pid=2780] ppid=2777 vsize=9625040 CPUtime=1.28 cores=0,2,4,6
/proc/2780/stat : 2780 (java) S 2777 2780 737 0 -1 4202496 8368 0 1 0 126 2 0 0 20 0 19 0 104817248 9856040960 12965 33554432000 1073741824 1073778376 140734313242208 140734313233344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2780/statm: 2406260 12965 2260 9 0 2396937 0
[pid=2780/tid=2781] ppid=2777 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/2780/task/2781/stat : 2781 (java) R 2777 2780 737 0 -1 4202560 2419 0 1 0 66 1 0 0 20 0 19 0 104817248 9856040960 12965 33554432000 1073741824 1073778376 140734313242208 140028907700864 140028769005893 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 9625040

[startup+1.50079 s]
/proc/loadavg: 2.11 2.18 2.13 3/214 2799
/proc/meminfo: memFree=28142396/32872528 swapFree=16252/1391864
[pid=2780] ppid=2777 vsize=9625040 CPUtime=2.25 cores=0,2,4,6
/proc/2780/stat : 2780 (java) S 2777 2780 737 0 -1 4202496 9515 0 1 0 223 2 0 0 20 0 19 0 104817248 9856040960 14354 33554432000 1073741824 1073778376 140734313242208 140734313233344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2780/statm: 2406260 14354 2270 9 0 2396937 0
[pid=2780/tid=2781] ppid=2777 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/2780/task/2781/stat : 2781 (java) R 2777 2780 737 0 -1 4202560 2422 0 1 0 146 1 0 0 20 0 19 0 104817248 9856040960 14354 33554432000 1073741824 1073778376 140734313242208 140028907692336 140028769082997 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2780/tid=2783] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2783/stat : 2783 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817249 9856040960 14354 33554432000 1073741824 1073778376 140734313242208 140028751637032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2784] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2784/stat : 2784 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817249 9856040960 14354 33554432000 1073741824 1073778376 140734313242208 140028750584232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2780/tid=2785] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2785/stat : 2785 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817249 9856040960 14354 33554432000 1073741824 1073778376 140734313242208 140028749531432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2780/tid=2786] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2786/stat : 2786 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817249 9856040960 14354 33554432000 1073741824 1073778376 140734313242208 140028748478632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2780/tid=2787] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2787/stat : 2787 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817249 9856040960 14354 33554432000 1073741824 1073778376 140734313242208 140028747426856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2788] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2788/stat : 2788 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817249 9856040960 14354 33554432000 1073741824 1073778376 140734313242208 140028746374056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2780/tid=2789] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2789/stat : 2789 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817249 9856040960 14354 33554432000 1073741824 1073778376 140734313242208 140028745321256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2790] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2790/stat : 2790 (java) S 2777 2780 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104817249 9856040960 14354 33554432000 1073741824 1073778376 140734313242208 140028744268456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2791] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2791/stat : 2791 (java) S 2777 2780 737 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104817250 9856040960 14354 33554432000 1073741824 1073778376 140734313242208 140028731857384 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2792] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2792/stat : 2792 (java) S 2777 2780 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104817251 9856040960 14354 33554432000 1073741824 1073778376 140734313242208 140028730803448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2793] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2793/stat : 2793 (java) S 2777 2780 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104817251 9856040960 14354 33554432000 1073741824 1073778376 140734313242208 140028729750536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2794] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2794/stat : 2794 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817253 9856040960 14354 33554432000 1073741824 1073778376 140734313242208 140028728699024 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2795] ppid=2777 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/2780/task/2795/stat : 2795 (java) S 2777 2780 737 0 -1 4202560 3685 0 0 0 39 0 0 0 20 0 19 0 104817253 9856040960 14354 33554432000 1073741824 1073778376 140734313242208 140028727647160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2796] ppid=2777 vsize=9625040 CPUtime=0.35 cores=0,2,4,6
/proc/2780/task/2796/stat : 2796 (java) S 2777 2780 737 0 -1 4202560 2135 0 0 0 35 0 0 0 20 0 19 0 104817253 9856040960 14354 33554432000 1073741824 1073778376 140734313242208 140028726594360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2780/tid=2797] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2797/stat : 2797 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817253 9856040960 14354 33554432000 1073741824 1073778376 140734313242208 140028725541752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2780/tid=2798] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2798/stat : 2798 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817253 9856040960 14354 33554432000 1073741824 1073778376 140734313242208 140028724489160 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2799] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2799/stat : 2799 (java) S 2777 2780 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104817285 9856040960 14354 33554432000 1073741824 1073778376 140734313242208 140028723434664 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.25
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.10 2.18 2.13 3/214 2799
/proc/meminfo: memFree=28135584/32872528 swapFree=16252/1391864
[pid=2780] ppid=2777 vsize=9625040 CPUtime=3.89 cores=0,2,4,6
/proc/2780/stat : 2780 (java) S 2777 2780 737 0 -1 4202496 9520 0 1 0 387 2 0 0 20 0 19 0 104817248 9856040960 16402 33554432000 1073741824 1073778376 140734313242208 140734313233344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2780/statm: 2406260 16402 2270 9 0 2396937 0
[pid=2780/tid=2781] ppid=2777 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/2780/task/2781/stat : 2781 (java) R 2777 2780 737 0 -1 4202560 2427 0 1 0 306 1 0 0 20 0 19 0 104817248 9856040960 16402 33554432000 1073741824 1073778376 140734313242208 140028907700728 140028768679073 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2780/tid=2783] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2783/stat : 2783 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817249 9856040960 16402 33554432000 1073741824 1073778376 140734313242208 140028751637032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2784] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2784/stat : 2784 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817249 9856040960 16402 33554432000 1073741824 1073778376 140734313242208 140028750584232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2780/tid=2785] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2785/stat : 2785 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817249 9856040960 16402 33554432000 1073741824 1073778376 140734313242208 140028749531432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2780/tid=2786] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2786/stat : 2786 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817249 9856040960 16402 33554432000 1073741824 1073778376 140734313242208 140028748478632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2780/tid=2787] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2787/stat : 2787 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817249 9856040960 16402 33554432000 1073741824 1073778376 140734313242208 140028747426856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2788] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2788/stat : 2788 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817249 9856040960 16402 33554432000 1073741824 1073778376 140734313242208 140028746374056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2780/tid=2789] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2789/stat : 2789 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817249 9856040960 16402 33554432000 1073741824 1073778376 140734313242208 140028745321256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2790] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2790/stat : 2790 (java) S 2777 2780 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104817249 9856040960 16402 33554432000 1073741824 1073778376 140734313242208 140028744268456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2791] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2791/stat : 2791 (java) S 2777 2780 737 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104817250 9856040960 16402 33554432000 1073741824 1073778376 140734313242208 140028731857384 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2792] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2792/stat : 2792 (java) S 2777 2780 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104817251 9856040960 16402 33554432000 1073741824 1073778376 140734313242208 140028730803448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2793] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2793/stat : 2793 (java) S 2777 2780 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104817251 9856040960 16402 33554432000 1073741824 1073778376 140734313242208 140028729750536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2794] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2794/stat : 2794 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817253 9856040960 16402 33554432000 1073741824 1073778376 140734313242208 140028728699024 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2795] ppid=2777 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/2780/task/2795/stat : 2795 (java) S 2777 2780 737 0 -1 4202560 3685 0 0 0 41 0 0 0 20 0 19 0 104817253 9856040960 16402 33554432000 1073741824 1073778376 140734313242208 140028727647160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2796] ppid=2777 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/2780/task/2796/stat : 2796 (java) S 2777 2780 737 0 -1 4202560 2135 0 0 0 37 0 0 0 20 0 19 0 104817253 9856040960 16402 33554432000 1073741824 1073778376 140734313242208 140028726594360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2780/tid=2797] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2797/stat : 2797 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817253 9856040960 16402 33554432000 1073741824 1073778376 140734313242208 140028725541752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2780/tid=2798] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2798/stat : 2798 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817253 9856040960 16402 33554432000 1073741824 1073778376 140734313242208 140028724489160 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2799] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2799/stat : 2799 (java) S 2777 2780 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104817285 9856040960 16402 33554432000 1073741824 1073778376 140734313242208 140028723434664 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 9625040

[startup+6.30073 s]
/proc/loadavg: 2.10 2.18 2.13 4/214 2799
/proc/meminfo: memFree=28119140/32872528 swapFree=16252/1391864
[pid=2780] ppid=2777 vsize=9625040 CPUtime=7.1 cores=0,2,4,6
/proc/2780/stat : 2780 (java) S 2777 2780 737 0 -1 4202496 9529 0 1 0 708 2 0 0 20 0 19 0 104817248 9856040960 19971 33554432000 1073741824 1073778376 140734313242208 140734313233344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2780/statm: 2406260 19971 2271 9 0 2396937 0
[pid=2780/tid=2781] ppid=2777 vsize=9625040 CPUtime=6.28 cores=0,2,4,6
/proc/2780/task/2781/stat : 2781 (java) R 2777 2780 737 0 -1 4202560 2435 0 1 0 626 2 0 0 20 0 19 0 104817248 9856040960 19971 33554432000 1073741824 1073778376 140734313242208 140028907691712 140028769277422 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2780/tid=2783] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2783/stat : 2783 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817249 9856040960 19971 33554432000 1073741824 1073778376 140734313242208 140028751637032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2784] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2784/stat : 2784 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817249 9856040960 19971 33554432000 1073741824 1073778376 140734313242208 140028750584232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2780/tid=2785] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2785/stat : 2785 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817249 9856040960 19971 33554432000 1073741824 1073778376 140734313242208 140028749531432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2780/tid=2786] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2786/stat : 2786 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817249 9856040960 19971 33554432000 1073741824 1073778376 140734313242208 140028748478632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2780/tid=2787] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2787/stat : 2787 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817249 9856040960 19971 33554432000 1073741824 1073778376 140734313242208 140028747426856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2788] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2788/stat : 2788 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817249 9856040960 19971 33554432000 1073741824 1073778376 140734313242208 140028746374056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2780/tid=2789] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2789/stat : 2789 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817249 9856040960 19971 33554432000 1073741824 1073778376 140734313242208 140028745321256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2790] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2790/stat : 2790 (java) S 2777 2780 737 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 104817249 9856040960 19971 33554432000 1073741824 1073778376 140734313242208 140028744268456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2791] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2791/stat : 2791 (java) S 2777 2780 737 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 104817250 9856040960 19971 33554432000 1073741824 1073778376 140734313242208 140028731857384 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2792] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2792/stat : 2792 (java) S 2777 2780 737 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 104817251 9856040960 19971 33554432000 1073741824 1073778376 140734313242208 140028730803448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2793] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2793/stat : 2793 (java) S 2777 2780 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104817251 9856040960 19971 33554432000 1073741824 1073778376 140734313242208 140028729750536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2794] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2794/stat : 2794 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817253 9856040960 19971 33554432000 1073741824 1073778376 140734313242208 140028728699024 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2795] ppid=2777 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/2780/task/2795/stat : 2795 (java) S 2777 2780 737 0 -1 4202560 3685 0 0 0 42 0 0 0 20 0 19 0 104817253 9856040960 19971 33554432000 1073741824 1073778376 140734313242208 140028727647160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2796] ppid=2777 vsize=9625040 CPUtime=0.37 cores=0,2,4,6

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

[pid=2780/tid=2792] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2792/stat : 2792 (java) S 2777 2780 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104817251 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028730803448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2793] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2793/stat : 2793 (java) S 2777 2780 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104817251 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028729750536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2794] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2794/stat : 2794 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817253 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028728699024 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2795] ppid=2777 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/2780/task/2795/stat : 2795 (java) S 2777 2780 737 0 -1 4202560 13587 0 0 0 111 2 0 0 20 0 19 0 104817253 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028727647160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2796] ppid=2777 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/2780/task/2796/stat : 2796 (java) S 2777 2780 737 0 -1 4202560 2135 0 0 0 40 0 0 0 20 0 19 0 104817253 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028726594360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2780/tid=2797] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2797/stat : 2797 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817253 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028725541752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2780/tid=2798] ppid=2777 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/2780/task/2798/stat : 2798 (java) S 2777 2780 737 0 -1 4202560 96 0 0 0 32 24 0 0 20 0 19 0 104817253 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028724489160 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2799] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2799/stat : 2799 (java) S 2777 2780 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104817285 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028723434664 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1665.81
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.24 2.23 2.19 3/213 2928
/proc/meminfo: memFree=29681976/32872528 swapFree=16252/1391864
[pid=2780] ppid=2777 vsize=9625040 CPUtime=1725.82 cores=0,2,4,6
/proc/2780/stat : 2780 (java) S 2777 2780 737 0 -1 4202496 21708 0 1 0 172523 59 0 0 20 0 19 0 104817248 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140734313233344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2780/statm: 2406260 127386 2286 9 0 2396937 0
[pid=2780/tid=2781] ppid=2777 vsize=9625040 CPUtime=1721.54 cores=0,2,4,6
/proc/2780/task/2781/stat : 2781 (java) R 2777 2780 737 0 -1 4202560 2498 0 1 0 172123 31 0 0 20 0 19 0 104817248 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028907691712 140028769043704 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2780/tid=2783] ppid=2777 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/2780/task/2783/stat : 2783 (java) S 2777 2780 737 0 -1 4202560 415 0 0 0 25 5 0 0 20 0 19 0 104817249 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028751637032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2784] ppid=2777 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/2780/task/2784/stat : 2784 (java) S 2777 2780 737 0 -1 4202560 111 0 0 0 26 3 0 0 20 0 19 0 104817249 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028750584232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2785] ppid=2777 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/2780/task/2785/stat : 2785 (java) S 2777 2780 737 0 -1 4202560 323 0 0 0 25 4 0 0 20 0 19 0 104817249 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028749531432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2780/tid=2786] ppid=2777 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/2780/task/2786/stat : 2786 (java) S 2777 2780 737 0 -1 4202560 277 0 0 0 31 5 0 0 20 0 19 0 104817249 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028748478632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2780/tid=2787] ppid=2777 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/2780/task/2787/stat : 2787 (java) S 2777 2780 737 0 -1 4202560 269 0 0 0 24 4 0 0 20 0 19 0 104817249 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028747426856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2788] ppid=2777 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/2780/task/2788/stat : 2788 (java) S 2777 2780 737 0 -1 4202560 167 0 0 0 24 4 0 0 20 0 19 0 104817249 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028746374056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2780/tid=2789] ppid=2777 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/2780/task/2789/stat : 2789 (java) S 2777 2780 737 0 -1 4202560 176 0 0 0 25 5 0 0 20 0 19 0 104817249 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028745321256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2780/tid=2790] ppid=2777 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/2780/task/2790/stat : 2790 (java) S 2777 2780 737 0 -1 4202560 315 0 0 0 27 5 0 0 20 0 19 0 104817249 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028744268456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2780/tid=2791] ppid=2777 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/2780/task/2791/stat : 2791 (java) S 2777 2780 737 0 -1 4202560 76 0 0 0 2 0 0 0 20 0 19 0 104817250 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028731857384 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2780/tid=2792] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2792/stat : 2792 (java) S 2777 2780 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104817251 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028730803448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2793] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2793/stat : 2793 (java) S 2777 2780 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104817251 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028729750536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2794] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2794/stat : 2794 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817253 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028728699024 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2795] ppid=2777 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/2780/task/2795/stat : 2795 (java) S 2777 2780 737 0 -1 4202560 13587 0 0 0 111 2 0 0 20 0 19 0 104817253 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028727647160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2796] ppid=2777 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/2780/task/2796/stat : 2796 (java) S 2777 2780 737 0 -1 4202560 2135 0 0 0 40 0 0 0 20 0 19 0 104817253 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028726594360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2780/tid=2797] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2797/stat : 2797 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817253 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028725541752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2780/tid=2798] ppid=2777 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/2780/task/2798/stat : 2798 (java) S 2777 2780 737 0 -1 4202560 100 0 0 0 33 25 0 0 20 0 19 0 104817253 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028724489160 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2799] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2799/stat : 2799 (java) S 2777 2780 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104817285 9856040960 127386 33554432000 1073741824 1073778376 140734313242208 140028723434664 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1725.82
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.27 2.23 2.19 3/214 2932
/proc/meminfo: memFree=29692356/32872528 swapFree=16252/1391864
[pid=2780] ppid=2777 vsize=9625040 CPUtime=1785.9 cores=0,2,4,6
/proc/2780/stat : 2780 (java) S 2777 2780 737 0 -1 4202496 21715 0 1 0 178530 60 0 0 20 0 19 0 104817248 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140734313233344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2780/statm: 2406260 126632 2286 9 0 2396937 0
[pid=2780/tid=2781] ppid=2777 vsize=9625040 CPUtime=1781.51 cores=0,2,4,6
/proc/2780/task/2781/stat : 2781 (java) R 2777 2780 737 0 -1 4202560 2499 0 1 0 178119 32 0 0 20 0 19 0 104817248 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028907691712 140028769043641 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2780/tid=2783] ppid=2777 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/2780/task/2783/stat : 2783 (java) S 2777 2780 737 0 -1 4202560 415 0 0 0 26 5 0 0 20 0 19 0 104817249 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028751637032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2784] ppid=2777 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/2780/task/2784/stat : 2784 (java) S 2777 2780 737 0 -1 4202560 111 0 0 0 28 4 0 0 20 0 19 0 104817249 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028750584232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2780/tid=2785] ppid=2777 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/2780/task/2785/stat : 2785 (java) S 2777 2780 737 0 -1 4202560 323 0 0 0 27 4 0 0 20 0 19 0 104817249 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028749531432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2780/tid=2786] ppid=2777 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/2780/task/2786/stat : 2786 (java) S 2777 2780 737 0 -1 4202560 277 0 0 0 32 5 0 0 20 0 19 0 104817249 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028748478632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2787] ppid=2777 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/2780/task/2787/stat : 2787 (java) S 2777 2780 737 0 -1 4202560 269 0 0 0 25 4 0 0 20 0 19 0 104817249 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028747426856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2780/tid=2788] ppid=2777 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/2780/task/2788/stat : 2788 (java) S 2777 2780 737 0 -1 4202560 167 0 0 0 25 4 0 0 20 0 19 0 104817249 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028746374056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2780/tid=2789] ppid=2777 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/2780/task/2789/stat : 2789 (java) S 2777 2780 737 0 -1 4202560 176 0 0 0 25 5 0 0 20 0 19 0 104817249 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028745321256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2780/tid=2790] ppid=2777 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/2780/task/2790/stat : 2790 (java) S 2777 2780 737 0 -1 4202560 315 0 0 0 28 5 0 0 20 0 19 0 104817249 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028744268456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2780/tid=2791] ppid=2777 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/2780/task/2791/stat : 2791 (java) S 2777 2780 737 0 -1 4202560 78 0 0 0 2 0 0 0 20 0 19 0 104817250 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028731857384 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2792] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2792/stat : 2792 (java) S 2777 2780 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104817251 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028730803448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2793] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2793/stat : 2793 (java) S 2777 2780 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104817251 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028729750536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2794] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2794/stat : 2794 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817253 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028728699024 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2795] ppid=2777 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/2780/task/2795/stat : 2795 (java) S 2777 2780 737 0 -1 4202560 13587 0 0 0 111 2 0 0 20 0 19 0 104817253 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028727647160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2796] ppid=2777 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/2780/task/2796/stat : 2796 (java) S 2777 2780 737 0 -1 4202560 2135 0 0 0 40 0 0 0 20 0 19 0 104817253 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028726594360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2780/tid=2797] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2797/stat : 2797 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817253 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028725541752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2780/tid=2798] ppid=2777 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/2780/task/2798/stat : 2798 (java) S 2777 2780 737 0 -1 4202560 104 0 0 0 34 27 0 0 20 0 19 0 104817253 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028724489160 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2799] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2799/stat : 2799 (java) S 2777 2780 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104817285 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028723434664 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1785.9
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.41 s]
/proc/loadavg: 2.28 2.24 2.19 3/214 2932
/proc/meminfo: memFree=29693836/32872528 swapFree=16252/1391864
[pid=2780] ppid=2777 vsize=9625040 CPUtime=1800.02 cores=0,2,4,6
/proc/2780/stat : 2780 (java) S 2777 2780 737 0 -1 4202496 21715 0 1 0 179941 61 0 0 20 0 19 0 104817248 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140734313233344 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/2780/statm: 2406260 126632 2286 9 0 2396937 0
[pid=2780/tid=2781] ppid=2777 vsize=9625040 CPUtime=1795.62 cores=0,2,4,6
/proc/2780/task/2781/stat : 2781 (java) R 2777 2780 737 0 -1 4202560 2499 0 1 0 179530 32 0 0 20 0 19 0 104817248 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028907691712 140028769082209 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=2780/tid=2783] ppid=2777 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/2780/task/2783/stat : 2783 (java) S 2777 2780 737 0 -1 4202560 415 0 0 0 26 5 0 0 20 0 19 0 104817249 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028751637032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2784] ppid=2777 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/2780/task/2784/stat : 2784 (java) S 2777 2780 737 0 -1 4202560 111 0 0 0 28 4 0 0 20 0 19 0 104817249 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028750584232 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=2780/tid=2785] ppid=2777 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/2780/task/2785/stat : 2785 (java) S 2777 2780 737 0 -1 4202560 323 0 0 0 27 4 0 0 20 0 19 0 104817249 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028749531432 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2780/tid=2786] ppid=2777 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/2780/task/2786/stat : 2786 (java) S 2777 2780 737 0 -1 4202560 277 0 0 0 32 5 0 0 20 0 19 0 104817249 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028748478632 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2787] ppid=2777 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/2780/task/2787/stat : 2787 (java) S 2777 2780 737 0 -1 4202560 269 0 0 0 25 4 0 0 20 0 19 0 104817249 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028747426856 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2780/tid=2788] ppid=2777 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/2780/task/2788/stat : 2788 (java) S 2777 2780 737 0 -1 4202560 167 0 0 0 25 4 0 0 20 0 19 0 104817249 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028746374056 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2780/tid=2789] ppid=2777 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/2780/task/2789/stat : 2789 (java) S 2777 2780 737 0 -1 4202560 176 0 0 0 25 5 0 0 20 0 19 0 104817249 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028745321256 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2780/tid=2790] ppid=2777 vsize=9625040 CPUtime=0.33 cores=0,2,4,6
/proc/2780/task/2790/stat : 2790 (java) S 2777 2780 737 0 -1 4202560 315 0 0 0 28 5 0 0 20 0 19 0 104817249 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028744268456 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=2780/tid=2791] ppid=2777 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/2780/task/2791/stat : 2791 (java) S 2777 2780 737 0 -1 4202560 78 0 0 0 2 0 0 0 20 0 19 0 104817250 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028731857384 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2792] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2792/stat : 2792 (java) S 2777 2780 737 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 104817251 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028730803448 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2793] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2793/stat : 2793 (java) S 2777 2780 737 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 104817251 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028729750536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2794] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2794/stat : 2794 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817253 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028728699024 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2795] ppid=2777 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/2780/task/2795/stat : 2795 (java) S 2777 2780 737 0 -1 4202560 13587 0 0 0 111 2 0 0 20 0 19 0 104817253 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028727647160 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2796] ppid=2777 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/2780/task/2796/stat : 2796 (java) S 2777 2780 737 0 -1 4202560 2135 0 0 0 40 0 0 0 20 0 19 0 104817253 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028726594360 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2780/tid=2797] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2797/stat : 2797 (java) S 2777 2780 737 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 104817253 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028725541752 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=2780/tid=2798] ppid=2777 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/2780/task/2798/stat : 2798 (java) S 2777 2780 737 0 -1 4202560 104 0 0 0 34 27 0 0 20 0 19 0 104817253 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028724489160 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=2780/tid=2799] ppid=2777 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/2780/task/2799/stat : 2799 (java) S 2777 2780 737 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 104817285 9856040960 126632 33554432000 1073741824 1073778376 140734313242208 140028723434664 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

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

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

Child status: 143
Real time (s): 1796.45
CPU time (s): 1800.65
CPU user time (s): 1799.54
CPU system time (s): 1.11283
CPU usage (%): 100.234
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.54
system time used= 1.11283
maximum resident set size= 509544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21751
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1272
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38528
involuntary context switches= 6810

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8134 second user time and 12.932 second system time

The end

Launcher Data

Begin job on node119 at 2016-06-06 18:00:41
IDJOB=4085261
IDBENCH=2010
IDSOLVER=2546
FILE ID=node119/4085261-1465228841
RUNJOBID= node119-1465217315-754
PBS_JOBID= 19843200
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/ttp/normalized-data6_3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085261-1465228841/watcher-4085261-1465228841 -o /tmp/evaluation-result-4085261-1465228841/solver-4085261-1465228841 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node119-1465217315-754 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085261-1465228841.opb

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

MD5SUM BENCH= f675f355e04fd5af6f49610fb88dbbd3
RANDOM SEED=185954479

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.410
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.410
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.410
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.410
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.56
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.410
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:        28189684 kB
Buffers:           20476 kB
Cached:            88276 kB
SwapCached:          832 kB
Active:          2534424 kB
Inactive:          52484 kB
Active(anon):    2477520 kB
Inactive(anon):     3376 kB
Active(file):      56904 kB
Inactive(file):    49108 kB
Unevictable:     1391864 kB
Mlocked:           16252 kB
SwapTotal:      67108856 kB
SwapFree:       67100128 kB
Dirty:               828 kB
Writeback:             0 kB
AnonPages:       3869716 kB
Mapped:            15284 kB
Shmem:                 0 kB
Slab:             565968 kB
SReclaimable:       9608 kB
SUnreclaim:       556360 kB
KernelStack:        1576 kB
PageTables:        11788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4361400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3811328 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 node119 at 2016-06-06 18:30:38