Trace number 4102018

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 Res+CP PB16SAT (TO)10087 1800.65 901.057

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib/normalized-mps-v2-20-10-p0548.opb
MD5SUM38a2c469f9dc1120b8fe634a693ac03d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark10087
Best CPU time to get the best result obtained on this benchmark1800.65
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 10829
Optimality of the best value was proved NO
Number of variables548
Total number of constraints166
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints126
Minimum length of a constraint2
Maximum length of a constraint143
Number of terms in the objective function 416
Biggest coefficient in the objective function 11000
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 96797
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 11000
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 96797
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 ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
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 Expensive 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.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
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 phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts 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.pb.tools.ManyCorePB@9f436f5
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4102018-1466217005.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
0.10/0.19	c ... done. Wall clock time 0.084s.
0.10/0.19	c declared #vars     548
0.10/0.19	c #constraints  166
0.26/0.20	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.26/0.20	c constraints type 
0.26/0.20	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.26/0.20	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 40
0.26/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 104
0.26/0.20	c 166 constraints processed.
0.26/0.20	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.26/0.20	c constraints type 
0.26/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 40
0.26/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.26/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPb => 104
0.26/0.20	c 166 constraints processed.
0.26/0.20	c objective function length is 416 literals
0.60/0.37	c And the winner is solver1
1.24/0.70	c SATISFIABLE
1.24/0.70	c OPTIMIZING...
1.24/0.70	c Got one! Elapsed wall clock time (in seconds):0.59
1.24/0.70	o 13471
1.24/0.72	c And the winner is solver1
1.32/1.20	c Got one! Elapsed wall clock time (in seconds):1.093
1.32/1.20	o 11388
1.67/1.34	c And the winner is solver1
1.90/1.71	c Got one! Elapsed wall clock time (in seconds):1.598
1.90/1.71	o 11385
1.90/1.72	c And the winner is solver1
2.04/2.21	c Got one! Elapsed wall clock time (in seconds):2.101
2.04/2.21	o 11172
2.04/2.22	c And the winner is solver1
2.17/2.71	c Got one! Elapsed wall clock time (in seconds):2.604
2.17/2.71	o 10240
2.17/2.72	c And the winner is solver1
2.17/3.22	c Got one! Elapsed wall clock time (in seconds):3.106
2.17/3.22	o 10087
2.37/3.40	c cleaning 3526 clauses out of 7051 with flag 8691/7053
3.44/3.68	c cleaning 4762 clauses out of 9525 with flag 21468/13053
4.37/3.99	c cleaning 5881 clauses out of 11762 with flag 35815/20052
4.99/4.29	c cleaning 6939 clauses out of 13881 with flag 52293/28052
6.08/4.71	c cleaning 7969 clauses out of 15942 with flag 70899/37052
7.11/5.26	c cleaning 8985 clauses out of 17974 with flag 91542/47053
8.34/5.87	c cleaning 9994 clauses out of 19988 with flag 114174/58052
9.99/6.66	c cleaning 11002 clauses out of 22004 with flag 138935/70062
12.04/7.63	c cleaning 11996 clauses out of 23992 with flag 165461/83052
14.24/8.75	c cleaning 12998 clauses out of 25997 with flag 194259/97053
17.32/10.28	c cleaning 13998 clauses out of 27998 with flag 225233/112052
20.59/11.83	c cleaning 14996 clauses out of 30001 with flag 258073/128053
24.18/13.67	c cleaning 15999 clauses out of 32006 with flag 293291/145054
28.48/15.79	c cleaning 17003 clauses out of 34006 with flag 330567/163053
32.94/17.93	c cleaning 18001 clauses out of 36003 with flag 369650/182053
37.94/20.46	c cleaning 19000 clauses out of 38001 with flag 410696/202052
44.34/23.68	c cleaning 19999 clauses out of 40001 with flag 454652/223052
50.64/26.78	c cleaning 21002 clauses out of 42004 with flag 501291/245054
57.73/30.22	c cleaning 22000 clauses out of 44001 with flag 550845/268053
65.12/33.97	c cleaning 23001 clauses out of 46002 with flag 602687/292054
72.92/37.88	c cleaning 24000 clauses out of 48000 with flag 657118/317053
81.02/41.86	c cleaning 24993 clauses out of 50000 with flag 712564/343053
89.21/45.94	c cleaning 26003 clauses out of 52007 with flag 770361/370053
98.94/50.71	c cleaning 26998 clauses out of 54004 with flag 831955/398053
107.34/54.94	c cleaning 27996 clauses out of 56004 with flag 895126/427052
116.34/59.47	c cleaning 28998 clauses out of 58008 with flag 957928/457052
127.12/64.88	c cleaning 30000 clauses out of 60010 with flag 1025270/488052
138.13/70.32	c cleaning 31003 clauses out of 62010 with flag 1093189/520052
149.35/76.00	c cleaning 32000 clauses out of 64008 with flag 1163918/553053
160.55/81.53	c cleaning 33000 clauses out of 66008 with flag 1234806/587053
171.66/87.03	c cleaning 34000 clauses out of 68008 with flag 1310074/622053
182.85/92.67	c cleaning 35004 clauses out of 70007 with flag 1384925/658052
197.25/99.80	c cleaning 35998 clauses out of 72004 with flag 1463342/695053
210.99/106.90	c cleaning 37000 clauses out of 74006 with flag 1542016/733053
225.85/114.25	c cleaning 38001 clauses out of 76006 with flag 1623123/772053
240.25/121.43	c cleaning 38999 clauses out of 78005 with flag 1708090/812053
253.85/128.20	c cleaning 39999 clauses out of 80005 with flag 1794576/853052
267.33/134.90	c cleaning 41001 clauses out of 82007 with flag 1881103/895053
281.13/141.88	c cleaning 41999 clauses out of 84006 with flag 1973352/938053
295.32/148.93	c cleaning 43003 clauses out of 86006 with flag 2069060/982052
309.94/156.29	c cleaning 43992 clauses out of 88004 with flag 2166691/1027053
324.52/163.56	c cleaning 45004 clauses out of 90011 with flag 2266762/1073052
340.12/171.30	c cleaning 46003 clauses out of 92008 with flag 2371138/1120053
358.33/180.43	c cleaning 46996 clauses out of 94004 with flag 2472572/1168052
377.91/190.23	c cleaning 48002 clauses out of 96009 with flag 2577487/1217053
396.42/199.48	c cleaning 49001 clauses out of 98007 with flag 2684227/1267053
413.01/207.71	c cleaning 49998 clauses out of 100005 with flag 2796342/1318052
430.21/216.34	c cleaning 51000 clauses out of 102008 with flag 2909635/1370053
450.32/226.38	c cleaning 51997 clauses out of 104008 with flag 3023024/1423053
471.72/237.09	c cleaning 53003 clauses out of 106011 with flag 3137968/1477053
492.51/247.50	c cleaning 54001 clauses out of 108007 with flag 3257112/1532052
518.82/260.50	c cleaning 54998 clauses out of 110006 with flag 3376935/1588052
544.41/273.54	c cleaning 56003 clauses out of 112009 with flag 3502665/1645053
565.85/284.26	c cleaning 57002 clauses out of 114006 with flag 3629637/1703053
593.71/298.16	c cleaning 57996 clauses out of 116004 with flag 3755893/1762053
619.09/310.85	c cleaning 59000 clauses out of 118008 with flag 3887020/1822053
643.08/322.87	c cleaning 60001 clauses out of 120008 with flag 4019600/1883053
667.75/335.17	c cleaning 61000 clauses out of 122006 with flag 4155288/1945052
699.23/350.90	c cleaning 62001 clauses out of 124008 with flag 4292137/2008054
739.70/371.21	c cleaning 63001 clauses out of 126006 with flag 4428379/2072053
767.75/385.29	c cleaning 64001 clauses out of 128004 with flag 4573228/2137052
799.94/401.38	c cleaning 64999 clauses out of 130003 with flag 4713736/2203052
828.63/415.60	c cleaning 65996 clauses out of 132004 with flag 4852956/2270052
864.94/433.73	c cleaning 67004 clauses out of 134008 with flag 4992674/2338052
906.93/454.62	c cleaning 67999 clauses out of 136004 with flag 5139749/2407052
950.34/476.22	c cleaning 69002 clauses out of 138005 with flag 5288035/2477052
1004.12/503.03	c cleaning 70001 clauses out of 140004 with flag 5437698/2548053
1056.76/529.30	c cleaning 70998 clauses out of 142003 with flag 5589443/2620053
1074.02/537.94	c cleaning 0 clauses out of 5105 with flag 0/5105
1100.78/551.69	c cleaning 71992 clauses out of 144004 with flag 5743986/2693052
1131.82/567.19	c cleaning 73005 clauses out of 146013 with flag 5899334/2767053
1165.25/583.83	c cleaning 74000 clauses out of 148007 with flag 6053450/2842052
1199.51/600.99	c cleaning 74998 clauses out of 150008 with flag 6211301/2918053
1235.38/618.86	c cleaning 76000 clauses out of 152010 with flag 6373855/2995053
1274.22/638.26	c cleaning 77000 clauses out of 154010 with flag 6538294/3073053
1316.72/659.72	c cleaning 77999 clauses out of 156009 with flag 6701489/3152052
1359.17/680.98	c cleaning 78999 clauses out of 158010 with flag 6870381/3232052
1401.00/701.85	c cleaning 80006 clauses out of 160013 with flag 7037329/3313054
1457.00/729.66	c cleaning 80997 clauses out of 162006 with flag 7207822/3395053
1504.80/753.52	c cleaning 82004 clauses out of 164009 with flag 7381139/3478053
1554.24/778.25	c cleaning 83000 clauses out of 166004 with flag 7556103/3562052
1612.24/807.15	c cleaning 84000 clauses out of 168005 with flag 7734556/3647053
1665.91/833.93	c cleaning 84999 clauses out of 170004 with flag 7911824/3733052
1732.01/867.11	c cleaning 86002 clauses out of 172005 with flag 8096819/3820052
1790.51/896.38	c cleaning 86994 clauses out of 174004 with flag 8290997/3908053
1800.00/901.01	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/901.01	c starts		: 281
1800.00/901.01	c conflicts		: 3929154
1800.00/901.01	c decisions		: 4217146
1800.00/901.01	c propagations		: 62203682
1800.00/901.01	c inspects		: 18696063155
1800.00/901.01	c shortcuts		: 0
1800.00/901.01	c learnt literals	: 3
1800.00/901.01	c learnt binary clauses	: 4
1800.00/901.01	c learnt ternary clauses	: 1
1800.00/901.01	c learnt constraints	: 3929151
1800.00/901.01	c ignored constraints	: 0
1800.00/901.01	c root simplifications	: 0
1800.00/901.01	c removed literals (reason simplification)	: 33322552
1800.00/901.01	c reason swapping (by a shorter reason)	: 0
1800.00/901.01	c Calls to reduceDB	: 84
1800.00/901.01	c Number of update (reduction) of LBD	: 108505
1800.00/901.01	c Imported unit clauses	: 0
1800.00/901.01	c number of reductions to clauses (during analyze)	: 0
1800.00/901.01	c number of learned constraints concerned by reduction	: 0
1800.00/901.01	c number of learning phase by resolution	: 0
1800.00/901.01	c number of learning phase by cutting planes	: 0
1800.00/901.01	c speed (assignments/second)	: 69285.10469562582
1800.00/901.01	c non guided choices	2
1800.00/901.03	c learnt constraints type 
1800.00/901.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.00/901.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 108107
1800.00/901.03	c >>>>>>>>>> Solver number 1 (6 answers) <<<<<<<<<<<<<<<<<<
1800.00/901.03	c starts		: 29
1800.00/901.03	c conflicts		: 5715
1800.00/901.03	c decisions		: 20202
1800.00/901.03	c propagations		: 337290
1800.00/901.03	c inspects		: 89427585
1800.00/901.03	c shortcuts		: 0
1800.00/901.03	c learnt literals	: 0
1800.00/901.03	c learnt binary clauses	: 0
1800.00/901.03	c learnt ternary clauses	: 0
1800.00/901.03	c learnt constraints	: 5714
1800.00/901.03	c ignored constraints	: 0
1800.00/901.03	c root simplifications	: 0
1800.00/901.03	c removed literals (reason simplification)	: 0
1800.00/901.03	c reason swapping (by a shorter reason)	: 0
1800.00/901.03	c Calls to reduceDB	: 1
1800.00/901.03	c Number of update (reduction) of LBD	: 0
1800.00/901.03	c Imported unit clauses	: 0
1800.00/901.03	c number of reductions to clauses (during analyze)	: 0
1800.00/901.04	c number of learned constraints concerned by reduction	: 0
1800.00/901.04	c number of learning phase by resolution	: 0
1800.00/901.04	c number of learning phase by cutting planes	: 0
1800.00/901.04	c speed (assignments/second)	: 374.42012004444774
1800.00/901.04	c non guided choices	158
1800.00/901.04	c learnt constraints type 
1800.00/901.04	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 2
1800.00/901.04	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5712
1800.00/901.04	s SATISFIABLE
1800.00/901.04	c Found 6 solution(s)
1800.00/901.04	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 
1800.00/901.04	c objective function=10087
1800.00/901.04	c Total wall clock time (in seconds): 900.931

