Trace number 3447839

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 NameAnswerCPU timeWall clock time
SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4OPTIMUM 978.857 978.838

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900670167--soft-33-100-0.wbo
MD5SUMcbb94832f8cf89251c53c05bd4717107
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark39.512
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1788
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 89002
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 89001
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 707
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3447839-1307898652.wbo>
0.01/0.02	c original problem has 2019 variables (2019 bin, 0 int, 0 impl, 0 cont) and 2708 constraints
0.01/0.02	c problem read
0.01/0.02	c presolving settings loaded
0.01/0.04	c presolving:
0.01/0.05	c (round 1) 0 del vars, 1 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 140 impls, 11 clqs
0.01/0.08	c (round 2) 0 del vars, 125 del conss, 0 add conss, 1788 chg bounds, 54 chg sides, 0 chg coeffs, 0 upgd conss, 140 impls, 11 clqs
0.01/0.09	c (round 3) 108 del vars, 181 del conss, 0 add conss, 1811 chg bounds, 87 chg sides, 0 chg coeffs, 0 upgd conss, 140 impls, 11 clqs
0.09/0.10	c (round 4) 154 del vars, 181 del conss, 0 add conss, 1811 chg bounds, 87 chg sides, 0 chg coeffs, 893 upgd conss, 140 impls, 11 clqs
0.09/0.11	c (round 5) 154 del vars, 200 del conss, 0 add conss, 1811 chg bounds, 87 chg sides, 0 chg coeffs, 893 upgd conss, 140 impls, 11 clqs
0.09/0.16	c    (0.2s) probing: 101/1942 (5.2%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.09/0.16	c    (0.2s) probing aborted: 100/100 successive totally useless probings
0.09/0.16	c presolving (6 rounds):
0.09/0.16	c  154 deleted vars, 200 deleted constraints, 0 added constraints, 1811 tightened bounds, 0 added holes, 87 changed sides, 0 changed coefficients
0.09/0.16	c  1851 implications, 11 cliques
0.09/0.16	c presolved problem has 3653 variables (1942 bin, 0 int, 1711 impl, 0 cont) and 4296 constraints
0.09/0.16	c      52 constraints of type <setppc>
0.09/0.16	c    1711 constraints of type <linear>
0.09/0.16	c    1711 constraints of type <indicator>
0.09/0.16	c     822 constraints of type <logicor>
0.09/0.16	c transformed objective value is always integral (scale: 1)
0.09/0.16	c Presolving Time: 0.14
0.09/0.16	c - non default parameters ----------------------------------------------------------------------
0.09/0.16	c # SCIP version 2.0.1.4
0.09/0.16	c 
0.09/0.16	c # frequency for displaying node information lines
0.09/0.16	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.16	c display/freq = 10000
0.09/0.16	c 
0.09/0.16	c # maximal time in seconds to run
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/time = 1800
0.09/0.16	c 
0.09/0.16	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.16	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.16	c limits/memory = 13950
0.09/0.16	c 
0.09/0.16	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.16	c # [type: int, range: [1,2], default: 1]
0.09/0.16	c timing/clocktype = 2
0.09/0.16	c 
0.09/0.16	c # belongs reading time to solving time?
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c timing/reading = TRUE
0.09/0.16	c 
0.09/0.16	c # should presolving try to simplify inequalities
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/linear/simplifyinequalities = TRUE
0.09/0.16	c 
0.09/0.16	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/indicator/addCouplingCons = TRUE
0.09/0.16	c 
0.09/0.16	c # should presolving try to simplify knapsacks
0.09/0.16	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.16	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.16	c 
0.09/0.16	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.16	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.16	c separating/rapidlearning/freq = 0
0.09/0.16	c 
0.09/0.16	c -----------------------------------------------------------------------------------------------
0.09/0.16	c start solving
0.09/0.16	c 
0.49/0.54	o 137
0.49/0.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.49/0.54	c T 0.5s|     1 |     0 |     0 |     - |  14M|   0 |   - |3653 |6007 |3653 |2585 |   0 |   0 |   0 |      --      | 1.370000e+02 |    Inf 
0.49/0.56	c   0.6s|     1 |     0 |    95 |     - |  13M|   0 |  44 |3653 |6007 |3653 |2585 |   0 |   0 |   0 | 0.000000e+00 | 1.370000e+02 |    Inf 
0.79/0.86	c   0.9s|     1 |     0 |   223 |     - |  14M|   0 |  49 |3653 |6049 |3653 |2592 |   7 |   0 |   0 | 0.000000e+00 | 1.370000e+02 |    Inf 
1.00/1.05	c   1.1s|     1 |     0 |   243 |     - |  15M|   0 |  49 |3653 |6049 |3653 |2596 |  11 |   0 |   0 | 0.000000e+00 | 1.370000e+02 |    Inf 
1.19/1.26	c   1.3s|     1 |     0 |   314 |     - |  15M|   0 |  48 |3653 |6049 |3653 |2598 |  13 |   0 |   0 | 0.000000e+00 | 1.370000e+02 |    Inf 
1.39/1.44	c   1.4s|     1 |     0 |   381 |     - |  15M|   0 |  62 |3653 |6049 |3653 |2604 |  19 |   0 |   0 | 0.000000e+00 | 1.370000e+02 |    Inf 
1.69/1.71	c   1.7s|     1 |     0 |   438 |     - |  16M|   0 |  60 |3653 |6049 |3653 |2610 |  25 |   0 |   0 | 0.000000e+00 | 1.370000e+02 |    Inf 
1.99/2.02	c   2.0s|     1 |     0 |   471 |     - |  16M|   0 |  58 |3653 |6049 |3653 |2616 |  31 |   0 |   0 | 0.000000e+00 | 1.370000e+02 |    Inf 
2.40/2.48	c   2.5s|     1 |     2 |   471 |     - |  16M|   0 |  58 |3653 |6049 |3653 |2616 |  31 |   0 |   9 | 0.000000e+00 | 1.370000e+02 |    Inf 
3.20/3.23	o 120
3.20/3.23	c * 3.2s|    18 |    13 |  1316 |  49.7 |  17M|  15 |   - |3653 |6052 |3653 |2667 |  40 |   3 | 103 | 0.000000e+00 | 1.200000e+02 |    Inf 
3.30/3.33	o 68
3.30/3.33	c * 3.3s|    23 |    12 |  1538 |  48.5 |  17M|  15 |   - |3653 |6055 |3653 |2687 |  69 |   6 | 103 | 0.000000e+00 | 6.800000e+01 |    Inf 
3.30/3.37	o 45
3.30/3.37	c * 3.4s|    24 |    11 |  1610 |  49.5 |  17M|  15 |   - |3653 |6055 |3653 |2672 |  83 |   6 | 103 | 0.000000e+00 | 4.500000e+01 |    Inf 
3.39/3.46	o 11
3.39/3.46	c * 3.5s|    26 |    11 |  1850 |  55.2 |  16M|  15 |   - |3653 |4169 |3653 |2679 | 104 |   6 | 103 | 0.000000e+00 | 1.100000e+01 |    Inf 
25.09/25.10	o 10
25.09/25.10	c *25.1s|  2390 |   161 | 46614 |  19.3 |  17M|  33 |   - |3653 |4852 |3653 |2608 | 126 |2668 |1879 | 0.000000e+00 | 1.000000e+01 |    Inf 
43.89/43.98	o 8
43.89/43.98	c *44.0s|  6818 |   261 |121708 |  17.8 |  19M|  44 |   - |3653 |6081 |3653 |2604 | 144 |7978 |2195 | 0.000000e+00 | 8.000000e+00 |    Inf 
51.99/52.08	o 7
51.99/52.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
51.99/52.08	c *52.1s|  9016 |   241 |157046 |  17.4 |  19M|  44 |   - |3653 |5903 |3653 |2604 | 146 |  10k|2225 | 0.000000e+00 | 7.000000e+00 |    Inf 
55.30/55.37	c  55.4s| 10000 |   233 |172075 |  17.2 |  19M|  44 |   - |3653 |6034 |3653 |2604 | 146 |  12k|2225 | 0.000000e+00 | 7.000000e+00 |    Inf 
86.90/86.93	o 6
86.90/86.93	c *86.9s| 18913 |   272 |313696 |  16.6 |  21M|  44 |   - |3653 |9220 |3653 |2604 | 152 |  22k|2302 | 0.000000e+00 | 6.000000e+00 |    Inf 
90.29/90.33	c  90.3s| 20000 |   262 |328201 |  16.4 |  22M|  47 |   - |3653 |9324 |3653 |2604 | 152 |  24k|2302 | 0.000000e+00 | 6.000000e+00 |    Inf 
90.60/90.61	o 5
90.60/90.61	c *90.6s| 20063 |   255 |329334 |  16.4 |  21M|  47 |   - |3653 |8982 |3653 |2607 | 155 |  24k|2302 | 0.000000e+00 | 5.000000e+00 |    Inf 
130.19/130.25	c   130s| 30000 |   240 |504760 |  16.8 |  22M|  49 |  29 |3653 |9384 |3653 |2604 | 156 |  36k|2831 | 0.000000e+00 | 5.000000e+00 |    Inf 
168.50/168.53	c   169s| 40000 |   248 |669648 |  16.7 |  25M|  49 |   - |3653 |  14k|3653 |2604 | 159 |  49k|3289 | 0.000000e+00 | 5.000000e+00 |    Inf 
208.09/208.19	c   208s| 50000 |   246 |840350 |  16.8 |  25M|  51 |   - |3653 |  13k|   0 |   0 | 162 |  61k|3772 | 0.000000e+00 | 5.000000e+00 |    Inf 
252.40/252.42	c   252s| 60000 |   246 |  1047k|  17.5 |  25M|  51 |   - |3653 |  12k|3653 |2658 | 167 |  70k|4196 | 0.000000e+00 | 5.000000e+00 |    Inf 
288.90/288.98	c   289s| 70000 |   255 |  1196k|  17.1 |  27M|  51 |   - |3653 |  16k|   0 |   0 | 172 |  82k|4589 | 0.000000e+00 | 5.000000e+00 |    Inf 
325.30/325.35	c   325s| 80000 |   266 |  1344k|  16.8 |  30M|  55 |  34 |3653 |  22k|3653 |2604 | 174 |  94k|4838 | 0.000000e+00 | 5.000000e+00 |    Inf 
367.10/367.13	c   367s| 90000 |   253 |  1518k|  16.9 |  30M|  57 |   - |3653 |  21k|3653 |2658 | 176 | 106k|5238 | 0.000000e+00 | 5.000000e+00 |    Inf 
408.90/408.90	c   409s|100000 |   194 |  1694k|  16.9 |  29M|  57 |   - |3653 |  20k|3653 |2604 | 178 | 117k|5488 | 0.000000e+00 | 5.000000e+00 |    Inf 
418.60/418.60	o 2
418.60/418.60	c * 419s|102243 |   113 |  1736k|  17.0 |  28M|  57 |   - |3653 |  20k|3653 |2606 | 180 | 120k|5607 | 0.000000e+00 | 2.000000e+00 |    Inf 
451.30/451.36	c   451s|110000 |   142 |  1881k|  17.1 |  29M|  57 |   - |3653 |  22k|3653 |2604 | 180 | 130k|5793 | 0.000000e+00 | 2.000000e+00 |    Inf 
492.81/492.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
492.81/492.87	c   493s|120000 |   151 |  2065k|  17.2 |  32M|  57 |   - |3653 |  28k|   0 |   0 | 180 | 142k|6057 | 0.000000e+00 | 2.000000e+00 |    Inf 
535.71/535.77	c   536s|130000 |   169 |  2254k|  17.3 |  35M|  57 |   - |3653 |  34k|3653 |2604 | 180 | 154k|6324 | 0.000000e+00 | 2.000000e+00 |    Inf 
579.11/579.14	c   579s|140000 |   185 |  2433k|  17.4 |  37M|  58 |  32 |3653 |  39k|3653 |2604 | 180 | 167k|6533 | 0.000000e+00 | 2.000000e+00 |    Inf 
625.91/625.99	c   626s|150000 |   216 |  2624k|  17.5 |  41M|  58 |  22 |3653 |  45k|3653 |2604 | 180 | 179k|6853 | 0.000000e+00 | 2.000000e+00 |    Inf 
675.50/675.55	c   676s|160000 |   307 |  2822k|  17.6 |  44M|  75 |  24 |3653 |  49k|3653 |2604 | 180 | 192k|7106 | 0.000000e+00 | 2.000000e+00 |    Inf 
723.11/723.12	c   723s|170000 |   230 |  3007k|  17.7 |  43M|  75 |  13 |3653 |  47k|3653 |2604 | 180 | 205k|7283 | 0.000000e+00 | 2.000000e+00 |    Inf 
773.11/773.20	c   773s|180000 |   223 |  3203k|  17.8 |  44M|  75 |  43 |3653 |  51k|3653 |2604 | 180 | 217k|7511 | 0.000000e+00 | 2.000000e+00 |    Inf 
821.81/821.89	c   822s|190000 |   188 |  3393k|  17.9 |  43M|  75 |  24 |3653 |  49k|3653 |2604 | 180 | 230k|7762 | 0.000000e+00 | 2.000000e+00 |    Inf 
873.91/873.93	c   874s|200000 |   176 |  3612k|  18.1 |  44M|  75 |  20 |3653 |  50k|3653 |2604 | 180 | 242k|7962 | 0.000000e+00 | 2.000000e+00 |    Inf 
922.11/922.17	c   922s|210000 |   121 |  3804k|  18.1 |  42M|  75 |  29 |3653 |  46k|3653 |2604 | 180 | 254k|8152 | 0.000000e+00 | 2.000000e+00 |    Inf 
972.01/972.00	c   972s|220000 |    12 |  4000k|  18.2 |  33M|  75 |   - |3653 |  28k|3653 |2604 | 180 | 267k|8346 | 0.000000e+00 | 2.000000e+00 |    Inf 
978.72/978.78	c 
978.72/978.78	c SCIP Status        : problem is solved [optimal solution found]
978.72/978.78	c Solving Time (sec) : 978.78
978.72/978.78	c Solving Nodes      : 221668
978.72/978.78	c Primal Bound       : +2.00000000000000e+00 (36 solutions)
978.72/978.78	c Dual Bound         : +2.00000000000000e+00
978.72/978.78	c Gap                : 0.00 %
978.72/978.78	s OPTIMUM FOUND
978.72/978.78	v -x231 -x230 -x229 -x228 x227 -x226 -x225 -x224 -x223 -x222 -x221 -x220 -x219 -x218 -x217 -x216 -x215 -x214 -x213 -x212 x211 -x210 
978.72/978.78	v -x209 -x208 -x207 -x206 -x205 -x204 -x203 -x202 -x201 -x200 -x199 -x198 -x197 -x196 -x195 -x194 x193 -x192 -x191 -x190 -x189 
978.72/978.78	v -x188 -x187 -x186 x185 -x184 -x183 -x182 -x181 -x180 -x179 -x178 -x177 -x176 -x175 -x174 -x173 x172 -x171 -x170 -x169 x168 
978.72/978.78	v -x167 -x166 -x165 -x164 -x163 -x162 -x161 x160 -x159 -x158 -x157 -x156 -x155 -x154 -x153 -x152 -x151 -x150 -x149 -x148 -x147 
978.72/978.78	v -x146 x145 -x144 -x143 -x142 -x141 -x140 -x139 -x138 x137 -x136 -x135 -x134 -x133 -x132 -x131 -x130 -x129 -x128 -x127 -x126 
978.72/978.78	v -x125 -x124 x123 -x122 x121 -x120 -x119 -x118 -x117 -x116 -x115 -x114 -x113 -x112 -x111 -x110 -x109 -x108 -x107 -x106 x105 -x104 
978.72/978.78	v -x103 -x102 -x101 -x100 -x99 -x98 -x97 -x96 -x95 -x94 -x93 -x92 -x91 -x90 x89 -x88 -x87 -x86 -x85 -x84 -x83 -x82 -x81 x80 
978.72/978.78	v -x79 -x78 -x77 -x76 -x75 -x74 -x73 -x72 x71 -x70 -x69 -x68 -x67 -x66 -x65 -x64 x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 
978.72/978.78	v -x53 -x52 -x51 -x50 -x49 -x48 -x47 x46 -x45 -x44 -x43 -x42 -x41 x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 
978.72/978.78	v -x28 -x27 x26 -x25 -x24 -x23 -x22 -x21 x20 -x19 -x18 x17 -x16 -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 
978.72/978.78	v -x1 
978.72/978.78	c SCIP Status        : problem is solved [optimal solution found]
978.72/978.78	c Total Time         :     978.78
978.72/978.78	c   solving          :     978.78
978.72/978.78	c   presolving       :       0.14 (included in solving)
978.72/978.78	c   reading          :       0.02 (included in solving)
978.72/978.78	c Original Problem   :
978.72/978.78	c   Problem name     : HOME/instance-3447839-1307898652.wbo
978.72/978.78	c   Variables        : 2019 (2019 binary, 0 integer, 0 implicit integer, 0 continuous)
978.72/978.78	c   Constraints      : 2708 initial, 2708 maximal
978.72/978.78	c Presolved Problem  :
978.72/978.78	c   Problem name     : t_HOME/instance-3447839-1307898652.wbo
978.72/978.78	c   Variables        : 3653 (1942 binary, 0 integer, 1711 implicit integer, 0 continuous)
978.72/978.78	c   Constraints      : 4296 initial, 52791 maximal
978.72/978.78	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
978.72/978.78	c   trivial          :       0.00         77          0          0          0          0          0          0          0          0
978.72/978.78	c   dualfix          :       0.00         77          0          0          0          0          0          0          0          0
978.72/978.78	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
978.72/978.78	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
978.72/978.78	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
978.72/978.78	c   probing          :       0.05          0          0          0          0          0          0          0          0          0
978.72/978.78	c   varbound         :       0.00          0          0          0          0          0          0          0          0          0
978.72/978.78	c   setppc           :       0.00          0          0          0          0          0         19          0          0          0
978.72/978.78	c   linear           :       0.06          0          0          0       1811          0        104          0         87          0
978.72/978.78	c   indicator        :       0.00          0          0          0          0          0         77          0          0          0
978.72/978.78	c   logicor          :       0.01          0          0          0          0          0          0          0          0          0
978.72/978.78	c   bounddisjunction :       0.00          0          0          0          0          0          0          0          0          0
978.72/978.78	c   root node        :          -       3387          -          -       3387          -          -          -          -          -
978.72/978.78	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
978.72/978.78	c   integral         :          0          0          0     114761          0         79          0        283       2983          0          0     225062
978.72/978.78	c   varbound         :          0+         6    1013478        156          0          0       2357          0     132842        162          0          0
978.72/978.78	c   setppc           :         52          6    1011075          2          0         76    1347247       3522     626506          0          0          0
978.72/978.78	c   linear           :       1711+         7    1007829          6          0         69    1693753      12142    2548450          0          0          0
978.72/978.78	c   indicator        :       1711          0     998179        156          0         69       2263          0       5953          0          0          0
978.72/978.78	c   logicor          :        822+         6     409393         10          0         26     956378       5874     723009          0          0          0
978.72/978.78	c   bounddisjunction :          0+         0     111017          0          0          0         12          2         15          0          0          0
978.72/978.78	c   countsols        :          0          0          0         10          0         28          0          0          0          0          0          0
978.72/978.78	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
978.72/978.78	c   integral         :      51.60       0.00       0.00      51.59       0.00       0.00       0.00
978.72/978.78	c   varbound         :       1.21       0.00       1.20       0.00       0.00       0.00       0.00
978.72/978.78	c   setppc           :       6.19       0.00       5.86       0.00       0.00       0.00       0.34
978.72/978.78	c   linear           :      27.14       0.00      25.95       0.00       0.00       0.02       1.17
978.72/978.78	c   indicator        :       1.76       0.00       1.72       0.01       0.00       0.04       0.00
978.72/978.78	c   logicor          :      72.54       0.00      71.51       0.00       0.00       0.00       1.03
978.72/978.78	c   bounddisjunction :       0.86       0.00       0.86       0.00       0.00       0.00       0.00
978.72/978.78	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
978.72/978.78	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
978.72/978.78	c   vbounds          :      35833        973          1      40223
978.72/978.78	c   rootredcost      :         10          0          0       1693
978.72/978.78	c   pseudoobj        :    1014977       2411        409     129822
978.72/978.78	c Propagator Timings :  TotalTime  Propagate    Resprop
978.72/978.78	c   vbounds          :       5.06       5.06       0.00
978.72/978.78	c   rootredcost      :       0.18       0.18       0.00
978.72/978.78	c   pseudoobj        :      26.03      25.98       0.05
978.72/978.78	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
978.72/978.78	c   propagation      :       1.21      21950      21908     126398       26.8        387       20.4          -
978.72/978.78	c   infeasible LP    :      23.87      87179      87160     581744       36.9       1006       14.3          0
978.72/978.78	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
978.72/978.78	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
978.72/978.78	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
978.72/978.78	c   applied globally :          -          -          -     269158       32.1          -          -          -
978.72/978.78	c   applied locally  :          -          -          -          0        0.0          -          -          -
978.72/978.78	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
978.72/978.78	c   cut pool         :       0.00          5          -          -          7          -    (maximal pool size: 366)
978.72/978.78	c   redcost          :       7.37     116002          0      71679          0          0
978.72/978.78	c   impliedbounds    :       0.00          6          0          0          0          0
978.72/978.78	c   intobj           :       0.00          0          0          0          0          0
978.72/978.78	c   gomory           :       0.57          6          0          0       1930          0
978.72/978.78	c   cgmip            :       0.00          0          0          0          0          0
978.72/978.78	c   closecuts        :       0.00          0          0          0          0          0
978.72/978.78	c   strongcg         :       0.43          6          0          0       2041          0
978.72/978.78	c   cmir             :       0.09          6          0          0          4          0
978.72/978.78	c   flowcover        :       0.09          6          0          0          6          0
978.72/978.78	c   clique           :       0.00          6          0          0          0          0
978.72/978.78	c   zerohalf         :       0.00          0          0          0          0          0
978.72/978.78	c   mcf              :       0.00          1          0          0          0          0
978.72/978.78	c   oddcycle         :       0.00          0          0          0          0          0
978.72/978.78	c   rapidlearning    :       0.19          1          0          0          0         42
978.72/978.78	c Pricers            :       Time      Calls       Vars
978.72/978.78	c   problem variables:       0.00          0          0
978.72/978.78	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
978.72/978.78	c   relpscost        :      51.48     114602        283       2983          0          0     225062
978.72/978.78	c   pscost           :       0.00          0          0          0          0          0          0
978.72/978.78	c   inference        :       0.00          0          0          0          0          0          0
978.72/978.78	c   mostinf          :       0.00          0          0          0          0          0          0
978.72/978.78	c   leastinf         :       0.00          0          0          0          0          0          0
978.72/978.78	c   fullstrong       :       0.00          0          0          0          0          0          0
978.72/978.78	c   allfullstrong    :       0.00          0          0          0          0          0          0
978.72/978.78	c   random           :       0.00          0          0          0          0          0          0
978.72/978.78	c Primal Heuristics  :       Time      Calls      Found
978.72/978.78	c   LP solutions     :       0.00          -         10
978.72/978.78	c   pseudo solutions :       0.00          -          0
978.72/978.78	c   feaspump         :       0.01          0          0
978.72/978.78	c   intshifting      :       0.01          0          0
978.72/978.78	c   oneopt           :       0.14         10          0
978.72/978.78	c   fracdiving       :       1.05         28          0
978.72/978.78	c   veclendiving     :       0.51         28          0
978.72/978.78	c   linesearchdiving :       0.39         28          0
978.72/978.78	c   guideddiving     :       0.95         28          0
978.72/978.78	c   coefdiving       :       0.64         29          0
978.72/978.78	c   pscostdiving     :       0.67         29          0
978.72/978.79	c   objpscostdiving  :       0.27         15          0
978.72/978.79	c   rootsoldiving    :       0.58         15          0
978.72/978.79	c   crossover        :       0.82         18          0
978.72/978.79	c   trivial          :       0.00          2          0
978.72/978.79	c   shiftandpropagate:       0.38          1          1
978.72/978.79	c   simplerounding   :       0.23     115750          0
978.72/978.79	c   zirounding       :       2.98        534          0
978.72/978.79	c   rounding         :       0.55       4781          0
978.72/978.79	c   shifting         :       0.60       1484          0
978.72/978.79	c   twoopt           :       0.00          0          0
978.72/978.79	c   fixandinfer      :       0.00          0          0
978.72/978.79	c   clique           :       0.00          0          0
978.72/978.79	c   intdiving        :       0.00          0          0
978.72/978.79	c   actconsdiving    :       0.00          0          0
978.72/978.79	c   octane           :       0.00          0          0
978.72/978.79	c   rens             :       0.04          1          0
978.72/978.79	c   rins             :       0.00          0          0
978.72/978.79	c   localbranching   :       0.00          0          0
978.72/978.79	c   mutation         :       0.00          0          0
978.72/978.79	c   dins             :       0.00          0          0
978.72/978.79	c   vbounds          :       0.00          0          0
978.72/978.79	c   undercover       :       0.00          0          0
978.72/978.79	c   subnlp           :       0.04          0          0
978.72/978.79	c   trysol           :       0.09         40         25
978.72/978.79	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
978.72/978.79	c   primal LP        :       0.00          0          0       0.00          -
978.72/978.79	c   dual LP          :     598.96     205536    4010741      19.51    6696.12
978.72/978.79	c   lex dual LP      :       0.00          0          0       0.00          -
978.72/978.79	c   barrier LP       :       0.00          0          0       0.00          -
978.72/978.79	c   diving/probing LP:       3.65       2541      18599       7.32    5097.71
978.72/978.79	c   strong branching :      49.36       8384     312071      37.22    6322.46
978.72/978.79	c     (at root node) :          -          9       3978     442.00          -
978.72/978.79	c   conflict analysis:       0.00          0          0       0.00          -
978.72/978.79	c B&B Tree           :
978.72/978.79	c   number of runs   :          1
978.72/978.79	c   nodes            :     221668
978.72/978.79	c   nodes (total)    :     221668
978.72/978.79	c   nodes left       :          0
978.72/978.79	c   max depth        :         75
978.72/978.79	c   max depth (total):         75
978.72/978.79	c   backtracks       :      24717 (11.2%)
978.72/978.79	c   delayed cutoffs  :       3255
978.72/978.79	c   repropagations   :     411524 (550692 domain reductions, 3130 cutoffs)
978.72/978.79	c   avg switch length:       5.16
978.72/978.79	c   switching time   :      68.89
978.72/978.79	c Solution           :
978.72/978.79	c   Solutions found  :         36 (11 improvements)
978.72/978.79	c   First Solution   : +1.37000000000000e+02   (in run 1, after 1 nodes, 0.55 seconds, depth 1849, found by <shiftandpropagate>)
978.72/978.79	c   Primal Bound     : +2.00000000000000e+00   (in run 1, after 102243 nodes, 418.60 seconds, depth 35, found by <relaxation>)
978.72/978.79	c   Dual Bound       : +2.00000000000000e+00
978.72/978.79	c   Gap              :       0.00 %
978.72/978.79	c   Root Dual Bound  : +0.00000000000000e+00
978.72/978.79	c   Root Iterations  :        471
978.81/978.83	c Time complete: 978.84.

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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 /var/tmp/evaluation-result-3447839-1307898652/watcher-3447839-1307898652 -o /var/tmp/evaluation-result-3447839-1307898652/solver-3447839-1307898652 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447839-1307898652.wbo -t 1800 -m 15500 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.00 1.92 2/177 9851
/proc/meminfo: memFree=1289324/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=10312 CPUtime=0 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 1568 0 0 0 0 0 0 0 23 0 1 0 901464976 10559488 1521 33554432000 4194304 9128323 140736581130672 18446744073709551615 7980987 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9851/statm: 2578 1521 399 1205 0 1369 0

[startup+0.021279 s]
/proc/loadavg: 2.00 2.00 1.92 2/177 9851
/proc/meminfo: memFree=1289324/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=12368 CPUtime=0.01 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 2069 0 0 0 1 0 0 0 23 0 1 0 901464976 12664832 2022 33554432000 4194304 9128323 140736581130672 18446744073709551615 6886064 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/9851/statm: 3092 2033 399 1205 0 1883 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12368

[startup+0.100327 s]
/proc/loadavg: 2.00 2.00 1.92 2/177 9851
/proc/meminfo: memFree=1289324/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=31724 CPUtime=0.09 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 6916 0 0 0 9 0 0 0 23 0 1 0 901464976 32485376 6610 33554432000 4194304 9128323 140736581130672 18446744073709551615 18446744073699065949 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9851/statm: 7931 6610 530 1205 0 6722 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31724

[startup+0.300231 s]
/proc/loadavg: 2.00 2.00 1.92 2/177 9851
/proc/meminfo: memFree=1289324/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=37972 CPUtime=0.29 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 8641 0 0 0 28 1 0 0 25 0 1 0 901464976 38883328 8319 33554432000 4194304 9128323 140736581130672 18446744073709551615 5992444 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9851/statm: 9493 8319 606 1205 0 8284 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 37972

[startup+0.700257 s]
/proc/loadavg: 2.00 2.00 1.92 2/177 9851
/proc/meminfo: memFree=1289324/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=68884 CPUtime=0.69 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 16638 0 0 0 67 2 0 0 25 0 1 0 901464976 70537216 16169 33554432000 4194304 9128323 140736581130672 18446744073709551615 8008891 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9851/statm: 17221 16169 718 1205 0 16012 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 68884

[startup+1.50108 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 9852
/proc/meminfo: memFree=1221140/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=52980 CPUtime=1.49 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 19327 0 0 0 145 4 0 0 25 0 1 0 901464976 54251520 12141 33554432000 4194304 9128323 140736581130672 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9851/statm: 13245 12141 726 1205 0 12036 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 52980

[startup+3.1008 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 9852
/proc/meminfo: memFree=1212092/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=56492 CPUtime=3.09 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 25494 0 0 0 301 8 0 0 25 0 1 0 901464976 57847808 12936 33554432000 4194304 9128323 140736581130672 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9851/statm: 14123 12936 738 1205 0 12914 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 56492

[startup+6.30023 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 9852
/proc/meminfo: memFree=1209744/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=58428 CPUtime=6.29 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 25930 0 0 0 614 15 0 0 25 0 1 0 901464976 59830272 13359 33554432000 4194304 9128323 140736581130672 18446744073709551615 7346442 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9851/statm: 14607 13359 751 1205 0 13398 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58428

[startup+12.701 s]
/proc/loadavg: 2.00 2.00 1.92 3/178 9852
/proc/meminfo: memFree=1209076/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=58428 CPUtime=12.69 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 25962 0 0 0 1237 32 0 0 25 0 1 0 901464976 59830272 13391 33554432000 4194304 9128323 140736581130672 18446744073709551615 7342752 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9851/statm: 14607 13391 751 1205 0 13398 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58428

[startup+25.5008 s]
/proc/loadavg: 2.08 2.02 1.93 3/178 9853
/proc/meminfo: memFree=1207572/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=60120 CPUtime=25.49 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 41971 0 0 0 2485 64 0 0 25 0 1 0 901464976 61562880 13852 33554432000 4194304 9128323 140736581130672 18446744073709551615 6856911 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9851/statm: 15030 13852 743 1205 0 13821 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 60120

[startup+51.1003 s]
/proc/loadavg: 2.05 2.01 1.93 3/178 9853
/proc/meminfo: memFree=1181792/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=84864 CPUtime=51.09 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 62418 0 0 0 4996 113 0 0 25 0 1 0 901464976 86900736 19811 33554432000 4194304 9128323 140736581130672 18446744073709551615 7192183 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9851/statm: 21216 19811 752 1205 0 20007 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 84864

[startup+102.306 s]
/proc/loadavg: 2.06 2.02 1.93 3/178 9855
/proc/meminfo: memFree=1171796/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=83792 CPUtime=102.3 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 64387 0 0 0 10022 208 0 0 25 0 1 0 901464976 85803008 19867 33554432000 4194304 9128323 140736581130672 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9851/statm: 20948 19867 752 1205 0 19739 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 83792

[startup+162.301 s]
/proc/loadavg: 2.02 2.02 1.93 3/178 9856
/proc/meminfo: memFree=1162192/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=83792 CPUtime=162.29 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 65653 0 0 0 15911 318 0 0 25 0 1 0 901464976 85803008 19878 33554432000 4194304 9128323 140736581130672 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9851/statm: 20948 19878 753 1205 0 19739 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 83792

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 1.93 3/178 9858
/proc/meminfo: memFree=1156056/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=83792 CPUtime=222.3 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 67994 0 0 0 21803 427 0 0 25 0 1 0 901464976 85803008 19878 33554432000 4194304 9128323 140736581130672 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9851/statm: 20948 19878 753 1205 0 19739 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 83792

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 1.93 3/178 9860
/proc/meminfo: memFree=1153288/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=83792 CPUtime=282.3 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 68005 0 0 0 27699 531 0 0 25 0 1 0 901464976 85803008 19889 33554432000 4194304 9128323 140736581130672 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9851/statm: 20948 19889 753 1205 0 19739 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 83792

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9861
/proc/meminfo: memFree=1151492/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=83792 CPUtime=342.3 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 70759 0 0 0 33599 631 0 0 25 0 1 0 901464976 85803008 19889 33554432000 4194304 9128323 140736581130672 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9851/statm: 20948 19889 753 1205 0 19739 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 83792

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9863
/proc/meminfo: memFree=1150840/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=83792 CPUtime=402.3 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 70775 0 0 0 39496 734 0 0 25 0 1 0 901464976 85803008 19905 33554432000 4194304 9128323 140736581130672 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9851/statm: 20948 19905 753 1205 0 19739 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 83792

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9864
/proc/meminfo: memFree=1148552/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=83792 CPUtime=462.3 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 85533 0 0 0 45388 842 0 0 25 0 1 0 901464976 85803008 19907 33554432000 4194304 9128323 140736581130672 18446744073709551615 7343339 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9851/statm: 20948 19907 755 1205 0 19739 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 83792

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9866
/proc/meminfo: memFree=1146280/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=85204 CPUtime=522.3 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 90156 0 0 0 51285 945 0 0 25 0 1 0 901464976 87248896 20218 33554432000 4194304 9128323 140736581130672 18446744073709551615 5207323 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9851/statm: 21301 20218 755 1205 0 20092 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 85204

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 9868
/proc/meminfo: memFree=1140400/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=89828 CPUtime=582.3 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 96261 0 0 0 57190 1040 0 0 25 0 1 0 901464976 91983872 21388 33554432000 4194304 9128323 140736581130672 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/9851/statm: 22457 21388 755 1205 0 21248 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 89828

[startup+642.301 s]
/proc/loadavg: 2.03 2.01 1.94 3/178 9869
/proc/meminfo: memFree=1131780/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=95224 CPUtime=642.31 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 99961 0 0 0 63095 1136 0 0 25 0 1 0 901464976 97509376 22737 33554432000 4194304 9128323 140736581130672 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9851/statm: 23806 22737 755 1205 0 22597 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 95224

[startup+702.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 9871
/proc/meminfo: memFree=1128748/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=98456 CPUtime=702.31 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 100735 0 0 0 69002 1229 0 0 25 0 1 0 901464976 100818944 23511 33554432000 4194304 9128323 140736581130672 18446744073709551615 5332936 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9851/statm: 24614 23511 755 1205 0 23405 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 98456

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9872
/proc/meminfo: memFree=1124600/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=100064 CPUtime=762.31 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 101120 0 0 0 74917 1314 0 0 25 0 1 0 901464976 102465536 23890 33554432000 4194304 9128323 140736581130672 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9851/statm: 25016 23890 755 1205 0 23807 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 100064

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9874
/proc/meminfo: memFree=1122552/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=101968 CPUtime=822.31 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 101547 0 0 0 80823 1408 0 0 25 0 1 0 901464976 104415232 24316 33554432000 4194304 9128323 140736581130672 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9851/statm: 25492 24316 755 1205 0 24283 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 101968

[startup+882.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9876
/proc/meminfo: memFree=1119008/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=104300 CPUtime=882.31 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 102014 0 0 0 86731 1500 0 0 25 0 1 0 901464976 106803200 24769 33554432000 4194304 9128323 140736581130672 18446744073709551615 5207323 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9851/statm: 26075 24769 755 1205 0 24866 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 104300

[startup+942.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9877
/proc/meminfo: memFree=1118340/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=104440 CPUtime=942.31 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 107009 0 0 0 92635 1596 0 0 25 0 1 0 901464976 106946560 24830 33554432000 4194304 9128323 140736581130672 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9851/statm: 26110 24830 755 1205 0 24901 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 104440

Solver just ended. Dumping a history of the last processes samples

[startup+947.107 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9877
/proc/meminfo: memFree=1118216/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=104440 CPUtime=947.12 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 107010 0 0 0 93109 1603 0 0 25 0 1 0 901464976 106946560 24831 33554432000 4194304 9128323 140736581130672 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9851/statm: 26110 24831 755 1205 0 24901 0
Current children cumulated CPU time (s) 947.12
Current children cumulated vsize (KiB) 104440

[startup+959.901 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9878
/proc/meminfo: memFree=1118084/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=104576 CPUtime=959.92 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 107038 0 0 0 94369 1623 0 0 25 0 1 0 901464976 107085824 24859 33554432000 4194304 9128323 140736581130672 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9851/statm: 26144 24859 755 1205 0 24935 0
Current children cumulated CPU time (s) 959.92
Current children cumulated vsize (KiB) 104576

[startup+966.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9878
/proc/meminfo: memFree=1116832/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=105848 CPUtime=966.31 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 107342 0 0 0 94998 1633 0 0 25 0 1 0 901464976 108388352 25162 33554432000 4194304 9128323 140736581130672 18446744073709551615 7069501 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9851/statm: 26462 25162 755 1205 0 25253 0
Current children cumulated CPU time (s) 966.31
Current children cumulated vsize (KiB) 105848

[startup+972.701 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9878
/proc/meminfo: memFree=1116832/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=105848 CPUtime=972.71 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 107342 0 0 0 95628 1643 0 0 25 0 1 0 901464976 108388352 25162 33554432000 4194304 9128323 140736581130672 18446744073709551615 6856559 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9851/statm: 26462 25162 755 1205 0 25253 0
Current children cumulated CPU time (s) 972.71
Current children cumulated vsize (KiB) 105848

[startup+975.901 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9878
/proc/meminfo: memFree=1116708/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=105848 CPUtime=975.92 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 107342 0 0 0 95943 1649 0 0 25 0 1 0 901464976 108388352 25162 33554432000 4194304 9128323 140736581130672 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9851/statm: 26462 25162 755 1205 0 25253 0
Current children cumulated CPU time (s) 975.92
Current children cumulated vsize (KiB) 105848

[startup+977.501 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9878
/proc/meminfo: memFree=1116708/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=105848 CPUtime=977.51 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 107342 0 0 0 96100 1651 0 0 25 0 1 0 901464976 108388352 25162 33554432000 4194304 9128323 140736581130672 18446744073709551615 5242197 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9851/statm: 26462 25162 755 1205 0 25253 0
Current children cumulated CPU time (s) 977.51
Current children cumulated vsize (KiB) 105848

[startup+978.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9878
/proc/meminfo: memFree=1116824/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=105848 CPUtime=978.31 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 107342 0 0 0 96178 1653 0 0 25 0 1 0 901464976 108388352 25162 33554432000 4194304 9128323 140736581130672 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9851/statm: 26462 25162 755 1205 0 25253 0
Current children cumulated CPU time (s) 978.31
Current children cumulated vsize (KiB) 105848

[startup+978.7 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9878
/proc/meminfo: memFree=1116824/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=105848 CPUtime=978.72 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 107342 0 0 0 96218 1654 0 0 25 0 1 0 901464976 108388352 25162 33554432000 4194304 9128323 140736581130672 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/9851/statm: 26462 25162 755 1205 0 25253 0
Current children cumulated CPU time (s) 978.72
Current children cumulated vsize (KiB) 105848

[startup+978.8 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 9878
/proc/meminfo: memFree=1116824/32950928 swapFree=67055156/67111528
[pid=9851] ppid=9849 vsize=104436 CPUtime=978.81 cores=1,3,5,7
/proc/9851/stat : 9851 (scip-2.0.1.4.li) R 9849 9851 9537 0 -1 4202496 107344 0 0 0 96227 1654 0 0 25 0 1 0 901464976 106942464 24811 33554432000 4194304 9128323 140736581130672 18446744073709551615 6890159 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/9851/statm: 26109 24811 757 1205 0 24900 0
Current children cumulated CPU time (s) 978.81
Current children cumulated vsize (KiB) 104436

Child status: 0
Real time (s): 978.838
CPU time (s): 978.857
CPU user time (s): 962.31
CPU system time (s): 16.5475
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 125048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 962.31
system time used= 16.5475
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107346
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5
involuntary context switches= 1642

runsolver used 1.50477 second user time and 3.58745 second system time

The end

Launcher Data

Begin job on node123 at 2011-06-12 19:10:52
IDJOB=3447839
IDBENCH=78958
IDSOLVER=1944
FILE ID=node123/3447839-1307898652
RUNJOBID= node123-1307898651-9824
PBS_JOBID= 13559583
Free space on /var/tmp= 2884 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900670167--soft-33-100-0.wbo
COMMAND LINE= HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-3447839-1307898652/watcher-3447839-1307898652 -o /var/tmp/evaluation-result-3447839-1307898652/solver-3447839-1307898652 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3447839-1307898652.wbo -t 1800 -m 15500

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

MD5SUM BENCH= cbb94832f8cf89251c53c05bd4717107
RANDOM SEED=1673656871

node123.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.838
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:       1289380 kB
Buffers:         51864 kB
Cached:       30609156 kB
SwapCached:      10036 kB
Active:       15038204 kB
Inactive:     15667016 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       1289380 kB
SwapTotal:    67111528 kB
SwapFree:     67055156 kB
Dirty:           24464 kB
Writeback:          12 kB
AnonPages:       41492 kB
Mapped:          15192 kB
Slab:           892200 kB
PageTables:       4608 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   235308 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2872 MiB
End job on node123 at 2011-06-12 19:27:11