Trace number 3486130

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
SCIP spx 2 2011-06-10 (fixed)OPT25 17.1114 17.112

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_7.opb
MD5SUM4bc9c47dc743f36fab4669cf3c8ccd21
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark0.177972
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 25
Optimality of the best value was proved YES
Number of variables238
Total number of constraints399
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints398
Minimum length of a constraint1
Maximum length of a constraint25
Number of terms in the objective function 6
Biggest coefficient in the objective function 21
Number of bits for the biggest coefficient in the objective function 5
Sum of the numbers in the objective function 52
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 69
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 362
Number of bits of the biggest sum of numbers9
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.5]
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-3486130-1307776545.opb>
0.00/0.00	c original problem has 238 variables (238 bin, 0 int, 0 impl, 0 cont) and 399 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 1 del vars, 1 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 41 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c (round 2) 1 del vars, 165 del conss, 0 add conss, 1 chg bounds, 0 chg sides, 41 chg coeffs, 38 upgd conss, 0 impls, 0 clqs
0.00/0.02	c (round 3) 1 del vars, 165 del conss, 2 add conss, 1 chg bounds, 6 chg sides, 55 chg coeffs, 70 upgd conss, 44 impls, 2 clqs
0.00/0.02	c (round 4) 1 del vars, 165 del conss, 2 add conss, 1 chg bounds, 12 chg sides, 72 chg coeffs, 70 upgd conss, 44 impls, 2 clqs
0.00/0.03	c    (0.0s) probing: 144/237 (60.8%) - 0 fixings, 0 aggregations, 8 implications, 0 bound changes
0.00/0.03	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.03	c presolving (5 rounds):
0.00/0.03	c  1 deleted vars, 165 deleted constraints, 2 added constraints, 1 tightened bounds, 0 added holes, 12 changed sides, 72 changed coefficients
0.00/0.03	c  62 implications, 2 cliques
0.00/0.03	c presolved problem has 237 variables (237 bin, 0 int, 0 impl, 0 cont) and 236 constraints
0.00/0.03	c      70 constraints of type <knapsack>
0.00/0.03	c       2 constraints of type <setppc>
0.00/0.03	c     164 constraints of type <linear>
0.00/0.03	c transformed objective value is always integral (scale: 1)
0.00/0.03	c Presolving Time: 0.03
0.00/0.03	c - non default parameters ----------------------------------------------------------------------
0.00/0.03	c # SCIP version 2.0.1.4
0.00/0.03	c 
0.00/0.03	c # frequency for displaying node information lines
0.00/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.03	c display/freq = 10000
0.00/0.03	c 
0.00/0.03	c # maximal time in seconds to run
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/time = 1797
0.00/0.03	c 
0.00/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.03	c limits/memory = 13950
0.00/0.03	c 
0.00/0.03	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.03	c # [type: int, range: [1,2], default: 1]
0.00/0.03	c timing/clocktype = 2
0.00/0.03	c 
0.00/0.03	c # belongs reading time to solving time?
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c timing/reading = TRUE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify inequalities
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/linear/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/indicator/addCouplingCons = TRUE
0.00/0.03	c 
0.00/0.03	c # should presolving try to simplify knapsacks
0.00/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.03	c 
0.00/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.03	c separating/rapidlearning/freq = 0
0.00/0.03	c 
0.00/0.03	c -----------------------------------------------------------------------------------------------
0.00/0.03	c start solving
0.00/0.03	c 
0.00/0.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.04	c   0.0s|     1 |     0 |    57 |     - |1736k|   0 |  42 | 237 | 246 | 237 | 236 |   0 |  10 |   0 | 2.100000e+01 |      --      |    Inf 
0.09/0.10	c   0.1s|     1 |     0 |   654 |     - |1967k|   0 | 128 | 237 | 274 | 237 | 273 |  37 |  10 |   0 | 2.100000e+01 |      --      |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   816 |     - |2258k|   0 | 125 | 237 | 274 | 237 | 315 |  79 |  10 |   0 | 2.100000e+01 |      --      |    Inf 
0.09/0.16	c   0.2s|     1 |     0 |   903 |     - |2475k|   0 | 135 | 237 | 274 | 237 | 348 | 112 |  10 |   0 | 2.100000e+01 |      --      |    Inf 
0.09/0.19	c   0.2s|     1 |     0 |   973 |     - |2610k|   0 | 146 | 237 | 274 | 237 | 380 | 144 |  10 |   0 | 2.100000e+01 |      --      |    Inf 
0.19/0.24	c   0.2s|     1 |     0 |  1106 |     - |2710k|   0 | 148 | 237 | 274 | 237 | 402 | 166 |  10 |   0 | 2.100000e+01 |      --      |    Inf 
0.19/0.28	c   0.3s|     1 |     0 |  1263 |     - |2848k|   0 | 139 | 237 | 274 | 237 | 428 | 192 |  10 |   0 | 2.100000e+01 |      --      |    Inf 
0.39/0.47	c   0.5s|     1 |     2 |  1263 |     - |2848k|   0 | 139 | 237 | 274 | 237 | 428 | 192 |  10 |  16 | 2.100000e+01 |      --      |    Inf 
3.19/3.21	o 44
3.19/3.21	c * 3.2s|   325 |   203 | 14270 |  40.1 |3193k|  34 |   - | 237 | 450 | 237 | 292 | 192 | 186 |1013 | 2.100000e+01 | 4.400000e+01 | 109.52%
3.19/3.23	o 40
3.19/3.23	c * 3.2s|   344 |   208 | 14934 |  39.9 |3216k|  34 |   - | 237 | 461 | 237 | 292 | 192 | 197 |1013 | 2.100000e+01 | 4.000000e+01 |  90.48%
3.19/3.28	o 36
3.19/3.28	c g 3.3s|   394 |   200 | 16324 |  38.3 |3229k|  34 |   - | 237 | 491 | 237 | 292 | 192 | 227 |1018 | 2.100000e+01 | 3.600000e+01 |  71.43%
3.69/3.72	o 32
3.69/3.72	c z 3.7s|   793 |   321 | 27060 |  32.6 |3550k|  34 |   - | 237 | 714 | 237 | 292 | 192 | 471 |1050 | 2.100000e+01 | 3.200000e+01 |  52.38%
4.40/4.41	o 31
4.40/4.41	c * 4.4s|  1437 |   469 | 44703 |  30.3 |4159k|  34 |   - | 237 |1167 | 237 | 292 | 192 | 925 |1150 | 2.100000e+01 | 3.100000e+01 |  47.62%
4.40/4.41	o 30
4.40/4.41	c * 4.4s|  1438 |   431 | 44707 |  30.2 |4082k|  34 |   - | 237 |1167 | 237 | 292 | 192 | 925 |1150 | 2.100000e+01 | 3.000000e+01 |  42.86%
5.09/5.12	o 29
5.09/5.12	c c 5.1s|  2128 |   503 | 64001 |  29.5 |4610k|  34 |   - | 237 |1812 | 237 | 292 | 192 |1612 |1176 | 2.100000e+01 | 2.900000e+01 |  38.10%
6.49/6.52	o 28
6.49/6.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.49/6.52	c v 6.5s|  3434 |   608 | 96378 |  27.7 |5372k|  42 |   - | 237 |2567 | 237 | 292 | 192 |2975 |1350 | 2.100000e+01 | 2.800000e+01 |  33.33%
6.69/6.72	o 27
6.69/6.72	c f 6.7s|  3659 |   595 |100977 |  27.3 |5430k|  42 |   - | 237 |2528 | 237 | 292 | 192 |3202 |1356 | 2.100000e+01 | 2.700000e+01 |  28.57%
12.19/12.25	c  12.2s| 10000 |  1111 |219021 |  21.8 |7952k|  42 |   - | 237 |3380 |   0 |   0 | 192 |9823 |1894 | 2.100000e+01 | 2.700000e+01 |  28.57%
16.29/16.34	o 26
16.29/16.34	c *16.3s| 14661 |   841 |297807 |  20.2 |8089k|  42 |   - | 237 |4138 | 237 | 292 | 192 |  15k|2156 | 2.400000e+01 | 2.600000e+01 |   8.33%
16.69/16.70	o 25
16.69/16.70	c *16.7s| 15091 |    73 |303881 |  20.1 |5025k|  42 |   - | 237 |4213 | 237 | 292 | 192 |  15k|2156 | 2.400000e+01 | 2.500000e+01 |   4.17%
17.09/17.10	c 
17.09/17.10	c SCIP Status        : problem is solved [optimal solution found]
17.09/17.10	c Solving Time (sec) : 17.10
17.09/17.10	c Solving Nodes      : 15531
17.09/17.10	c Primal Bound       : +2.50000000000000e+01 (11 solutions)
17.09/17.10	c Dual Bound         : +2.50000000000000e+01
17.09/17.10	c Gap                : 0.00 %
17.09/17.10	s OPTIMUM FOUND
17.09/17.10	v 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 
17.09/17.10	v 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 
17.09/17.10	v x103 x104 x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 x117 x118 x119 -x120 -x121 -x122 -x123 -x124 
17.09/17.10	v -x125 -x126 x127 x128 -x129 -x130 -x131 -x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 x146 x147 x148 
17.09/17.10	v x149 x150 x151 -x152 -x153 x154 x155 -x156 -x157 -x158 -x159 -x160 -x161 x162 x163 x164 -x165 -x166 -x167 -x168 -x169 -x170 
17.09/17.10	v -x171 -x172 -x173 x174 x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 x183 -x184 -x185 -x186 -x187 -x17 -x16 -x15 -x14 -x13 
17.09/17.10	v -x12 -x188 -x189 x190 x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 
17.09/17.10	v -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x11 -x10 -x9 -x8 -x7 -x6 -x218 x219 x220 -x221 x222 -x223 -x224 x225 
17.09/17.10	v -x226 -x227 -x228 -x229 -x230 -x231 -x23 -x22 x21 -x20 -x19 -x18 x232 x233 -x234 -x235 -x236 -x29 -x28 x27 -x26 x25 -x24 
17.09/17.10	v -x237 -x41 -x40 x39 -x38 -x37 -x36 -x35 -x34 x33 -x32 -x31 x30 x238 -x5 -x4 x3 -x2 -x1 
17.09/17.10	c SCIP Status        : problem is solved [optimal solution found]
17.09/17.10	c Total Time         :      17.10
17.09/17.10	c   solving          :      17.10
17.09/17.10	c   presolving       :       0.03 (included in solving)
17.09/17.10	c   reading          :       0.01 (included in solving)
17.09/17.10	c Original Problem   :
17.09/17.10	c   Problem name     : HOME/instance-3486130-1307776545.opb
17.09/17.10	c   Variables        : 238 (238 binary, 0 integer, 0 implicit integer, 0 continuous)
17.09/17.10	c   Constraints      : 399 initial, 399 maximal
17.09/17.10	c Presolved Problem  :
17.09/17.10	c   Problem name     : t_HOME/instance-3486130-1307776545.opb
17.09/17.10	c   Variables        : 237 (237 binary, 0 integer, 0 implicit integer, 0 continuous)
17.09/17.10	c   Constraints      : 236 initial, 4382 maximal
17.09/17.10	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
17.09/17.10	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
17.09/17.10	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
17.09/17.10	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
17.09/17.10	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
17.09/17.10	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
17.09/17.10	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
17.09/17.10	c   knapsack         :       0.00          0          0          0          0          0          0          2         12         31
17.09/17.10	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
17.09/17.10	c   linear           :       0.00          1          0          0          1          0        165          0          0         41
17.09/17.10	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
17.09/17.10	c   root node        :          -         12          -          -         12          -          -          -          -          -
17.09/17.10	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
17.09/17.10	c   integral         :          0          0          0      10013          0         17          0         16        513          0          0      19556
17.09/17.10	c   knapsack         :         70          6      59866          4          0         14      61165        883      53043        263          0          0
17.09/17.10	c   setppc           :          2          6       1236          0          0          5        910          0         78          0          0          0
17.09/17.10	c   linear           :        164+         7      59012          0          0          5      51185       5292     254564          0          0          0
17.09/17.10	c   logicor          :          0+         6      31396          0          0          0      36818        570      23560          1          0          0
17.09/17.10	c   countsols        :          0          0          0          6          0          7          0          0          0          0          0          0
17.09/17.10	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
17.09/17.10	c   integral         :       3.61       0.00       0.00       3.61       0.00       0.00       0.00
17.09/17.10	c   knapsack         :       0.43       0.00       0.40       0.00       0.00       0.00       0.03
17.09/17.10	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
17.09/17.10	c   linear           :       1.52       0.00       1.46       0.00       0.00       0.00       0.06
17.09/17.10	c   logicor          :       0.85       0.00       0.83       0.00       0.00       0.00       0.02
17.09/17.10	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
17.09/17.10	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
17.09/17.10	c   vbounds          :          0          0          0          0
17.09/17.10	c   rootredcost      :         11          0          0          3
17.09/17.10	c   pseudoobj        :      59654       1380         40       1178
17.09/17.10	c Propagator Timings :  TotalTime  Propagate    Resprop
17.09/17.10	c   vbounds          :       0.01       0.01       0.00
17.09/17.10	c   rootredcost      :       0.01       0.01       0.00
17.09/17.10	c   pseudoobj        :       0.03       0.03       0.00
17.09/17.10	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
17.09/17.10	c   propagation      :       0.19       6785       6655      39945       17.5        140       14.5          -
17.09/17.10	c   infeasible LP    :       0.06       1500       1500       6303       13.6         84       13.5          0
17.09/17.10	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
17.09/17.10	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
17.09/17.10	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
17.09/17.10	c   applied globally :          -          -          -      16243       14.5          -          -          -
17.09/17.10	c   applied locally  :          -          -          -          1       32.0          -          -          -
17.09/17.10	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
17.09/17.10	c   cut pool         :       0.00          5          -          -        420          -    (maximal pool size: 1411)
17.09/17.10	c   redcost          :       0.04      10211          0        228          0          0
17.09/17.10	c   impliedbounds    :       0.00          6          0          0          2          0
17.09/17.10	c   intobj           :       0.00          0          0          0          0          0
17.09/17.10	c   gomory           :       0.02          6          0          0        173          0
17.09/17.10	c   cgmip            :       0.00          0          0          0          0          0
17.09/17.10	c   closecuts        :       0.00          0          0          0          0          0
17.09/17.10	c   strongcg         :       0.02          6          0          0        157          0
17.09/17.10	c   cmir             :       0.05          6          0          0        677          0
17.09/17.10	c   flowcover        :       0.08          6          0          0        939          0
17.09/17.10	c   clique           :       0.00          6          0          0          0          0
17.09/17.10	c   zerohalf         :       0.00          0          0          0          0          0
17.09/17.10	c   mcf              :       0.00          1          0          0          0          0
17.09/17.10	c   oddcycle         :       0.00          0          0          0          0          0
17.09/17.10	c   rapidlearning    :       0.03          1          0          0          0         28
17.09/17.10	c Pricers            :       Time      Calls       Vars
17.09/17.10	c   problem variables:       0.00          0          0
17.09/17.10	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
17.09/17.10	c   relpscost        :       3.60      10007         16        513          0          0      19556
17.09/17.10	c   pscost           :       0.00          0          0          0          0          0          0
17.09/17.10	c   inference        :       0.00          0          0          0          0          0          0
17.09/17.10	c   mostinf          :       0.00          0          0          0          0          0          0
17.09/17.10	c   leastinf         :       0.00          0          0          0          0          0          0
17.09/17.10	c   fullstrong       :       0.00          0          0          0          0          0          0
17.09/17.10	c   allfullstrong    :       0.00          0          0          0          0          0          0
17.09/17.10	c   random           :       0.00          0          0          0          0          0          0
17.09/17.10	c Primal Heuristics  :       Time      Calls      Found
17.09/17.10	c   LP solutions     :       0.00          -          6
17.09/17.10	c   pseudo solutions :       0.00          -          0
17.09/17.10	c   oneopt           :       0.01         11          0
17.09/17.10	c   feaspump         :       0.01          1          0
17.09/17.10	c   pscostdiving     :       0.14         56          0
17.09/17.10	c   veclendiving     :       0.08         56          1
17.09/17.10	c   linesearchdiving :       0.08         56          0
17.09/17.10	c   guideddiving     :       0.09         56          1
17.09/17.10	c   fracdiving       :       0.06         56          1
17.09/17.10	c   coefdiving       :       0.06         57          1
17.09/17.10	c   objpscostdiving  :       0.11         29          0
17.09/17.10	c   rootsoldiving    :       0.12         29          0
17.09/17.10	c   trivial          :       0.00          2          0
17.09/17.10	c   shiftandpropagate:       0.00          1          0
17.09/17.10	c   simplerounding   :       0.00          0          0
17.09/17.10	c   zirounding       :       0.02       1000          1
17.09/17.10	c   rounding         :       0.04       1383          0
17.09/17.10	c   shifting         :       0.46        397          0
17.09/17.10	c   intshifting      :       0.00          0          0
17.09/17.10	c   twoopt           :       0.00          0          0
17.09/17.10	c   fixandinfer      :       0.00          0          0
17.09/17.10	c   clique           :       0.00          0          0
17.09/17.10	c   intdiving        :       0.00          0          0
17.09/17.10	c   actconsdiving    :       0.00          0          0
17.09/17.10	c   octane           :       0.00          0          0
17.09/17.10	c   rens             :       0.00          0          0
17.09/17.10	c   rins             :       0.00          0          0
17.09/17.10	c   localbranching   :       0.00          0          0
17.09/17.10	c   mutation         :       0.00          0          0
17.09/17.10	c   crossover        :       0.07          4          0
17.09/17.10	c   dins             :       0.00          0          0
17.09/17.10	c   vbounds          :       0.00          0          0
17.09/17.10	c   undercover       :       0.00          0          0
17.09/17.10	c   subnlp           :       0.00          0          0
17.09/17.10	c   trysol           :       0.00          0          0
17.09/17.10	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
17.09/17.10	c   primal LP        :       0.00          0          0       0.00          -
17.09/17.10	c   dual LP          :       6.55      11625     297527      25.59   45392.92
17.09/17.10	c   lex dual LP      :       0.00          0          0       0.00          -
17.09/17.10	c   barrier LP       :       0.00          0          0       0.00          -
17.09/17.10	c   diving/probing LP:       0.48       1603      16200      10.11   33730.39
17.09/17.10	c   strong branching :       3.45       2156     125748      58.32   36451.23
17.09/17.10	c     (at root node) :          -         16       3504     219.00          -
17.09/17.10	c   conflict analysis:       0.00          0          0       0.00          -
17.09/17.10	c B&B Tree           :
17.09/17.10	c   number of runs   :          1
17.09/17.10	c   nodes            :      15531
17.09/17.10	c   nodes (total)    :      15531
17.09/17.10	c   nodes left       :          0
17.09/17.10	c   max depth        :         42
17.09/17.10	c   max depth (total):         42
17.09/17.10	c   backtracks       :       3919 (25.2%)
17.09/17.10	c   delayed cutoffs  :       2681
17.09/17.10	c   repropagations   :      16246 (107649 domain reductions, 1968 cutoffs)
17.09/17.10	c   avg switch length:       6.04
17.09/17.10	c   switching time   :       1.49
17.09/17.10	c Solution           :
17.09/17.10	c   Solutions found  :         11 (11 improvements)
17.09/17.10	c   First Solution   : +4.40000000000000e+01   (in run 1, after 325 nodes, 3.21 seconds, depth 34, found by <relaxation>)
17.09/17.10	c   Primal Bound     : +2.50000000000000e+01   (in run 1, after 15091 nodes, 16.70 seconds, depth 16, found by <relaxation>)
17.09/17.10	c   Dual Bound       : +2.50000000000000e+01
17.09/17.10	c   Gap              :       0.00 %
17.09/17.10	c   Root Dual Bound  : +2.10000000000000e+01
17.09/17.10	c   Root Iterations  :       1263
17.09/17.11	c Time complete: 17.1.

