Trace number 3453312

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 SCIP 2.0.1.4. with SoPlex 1.5.0.4OPT25 16.8814 16.881

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.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-3453312-1307098475.opb>
0.00/0.01	c original problem has 238 variables (238 bin, 0 int, 0 impl, 0 cont) and 399 constraints
0.00/0.01	c problem read
0.00/0.01	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.02	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.03/0.03	c    (0.0s) probing: 144/237 (60.8%) - 0 fixings, 0 aggregations, 8 implications, 0 bound changes
0.03/0.03	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.03/0.03	c presolving (5 rounds):
0.03/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.03/0.03	c  62 implications, 2 cliques
0.03/0.03	c presolved problem has 237 variables (237 bin, 0 int, 0 impl, 0 cont) and 236 constraints
0.03/0.03	c      70 constraints of type <knapsack>
0.03/0.03	c       2 constraints of type <setppc>
0.03/0.03	c     164 constraints of type <linear>
0.03/0.03	c transformed objective value is always integral (scale: 1)
0.03/0.03	c Presolving Time: 0.03
0.03/0.03	c - non default parameters ----------------------------------------------------------------------
0.03/0.03	c # SCIP version 2.0.1.4
0.03/0.03	c 
0.03/0.03	c # frequency for displaying node information lines
0.03/0.03	c # [type: int, range: [-1,2147483647], default: 100]
0.03/0.03	c display/freq = 10000
0.03/0.03	c 
0.03/0.03	c # maximal time in seconds to run
0.03/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.03	c limits/time = 1800
0.03/0.03	c 
0.03/0.03	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.03/0.03	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.03/0.03	c limits/memory = 13950
0.03/0.03	c 
0.03/0.03	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.03/0.03	c # [type: int, range: [1,2], default: 1]
0.03/0.03	c timing/clocktype = 2
0.03/0.03	c 
0.03/0.03	c # belongs reading time to solving time?
0.03/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.03	c timing/reading = TRUE
0.03/0.03	c 
0.03/0.03	c # should presolving try to simplify inequalities
0.03/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.03	c constraints/linear/simplifyinequalities = TRUE
0.03/0.03	c 
0.03/0.03	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.03/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.03	c constraints/indicator/addCouplingCons = TRUE
0.03/0.03	c 
0.03/0.03	c # should presolving try to simplify knapsacks
0.03/0.03	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.03/0.03	c constraints/knapsack/simplifyinequalities = TRUE
0.03/0.03	c 
0.03/0.03	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.03/0.03	c # [type: int, range: [-1,2147483647], default: -1]
0.03/0.03	c separating/rapidlearning/freq = 0
0.03/0.03	c 
0.03/0.03	c -----------------------------------------------------------------------------------------------
0.03/0.03	c start solving
0.03/0.04	c 
0.03/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.03/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.19/0.20	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.29	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.09/3.17	o 44
3.09/3.17	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.09/3.19	o 40
3.09/3.19	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.21/3.25	o 36
3.21/3.25	c g 3.2s|   394 |   200 | 16324 |  38.3 |3229k|  34 |   - | 237 | 491 | 237 | 292 | 192 | 227 |1018 | 2.100000e+01 | 3.600000e+01 |  71.43%
3.59/3.68	o 32
3.59/3.68	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.31/4.36	o 31
4.31/4.36	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.31/4.36	o 30
4.31/4.36	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%
4.99/5.06	o 29
4.99/5.06	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.39/6.45	o 28
6.39/6.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
6.39/6.45	c v 6.4s|  3434 |   608 | 96378 |  27.7 |5372k|  42 |   - | 237 |2567 | 237 | 292 | 192 |2975 |1350 | 2.100000e+01 | 2.800000e+01 |  33.33%
6.61/6.64	o 27
6.61/6.64	c f 6.6s|  3659 |   595 |100977 |  27.3 |5430k|  42 |   - | 237 |2528 | 237 | 292 | 192 |3202 |1356 | 2.100000e+01 | 2.700000e+01 |  28.57%
12.01/12.09	c  12.1s| 10000 |  1111 |219021 |  21.8 |7952k|  42 |   - | 237 |3380 |   0 |   0 | 192 |9823 |1894 | 2.100000e+01 | 2.700000e+01 |  28.57%
16.09/16.12	o 26
16.09/16.12	c *16.1s| 14661 |   841 |297807 |  20.2 |8089k|  42 |   - | 237 |4138 | 237 | 292 | 192 |  15k|2156 | 2.400000e+01 | 2.600000e+01 |   8.33%
16.41/16.47	o 25
16.41/16.47	c *16.5s| 15091 |    73 |303881 |  20.1 |5025k|  42 |   - | 237 |4213 | 237 | 292 | 192 |  15k|2156 | 2.400000e+01 | 2.500000e+01 |   4.17%
16.79/16.87	c 
16.79/16.87	c SCIP Status        : problem is solved [optimal solution found]
16.79/16.87	c Solving Time (sec) : 16.87
16.79/16.87	c Solving Nodes      : 15531
16.79/16.87	c Primal Bound       : +2.50000000000000e+01 (11 solutions)
16.79/16.87	c Dual Bound         : +2.50000000000000e+01
16.79/16.87	c Gap                : 0.00 %
16.79/16.87	s OPTIMUM FOUND
16.79/16.87	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 
16.79/16.87	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 
16.79/16.87	v x103 x104 x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 x117 x118 x119 -x120 -x121 -x122 -x123 -x124 
16.79/16.87	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 
16.79/16.87	v x149 x150 x151 -x152 -x153 x154 x155 -x156 -x157 -x158 -x159 -x160 -x161 x162 x163 x164 -x165 -x166 -x167 -x168 -x169 -x170 
16.79/16.87	v -x171 -x172 -x173 x174 x175 -x176 -x177 -x178 -x179 -x180 -x181 -x182 x183 -x184 -x185 -x186 -x187 -x17 -x16 -x15 -x14 -x13 
16.79/16.87	v -x12 -x188 -x189 x190 x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 -x206 -x207 -x208 
16.79/16.87	v -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x11 -x10 -x9 -x8 -x7 -x6 -x218 x219 x220 -x221 x222 -x223 -x224 x225 
16.79/16.87	v -x226 -x227 -x228 -x229 -x230 -x231 -x23 -x22 x21 -x20 -x19 -x18 x232 x233 -x234 -x235 -x236 -x29 -x28 x27 -x26 x25 -x24 
16.79/16.87	v -x237 -x41 -x40 x39 -x38 -x37 -x36 -x35 -x34 x33 -x32 -x31 x30 x238 -x5 -x4 x3 -x2 -x1 
16.79/16.87	c SCIP Status        : problem is solved [optimal solution found]
16.79/16.87	c Total Time         :      16.87
16.79/16.87	c   solving          :      16.87
16.79/16.87	c   presolving       :       0.03 (included in solving)
16.79/16.87	c   reading          :       0.01 (included in solving)
16.79/16.87	c Original Problem   :
16.79/16.87	c   Problem name     : HOME/instance-3453312-1307098475.opb
16.79/16.87	c   Variables        : 238 (238 binary, 0 integer, 0 implicit integer, 0 continuous)
16.79/16.87	c   Constraints      : 399 initial, 399 maximal
16.79/16.87	c Presolved Problem  :
16.79/16.87	c   Problem name     : t_HOME/instance-3453312-1307098475.opb
16.79/16.87	c   Variables        : 237 (237 binary, 0 integer, 0 implicit integer, 0 continuous)
16.79/16.87	c   Constraints      : 236 initial, 4382 maximal
16.79/16.87	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
16.79/16.87	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
16.79/16.87	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
16.79/16.87	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
16.79/16.87	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
16.79/16.87	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
16.79/16.87	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
16.79/16.87	c   knapsack         :       0.00          0          0          0          0          0          0          2         12         31
16.79/16.87	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
16.79/16.87	c   linear           :       0.00          1          0          0          1          0        165          0          0         41
16.79/16.87	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
16.79/16.87	c   root node        :          -         12          -          -         12          -          -          -          -          -
16.79/16.87	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
16.79/16.87	c   integral         :          0          0          0      10013          0         17          0         16        513          0          0      19556
16.79/16.87	c   knapsack         :         70          6      59866          4          0         14      61165        883      53043        263          0          0
16.79/16.87	c   setppc           :          2          6       1236          0          0          5        910          0         78          0          0          0
16.79/16.87	c   linear           :        164+         7      59012          0          0          5      51185       5292     254564          0          0          0
16.79/16.87	c   logicor          :          0+         6      31396          0          0          0      36818        570      23560          1          0          0
16.79/16.87	c   countsols        :          0          0          0          6          0          7          0          0          0          0          0          0
16.79/16.87	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
16.79/16.87	c   integral         :       3.54       0.00       0.00       3.54       0.00       0.00       0.00
16.79/16.87	c   knapsack         :       0.45       0.00       0.41       0.00       0.00       0.00       0.03
16.79/16.87	c   setppc           :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
16.79/16.87	c   linear           :       1.56       0.00       1.50       0.00       0.00       0.00       0.06
16.79/16.87	c   logicor          :       0.85       0.00       0.83       0.00       0.00       0.00       0.02
16.79/16.87	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
16.79/16.87	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
16.79/16.87	c   vbounds          :          0          0          0          0
16.79/16.87	c   rootredcost      :         11          0          0          3
16.79/16.87	c   pseudoobj        :      59654       1380         40       1178
16.79/16.87	c Propagator Timings :  TotalTime  Propagate    Resprop
16.79/16.87	c   vbounds          :       0.01       0.01       0.00
16.79/16.87	c   rootredcost      :       0.01       0.01       0.00
16.79/16.87	c   pseudoobj        :       0.03       0.03       0.00
16.79/16.87	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
16.79/16.87	c   propagation      :       0.18       6785       6655      39945       17.5        140       14.5          -
16.79/16.87	c   infeasible LP    :       0.06       1500       1500       6303       13.6         84       13.5          0
16.79/16.87	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
16.79/16.87	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
16.79/16.87	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
16.79/16.87	c   applied globally :          -          -          -      16243       14.5          -          -          -
16.79/16.87	c   applied locally  :          -          -          -          1       32.0          -          -          -
16.79/16.87	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
16.79/16.87	c   cut pool         :       0.00          5          -          -        420          -    (maximal pool size: 1411)
16.79/16.87	c   redcost          :       0.04      10211          0        228          0          0
16.79/16.87	c   impliedbounds    :       0.00          6          0          0          2          0
16.79/16.87	c   intobj           :       0.00          0          0          0          0          0
16.79/16.87	c   gomory           :       0.02          6          0          0        173          0
16.79/16.87	c   cgmip            :       0.00          0          0          0          0          0
16.79/16.87	c   closecuts        :       0.00          0          0          0          0          0
16.79/16.87	c   strongcg         :       0.02          6          0          0        157          0
16.79/16.87	c   cmir             :       0.05          6          0          0        677          0
16.79/16.87	c   flowcover        :       0.08          6          0          0        939          0
16.79/16.87	c   clique           :       0.00          6          0          0          0          0
16.79/16.87	c   zerohalf         :       0.00          0          0          0          0          0
16.79/16.87	c   mcf              :       0.00          1          0          0          0          0
16.79/16.87	c   oddcycle         :       0.00          0          0          0          0          0
16.79/16.87	c   rapidlearning    :       0.03          1          0          0          0         28
16.79/16.87	c Pricers            :       Time      Calls       Vars
16.79/16.87	c   problem variables:       0.00          0          0
16.79/16.87	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
16.79/16.87	c   relpscost        :       3.54      10007         16        513          0          0      19556
16.79/16.87	c   pscost           :       0.00          0          0          0          0          0          0
16.79/16.87	c   inference        :       0.00          0          0          0          0          0          0
16.79/16.87	c   mostinf          :       0.00          0          0          0          0          0          0
16.79/16.87	c   leastinf         :       0.00          0          0          0          0          0          0
16.79/16.87	c   fullstrong       :       0.00          0          0          0          0          0          0
16.79/16.87	c   allfullstrong    :       0.00          0          0          0          0          0          0
16.79/16.87	c   random           :       0.00          0          0          0          0          0          0
16.79/16.87	c Primal Heuristics  :       Time      Calls      Found
16.79/16.87	c   LP solutions     :       0.00          -          6
16.79/16.87	c   pseudo solutions :       0.00          -          0
16.79/16.87	c   oneopt           :       0.01         11          0
16.79/16.87	c   feaspump         :       0.01          1          0
16.79/16.87	c   pscostdiving     :       0.14         56          0
16.79/16.87	c   veclendiving     :       0.08         56          1
16.79/16.87	c   linesearchdiving :       0.08         56          0
16.79/16.87	c   guideddiving     :       0.09         56          1
16.79/16.87	c   fracdiving       :       0.06         56          1
16.79/16.87	c   coefdiving       :       0.06         57          1
16.79/16.87	c   objpscostdiving  :       0.10         29          0
16.79/16.87	c   rootsoldiving    :       0.11         29          0
16.79/16.87	c   trivial          :       0.00          2          0
16.79/16.87	c   shiftandpropagate:       0.00          1          0
16.79/16.87	c   simplerounding   :       0.00          0          0
16.79/16.87	c   zirounding       :       0.02       1000          1
16.79/16.87	c   rounding         :       0.04       1383          0
16.79/16.87	c   shifting         :       0.47        397          0
16.79/16.87	c   intshifting      :       0.00          0          0
16.79/16.87	c   twoopt           :       0.00          0          0
16.79/16.87	c   fixandinfer      :       0.00          0          0
16.79/16.87	c   clique           :       0.00          0          0
16.79/16.87	c   intdiving        :       0.00          0          0
16.79/16.87	c   actconsdiving    :       0.00          0          0
16.79/16.87	c   octane           :       0.00          0          0
16.79/16.87	c   rens             :       0.00          0          0
16.79/16.87	c   rins             :       0.00          0          0
16.79/16.87	c   localbranching   :       0.00          0          0
16.79/16.87	c   mutation         :       0.00          0          0
16.79/16.87	c   crossover        :       0.07          4          0
16.79/16.87	c   dins             :       0.00          0          0
16.79/16.87	c   vbounds          :       0.00          0          0
16.79/16.87	c   undercover       :       0.00          0          0
16.79/16.87	c   subnlp           :       0.00          0          0
16.79/16.87	c   trysol           :       0.00          0          0
16.79/16.87	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
16.79/16.87	c   primal LP        :       0.00          0          0       0.00          -
16.79/16.87	c   dual LP          :       6.42      11625     297527      25.59   46353.46
16.79/16.87	c   lex dual LP      :       0.00          0          0       0.00          -
16.79/16.87	c   barrier LP       :       0.00          0          0       0.00          -
16.79/16.87	c   diving/probing LP:       0.47       1603      16200      10.11   34821.71
16.79/16.87	c   strong branching :       3.38       2156     125748      58.32   37199.91
16.79/16.87	c     (at root node) :          -         16       3504     219.00          -
16.79/16.87	c   conflict analysis:       0.00          0          0       0.00          -
16.79/16.87	c B&B Tree           :
16.79/16.87	c   number of runs   :          1
16.79/16.87	c   nodes            :      15531
16.79/16.87	c   nodes (total)    :      15531
16.79/16.87	c   nodes left       :          0
16.79/16.87	c   max depth        :         42
16.79/16.87	c   max depth (total):         42
16.79/16.87	c   backtracks       :       3919 (25.2%)
16.79/16.87	c   delayed cutoffs  :       2681
16.79/16.87	c   repropagations   :      16246 (107649 domain reductions, 1968 cutoffs)
16.79/16.87	c   avg switch length:       6.04
16.79/16.87	c   switching time   :       1.47
16.79/16.87	c Solution           :
16.79/16.87	c   Solutions found  :         11 (11 improvements)
16.79/16.87	c   First Solution   : +4.40000000000000e+01   (in run 1, after 325 nodes, 3.18 seconds, depth 34, found by <relaxation>)
16.79/16.87	c   Primal Bound     : +2.50000000000000e+01   (in run 1, after 15091 nodes, 16.47 seconds, depth 16, found by <relaxation>)
16.79/16.87	c   Dual Bound       : +2.50000000000000e+01
16.79/16.87	c   Gap              :       0.00 %
16.79/16.87	c   Root Dual Bound  : +2.10000000000000e+01
16.79/16.87	c   Root Iterations  :       1263
16.79/16.88	c Time complete: 16.87.

