Trace number 2667663

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
SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solverOPT25 88.1696 88.1936

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.811876
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 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.4.2] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 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-2667663-1276619239.opb>
0.00/0.02	c original problem has 238 variables (238 bin, 0 int, 0 impl, 0 cont) and 399 constraints
0.00/0.02	c problem read
0.00/0.02	c presolving settings loaded
0.00/0.03	c presolving:
0.00/0.04	c (round 1) 1 del vars, 1 del conss, 1 chg bounds, 0 chg sides, 41 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.04	c (round 2) 1 del vars, 165 del conss, 1 chg bounds, 0 chg sides, 41 chg coeffs, 38 upgd conss, 0 impls, 0 clqs
0.00/0.05	c (round 3) 1 del vars, 165 del conss, 1 chg bounds, 0 chg sides, 41 chg coeffs, 70 upgd conss, 44 impls, 2 clqs
0.00/0.05	c (round 4) 1 del vars, 165 del conss, 1 chg bounds, 6 chg sides, 58 chg coeffs, 70 upgd conss, 44 impls, 2 clqs
0.06/0.09	c    (0.1s) probing: 144/237 (60.8%) - 0 fixings, 0 aggregations, 8 implications, 0 bound changes
0.06/0.09	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.06/0.09	c presolving (5 rounds):
0.06/0.09	c  1 deleted vars, 165 deleted constraints, 1 tightened bounds, 0 added holes, 6 changed sides, 58 changed coefficients
0.06/0.09	c  62 implications, 2 cliques
0.06/0.09	c presolved problem has 237 variables (237 bin, 0 int, 0 impl, 0 cont) and 234 constraints
0.06/0.09	c      70 constraints of type <knapsack>
0.06/0.09	c     164 constraints of type <linear>
0.06/0.09	c transformed objective value is always integral (scale: 1)
0.06/0.09	c Presolving Time: 0.06
0.06/0.09	c - non default parameters ----------------------------------------------------------------------
0.06/0.09	c # SCIP version 1.2.1.2
0.06/0.09	c 
0.06/0.09	c # frequency for displaying node information lines
0.06/0.09	c # [type: int, range: [-1,2147483647], default: 100]
0.06/0.09	c display/freq = 10000
0.06/0.09	c 
0.06/0.09	c # maximal time in seconds to run
0.06/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.06/0.09	c limits/time = 1799.98
0.06/0.09	c 
0.06/0.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.06/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.06/0.09	c limits/memory = 1620
0.06/0.09	c 
0.06/0.09	c # should presolving try to simplify inequalities
0.06/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.09	c constraints/linear/simplifyinequalities = TRUE
0.06/0.09	c 
0.06/0.09	c # should presolving try to simplify knapsacks
0.06/0.09	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.06/0.09	c constraints/knapsack/simplifyinequalities = TRUE
0.06/0.09	c 
0.06/0.09	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.06/0.09	c # [type: int, range: [-1,2147483647], default: -1]
0.06/0.09	c separating/rapidlearning/freq = 0
0.06/0.09	c 
0.06/0.09	c -----------------------------------------------------------------------------------------------
0.06/0.09	c start solving
0.06/0.10	c 
0.09/0.10	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.09/0.10	c   0.1s|     1 |     0 |    61 |     - |1686k|   0 |  61 | 237 | 234 | 237 | 234 |   0 |   0 |   0 | 2.100000e+01 |      --      |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |   504 |     - |1867k|   0 | 139 | 237 | 234 | 237 | 271 |  37 |   0 |   0 | 2.100000e+01 |      --      |    Inf 
0.29/0.30	c   0.2s|     1 |     0 |   705 |     - |2139k|   0 | 159 | 237 | 234 | 237 | 322 |  88 |   0 |   0 | 2.100000e+01 |      --      |    Inf 
0.39/0.40	c   0.3s|     1 |     0 |   911 |     - |2368k|   0 | 140 | 237 | 234 | 237 | 356 | 122 |   0 |   0 | 2.100000e+01 |      --      |    Inf 
0.49/0.50	c   0.4s|     1 |     0 |  1143 |     - |2603k|   0 | 151 | 237 | 234 | 237 | 393 | 159 |   0 |   0 | 2.100000e+01 |      --      |    Inf 
0.59/0.64	c   0.6s|     1 |     0 |  1420 |     - |2783k|   0 | 133 | 237 | 234 | 237 | 428 | 194 |   0 |   0 | 2.100000e+01 |      --      |    Inf 
0.69/0.77	c   0.7s|     1 |     0 |  1688 |     - |2981k|   0 | 132 | 237 | 234 | 237 | 469 | 235 |   0 |   0 | 2.100000e+01 |      --      |    Inf 
2.39/2.48	c   2.4s|     1 |     2 |  1688 |     - |2981k|   0 | 132 | 237 | 234 | 237 | 469 | 235 |   0 |  17 | 2.100000e+01 |      --      |    Inf 
9.99/10.02	o 45
9.99/10.02	c S 9.6s|   178 |   111 |  6198 |  25.5 |3153k|  27 |   0 | 237 | 292 | 237 | 282 | 235 |  58 |1000 | 2.100000e+01 | 4.500000e+01 | 114.29%
12.00/12.02	o 36
12.00/12.02	c *11.6s|   689 |   193 | 15337 |  19.8 |3379k|  46 |   - | 237 | 582 | 237 | 282 | 235 | 348 |1150 | 2.100000e+01 | 3.600000e+01 |  71.43%
12.00/12.04	o 33
12.00/12.04	c z11.6s|   695 |   157 | 15539 |  20.0 |3341k|  46 |   - | 237 | 579 | 237 | 282 | 235 | 348 |1150 | 2.100000e+01 | 3.300000e+01 |  57.14%
12.19/12.24	o 32
12.19/12.24	c z11.8s|   757 |   171 | 16696 |  19.9 |3373k|  46 |   - | 237 | 605 | 237 | 282 | 235 | 374 |1157 | 2.100000e+01 | 3.200000e+01 |  52.38%
12.19/12.27	o 31
12.19/12.27	c z11.8s|   774 |   148 | 16838 |  19.6 |3352k|  46 |   - | 237 | 607 | 237 | 282 | 235 | 376 |1157 | 2.100000e+01 | 3.100000e+01 |  47.62%
12.29/12.33	o 30
12.29/12.33	c z11.9s|   803 |   133 | 17291 |  19.5 |3348k|  46 |   - | 237 | 618 | 237 | 282 | 235 | 387 |1157 | 2.100000e+01 | 3.000000e+01 |  42.86%
13.98/14.00	o 27
13.98/14.00	c *13.5s|  1338 |   105 | 29286 |  20.6 |3499k|  46 |   - | 237 |1036 | 237 | 282 | 235 | 805 |1193 | 2.100000e+01 | 2.700000e+01 |  28.57%
36.29/36.32	o 26
36.29/36.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.29/36.32	c f34.9s|  8278 |   738 |175678 |  21.0 |5810k|  46 |   - | 237 |2779 | 237 | 282 | 235 |6435 |2231 | 2.100000e+01 | 2.600000e+01 |  23.81%
36.38/36.44	o 25
36.38/36.44	c g35.0s|  8322 |   393 |176413 |  21.0 |4952k|  46 |   - | 237 |2777 | 237 | 282 | 235 |6470 |2231 | 2.100000e+01 | 2.500000e+01 |  19.05%
41.28/41.30	c  39.7s| 10000 |   328 |205369 |  20.4 |4868k|  46 |   - | 237 |2051 |   0 |   0 | 235 |7704 |2390 | 2.100000e+01 | 2.500000e+01 |  19.05%
68.18/68.27	c  65.6s| 20000 |   282 |383905 |  19.1 |5405k|  46 |   - | 237 |3431 | 237 | 282 | 235 |  14k|3969 | 2.100000e+01 | 2.500000e+01 |  19.05%
88.07/88.17	c 
88.07/88.17	c SCIP Status        : problem is solved [optimal solution found]
88.07/88.17	c Solving Time (sec) : 84.76
88.07/88.17	c Solving Nodes      : 28194
88.07/88.17	c Primal Bound       : +2.50000000000000e+01 (9 solutions)
88.07/88.17	c Dual Bound         : +2.50000000000000e+01
88.07/88.17	c Gap                : 0.00 %
88.07/88.17	s OPTIMUM FOUND
88.07/88.17	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 
88.07/88.17	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 x103 
88.07/88.17	v x104 x105 x106 -x107 x108 x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 x117 x118 x119 x120 x121 -x122 -x123 -x124 -x125 -x126 
88.07/88.17	v x127 -x128 -x129 -x130 -x131 -x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 x146 -x147 x148 x149 
88.07/88.17	v x150 x151 x152 x153 x154 x155 -x156 x157 x158 x159 x160 -x161 x162 x163 x164 -x165 x166 x167 -x168 -x169 -x170 -x171 -x172 -x173 
88.07/88.17	v x174 x175 x176 x177 -x178 -x179 -x180 -x181 -x182 -x183 -x184 -x185 -x186 -x187 -x17 -x16 -x15 -x14 -x13 -x12 x188 x189 
88.07/88.17	v x190 x191 x192 x193 x194 x195 x196 -x197 x198 x199 x200 -x201 -x202 -x203 -x204 -x205 -x206 x207 x208 -x209 -x210 -x211 -x212 
88.07/88.17	v -x213 -x214 -x215 -x216 -x217 -x11 -x10 -x9 -x8 -x7 x6 -x218 x219 x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 
88.07/88.17	v -x230 -x231 -x23 -x22 -x21 -x20 x19 -x18 x232 x233 -x234 -x235 -x236 -x29 -x28 x27 -x26 -x25 -x24 -x237 -x41 -x40 x39 -x38 -x37 
88.07/88.17	v x36 -x35 -x34 x33 -x32 -x31 -x30 x238 -x5 -x4 x3 -x2 -x1 
88.07/88.17	c SCIP Status        : problem is solved [optimal solution found]
88.07/88.17	c Solving Time       :      84.76
88.07/88.17	c Original Problem   :
88.07/88.17	c   Problem name     : HOME/instance-2667663-1276619239.opb
88.07/88.17	c   Variables        : 238 (238 binary, 0 integer, 0 implicit integer, 0 continuous)
88.07/88.17	c   Constraints      : 399 initial, 399 maximal
88.07/88.17	c Presolved Problem  :
88.07/88.17	c   Problem name     : t_HOME/instance-2667663-1276619239.opb
88.07/88.17	c   Variables        : 237 (237 binary, 0 integer, 0 implicit integer, 0 continuous)
88.07/88.17	c   Constraints      : 234 initial, 4512 maximal
88.07/88.17	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
88.07/88.17	c   trivial          :       0.00          0          0          0          0          0          0          0          0
88.07/88.17	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
88.07/88.17	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
88.07/88.17	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
88.07/88.17	c   implics          :       0.00          0          0          0          0          0          0          0          0
88.07/88.17	c   probing          :       0.04          0          0          0          0          0          0          0          0
88.07/88.17	c   knapsack         :       0.01          0          0          0          0          0          0          6         17
88.07/88.17	c   linear           :       0.01          1          0          0          1          0        165          0         41
88.07/88.17	c   logicor          :       0.00          0          0          0          0          0          0          0          0
88.07/88.17	c   root node        :          -         11          -          -         11          -          -          -          -
88.07/88.17	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
88.07/88.17	c   integral         :          0          0          0      16412          0         55       2635          0          0      31194
88.07/88.17	c   knapsack         :         70          6     107345          2          0        831      74980        322          0          0
88.07/88.17	c   linear           :        164          6     106509          0          0       4941     310655          0          0          0
88.07/88.17	c   logicor          :          0+         0      69957          0          0        567      79971          0          0          0
88.07/88.17	c   countsols        :          0          0          0          2          0          0          0          0          0          0
88.07/88.17	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
88.07/88.17	c   integral         :      15.22       0.00       0.00      15.22       0.00
88.07/88.17	c   knapsack         :       3.15       0.00       3.15       0.00       0.00
88.07/88.17	c   linear           :      15.45       0.00      15.45       0.00       0.00
88.07/88.17	c   logicor          :       3.44       0.00       3.44       0.00       0.00
88.07/88.17	c   countsols        :       0.00       0.00       0.00       0.00       0.00
88.07/88.17	c Propagators        :       Time      Calls    Cutoffs    DomReds
88.07/88.17	c   vbounds          :       0.05          2          0          0
88.07/88.17	c   rootredcost      :       0.04          9          0          3
88.07/88.17	c   pseudoobj        :       0.05     107092         36        370
88.07/88.17	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
88.07/88.17	c   propagation      :       0.38       6375       6353      40997       18.5        265       10.0          -
88.07/88.17	c   infeasible LP    :       0.31       2633       2633       7391       12.0        198        9.6          0
88.07/88.17	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
88.07/88.17	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
88.07/88.17	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
88.07/88.17	c   applied globally :          -          -          -      21625       14.4          -          -          -
88.07/88.17	c   applied locally  :          -          -          -          1       31.0          -          -          -
88.07/88.17	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
88.07/88.17	c   cut pool         :       0.00          5          -          -        736          -    (maximal pool size: 1867)
88.07/88.17	c   redcost          :       0.18      17294          0       1192          0          0
88.07/88.17	c   impliedbounds    :       0.00          6          0          0          2          0
88.07/88.17	c   intobj           :       0.00          0          0          0          0          0
88.07/88.17	c   cgmip            :       0.00          0          0          0          0          0
88.07/88.17	c   gomory           :       0.04          6          0          0        116          0
88.07/88.17	c   strongcg         :       0.05          6          0          0        160          0
88.07/88.17	c   cmir             :       0.13          6          0          0        956          0
88.07/88.17	c   flowcover        :       0.16          6          0          0       1188          0
88.07/88.17	c   clique           :       0.00          6          0          0          0          0
88.07/88.17	c   zerohalf         :       0.00          0          0          0          0          0
88.07/88.17	c   mcf              :       0.00          1          0          0          0          0
88.07/88.17	c   rapidlearning    :       0.03          1          0          0          0          0
88.07/88.17	c Pricers            :       Time      Calls       Vars
88.07/88.17	c   problem variables:       0.00          0          0
88.07/88.17	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
88.07/88.17	c   relpscost        :      15.17      16410         55       2635          0          0      31194
88.07/88.17	c   pscost           :       0.00          0          0          0          0          0          0
88.07/88.17	c   inference        :       0.00          0          0          0          0          0          0
88.07/88.17	c   mostinf          :       0.00          0          0          0          0          0          0
88.07/88.17	c   leastinf         :       0.00          0          0          0          0          0          0
88.07/88.17	c   fullstrong       :       0.00          0          0          0          0          0          0
88.07/88.17	c   allfullstrong    :       0.00          0          0          0          0          0          0
88.07/88.17	c   random           :       0.00          0          0          0          0          0          0
88.07/88.17	c Primal Heuristics  :       Time      Calls      Found
88.07/88.17	c   LP solutions     :       0.00          -          2
88.07/88.17	c   pseudo solutions :       0.00          -          0
88.07/88.17	c   oneopt           :       0.01          9          0
88.07/88.17	c   feaspump         :       0.04          2          0
88.07/88.17	c   crossover        :       0.30         11          0
88.07/88.17	c   linesearchdiving :       0.27         46          0
88.07/88.17	c   guideddiving     :       0.26         46          1
88.07/88.17	c   coefdiving       :       0.17         46          0
88.07/88.17	c   pscostdiving     :       0.52         47          0
88.07/88.17	c   fracdiving       :       0.24         47          1
88.07/88.17	c   veclendiving     :       0.44         47          0
88.07/88.17	c   objpscostdiving  :       0.20         24          0
88.07/88.17	c   rootsoldiving    :       0.18         24          1
88.07/88.17	c   trivial          :       0.00          2          0
88.07/88.17	c   simplerounding   :       0.02          0          0
88.07/88.17	c   zirounding       :       0.06       1000          4
88.07/88.17	c   rounding         :       0.21       1772          0
88.07/88.17	c   shifting         :       1.66        526          0
88.07/88.17	c   intshifting      :       0.01          0          0
88.07/88.17	c   twoopt           :       0.00          0          0
88.07/88.17	c   fixandinfer      :       0.00          0          0
88.07/88.17	c   intdiving        :       0.00          0          0
88.07/88.17	c   actconsdiving    :       0.00          0          0
88.07/88.17	c   octane           :       0.00          0          0
88.07/88.17	c   rens             :       0.01          0          0
88.07/88.17	c   rins             :       0.00          0          0
88.07/88.17	c   localbranching   :       0.00          0          0
88.07/88.17	c   mutation         :       0.00          0          0
88.07/88.17	c   dins             :       0.00          0          0
88.07/88.17	c   undercover       :       0.00          0          0
88.07/88.17	c   nlp              :       0.02          0          0
88.07/88.17	c   trysol           :       0.01          0          0
88.07/88.17	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
88.07/88.17	c   primal LP        :       0.00          0          0       0.00          -
88.07/88.17	c   dual LP          :      32.60      24573     487083      19.82   14941.20
88.07/88.17	c   lex dual LP      :       0.00          0          0       0.00          -
88.07/88.17	c   barrier LP       :       0.00          0          0       0.00          -
88.07/88.17	c   diving/probing LP:       1.40       1667      18869      11.32   13477.86
88.07/88.17	c   strong branching :      14.53       4308     166788      38.72   11478.87
88.07/88.17	c     (at root node) :          -         17      10182     598.94          -
88.07/88.17	c   conflict analysis:       0.00          0          0       0.00          -
88.07/88.17	c B&B Tree           :
88.07/88.17	c   number of runs   :          1
88.07/88.17	c   nodes            :      28194
88.07/88.17	c   nodes (total)    :      28194
88.07/88.17	c   nodes left       :          0
88.07/88.17	c   max depth        :         46
88.07/88.17	c   max depth (total):         46
88.07/88.17	c   backtracks       :       6374 (22.6%)
88.07/88.17	c   delayed cutoffs  :       2053
88.07/88.17	c   repropagations   :      22320 (113993 domain reductions, 1461 cutoffs)
88.07/88.17	c   avg switch length:       4.96
88.07/88.17	c   switching time   :       5.12
88.07/88.17	c Solution           :
88.07/88.17	c   Solutions found  :          9 (9 improvements)
88.07/88.17	c   First Solution   : +4.50000000000000e+01   (in run 1, after 178 nodes, 9.64 seconds, depth 27, found by <rootsoldiving>)
88.07/88.17	c   Primal Bound     : +2.50000000000000e+01   (in run 1, after 8322 nodes, 34.99 seconds, depth 27, found by <guideddiving>)
88.07/88.17	c   Dual Bound       : +2.50000000000000e+01
88.07/88.17	c   Gap              :       0.00 %
88.07/88.17	c   Root Dual Bound  : +2.10000000000000e+01
88.07/88.17	c   Root Iterations  :       1688
88.07/88.19	c Time complete: 88.16.