Verifier Data

OK	25

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

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-3486130-1307776545/watcher-3486130-1307776545 -o /tmp/evaluation-result-3486130-1307776545/solver-3486130-1307776545 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486130-1307776545.opb -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: 1.08 1.60 1.81 3/174 20443
/proc/meminfo: memFree=32009588/32951124 swapFree=67055708/67111528
[pid=20443] ppid=20441 vsize=9984 CPUtime=0 cores=1,3,5,7
/proc/20443/stat : 20443 (scip-2.0.1.4_2.) R 20441 20443 17032 0 -1 4202496 1485 0 0 0 0 0 0 0 24 0 1 0 621845781 10223616 1439 33554432000 4194304 8979876 140733808826736 18446744073709551615 6779003 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/20443/statm: 2496 1439 366 1169 0 1323 0

[startup+0.0951659 s]
/proc/loadavg: 1.08 1.60 1.81 3/174 20443
/proc/meminfo: memFree=32009588/32951124 swapFree=67055708/67111528
[pid=20443] ppid=20441 vsize=32008 CPUtime=0.08 cores=1,3,5,7
/proc/20443/stat : 20443 (scip-2.0.1.4_2.) R 20441 20443 17032 0 -1 4202496 7016 0 0 0 8 0 0 0 24 0 1 0 621845781 32776192 6713 33554432000 4194304 8979876 140733808826736 18446744073709551615 18446744073699065939 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20443/statm: 8002 6713 700 1169 0 6829 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 32008