Verifier Data

OK	25

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3453312-1307098475/watcher-3453312-1307098475 -o /tmp/evaluation-result-3453312-1307098475/solver-3453312-1307098475 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3453312-1307098475.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: 2.01 2.04 2.00 2/511 30864
/proc/meminfo: memFree=15929504/32951124 swapFree=67111204/67111528
[pid=30864] ppid=30862 vsize=17920 CPUtime=0.01 cores=1,3,5,7
/proc/30864/stat : 30864 (scip-2.0.1.4.li) R 30862 30864 30576 0 -1 4202496 3236 0 0 0 1 0 0 0 25 0 1 0 802263625 18350080 3189 33554432000 4194304 9128323 140736084057680 18446744073709551615 4390912 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30864/statm: 4480 3189 496 1205 0 3271 0

[startup+0.031884 s]
/proc/loadavg: 2.01 2.04 2.00 2/511 30864
/proc/meminfo: memFree=15929504/32951124 swapFree=67111204/67111528
[pid=30864] ppid=30862 vsize=19988 CPUtime=0.03 cores=1,3,5,7
/proc/30864/stat : 30864 (scip-2.0.1.4.li) R 30862 30864 30576 0 -1 4202496 4060 0 0 0 3 0 0 0 25 0 1 0 802263625 20467712 3756 33554432000 4194304 9128323 140736084057680 18446744073709551615 6581557 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30864/statm: 4997 3756 550 1205 0 3788 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 19988