Verifier Data

OK	10087

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-4102018-1466217005/watcher-4102018-1466217005 -o /tmp/evaluation-result-4102018-1466217005/solver-4102018-1466217005 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466206051-22606 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4102018-1466217005.opb 

pid=28257
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: 3.82 4.17 4.14 4/198 28260
/proc/meminfo: memFree=27664504/32872528 swapFree=496868/529572
[pid=28260] ppid=28257 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/28260/stat : 28260 (java) R 28257 28260 22589 0 -1 4202496 858 0 0 0 0 0 0 0 20 0 1 0 23745907 23793664 507 33554432000 1073741824 1073778376 140736877284272 140736877273336 211449592371 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/28260/statm: 5809 523 395 9 0 128 0

[startup+0.100163 s]
/proc/loadavg: 3.82 4.17 4.14 4/198 28260
/proc/meminfo: memFree=27664504/32872528 swapFree=496868/529572
[pid=28260] ppid=28257 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/28260/stat : 28260 (java) S 28257 28260 22589 0 -1 4202496 4447 0 1 0 9 1 0 0 20 0 18 0 23745907 9787879424 6085 33554432000 1073741824 1073778376 140736877284272 140736877275408 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28260/statm: 2389619 6085 2142 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200326 s]
/proc/loadavg: 3.82 4.17 4.14 4/198 28260
/proc/meminfo: memFree=27664504/32872528 swapFree=496868/529572
[pid=28260] ppid=28257 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/28260/stat : 28260 (java) S 28257 28260 22589 0 -1 4202496 4695 0 1 0 25 1 0 0 20 0 18 0 23745907 9787879424 7295 33554432000 1073741824 1073778376 140736877284272 140736877275408 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28260/statm: 2389619 7295 2211 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300224 s]
/proc/loadavg: 3.82 4.17 4.14 4/198 28260
/proc/meminfo: memFree=27664504/32872528 swapFree=496868/529572
[pid=28260] ppid=28257 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/28260/stat : 28260 (java) S 28257 28260 22589 0 -1 4202496 7525 0 1 0 59 1 0 0 20 0 22 0 23745907 10060525568 10191 33554432000 1073741824 1073778376 140736877284272 140736877275408 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28260/statm: 2456183 10191 2247 9 0 2446860 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 9824732