[startup+0.101149 s]
/proc/loadavg: 1.08 1.60 1.81 3/174 20443
/proc/meminfo: memFree=32009588/32951124 swapFree=67055708/67111528
[pid=20443] ppid=20441 vsize=21616 CPUtime=0.09 cores=1,3,5,7
/proc/20443/stat : 20443 (scip-2.0.1.4_2.) R 20441 20443 17032 0 -1 4202496 7048 0 0 0 8 1 0 0 24 0 1 0 621845781 22134784 4467 33554432000 4194304 8979876 140733808826736 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20443/statm: 5404 4467 709 1169 0 4231 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21616

[startup+0.301084 s]
/proc/loadavg: 1.08 1.60 1.81 3/174 20443
/proc/meminfo: memFree=32009588/32951124 swapFree=67055708/67111528
[pid=20443] ppid=20441 vsize=23420 CPUtime=0.29 cores=1,3,5,7
/proc/20443/stat : 20443 (scip-2.0.1.4_2.) R 20441 20443 17032 0 -1 4202496 8285 0 0 0 28 1 0 0 25 0 1 0 621845781 23982080 4886 33554432000 4194304 8979876 140733808826736 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20443/statm: 5855 4886 714 1169 0 4682 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23420

[startup+0.701011 s]
/proc/loadavg: 1.08 1.60 1.81 3/174 20443
/proc/meminfo: memFree=32009588/32951124 swapFree=67055708/67111528
[pid=20443] ppid=20441 vsize=23420 CPUtime=0.69 cores=1,3,5,7
/proc/20443/stat : 20443 (scip-2.0.1.4_2.) R 20441 20443 17032 0 -1 4202496 8286 0 0 0 65 4 0 0 25 0 1 0 621845781 23982080 4887 33554432000 4194304 8979876 140733808826736 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20443/statm: 5855 4887 714 1169 0 4682 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23420