[startup+0.100875 s]
/proc/loadavg: 2.01 2.04 2.00 2/511 30864
/proc/meminfo: memFree=15929504/32951124 swapFree=67111204/67111528
[pid=30864] ppid=30862 vsize=30872 CPUtime=0.09 cores=1,3,5,7
/proc/30864/stat : 30864 (scip-2.0.1.4.li) R 30862 30864 30576 0 -1 4202496 7039 0 0 0 9 0 0 0 25 0 1 0 802263625 31612928 6382 33554432000 4194304 9128323 140736084057680 18446744073709551615 5513904 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30864/statm: 7718 6382 721 1205 0 6509 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30872

[startup+0.300836 s]
/proc/loadavg: 2.01 2.04 2.00 2/511 30864
/proc/meminfo: memFree=15929504/32951124 swapFree=67111204/67111528
[pid=30864] ppid=30862 vsize=24556 CPUtime=0.29 cores=1,3,5,7
/proc/30864/stat : 30864 (scip-2.0.1.4.li) R 30862 30864 30576 0 -1 4202496 7608 0 0 0 28 1 0 0 25 0 1 0 802263625 25145344 5025 33554432000 4194304 9128323 140736084057680 18446744073709551615 4338848 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30864/statm: 6139 5056 736 1205 0 4930 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24556