[startup+0.700301 s]
/proc/loadavg: 3.82 4.17 4.14 4/198 28260
/proc/meminfo: memFree=27664504/32872528 swapFree=496868/529572
[pid=28260] ppid=28257 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/28260/stat : 28260 (java) S 28257 28260 22589 0 -1 4202496 13934 0 1 0 120 4 0 0 20 0 19 0 23745907 10060525568 14073 33554432000 1073741824 1073778376 140736877284272 140736877275408 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28260/statm: 2456183 14073 2258 9 0 2446860 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9824732

[startup+1.50088 s]
/proc/loadavg: 3.82 4.17 4.14 3/217 28285
/proc/meminfo: memFree=27610852/32872528 swapFree=496868/529572
[pid=28260] ppid=28257 vsize=9824732 CPUtime=1.9 cores=1,3,5,7
/proc/28260/stat : 28260 (java) S 28257 28260 22589 0 -1 4202496 14053 0 1 0 182 8 0 0 20 0 19 0 23745907 10060525568 19797 33554432000 1073741824 1073778376 140736877284272 140736877275408 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28260/statm: 2456183 19797 2262 9 0 2446860 0
[pid=28260/tid=28262] ppid=28257 vsize=9824732 CPUtime=0.18 cores=1,3,5,7
/proc/28260/task/28262/stat : 28262 (java) S 28257 28260 22589 0 -1 4202560 2421 0 1 0 18 0 0 0 20 0 19 0 23745908 10060525568 19797 33554432000 1073741824 1073778376 140736877284272 139831643321208 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28263] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28263/stat : 28263 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23745909 10060525568 19797 33554432000 1073741824 1073778376 140736877284272 139831604812328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28264] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28264/stat : 28264 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23745909 10060525568 19797 33554432000 1073741824 1073778376 140736877284272 139831603759528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28265] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28265/stat : 28265 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23745909 10060525568 19797 33554432000 1073741824 1073778376 140736877284272 139831602706728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28260/tid=28266] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28266/stat : 28266 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23745909 10060525568 19797 33554432000 1073741824 1073778376 140736877284272 139831601653928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28260/tid=28267] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28267/stat : 28267 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23745909 10060525568 19797 33554432000 1073741824 1073778376 140736877284272 139831600602152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28268] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28268/stat : 28268 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23745909 10060525568 19797 33554432000 1073741824 1073778376 140736877284272 139831599549352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28260/tid=28269] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28269/stat : 28269 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23745909 10060525568 19797 33554432000 1073741824 1073778376 140736877284272 139831598496552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28270] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28270/stat : 28270 (java) S 28257 28260 22589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23745909 10060525568 19797 33554432000 1073741824 1073778376 140736877284272 139831597443752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28271] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28271/stat : 28271 (java) S 28257 28260 22589 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23745910 10060525568 19797 33554432000 1073741824 1073778376 140736877284272 139831467301352 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28260/tid=28272] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28272/stat : 28272 (java) S 28257 28260 22589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23745910 10060525568 19797 33554432000 1073741824 1073778376 140736877284272 139831466247416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28273] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28273/stat : 28273 (java) S 28257 28260 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23745910 10060525568 19797 33554432000 1073741824 1073778376 140736877284272 139831465194504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28274] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28274/stat : 28274 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23745912 10060525568 19797 33554432000 1073741824 1073778376 140736877284272 139831464142992 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28275] ppid=28257 vsize=9824732 CPUtime=0.55 cores=1,3,5,7
/proc/28260/task/28275/stat : 28275 (java) S 28257 28260 22589 0 -1 4202560 5465 0 0 0 55 0 0 0 20 0 19 0 23745912 10060525568 19797 33554432000 1073741824 1073778376 140736877284272 139831463091128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28276] ppid=28257 vsize=9824732 CPUtime=0.5 cores=1,3,5,7
/proc/28260/task/28276/stat : 28276 (java) S 28257 28260 22589 0 -1 4202560 4809 0 0 0 50 0 0 0 20 0 19 0 23745912 10060525568 19797 33554432000 1073741824 1073778376 140736877284272 139831462038328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28260/tid=28277] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28277/stat : 28277 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23745912 10060525568 19797 33554432000 1073741824 1073778376 140736877284272 139831460985720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28260/tid=28278] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28278/stat : 28278 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23745913 10060525568 19797 33554432000 1073741824 1073778376 140736877284272 139831459933128 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28282] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28282/stat : 28282 (java) S 28257 28260 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23745928 10060525568 19797 33554432000 1073741824 1073778376 140736877284272 139831455720232 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 9824732