[startup+1.50087 s]
/proc/loadavg: 1.15 1.61 1.81 3/178 20454
/proc/meminfo: memFree=31870692/32951124 swapFree=67055708/67111528
[pid=20443] ppid=20441 vsize=23420 CPUtime=1.49 cores=1,3,5,7
/proc/20443/stat : 20443 (scip-2.0.1.4_2.) R 20441 20443 17032 0 -1 4202496 8286 0 0 0 136 13 0 0 25 0 1 0 621845781 23982080 4887 33554432000 4194304 8979876 140733808826736 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20443/statm: 5855 4887 714 1169 0 4682 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23420

[startup+3.10058 s]
/proc/loadavg: 1.15 1.61 1.81 3/178 20454
/proc/meminfo: memFree=31836220/32951124 swapFree=67055708/67111528
[pid=20443] ppid=20441 vsize=23420 CPUtime=3.09 cores=1,3,5,7
/proc/20443/stat : 20443 (scip-2.0.1.4_2.) R 20441 20443 17032 0 -1 4202496 8290 0 0 0 276 33 0 0 25 0 1 0 621845781 23982080 4891 33554432000 4194304 8979876 140733808826736 18446744073709551615 7057178 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20443/statm: 5855 4891 718 1169 0 4682 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23420

[startup+6.30102 s]
/proc/loadavg: 1.15 1.61 1.81 3/178 20454
/proc/meminfo: memFree=31763724/32951124 swapFree=67055708/67111528
[pid=20443] ppid=20441 vsize=27492 CPUtime=6.29 cores=1,3,5,7
/proc/20443/stat : 20443 (scip-2.0.1.4_2.) R 20441 20443 17032 0 -1 4202496 12124 0 0 0 567 62 0 0 25 0 1 0 621845781 28151808 5883 33554432000 4194304 8979876 140733808826736 18446744073709551615 4318623 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20443/statm: 6873 5883 721 1169 0 5700 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27492