[startup+0.700766 s]
/proc/loadavg: 2.01 2.04 2.00 2/511 30864
/proc/meminfo: memFree=15929504/32951124 swapFree=67111204/67111528
[pid=30864] ppid=30862 vsize=23532 CPUtime=0.69 cores=1,3,5,7
/proc/30864/stat : 30864 (scip-2.0.1.4.li) R 30862 30864 30576 0 -1 4202496 8326 0 0 0 63 6 0 0 25 0 1 0 802263625 24096768 4911 33554432000 4194304 9128323 140736084057680 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30864/statm: 5883 4911 734 1205 0 4674 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23532

[startup+1.50063 s]
/proc/loadavg: 2.01 2.04 2.00 3/512 30865
/proc/meminfo: memFree=15910340/32951124 swapFree=67111204/67111528
[pid=30864] ppid=30862 vsize=23532 CPUtime=1.49 cores=1,3,5,7
/proc/30864/stat : 30864 (scip-2.0.1.4.li) R 30862 30864 30576 0 -1 4202496 8326 0 0 0 129 20 0 0 25 0 1 0 802263625 24096768 4911 33554432000 4194304 9128323 140736084057680 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30864/statm: 5883 4911 734 1205 0 4674 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 23532

[startup+3.10034 s]
/proc/loadavg: 2.01 2.04 2.00 3/512 30865
/proc/meminfo: memFree=15908352/32951124 swapFree=67111204/67111528
[pid=30864] ppid=30862 vsize=23532 CPUtime=3.09 cores=1,3,5,7
/proc/30864/stat : 30864 (scip-2.0.1.4.li) R 30862 30864 30576 0 -1 4202496 8328 0 0 0 263 46 0 0 25 0 1 0 802263625 24096768 4913 33554432000 4194304 9128323 140736084057680 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30864/statm: 5883 4913 736 1205 0 4674 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 23532