Verifier Data

OK	25

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2667663-1276619239/watcher-2667663-1276619239 -o /tmp/evaluation-result-2667663-1276619239/solver-2667663-1276619239 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667663-1276619239.opb -t 1800 -m 1800 

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): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 12084
/proc/meminfo: memFree=1753284/2059040 swapFree=4192956/4192956
[pid=12084] ppid=12082 vsize=7724 CPUtime=0
/proc/12084/stat : 12084 (pbscip.linux.x8) R 12082 12084 11847 0 -1 4202496 1170 0 0 0 0 0 0 0 25 0 1 0 3217400 7909376 1089 1992294400 4194304 8223781 140737038622240 18446744073709551615 7253477 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/12084/statm: 1931 1099 348 984 0 944 0

[startup+0.071776 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 12084
/proc/meminfo: memFree=1753284/2059040 swapFree=4192956/4192956
[pid=12084] ppid=12082 vsize=14136 CPUtime=0.06
/proc/12084/stat : 12084 (pbscip.linux.x8) R 12082 12084 11847 0 -1 4202496 4515 0 0 0 5 1 0 0 25 0 1 0 3217400 14475264 2528 1992294400 4194304 8223781 140737038622240 18446744073709551615 4947985 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12084/statm: 3534 2528 466 984 0 2547 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 14136

[startup+0.100779 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 12084
/proc/meminfo: memFree=1753284/2059040 swapFree=4192956/4192956
[pid=12084] ppid=12082 vsize=15332 CPUtime=0.09
/proc/12084/stat : 12084 (pbscip.linux.x8) R 12082 12084 11847 0 -1 4202496 4819 0 0 0 8 1 0 0 25 0 1 0 3217400 15699968 2830 1992294400 4194304 8223781 140737038622240 18446744073709551615 7256753 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12084/statm: 3833 2830 480 984 0 2846 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15332

[startup+0.3008 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 12084
/proc/meminfo: memFree=1753284/2059040 swapFree=4192956/4192956
[pid=12084] ppid=12082 vsize=17340 CPUtime=0.29
/proc/12084/stat : 12084 (pbscip.linux.x8) R 12082 12084 11847 0 -1 4202496 8918 0 0 0 26 3 0 0 25 0 1 0 3217400 17756160 3477 1992294400 4194304 8223781 140737038622240 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12084/statm: 4335 3477 583 984 0 3348 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17340

[startup+0.700845 s]
/proc/loadavg: 1.00 1.00 1.00 3/105 12084
/proc/meminfo: memFree=1753284/2059040 swapFree=4192956/4192956
[pid=12084] ppid=12082 vsize=19312 CPUtime=0.69
/proc/12084/stat : 12084 (pbscip.linux.x8) R 12082 12084 11847 0 -1 4202496 9405 0 0 0 65 4 0 0 25 0 1 0 3217400 19775488 3947 1992294400 4194304 8223781 140737038622240 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12084/statm: 4828 3947 583 984 0 3841 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19312

[startup+1.50093 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 12085
/proc/meminfo: memFree=1738892/2059040 swapFree=4192956/4192956
[pid=12084] ppid=12082 vsize=19248 CPUtime=1.49
/proc/12084/stat : 12084 (pbscip.linux.x8) R 12082 12084 11847 0 -1 4202496 11302 0 0 0 144 5 0 0 25 0 1 0 3217400 19709952 3978 1992294400 4194304 8223781 140737038622240 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12084/statm: 4812 3978 584 984 0 3825 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19248

[startup+3.10111 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 12085
/proc/meminfo: memFree=1738768/2059040 swapFree=4192956/4192956
[pid=12084] ppid=12082 vsize=19108 CPUtime=3.09
/proc/12084/stat : 12084 (pbscip.linux.x8) R 12082 12084 11847 0 -1 4202496 13229 0 0 0 299 10 0 0 25 0 1 0 3217400 19566592 3954 1992294400 4194304 8223781 140737038622240 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12084/statm: 4777 3954 584 984 0 3790 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19108

[startup+6.30046 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 12085
/proc/meminfo: memFree=1738768/2059040 swapFree=4192956/4192956
[pid=12084] ppid=12082 vsize=19108 CPUtime=6.29
/proc/12084/stat : 12084 (pbscip.linux.x8) R 12082 12084 11847 0 -1 4202496 13229 0 0 0 608 21 0 0 25 0 1 0 3217400 19566592 3954 1992294400 4194304 8223781 140737038622240 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12084/statm: 4777 3954 584 984 0 3790 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19108

[startup+12.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 12085
/proc/meminfo: memFree=1738768/2059040 swapFree=4192956/4192956
[pid=12084] ppid=12082 vsize=19656 CPUtime=12.69
/proc/12084/stat : 12084 (pbscip.linux.x8) R 12082 12084 11847 0 -1 4202496 13816 0 0 0 1225 44 0 0 25 0 1 0 3217400 20127744 4084 1992294400 4194304 8223781 140737038622240 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12084/statm: 4914 4084 590 984 0 3927 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 19656

[startup+25.5006 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 12087
/proc/meminfo: memFree=1736412/2059040 swapFree=4192956/4192956
[pid=12084] ppid=12082 vsize=21572 CPUtime=25.48
/proc/12084/stat : 12084 (pbscip.linux.x8) R 12082 12084 11847 0 -1 4202496 43049 0 0 0 2452 96 0 0 25 0 1 0 3217400 22089728 4582 1992294400 4194304 8223781 140737038622240 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12084/statm: 5393 4582 596 984 0 4406 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 21572

[startup+51.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 12087
/proc/meminfo: memFree=1733932/2059040 swapFree=4192956/4192956
[pid=12084] ppid=12082 vsize=23960 CPUtime=51.08
/proc/12084/stat : 12084 (pbscip.linux.x8) R 12082 12084 11847 0 -1 4202496 64147 0 0 0 4911 197 0 0 25 0 1 0 3217400 24535040 5167 1992294400 4194304 8223781 140737038622240 18446744073709551615 4947748 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12084/statm: 5990 5167 596 984 0 5003 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 23960

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

[startup+63.9018 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 12087
/proc/meminfo: memFree=1733932/2059040 swapFree=4192956/4192956
[pid=12084] ppid=12082 vsize=24060 CPUtime=63.88
/proc/12084/stat : 12084 (pbscip.linux.x8) R 12082 12084 11847 0 -1 4202496 73694 0 0 0 6140 248 0 0 25 0 1 0 3217400 24637440 5204 1992294400 4194304 8223781 140737038622240 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12084/statm: 6015 5204 596 984 0 5028 0
Current children cumulated CPU time (s) 63.88
Current children cumulated vsize (KiB) 24060

[startup+76.7012 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 12087
/proc/meminfo: memFree=1733808/2059040 swapFree=4192956/4192956
[pid=12084] ppid=12082 vsize=24248 CPUtime=76.67
/proc/12084/stat : 12084 (pbscip.linux.x8) R 12082 12084 11847 0 -1 4202496 84809 0 0 0 7369 298 0 0 25 0 1 0 3217400 24829952 5251 1992294400 4194304 8223781 140737038622240 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12084/statm: 6062 5251 596 984 0 5075 0
Current children cumulated CPU time (s) 76.67
Current children cumulated vsize (KiB) 24248

[startup+83.1009 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 12087
/proc/meminfo: memFree=1733560/2059040 swapFree=4192956/4192956
[pid=12084] ppid=12082 vsize=24588 CPUtime=83.07
/proc/12084/stat : 12084 (pbscip.linux.x8) R 12082 12084 11847 0 -1 4202496 85030 0 0 0 7987 320 0 0 25 0 1 0 3217400 25178112 5330 1992294400 4194304 8223781 140737038622240 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12084/statm: 6147 5330 596 984 0 5160 0
Current children cumulated CPU time (s) 83.07
Current children cumulated vsize (KiB) 24588

[startup+86.3012 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 12087
/proc/meminfo: memFree=1733312/2059040 swapFree=4192956/4192956
[pid=12084] ppid=12082 vsize=24844 CPUtime=86.27
/proc/12084/stat : 12084 (pbscip.linux.x8) R 12082 12084 11847 0 -1 4202496 85198 0 0 0 8297 330 0 0 25 0 1 0 3217400 25440256 5400 1992294400 4194304 8223781 140737038622240 18446744073709551615 6599059 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12084/statm: 6211 5400 596 984 0 5224 0
Current children cumulated CPU time (s) 86.27
Current children cumulated vsize (KiB) 24844

[startup+87.1013 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 12087
/proc/meminfo: memFree=1733312/2059040 swapFree=4192956/4192956
[pid=12084] ppid=12082 vsize=24920 CPUtime=87.07
/proc/12084/stat : 12084 (pbscip.linux.x8) R 12082 12084 11847 0 -1 4202496 85285 0 0 0 8375 332 0 0 25 0 1 0 3217400 25518080 5419 1992294400 4194304 8223781 140737038622240 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12084/statm: 6230 5419 596 984 0 5243 0
Current children cumulated CPU time (s) 87.07
Current children cumulated vsize (KiB) 24920

[startup+87.9014 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 12087
/proc/meminfo: memFree=1733188/2059040 swapFree=4192956/4192956
[pid=12084] ppid=12082 vsize=24964 CPUtime=87.87
/proc/12084/stat : 12084 (pbscip.linux.x8) R 12082 12084 11847 0 -1 4202496 85382 0 0 0 8452 335 0 0 25 0 1 0 3217400 25563136 5421 1992294400 4194304 8223781 140737038622240 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12084/statm: 6241 5421 596 984 0 5254 0
Current children cumulated CPU time (s) 87.87
Current children cumulated vsize (KiB) 24964

[startup+88.1014 s]
/proc/loadavg: 1.00 1.00 1.00 2/106 12087
/proc/meminfo: memFree=1733188/2059040 swapFree=4192956/4192956
[pid=12084] ppid=12082 vsize=24920 CPUtime=88.07
/proc/12084/stat : 12084 (pbscip.linux.x8) R 12082 12084 11847 0 -1 4202496 85384 0 0 0 8471 336 0 0 25 0 1 0 3217400 25518080 5419 1992294400 4194304 8223781 140737038622240 18446744073709551615 7294506 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/12084/statm: 6230 5419 596 984 0 5243 0
Current children cumulated CPU time (s) 88.07
Current children cumulated vsize (KiB) 24920

Child status: 0
Real time (s): 88.1936
CPU time (s): 88.1696
CPU user time (s): 84.8001
CPU system time (s): 3.36949
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 31516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 84.8001
system time used= 3.36949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 85392
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= 1
involuntary context switches= 186

runsolver used 0.152976 second user time and 0.423935 second system time

The end

Launcher Data

Begin job on node087 at 2010-06-15 18:27:19
IDJOB=2667663
IDBENCH=2936
IDSOLVER=1169
FILE ID=node087/2667663-1276619239
PBS_JOBID= 11172302
Free space on /tmp= 62556 MiB

SOLVER NAME= SCIPspx SCIP 1.2.1.2 with SoPlex 1.4.2 (CVS Version 30.5.2010) as LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_7.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2667663-1276619239/watcher-2667663-1276619239 -o /tmp/evaluation-result-2667663-1276619239/solver-2667663-1276619239 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.spx -f HOME/instance-2667663-1276619239.opb -t 1800 -m 1800

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 4bc9c47dc743f36fab4669cf3c8ccd21
RANDOM SEED=1788677650

node087.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5999.42
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1753812 kB
Buffers:         36120 kB
Cached:         133732 kB
SwapCached:          0 kB
Active:         107884 kB
Inactive:       121948 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1753812 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            4604 kB
Writeback:           0 kB
AnonPages:       59924 kB
Mapped:          15764 kB
Slab:            53732 kB
PageTables:       3956 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180644 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62548 MiB
End job on node087 at 2010-06-15 18:28:47