[startup+12.7009 s]
/proc/loadavg: 1.28 1.62 1.81 3/178 20455
/proc/meminfo: memFree=31753336/32951124 swapFree=67055708/67111528
[pid=20443] ppid=20441 vsize=31532 CPUtime=12.69 cores=1,3,5,7
/proc/20443/stat : 20443 (scip-2.0.1.4_2.) R 20441 20443 17032 0 -1 4202496 13160 0 0 0 1163 106 0 0 25 0 1 0 621845781 32288768 6908 33554432000 4194304 8979876 140733808826736 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20443/statm: 7883 6908 721 1169 0 6710 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31532

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

[startup+14.3066 s]
/proc/loadavg: 1.28 1.62 1.81 3/178 20455
/proc/meminfo: memFree=31752360/32951124 swapFree=67055708/67111528
[pid=20443] ppid=20441 vsize=32152 CPUtime=14.29 cores=1,3,5,7
/proc/20443/stat : 20443 (scip-2.0.1.4_2.) R 20441 20443 17032 0 -1 4202496 17802 0 0 0 1311 118 0 0 25 0 1 0 621845781 32923648 7064 33554432000 4194304 8979876 140733808826736 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20443/statm: 8038 7064 722 1169 0 6865 0
Current children cumulated CPU time (s) 14.29
Current children cumulated vsize (KiB) 32152