[startup+6.3008 s]
/proc/loadavg: 2.01 2.04 2.00 3/512 30865
/proc/meminfo: memFree=15903268/32951124 swapFree=67111204/67111528
[pid=30864] ppid=30862 vsize=27696 CPUtime=6.29 cores=1,3,5,7
/proc/30864/stat : 30864 (scip-2.0.1.4.li) R 30862 30864 30576 0 -1 4202496 12411 0 0 0 547 82 0 0 25 0 1 0 802263625 28360704 5915 33554432000 4194304 9128323 140736084057680 18446744073709551615 4246572 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30864/statm: 6924 5915 740 1205 0 5715 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27696

[startup+12.7007 s]
/proc/loadavg: 2.01 2.04 2.00 3/512 30866
/proc/meminfo: memFree=15895256/32951124 swapFree=67111204/67111528
[pid=30864] ppid=30862 vsize=31688 CPUtime=12.69 cores=1,3,5,7
/proc/30864/stat : 30864 (scip-2.0.1.4.li) R 30862 30864 30576 0 -1 4202496 13442 0 0 0 1117 152 0 0 25 0 1 0 802263625 32448512 6937 33554432000 4194304 9128323 140736084057680 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30864/statm: 7922 6937 740 1205 0 6713 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 31688

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