[startup+3.10083 s]
/proc/loadavg: 3.82 4.17 4.14 3/217 28291
/proc/meminfo: memFree=27585648/32872528 swapFree=496868/529572
[pid=28260] ppid=28257 vsize=9824732 CPUtime=2.17 cores=1,3,5,7
/proc/28260/stat : 28260 (java) S 28257 28260 22589 0 -1 4202496 15062 0 1 0 206 11 0 0 20 0 19 0 23745907 10060525568 23945 33554432000 1073741824 1073778376 140736877284272 140736877275408 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28260/statm: 2456183 23945 2266 9 0 2446860 0
[pid=28260/tid=28262] ppid=28257 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/28260/task/28262/stat : 28262 (java) S 28257 28260 22589 0 -1 4202560 2422 0 1 0 19 0 0 0 20 0 19 0 23745908 10060525568 23945 33554432000 1073741824 1073778376 140736877284272 139831643321208 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28263] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28263/stat : 28263 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23745909 10060525568 23945 33554432000 1073741824 1073778376 140736877284272 139831604812328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28264] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28264/stat : 28264 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23745909 10060525568 23945 33554432000 1073741824 1073778376 140736877284272 139831603759528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28265] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28265/stat : 28265 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23745909 10060525568 23945 33554432000 1073741824 1073778376 140736877284272 139831602706728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28260/tid=28266] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28266/stat : 28266 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23745909 10060525568 23945 33554432000 1073741824 1073778376 140736877284272 139831601653928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28260/tid=28267] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28267/stat : 28267 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23745909 10060525568 23945 33554432000 1073741824 1073778376 140736877284272 139831600602152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28268] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28268/stat : 28268 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23745909 10060525568 23945 33554432000 1073741824 1073778376 140736877284272 139831599549352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28260/tid=28269] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28269/stat : 28269 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23745909 10060525568 23945 33554432000 1073741824 1073778376 140736877284272 139831598496552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28270] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28270/stat : 28270 (java) S 28257 28260 22589 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 23745909 10060525568 23945 33554432000 1073741824 1073778376 140736877284272 139831597443752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28271] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28271/stat : 28271 (java) S 28257 28260 22589 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 23745910 10060525568 23945 33554432000 1073741824 1073778376 140736877284272 139831467301352 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28272] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28272/stat : 28272 (java) S 28257 28260 22589 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 23745910 10060525568 23945 33554432000 1073741824 1073778376 140736877284272 139831466247416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28273] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28273/stat : 28273 (java) S 28257 28260 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23745910 10060525568 23945 33554432000 1073741824 1073778376 140736877284272 139831465194504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28274] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28274/stat : 28274 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23745912 10060525568 23945 33554432000 1073741824 1073778376 140736877284272 139831464142992 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28275] ppid=28257 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/28260/task/28275/stat : 28275 (java) S 28257 28260 22589 0 -1 4202560 5468 0 0 0 63 0 0 0 20 0 19 0 23745912 10060525568 23945 33554432000 1073741824 1073778376 140736877284272 139831463091128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28276] ppid=28257 vsize=9824732 CPUtime=0.62 cores=1,3,5,7
/proc/28260/task/28276/stat : 28276 (java) S 28257 28260 22589 0 -1 4202560 5787 0 0 0 62 0 0 0 20 0 19 0 23745912 10060525568 23945 33554432000 1073741824 1073778376 140736877284272 139831462038328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28260/tid=28277] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28277/stat : 28277 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23745912 10060525568 23945 33554432000 1073741824 1073778376 140736877284272 139831460985720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28260/tid=28278] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28278/stat : 28278 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23745913 10060525568 23945 33554432000 1073741824 1073778376 140736877284272 139831459933128 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28282] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28282/stat : 28282 (java) S 28257 28260 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23745928 10060525568 23945 33554432000 1073741824 1073778376 140736877284272 139831455720232 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.17
Current children cumulated vsize (KiB) 9824732
heavy processes:
  %CPU=12 pid=1811 uid=0 cmd=