[startup+15.9003 s]
/proc/loadavg: 1.28 1.62 1.81 3/178 20455
/proc/meminfo: memFree=31750996/32951124 swapFree=67055708/67111528
[pid=20443] ppid=20441 vsize=32936 CPUtime=15.89 cores=1,3,5,7
/proc/20443/stat : 20443 (scip-2.0.1.4_2.) R 20441 20443 17032 0 -1 4202496 19913 0 0 0 1460 129 0 0 25 0 1 0 621845781 33726464 7291 33554432000 4194304 8979876 140733808826736 18446744073709551615 7069189 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20443/statm: 8234 7291 722 1169 0 7061 0
Current children cumulated CPU time (s) 15.89
Current children cumulated vsize (KiB) 32936

[startup+16.7002 s]
/proc/loadavg: 1.34 1.62 1.81 3/178 20455
/proc/meminfo: memFree=31751120/32951124 swapFree=67055708/67111528
[pid=20443] ppid=20441 vsize=32908 CPUtime=16.69 cores=1,3,5,7
/proc/20443/stat : 20443 (scip-2.0.1.4_2.) R 20441 20443 17032 0 -1 4202496 20784 0 0 0 1536 133 0 0 25 0 1 0 621845781 33697792 7267 33554432000 4194304 8979876 140733808826736 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20443/statm: 8227 7267 722 1169 0 7054 0
Current children cumulated CPU time (s) 16.69
Current children cumulated vsize (KiB) 32908