[startup+14.3194 s]
/proc/loadavg: 2.01 2.04 2.00 3/512 30866
/proc/meminfo: memFree=15893272/32951124 swapFree=67111204/67111528
[pid=30864] ppid=30862 vsize=32304 CPUtime=14.31 cores=1,3,5,7
/proc/30864/stat : 30864 (scip-2.0.1.4.li) R 30862 30864 30576 0 -1 4202496 18033 0 0 0 1264 167 0 0 25 0 1 0 802263625 33079296 7088 33554432000 4194304 9128323 140736084057680 18446744073709551615 6583807 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30864/statm: 8076 7088 741 1205 0 6867 0
Current children cumulated CPU time (s) 14.31
Current children cumulated vsize (KiB) 32304

[startup+15.9011 s]
/proc/loadavg: 2.01 2.04 2.00 3/512 30866
/proc/meminfo: memFree=15890296/32951124 swapFree=67111204/67111528
[pid=30864] ppid=30862 vsize=33104 CPUtime=15.89 cores=1,3,5,7
/proc/30864/stat : 30864 (scip-2.0.1.4.li) R 30862 30864 30576 0 -1 4202496 20137 0 0 0 1411 178 0 0 25 0 1 0 802263625 33898496 7314 33554432000 4194304 9128323 140736084057680 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30864/statm: 8276 7314 741 1205 0 7067 0
Current children cumulated CPU time (s) 15.89
Current children cumulated vsize (KiB) 33104