[startup+6.30091 s]
/proc/loadavg: 3.91 4.18 4.14 5/220 28300
/proc/meminfo: memFree=27440256/32872528 swapFree=496868/529572
[pid=28260] ppid=28257 vsize=9824732 CPUtime=9.34 cores=1,3,5,7
/proc/28260/stat : 28260 (java) S 28257 28260 22589 0 -1 4202496 20424 0 1 0 916 18 0 0 20 0 22 0 23745907 10060525568 74848 33554432000 1073741824 1073778376 140736877284272 140736877275408 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28260/statm: 2456183 74848 2285 9 0 2446860 0
[pid=28260/tid=28262] ppid=28257 vsize=9824732 CPUtime=0.19 cores=1,3,5,7
/proc/28260/task/28262/stat : 28262 (java) S 28257 28260 22589 0 -1 4202560 2423 0 1 0 19 0 0 0 20 0 22 0 23745908 10060525568 74848 33554432000 1073741824 1073778376 140736877284272 139831643321208 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28263] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28263/stat : 28263 (java) S 28257 28260 22589 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 23745909 10060525568 74848 33554432000 1073741824 1073778376 140736877284272 139831604812328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28264] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28264/stat : 28264 (java) S 28257 28260 22589 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 23745909 10060525568 74848 33554432000 1073741824 1073778376 140736877284272 139831603759528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28265] ppid=28257 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/28260/task/28265/stat : 28265 (java) S 28257 28260 22589 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 23745909 10060525568 74848 33554432000 1073741824 1073778376 140736877284272 139831602706728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28266] ppid=28257 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/28260/task/28266/stat : 28266 (java) S 28257 28260 22589 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 22 0 23745909 10060525568 74848 33554432000 1073741824 1073778376 140736877284272 139831601653928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28267] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28267/stat : 28267 (java) S 28257 28260 22589 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 23745909 10060525568 74848 33554432000 1073741824 1073778376 140736877284272 139831600602152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28260/tid=28268] ppid=28257 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/28260/task/28268/stat : 28268 (java) S 28257 28260 22589 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 22 0 23745909 10060525568 74848 33554432000 1073741824 1073778376 140736877284272 139831599549352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28269] ppid=28257 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/28260/task/28269/stat : 28269 (java) S 28257 28260 22589 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 23745909 10060525568 74848 33554432000 1073741824 1073778376 140736877284272 139831598496552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28270] ppid=28257 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/28260/task/28270/stat : 28270 (java) S 28257 28260 22589 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 23745909 10060525568 74848 33554432000 1073741824 1073778376 140736877284272 139831597443752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28260/tid=28271] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28271/stat : 28271 (java) S 28257 28260 22589 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 23745910 10060525568 74848 33554432000 1073741824 1073778376 140736877284272 139831467301352 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28260/tid=28272] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28272/stat : 28272 (java) S 28257 28260 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23745910 10060525568 74848 33554432000 1073741824 1073778376 140736877284272 139831466247416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28273] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28273/stat : 28273 (java) S 28257 28260 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23745910 10060525568 74848 33554432000 1073741824 1073778376 140736877284272 139831465194504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28274] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28274/stat : 28274 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23745912 10060525568 74848 33554432000 1073741824 1073778376 140736877284272 139831464142992 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28275] ppid=28257 vsize=9824732 CPUtime=1.13 cores=1,3,5,7
/proc/28260/task/28275/stat : 28275 (java) S 28257 28260 22589 0 -1 4202560 8975 0 0 0 111 2 0 0 20 0 22 0 23745912 10060525568 74848 33554432000 1073741824 1073778376 140736877284272 139831463091128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28260/tid=28276] ppid=28257 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/28260/task/28276/stat : 28276 (java) S 28257 28260 22589 0 -1 4202560 7379 0 0 0 107 2 0 0 20 0 22 0 23745912 10060525568 74848 33554432000 1073741824 1073778376 140736877284272 139831462038328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28260/tid=28277] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28277/stat : 28277 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23745912 10060525568 74848 33554432000 1073741824 1073778376 140736877284272 139831460985720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28260/tid=28278] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28278/stat : 28278 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23745913 10060525568 74848 33554432000 1073741824 1073778376 140736877284272 139831459933128 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28282] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28282/stat : 28282 (java) S 28257 28260 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23745928 10060525568 74848 33554432000 1073741824 1073778376 140736877284272 139831455720232 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28260/tid=28298] ppid=28257 vsize=9824732 CPUtime=2.97 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 4.10 4.12 4.13 5/219 28389
/proc/meminfo: memFree=26877224/32872528 swapFree=496868/529572
[pid=28260] ppid=28257 vsize=9824732 CPUtime=1642.7 cores=1,3,5,7
/proc/28260/stat : 28260 (java) S 28257 28260 22589 0 -1 4202496 32570 0 1 0 164061 209 0 0 20 0 22 0 23745907 10060525568 551929 33554432000 1073741824 1073778376 140736877284272 140736877275408 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28260/statm: 2456183 551929 2294 9 0 2446860 0
[pid=28260/tid=28262] ppid=28257 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/28260/task/28262/stat : 28262 (java) S 28257 28260 22589 0 -1 4202560 2433 0 1 0 20 3 0 0 20 0 22 0 23745908 10060525568 551929 33554432000 1073741824 1073778376 140736877284272 139831643321208 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28263] ppid=28257 vsize=9824732 CPUtime=1.28 cores=1,3,5,7
/proc/28260/task/28263/stat : 28263 (java) S 28257 28260 22589 0 -1 4202560 749 0 0 0 111 17 0 0 20 0 22 0 23745909 10060525568 551929 33554432000 1073741824 1073778376 140736877284272 139831604812328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28260/tid=28264] ppid=28257 vsize=9824732 CPUtime=1.16 cores=1,3,5,7
/proc/28260/task/28264/stat : 28264 (java) S 28257 28260 22589 0 -1 4202560 814 0 0 0 99 17 0 0 20 0 22 0 23745909 10060525568 551929 33554432000 1073741824 1073778376 140736877284272 139831603759528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28260/tid=28265] ppid=28257 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/28260/task/28265/stat : 28265 (java) S 28257 28260 22589 0 -1 4202560 787 0 0 0 101 16 0 0 20 0 22 0 23745909 10060525568 551929 33554432000 1073741824 1073778376 140736877284272 139831602706728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28260/tid=28266] ppid=28257 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/28260/task/28266/stat : 28266 (java) S 28257 28260 22589 0 -1 4202560 561 0 0 0 115 18 0 0 20 0 22 0 23745909 10060525568 551929 33554432000 1073741824 1073778376 140736877284272 139831601653928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28260/tid=28267] ppid=28257 vsize=9824732 CPUtime=1.21 cores=1,3,5,7
/proc/28260/task/28267/stat : 28267 (java) S 28257 28260 22589 0 -1 4202560 560 0 0 0 104 17 0 0 20 0 22 0 23745909 10060525568 551929 33554432000 1073741824 1073778376 140736877284272 139831600602152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28268] ppid=28257 vsize=9824732 CPUtime=1.24 cores=1,3,5,7
/proc/28260/task/28268/stat : 28268 (java) S 28257 28260 22589 0 -1 4202560 530 0 0 0 107 17 0 0 20 0 22 0 23745909 10060525568 551929 33554432000 1073741824 1073778376 140736877284272 139831599549352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28260/tid=28269] ppid=28257 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/28260/task/28269/stat : 28269 (java) S 28257 28260 22589 0 -1 4202560 610 0 0 0 115 18 0 0 20 0 22 0 23745909 10060525568 551929 33554432000 1073741824 1073778376 140736877284272 139831598496552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28270] ppid=28257 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/28260/task/28270/stat : 28270 (java) S 28257 28260 22589 0 -1 4202560 684 0 0 0 99 18 0 0 20 0 22 0 23745909 10060525568 551929 33554432000 1073741824 1073778376 140736877284272 139831597443752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28271] ppid=28257 vsize=9824732 CPUtime=3.26 cores=1,3,5,7
/proc/28260/task/28271/stat : 28271 (java) S 28257 28260 22589 0 -1 4202560 2176 0 0 0 317 9 0 0 20 0 22 0 23745910 10060525568 551929 33554432000 1073741824 1073778376 140736877284272 139831467301352 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28272] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28272/stat : 28272 (java) S 28257 28260 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23745910 10060525568 551929 33554432000 1073741824 1073778376 140736877284272 139831466247416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28273] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28273/stat : 28273 (java) S 28257 28260 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23745910 10060525568 551929 33554432000 1073741824 1073778376 140736877284272 139831465194504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28274] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28274/stat : 28274 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23745912 10060525568 551929 33554432000 1073741824 1073778376 140736877284272 139831464142992 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28275] ppid=28257 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/28260/task/28275/stat : 28275 (java) S 28257 28260 22589 0 -1 4202560 8975 0 0 0 113 2 0 0 20 0 22 0 23745912 10060525568 551929 33554432000 1073741824 1073778376 140736877284272 139831463091128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28260/tid=28276] ppid=28257 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/28260/task/28276/stat : 28276 (java) S 28257 28260 22589 0 -1 4202560 11035 0 0 0 135 2 0 0 20 0 22 0 23745912 10060525568 551929 33554432000 1073741824 1073778376 140736877284272 139831462038328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28260/tid=28277] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28277/stat : 28277 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23745912 10060525568 551929 33554432000 1073741824 1073778376 140736877284272 139831460985720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28260/tid=28278] ppid=28257 vsize=9824732 CPUtime=0.26 cores=1,3,5,7
/proc/28260/task/28278/stat : 28278 (java) S 28257 28260 22589 0 -1 4202560 47 0 0 0 9 17 0 0 20 0 22 0 23745913 10060525568 551929 33554432000 1073741824 1073778376 140736877284272 139831459933128 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28282] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28282/stat : 28282 (java) S 28257 28260 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23745928 10060525568 551929 33554432000 1073741824 1073778376 140736877284272 139831455720232 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28260/tid=28298] ppid=28257 vsize=9824732 CPUtime=813.02 cores=1,3,5,7
/proc/28260/task/28298/stat : 28298 (java) R 28257 28260 22589 0 -1 4202560 60 0 0 0 81287 15 0 0 20 0 22 0 23746229 10060525568 551929 33554432000 1073741824 1073778376 140736877284272 139831458876560 139831468939067 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28299] ppid=28257 vsize=9824732 CPUtime=813.03 cores=1,3,5,7
/proc/28260/task/28299/stat : 28299 (java) R 28257 28260 22589 0 -1 4202560 1173 0 0 0 81255 48 0 0 20 0 22 0 23746230 10060525568 551929 33554432000 1073741824 1073778376 140736877284272 139831456770912 139831469024641 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28260/tid=28300] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28300/stat : 28300 (java) S 28257 28260 22589 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23746230 10060525568 551929 33554432000 1073741824 1073778376 140736877284272 139831457826344 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1642.7
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.20 4.14 4.13 5/219 28390
/proc/meminfo: memFree=26396876/32872528 swapFree=496868/529572
[pid=28260] ppid=28257 vsize=9824732 CPUtime=1762.53 cores=1,3,5,7
/proc/28260/stat : 28260 (java) S 28257 28260 22589 0 -1 4202496 34044 0 1 0 176025 228 0 0 20 0 22 0 23745907 10060525568 676232 33554432000 1073741824 1073778376 140736877284272 140736877275408 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28260/statm: 2456183 676232 2294 9 0 2446860 0
[pid=28260/tid=28262] ppid=28257 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/28260/task/28262/stat : 28262 (java) S 28257 28260 22589 0 -1 4202560 2434 0 1 0 20 3 0 0 20 0 22 0 23745908 10060525568 676232 33554432000 1073741824 1073778376 140736877284272 139831643321208 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28263] ppid=28257 vsize=9824732 CPUtime=1.45 cores=1,3,5,7
/proc/28260/task/28263/stat : 28263 (java) S 28257 28260 22589 0 -1 4202560 793 0 0 0 127 18 0 0 20 0 22 0 23745909 10060525568 676232 33554432000 1073741824 1073778376 140736877284272 139831604812328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28264] ppid=28257 vsize=9824732 CPUtime=1.29 cores=1,3,5,7
/proc/28260/task/28264/stat : 28264 (java) S 28257 28260 22589 0 -1 4202560 883 0 0 0 111 18 0 0 20 0 22 0 23745909 10060525568 676232 33554432000 1073741824 1073778376 140736877284272 139831603759528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28265] ppid=28257 vsize=9824732 CPUtime=1.34 cores=1,3,5,7
/proc/28260/task/28265/stat : 28265 (java) S 28257 28260 22589 0 -1 4202560 824 0 0 0 116 18 0 0 20 0 22 0 23745909 10060525568 676232 33554432000 1073741824 1073778376 140736877284272 139831602706728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28266] ppid=28257 vsize=9824732 CPUtime=1.48 cores=1,3,5,7
/proc/28260/task/28266/stat : 28266 (java) S 28257 28260 22589 0 -1 4202560 607 0 0 0 129 19 0 0 20 0 22 0 23745909 10060525568 676232 33554432000 1073741824 1073778376 140736877284272 139831601653928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28260/tid=28267] ppid=28257 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/28260/task/28267/stat : 28267 (java) S 28257 28260 22589 0 -1 4202560 572 0 0 0 115 18 0 0 20 0 22 0 23745909 10060525568 676232 33554432000 1073741824 1073778376 140736877284272 139831600602152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28260/tid=28268] ppid=28257 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/28260/task/28268/stat : 28268 (java) S 28257 28260 22589 0 -1 4202560 546 0 0 0 120 18 0 0 20 0 22 0 23745909 10060525568 676232 33554432000 1073741824 1073778376 140736877284272 139831599549352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28269] ppid=28257 vsize=9824732 CPUtime=1.53 cores=1,3,5,7
/proc/28260/task/28269/stat : 28269 (java) S 28257 28260 22589 0 -1 4202560 650 0 0 0 133 20 0 0 20 0 22 0 23745909 10060525568 676232 33554432000 1073741824 1073778376 140736877284272 139831598496552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28270] ppid=28257 vsize=9824732 CPUtime=1.33 cores=1,3,5,7
/proc/28260/task/28270/stat : 28270 (java) S 28257 28260 22589 0 -1 4202560 707 0 0 0 114 19 0 0 20 0 22 0 23745909 10060525568 676232 33554432000 1073741824 1073778376 140736877284272 139831597443752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28271] ppid=28257 vsize=9824732 CPUtime=3.99 cores=1,3,5,7
/proc/28260/task/28271/stat : 28271 (java) S 28257 28260 22589 0 -1 4202560 2700 0 0 0 390 9 0 0 20 0 22 0 23745910 10060525568 676232 33554432000 1073741824 1073778376 140736877284272 139831467301352 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28260/tid=28272] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28272/stat : 28272 (java) S 28257 28260 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23745910 10060525568 676232 33554432000 1073741824 1073778376 140736877284272 139831466247416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28273] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28273/stat : 28273 (java) S 28257 28260 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23745910 10060525568 676232 33554432000 1073741824 1073778376 140736877284272 139831465194504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28274] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28274/stat : 28274 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23745912 10060525568 676232 33554432000 1073741824 1073778376 140736877284272 139831464142992 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28275] ppid=28257 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/28260/task/28275/stat : 28275 (java) S 28257 28260 22589 0 -1 4202560 8975 0 0 0 113 2 0 0 20 0 22 0 23745912 10060525568 676232 33554432000 1073741824 1073778376 140736877284272 139831463091128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28260/tid=28276] ppid=28257 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/28260/task/28276/stat : 28276 (java) S 28257 28260 22589 0 -1 4202560 11035 0 0 0 135 2 0 0 20 0 22 0 23745912 10060525568 676232 33554432000 1073741824 1073778376 140736877284272 139831462038328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28260/tid=28277] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28277/stat : 28277 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23745912 10060525568 676232 33554432000 1073741824 1073778376 140736877284272 139831460985720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28260/tid=28278] ppid=28257 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/28260/task/28278/stat : 28278 (java) S 28257 28260 22589 0 -1 4202560 51 0 0 0 11 18 0 0 20 0 22 0 23745913 10060525568 676232 33554432000 1073741824 1073778376 140736877284272 139831459933128 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28282] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28282/stat : 28282 (java) S 28257 28260 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23745928 10060525568 676232 33554432000 1073741824 1073778376 140736877284272 139831455720232 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28260/tid=28298] ppid=28257 vsize=9824732 CPUtime=871.96 cores=1,3,5,7
/proc/28260/task/28298/stat : 28298 (java) R 28257 28260 22589 0 -1 4202560 69 0 0 0 87179 17 0 0 20 0 22 0 23746229 10060525568 676232 33554432000 1073741824 1073778376 140736877284272 139831458876616 139831468939067 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28260/tid=28299] ppid=28257 vsize=9824732 CPUtime=871.97 cores=1,3,5,7
/proc/28260/task/28299/stat : 28299 (java) R 28257 28260 22589 0 -1 4202560 1822 0 0 0 87142 55 0 0 20 0 22 0 23746230 10060525568 676232 33554432000 1073741824 1073778376 140736877284272 139831456771072 139831469024608 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28300] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28300/stat : 28300 (java) S 28257 28260 22589 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23746230 10060525568 676232 33554432000 1073741824 1073778376 140736877284272 139831457826344 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1762.53
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.008 s]
/proc/loadavg: 4.21 4.14 4.13 5/219 28390
/proc/meminfo: memFree=26380184/32872528 swapFree=496868/529572
[pid=28260] ppid=28257 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/28260/stat : 28260 (java) S 28257 28260 22589 0 -1 4202496 34092 0 1 0 179769 231 0 0 20 0 22 0 23745907 10060525568 683902 33554432000 1073741824 1073778376 140736877284272 140736877275408 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/28260/statm: 2456183 683902 2294 9 0 2446860 0
[pid=28260/tid=28262] ppid=28257 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/28260/task/28262/stat : 28262 (java) S 28257 28260 22589 0 -1 4202560 2435 0 1 0 20 3 0 0 20 0 22 0 23745908 10060525568 683902 33554432000 1073741824 1073778376 140736877284272 139831643321208 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28263] ppid=28257 vsize=9824732 CPUtime=1.46 cores=1,3,5,7
/proc/28260/task/28263/stat : 28263 (java) S 28257 28260 22589 0 -1 4202560 795 0 0 0 128 18 0 0 20 0 22 0 23745909 10060525568 683902 33554432000 1073741824 1073778376 140736877284272 139831604812328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28260/tid=28264] ppid=28257 vsize=9824732 CPUtime=1.3 cores=1,3,5,7
/proc/28260/task/28264/stat : 28264 (java) S 28257 28260 22589 0 -1 4202560 885 0 0 0 111 19 0 0 20 0 22 0 23745909 10060525568 683902 33554432000 1073741824 1073778376 140736877284272 139831603759528 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28265] ppid=28257 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/28260/task/28265/stat : 28265 (java) S 28257 28260 22589 0 -1 4202560 832 0 0 0 117 18 0 0 20 0 22 0 23745909 10060525568 683902 33554432000 1073741824 1073778376 140736877284272 139831602706728 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28260/tid=28266] ppid=28257 vsize=9824732 CPUtime=1.49 cores=1,3,5,7
/proc/28260/task/28266/stat : 28266 (java) S 28257 28260 22589 0 -1 4202560 607 0 0 0 130 19 0 0 20 0 22 0 23745909 10060525568 683902 33554432000 1073741824 1073778376 140736877284272 139831601653928 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28260/tid=28267] ppid=28257 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/28260/task/28267/stat : 28267 (java) S 28257 28260 22589 0 -1 4202560 583 0 0 0 119 18 0 0 20 0 22 0 23745909 10060525568 683902 33554432000 1073741824 1073778376 140736877284272 139831600602152 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28268] ppid=28257 vsize=9824732 CPUtime=1.4 cores=1,3,5,7
/proc/28260/task/28268/stat : 28268 (java) S 28257 28260 22589 0 -1 4202560 555 0 0 0 122 18 0 0 20 0 22 0 23745909 10060525568 683902 33554432000 1073741824 1073778376 140736877284272 139831599549352 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28269] ppid=28257 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/28260/task/28269/stat : 28269 (java) S 28257 28260 22589 0 -1 4202560 651 0 0 0 134 20 0 0 20 0 22 0 23745909 10060525568 683902 33554432000 1073741824 1073778376 140736877284272 139831598496552 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28270] ppid=28257 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/28260/task/28270/stat : 28270 (java) S 28257 28260 22589 0 -1 4202560 717 0 0 0 117 20 0 0 20 0 22 0 23745909 10060525568 683902 33554432000 1073741824 1073778376 140736877284272 139831597443752 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28271] ppid=28257 vsize=9824732 CPUtime=3.99 cores=1,3,5,7
/proc/28260/task/28271/stat : 28271 (java) S 28257 28260 22589 0 -1 4202560 2700 0 0 0 390 9 0 0 20 0 22 0 23745910 10060525568 683902 33554432000 1073741824 1073778376 140736877284272 139831467301352 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28260/tid=28272] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28272/stat : 28272 (java) S 28257 28260 22589 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23745910 10060525568 683902 33554432000 1073741824 1073778376 140736877284272 139831466247416 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28273] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28273/stat : 28273 (java) S 28257 28260 22589 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23745910 10060525568 683902 33554432000 1073741824 1073778376 140736877284272 139831465194504 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28274] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28274/stat : 28274 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23745912 10060525568 683902 33554432000 1073741824 1073778376 140736877284272 139831464142992 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28275] ppid=28257 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/28260/task/28275/stat : 28275 (java) S 28257 28260 22589 0 -1 4202560 8975 0 0 0 113 2 0 0 20 0 22 0 23745912 10060525568 683902 33554432000 1073741824 1073778376 140736877284272 139831463091128 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28260/tid=28276] ppid=28257 vsize=9824732 CPUtime=1.37 cores=1,3,5,7
/proc/28260/task/28276/stat : 28276 (java) S 28257 28260 22589 0 -1 4202560 11035 0 0 0 135 2 0 0 20 0 22 0 23745912 10060525568 683902 33554432000 1073741824 1073778376 140736877284272 139831462038328 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28260/tid=28277] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28277/stat : 28277 (java) S 28257 28260 22589 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23745912 10060525568 683902 33554432000 1073741824 1073778376 140736877284272 139831460985720 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=28260/tid=28278] ppid=28257 vsize=9824732 CPUtime=0.29 cores=1,3,5,7
/proc/28260/task/28278/stat : 28278 (java) S 28257 28260 22589 0 -1 4202560 53 0 0 0 11 18 0 0 20 0 22 0 23745913 10060525568 683902 33554432000 1073741824 1073778376 140736877284272 139831459933128 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=28260/tid=28282] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28282/stat : 28282 (java) S 28257 28260 22589 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23745928 10060525568 683902 33554432000 1073741824 1073778376 140736877284272 139831455720232 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=28260/tid=28298] ppid=28257 vsize=9824732 CPUtime=890.62 cores=1,3,5,7
/proc/28260/task/28298/stat : 28298 (java) R 28257 28260 22589 0 -1 4202560 69 0 0 0 89045 17 0 0 20 0 22 0 23746229 10060525568 683902 33554432000 1073741824 1073778376 140736877284272 139831458875792 139831468939072 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=28260/tid=28299] ppid=28257 vsize=9824732 CPUtime=890.62 cores=1,3,5,7
/proc/28260/task/28299/stat : 28299 (java) R 28257 28260 22589 0 -1 4202560 1824 0 0 0 89007 55 0 0 20 0 22 0 23746230 10060525568 683902 33554432000 1073741824 1073778376 140736877284272 139831456772048 139831469024608 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=28260/tid=28300] ppid=28257 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/28260/task/28300/stat : 28300 (java) S 28257 28260 22589 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 23746230 10060525568 683902 33554432000 1073741824 1073778376 140736877284272 139831457826344 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

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 28260 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 901.057
CPU time (s): 1800.65
CPU user time (s): 1797.84
CPU system time (s): 2.81057
CPU usage (%): 199.837
Max. virtual memory (cumulated for all children) (KiB): 9825848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.84
system time used= 2.81057
maximum resident set size= 3121604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34137
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23827
involuntary context switches= 26917

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.9341 second user time and 7.29389 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-18 04:30:05
IDJOB=4102018
IDBENCH=1866
IDSOLVER=2543
FILE ID=node141/4102018-1466217005
RUNJOBID= node141-1466206051-22606
PBS_JOBID= 19918136
Free space on /tmp= 71720 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-p0548.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102018-1466217005/watcher-4102018-1466217005 -o /tmp/evaluation-result-4102018-1466217005/solver-4102018-1466217005 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1466206051-22606 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4102018-1466217005.opb

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

MD5SUM BENCH= 38a2c469f9dc1120b8fe634a693ac03d
RANDOM SEED=955928552

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.547
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.547
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.56
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.547
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.547
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.547
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27664504 kB
Buffers:           93564 kB
Cached:            99924 kB
SwapCached:         2524 kB
Active:          3803900 kB
Inactive:         127140 kB
Active(anon):    3738144 kB
Inactive(anon):     2020 kB
Active(file):      65756 kB
Inactive(file):   125120 kB
Unevictable:      529572 kB
Mlocked:          496868 kB
SwapTotal:      67108856 kB
SwapFree:       67099064 kB
Dirty:               940 kB
Writeback:             0 kB
AnonPages:       4269980 kB
Mapped:            15376 kB
Shmem:                 0 kB
Slab:             604028 kB
SReclaimable:      47092 kB
SUnreclaim:       556936 kB
KernelStack:        1600 kB
PageTables:        12956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4876820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3700736 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= 71716 MiB
End job on node141 at 2016-06-18 04:45:06