[startup+17.1001 s]
/proc/loadavg: 1.34 1.62 1.81 3/178 20455
/proc/meminfo: memFree=31751120/32951124 swapFree=67055708/67111528
[pid=20443] ppid=20441 vsize=32908 CPUtime=17.09 cores=1,3,5,7
/proc/20443/stat : 20443 (scip-2.0.1.4_2.) R 20441 20443 17032 0 -1 4202496 20785 0 0 0 1573 136 0 0 25 0 1 0 621845781 33697792 7268 33554432000 4194304 8979876 140733808826736 18446744073709551615 6440711 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/20443/statm: 8227 7268 722 1169 0 7054 0
Current children cumulated CPU time (s) 17.09
Current children cumulated vsize (KiB) 32908

Child status: 0
Real time (s): 17.112
CPU time (s): 17.1114
CPU user time (s): 15.7466
CPU system time (s): 1.36479
CPU usage (%): 99.9964
Max. virtual memory (cumulated for all children) (KiB): 32936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.7466
system time used= 1.36479
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20794
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= 13

runsolver used 0.021996 second user time and 0.06099 second system time

The end

Launcher Data

Begin job on node107 at 2011-06-11 09:15:45
IDJOB=3486130
IDBENCH=2936
IDSOLVER=1977
FILE ID=node107/3486130-1307776545
RUNJOBID= node107-1307776545-20426
PBS_JOBID= 13550853
Free space on /tmp= 74132 MiB

SOLVER NAME= SCIP spx 2 2011-06-10 (fixed)
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_7.opb
COMMAND LINE= HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3486130-1307776545/watcher-3486130-1307776545 -o /tmp/evaluation-result-3486130-1307776545/solver-3486130-1307776545 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486130-1307776545.opb -t 1800 -m 15500

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

MD5SUM BENCH= 4bc9c47dc743f36fab4669cf3c8ccd21
RANDOM SEED=1001759275

node107.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.829
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.65
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.829
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	: 5332.75
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.829
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.67
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.829
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.829
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.829
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	: 5359.47
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.829
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.75
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.829
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:     32951124 kB
MemFree:      32011016 kB
Buffers:        145264 kB
Cached:         576976 kB
SwapCached:      19468 kB
Active:         265964 kB
Inactive:       487320 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32011016 kB
SwapTotal:    67111528 kB
SwapFree:     67055708 kB
Dirty:           18312 kB
Writeback:           0 kB
AnonPages:       29960 kB
Mapped:          12504 kB
Slab:           121496 kB
PageTables:       4804 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187876 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 /tmp at the end= 74096 MiB
End job on node107 at 2011-06-11 09:16:02