[startup+16.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/512 30866
/proc/meminfo: memFree=15890296/32951124 swapFree=67111204/67111528
[pid=30864] ppid=30862 vsize=33048 CPUtime=16.29 cores=1,3,5,7
/proc/30864/stat : 30864 (scip-2.0.1.4.li) R 30862 30864 30576 0 -1 4202496 20992 0 0 0 1449 180 0 0 25 0 1 0 802263625 33841152 7274 33554432000 4194304 9128323 140736084057680 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30864/statm: 8262 7274 741 1205 0 7053 0
Current children cumulated CPU time (s) 16.29
Current children cumulated vsize (KiB) 33048

[startup+16.701 s]
/proc/loadavg: 2.01 2.03 2.00 3/512 30866
/proc/meminfo: memFree=15890420/32951124 swapFree=67111204/67111528
[pid=30864] ppid=30862 vsize=33048 CPUtime=16.69 cores=1,3,5,7
/proc/30864/stat : 30864 (scip-2.0.1.4.li) R 30862 30864 30576 0 -1 4202496 21009 0 0 0 1486 183 0 0 25 0 1 0 802263625 33841152 7291 33554432000 4194304 9128323 140736084057680 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30864/statm: 8262 7291 741 1205 0 7053 0
Current children cumulated CPU time (s) 16.69
Current children cumulated vsize (KiB) 33048

[startup+16.8009 s]
/proc/loadavg: 2.01 2.03 2.00 3/512 30866
/proc/meminfo: memFree=15890420/32951124 swapFree=67111204/67111528
[pid=30864] ppid=30862 vsize=33048 CPUtime=16.79 cores=1,3,5,7
/proc/30864/stat : 30864 (scip-2.0.1.4.li) R 30862 30864 30576 0 -1 4202496 21009 0 0 0 1496 183 0 0 25 0 1 0 802263625 33841152 7291 33554432000 4194304 9128323 140736084057680 18446744073709551615 6712871 0 0 4096 16384 0 0 0 17 5 0 0 0
/proc/30864/statm: 8262 7291 741 1205 0 7053 0
Current children cumulated CPU time (s) 16.79
Current children cumulated vsize (KiB) 33048

Child status: 0
Real time (s): 16.881
CPU time (s): 16.8814
CPU user time (s): 15.0377
CPU system time (s): 1.84372
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 42480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.0377
system time used= 1.84372
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21015
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= 2
involuntary context switches= 24

runsolver used 0.084987 second user time and 0.207968 second system time

The end

Launcher Data

Begin job on node144 at 2011-06-03 12:54:35
IDJOB=3453312
IDBENCH=2936
IDSOLVER=1949
FILE ID=node144/3453312-1307098475
RUNJOBID= node144-1307094732-30595
PBS_JOBID= 13498007
Free space on /tmp= 73884 MiB

SOLVER NAME= SCIP spx SCIP 2.0.1.4. with SoPlex 1.5.0.4
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.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3453312-1307098475/watcher-3453312-1307098475 -o /tmp/evaluation-result-3453312-1307098475/solver-3453312-1307098475 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3453312-1307098475.opb -t 1800 -m 15500

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

MD5SUM BENCH= 4bc9c47dc743f36fab4669cf3c8ccd21
RANDOM SEED=716143036

node144.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.850
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.70
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.850
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.16
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.850
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.850
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.83
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.850
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.75
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.850
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.82
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.850
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.850
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15929784 kB
Buffers:        280120 kB
Cached:         423748 kB
SwapCached:        140 kB
Active:       16379316 kB
Inactive:       365824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15929784 kB
SwapTotal:    67111528 kB
SwapFree:     67111204 kB
Dirty:           12132 kB
Writeback:          12 kB
AnonPages:    16040864 kB
Mapped:          45296 kB
Slab:           135724 kB
PageTables:      71456 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 158657696 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= 73872 MiB
End job on node144 at 2011-06-03 12:54:52