Trace number 1869562

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 NameAnswerobjCPU timeWall clock time
SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)OPT25 63.7503 63.7719

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.580911
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.02	c SCIP version 1.1.0.7
0.00/0.02	c LP-Solver SoPlex 1.4.1
0.00/0.02	c user parameter file <scip.set> not found - using default parameters
0.00/0.02	c read problem <HOME/instance-1869562-1245178715.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.03	c start presolving problem
0.00/0.03	c presolving:
0.00/0.03	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.04	c (round 3) 1 del vars, 165 del conss, 1 chg bounds, 6 chg sides, 55 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, 10 chg sides, 59 chg coeffs, 70 upgd conss, 44 impls, 2 clqs
0.07/0.09	c    (0.1s) probing: 144/237 (60.8%) - 0 fixings, 0 aggregations, 9 implications, 0 bound changes
0.07/0.09	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.07/0.09	c presolving (5 rounds):
0.07/0.09	c  1 deleted vars, 165 deleted constraints, 1 tightened bounds, 0 added holes, 10 changed sides, 59 changed coefficients
0.07/0.09	c  62 implications, 2 cliques
0.07/0.09	c presolved problem has 237 variables (237 bin, 0 int, 0 impl, 0 cont) and 238 constraints
0.07/0.09	c      70 constraints of type <knapsack>
0.07/0.09	c       4 constraints of type <setppc>
0.07/0.09	c     164 constraints of type <linear>
0.07/0.09	c transformed objective value is always integral (scale: 1)
0.07/0.09	c Presolving Time: 0.05
0.07/0.09	c OPT-LIN
0.07/0.09	c -----------------------------------------------------------------------------------------------
0.07/0.09	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.07/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.07/0.09	c limits/memory = c 1620
0.07/0.09	c # maximal time in seconds to run
0.07/0.09	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.07/0.09	c limits/time = c 1791
0.07/0.09	c # frequency for displaying node information lines
0.07/0.09	c # [type: int, range: [-1,2147483647], default: 100]
0.07/0.09	c display/freq = c 10000
0.07/0.09	c -----------------------------------------------------------------------------------------------
0.07/0.09	c start solving problem
0.07/0.09	c 
0.07/0.09	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.07/0.09	c   0.1s|     1 |     0 |    61 |1649k|   0 |  61 | 237 | 238 | 238 | 237 | 238 |   0 |   0 |   0 | 2.100000e+01 |      --      |    Inf 
0.09/0.18	c   0.1s|     1 |     0 |   550 |1856k|   0 |  46 | 237 | 238 | 238 | 237 | 275 |  37 |   0 |   0 | 2.100000e+01 |      --      |    Inf 
0.19/0.22	c   0.2s|     1 |     0 |   587 |1981k|   0 |  52 | 237 | 238 | 238 | 237 | 304 |  66 |   0 |   0 | 2.100000e+01 |      --      |    Inf 
0.19/0.29	c   0.2s|     1 |     0 |   727 |2097k|   0 |  92 | 237 | 238 | 238 | 237 | 332 |  94 |   0 |   0 | 2.100000e+01 |      --      |    Inf 
0.29/0.38	c   0.3s|     1 |     0 |   916 |2193k|   0 | 107 | 237 | 238 | 238 | 237 | 357 | 119 |   0 |   0 | 2.100000e+01 |      --      |    Inf 
0.39/0.48	c   0.4s|     1 |     0 |  1094 |2296k|   0 | 103 | 237 | 238 | 238 | 237 | 384 | 146 |   0 |   0 | 2.100000e+01 |      --      |    Inf 
0.59/0.61	c   0.6s|     1 |     0 |  1288 |2365k|   0 | 101 | 237 | 238 | 238 | 237 | 408 | 170 |   0 |   0 | 2.100000e+01 |      --      |    Inf 
2.79/2.80	c   2.7s|     1 |     2 |  1288 |2366k|   0 | 101 | 237 | 238 | 238 | 237 | 408 | 170 |   0 |  34 | 2.100000e+01 |      --      |    Inf 
9.58/9.67	o 52
9.58/9.67	c * 9.4s|   212 |   132 |  7903 |2619k|  38 |   - | 237 | 334 |  50 | 237 | 273 | 170 |  96 |1160 | 2.100000e+01 | 5.200000e+01 | 147.62%
9.98/10.03	o 48
9.98/10.03	c * 9.7s|   409 |   216 | 10370 |2692k| 110 |   - | 237 | 388 |  41 | 237 | 273 | 170 | 150 |1162 | 2.100000e+01 | 4.800000e+01 | 128.57%
10.28/10.30	o 47
10.28/10.30	c *10.0s|   444 |   217 | 11538 |2708k| 110 |   - | 237 | 401 |  66 | 237 | 273 | 170 | 163 |1194 | 2.100000e+01 | 4.700000e+01 | 123.81%
10.69/10.71	o 45
10.69/10.71	c R10.4s|   582 |   227 | 15014 |2751k| 110 |   6 | 237 | 457 | 125 | 237 | 273 | 170 | 219 |1198 | 2.100000e+01 | 4.500000e+01 | 114.29%
10.69/10.71	o 43
10.69/10.71	c R10.4s|   583 |   220 | 15020 |2742k| 110 |   1 | 237 | 457 |  96 | 237 | 273 | 170 | 219 |1198 | 2.100000e+01 | 4.300000e+01 | 104.76%
10.69/10.72	o 42
10.69/10.72	c *10.4s|   585 |   216 | 15020 |2738k| 110 |   - | 237 | 458 |  93 | 237 | 273 | 170 | 220 |1198 | 2.100000e+01 | 4.200000e+01 | 100.00%
11.68/11.76	o 41
11.68/11.76	c *11.4s|   911 |   277 | 22628 |2952k| 110 |   - | 237 | 693 |  60 | 237 | 273 | 170 | 455 |1250 | 2.100000e+01 | 4.100000e+01 |  95.24%
11.78/11.82	o 40
11.78/11.82	c  time | node  | left  |LP iter| mem |mdpt |frac |vars |cons |ccons|cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.78/11.82	c *11.5s|   930 |   277 | 23016 |2950k| 110 |   - | 237 | 697 | 119 | 237 | 273 | 170 | 459 |1260 | 2.100000e+01 | 4.000000e+01 |  90.48%
11.78/11.85	o 39
11.78/11.85	c *11.5s|   934 |   255 | 23190 |2941k| 110 |   - | 237 | 700 | 130 | 237 | 273 | 170 | 462 |1266 | 2.100000e+01 | 3.900000e+01 |  85.71%
12.38/12.42	o 38
12.38/12.42	c C12.0s|  1134 |   351 | 25419 |3057k| 110 |  52 | 237 | 785 | 483 | 237 | 273 | 170 | 547 |1327 | 2.100000e+01 | 3.800000e+01 |  80.95%
13.49/13.58	o 37
13.49/13.58	c *13.2s|  1565 |   464 | 32518 |3251k| 110 |   - | 237 | 967 | 314 | 237 | 273 | 170 | 732 |1384 | 2.100000e+01 | 3.700000e+01 |  76.19%
13.99/14.01	o 33
13.99/14.01	c *13.6s|  1728 |   412 | 35442 |3224k| 110 |   - | 237 |1048 | 117 | 237 | 273 | 170 | 813 |1397 | 2.100000e+01 | 3.300000e+01 |  57.14%
14.49/14.59	o 28
14.49/14.59	c *14.1s|  1927 |   357 | 40655 |3263k| 111 |   - | 237 |1203 | 128 | 237 | 273 | 170 | 969 |1397 | 2.100000e+01 | 2.800000e+01 |  33.33%
14.59/14.63	o 27
14.59/14.63	c *14.2s|  1938 |   323 | 40867 |3194k| 111 |   - | 237 |1084 | 121 | 237 | 273 | 170 | 985 |1397 | 2.100000e+01 | 2.700000e+01 |  28.57%
15.09/15.12	o 25
15.09/15.12	c *14.6s|  2137 |   242 | 43973 |3237k| 111 |   - | 237 |1268 | 123 | 237 | 273 | 170 |1170 |1398 | 2.100000e+01 | 2.500000e+01 |  19.05%
37.98/38.09	c  36.9s| 10000 |   557 |195186 |5059k| 111 |  77 | 237 |1578 | 637 | 237 | 273 | 170 |9176 |2571 | 2.100000e+01 | 2.500000e+01 |  19.05%
63.67/63.75	c 
63.67/63.75	c SCIP Status        : problem is solved [optimal solution found]
63.67/63.75	c Solving Time (sec) : 61.89
63.67/63.75	c Solving Nodes      : 19405
63.67/63.75	c Primal Bound       : +2.50000000000000e+01 (15 solutions)
63.67/63.75	c Dual Bound         : +2.50000000000000e+01
63.67/63.75	c Gap                : 0.00 %
63.67/63.75	c NODE         19405
63.67/63.75	c DUAL BOUND   25
63.67/63.75	c PRIMAL BOUND 25
63.67/63.75	c GAP          0
63.67/63.75	s OPTIMUM FOUND
63.67/63.75	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 
63.67/63.75	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 
63.67/63.75	v x104 x105 x106 x107 x108 x109 -x110 x111 x112 -x113 -x114 -x115 x116 x117 x118 x119 x120 x121 -x122 -x123 -x124 -x125 -x126 
63.67/63.75	v x127 x128 x129 -x130 -x131 -x132 -x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 x146 x147 x148 x149 x150 x151 
63.67/63.75	v x152 x153 x154 x155 x156 x157 x158 x159 x160 x161 x162 x163 x164 x165 x166 x167 -x168 x169 x170 -x171 -x172 -x173 x174 x175 
63.67/63.75	v x176 x177 -x178 -x179 -x180 -x181 -x182 x183 x184 -x185 -x186 -x187 -x17 -x16 -x15 -x14 -x13 -x12 x188 x189 x190 x191 x192 
63.67/63.75	v x193 x194 x195 x196 x197 x198 x199 x200 -x201 x202 x203 -x204 x205 -x206 x207 x208 -x209 x210 -x211 -x212 -x213 x214 -x215 -x216 
63.67/63.75	v -x217 -x11 -x10 -x9 -x8 -x7 x6 -x218 x219 x220 -x221 x222 -x223 -x224 x225 -x226 -x227 -x228 -x229 -x230 -x231 -x23 -x22 
63.67/63.75	v -x21 -x20 -x19 -x18 -x232 x233 -x234 -x235 -x236 -x29 -x28 -x27 x26 -x25 -x24 -x237 -x41 -x40 -x39 x38 x37 -x36 -x35 -x34 -x33 
63.67/63.75	v x32 x31 -x30 x238 -x5 -x4 x3 -x2 -x1 
63.67/63.75	c SCIP Status        : problem is solved [optimal solution found]
63.67/63.75	c Solving Time       :      61.89
63.67/63.75	c Original Problem   :
63.67/63.75	c   Problem name     : HOME/instance-1869562-1245178715.opb
63.67/63.75	c   Variables        : 238 (238 binary, 0 integer, 0 implicit integer, 0 continuous)
63.67/63.75	c   Constraints      : 399 initial, 399 maximal
63.67/63.75	c Presolved Problem  :
63.67/63.75	c   Problem name     : t_HOME/instance-1869562-1245178715.opb
63.67/63.75	c   Variables        : 237 (237 binary, 0 integer, 0 implicit integer, 0 continuous)
63.67/63.75	c   Constraints      : 238 initial, 2701 maximal
63.67/63.75	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
63.67/63.75	c   trivial          :       0.00          0          0          0          0          0          0          0          0
63.67/63.75	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
63.67/63.75	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
63.67/63.75	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
63.67/63.75	c   implics          :       0.00          0          0          0          0          0          0          0          0
63.67/63.75	c   probing          :       0.04          0          0          0          0          0          0          0          0
63.67/63.75	c   knapsack         :       0.01          0          0          0          0          0          0         10         18
63.67/63.75	c   setppc           :       0.00          0          0          0          0          0          0          0          0
63.67/63.75	c   linear           :       0.00          1          0          0          1          0        165          0         41
63.67/63.75	c   logicor          :       0.00          0          0          0          0          0          0          0          0
63.67/63.75	c   root node        :          -         16          -          -         16          -          -          -          -
63.67/63.75	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
63.67/63.75	c   integral         :          0          0          0      11954          0         43       1782          0          0      22756
63.67/63.75	c   knapsack         :         70          6      73705         12          0        811      73032         69          0          0
63.67/63.75	c   setppc           :          4          6       4257          0          0          0         85          0          0          0
63.67/63.75	c   linear           :        164          6      72877          1          0       5205     318738          0          0          0
63.67/63.75	c   logicor          :          0+         0      41644          0          0        437      32647          0          0          0
63.67/63.75	c   countsols        :          0          0          0         12          0          0          0          0          0          0
63.67/63.75	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
63.67/63.75	c   integral         :      13.01       0.00       0.00      13.01       0.00
63.67/63.75	c   knapsack         :       0.97       0.00       0.97       0.00       0.00
63.67/63.75	c   setppc           :       0.00       0.00       0.00       0.00       0.00
63.67/63.75	c   linear           :      12.85       0.00      12.85       0.00       0.00
63.67/63.75	c   logicor          :       2.23       0.00       2.23       0.00       0.00
63.67/63.75	c   countsols        :       0.00       0.00       0.00       0.00       0.00
63.67/63.75	c Propagators        :       Time      Calls    Cutoffs    DomReds
63.67/63.75	c   rootredcost      :       0.03         15          0          3
63.67/63.75	c   pseudoobj        :       0.07      73424          9        152
63.67/63.75	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
63.67/63.75	c   propagation      :       0.44       6462       6452      38811       18.0        299        8.1          -
63.67/63.75	c   infeasible LP    :       0.25       1385       1385       4066       12.7        130       11.7          0
63.67/63.75	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
63.67/63.75	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
63.67/63.75	c   pseudo solution  :       0.00          1          1          1        3.0          0        0.0          -
63.67/63.75	c   applied globally :          -          -          -      18446       15.1          -          -          -
63.67/63.75	c   applied locally  :          -          -          -          0        0.0          -          -          -
63.67/63.75	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
63.67/63.75	c   cut pool         :       0.00          5          -          -        170          -    (maximal pool size: 1026)
63.67/63.75	c   redcost          :       0.07      12817          0       1196          0          0
63.67/63.75	c   impliedbounds    :       0.00          6          0          0          2          0
63.67/63.75	c   intobj           :       0.00          0          0          0          0          0
63.67/63.75	c   gomory           :       0.03          6          0          0        114          0
63.67/63.75	c   strongcg         :       0.03          6          0          0        127          0
63.67/63.75	c   cmir             :       0.10          6          0          0        439          0
63.67/63.75	c   flowcover        :       0.18          6          0          0        639          0
63.67/63.75	c   clique           :       0.00          6          0          0          0          0
63.67/63.75	c   zerohalf         :       0.00          0          0          0          0          0
63.67/63.75	c   mcf              :       0.00          1          0          0          0          0
63.67/63.75	c Pricers            :       Time      Calls       Vars
63.67/63.75	c   problem variables:       0.00          0          0
63.67/63.75	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
63.67/63.75	c   relpscost        :      13.01      11942         43       1782          0          0      22756
63.67/63.75	c   pscost           :       0.00          0          0          0          0          0          0
63.67/63.75	c   inference        :       0.00          0          0          0          0          0          0
63.67/63.75	c   mostinf          :       0.00          0          0          0          0          0          0
63.67/63.75	c   leastinf         :       0.00          0          0          0          0          0          0
63.67/63.75	c   fullstrong       :       0.00          0          0          0          0          0          0
63.67/63.75	c   allfullstrong    :       0.00          0          0          0          0          0          0
63.67/63.75	c   random           :       0.00          0          0          0          0          0          0
63.67/63.75	c Primal Heuristics  :       Time      Calls      Found
63.67/63.75	c   LP solutions     :       0.00          -         12
63.67/63.75	c   pseudo solutions :       0.00          -          0
63.67/63.75	c   oneopt           :       0.01         15          0
63.67/63.75	c   feaspump         :       0.03          1          0
63.67/63.75	c   guideddiving     :       0.02         11          0
63.67/63.75	c   coefdiving       :       0.03         11          0
63.67/63.75	c   pscostdiving     :       0.05         11          0
63.67/63.75	c   fracdiving       :       0.04         11          0
63.67/63.75	c   rootsoldiving    :       0.03          6          0
63.67/63.75	c   linesearchdiving :       0.05         12          0
63.67/63.75	c   veclendiving     :       0.05         12          0
63.67/63.75	c   objpscostdiving  :       0.02          7          0
63.67/63.75	c   crossover        :       0.21          8          1
63.67/63.75	c   simplerounding   :       0.00          0          0
63.67/63.75	c   rounding         :       0.31       6369          2
63.67/63.75	c   shifting         :       1.22        454          0
63.67/63.75	c   intshifting      :       0.00          0          0
63.67/63.75	c   fixandinfer      :       0.00          0          0
63.67/63.75	c   intdiving        :       0.00          0          0
63.67/63.75	c   actconsdiving    :       0.00          0          0
63.67/63.75	c   octane           :       0.00          0          0
63.67/63.75	c   rens             :       0.02          1          0
63.67/63.75	c   rins             :       0.00          0          0
63.67/63.75	c   localbranching   :       0.00          0          0
63.67/63.75	c   mutation         :       0.00          0          0
63.67/63.75	c   dins             :       0.00          0          0
63.67/63.75	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
63.67/63.75	c   primal LP        :       0.01          0          0       0.00       0.00
63.67/63.75	c   dual LP          :      22.05      15929     350827      22.02   15910.52
63.67/63.75	c   barrier LP       :       0.00          0          0       0.00          -
63.67/63.75	c   diving/probing LP:       0.17        258       2439       9.45   14347.06
63.67/63.75	c   strong branching :      12.34       3469     145777      42.02   11813.37
63.67/63.75	c     (at root node) :          -         34      16347     480.79          -
63.67/63.75	c   conflict analysis:       0.00          0          0       0.00          -
63.67/63.75	c B&B Tree           :
63.67/63.75	c   number of runs   :          1
63.67/63.75	c   nodes            :      19405
63.67/63.75	c   nodes (total)    :      19405
63.67/63.75	c   nodes left       :          0
63.67/63.75	c   max depth        :        111
63.67/63.75	c   max depth (total):        111
63.67/63.75	c   backtracks       :       4933 (25.4%)
63.67/63.75	c   delayed cutoffs  :       2667
63.67/63.75	c   repropagations   :      18936 (124365 domain reductions, 1988 cutoffs)
63.67/63.75	c   avg switch length:       6.00
63.67/63.75	c   switching time   :       4.43
63.67/63.75	c Solution           :
63.67/63.75	c   Solutions found  :         15 (15 improvements)
63.67/63.75	c   Primal Bound     : +2.50000000000000e+01   (in run 1, after 2137 nodes, 14.64 seconds, depth 27, found by <relaxation>)
63.67/63.75	c   Dual Bound       : +2.50000000000000e+01
63.67/63.75	c   Gap              :       0.00 %
63.67/63.75	c   Root Dual Bound  : +2.10000000000000e+01
63.67/63.77	c Time complete: 63.74.

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-1869562-1245178715/watcher-1869562-1245178715 -o /tmp/evaluation-result-1869562-1245178715/solver-1869562-1245178715 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869562-1245178715.opb 

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 0.96 3/64 3953
/proc/meminfo: memFree=1913192/2055920 swapFree=4192956/4192956
[pid=3953] ppid=3951 vsize=4324 CPUtime=0
/proc/3953/stat : 3953 (pbscip.linux.x8) R 3951 3953 3836 0 -1 4194304 463 0 0 0 0 0 0 0 18 0 1 0 2200972 4427776 447 1992294400 4194304 7823515 548682068736 18446744073709551615 6883856 0 0 4096 0 0 0 0 17 1 0 0
/proc/3953/statm: 1081 449 286 886 0 191 0

[startup+0.0869171 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 3953
/proc/meminfo: memFree=1913192/2055920 swapFree=4192956/4192956
[pid=3953] ppid=3951 vsize=15356 CPUtime=0.07
/proc/3953/stat : 3953 (pbscip.linux.x8) R 3951 3953 3836 0 -1 4194304 3279 0 0 0 6 1 0 0 18 0 1 0 2200972 15724544 2907 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3953/statm: 3839 2907 452 886 0 2949 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 15356

[startup+0.101918 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 3953
/proc/meminfo: memFree=1913192/2055920 swapFree=4192956/4192956
[pid=3953] ppid=3951 vsize=15640 CPUtime=0.09
/proc/3953/stat : 3953 (pbscip.linux.x8) R 3951 3953 3836 0 -1 4194304 3439 0 0 0 8 1 0 0 18 0 1 0 2200972 16015360 3067 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3953/statm: 3910 3067 533 886 0 3020 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15640

[startup+0.301947 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 3953
/proc/meminfo: memFree=1913192/2055920 swapFree=4192956/4192956
[pid=3953] ppid=3951 vsize=16984 CPUtime=0.29
/proc/3953/stat : 3953 (pbscip.linux.x8) R 3951 3953 3836 0 -1 4194304 3880 0 0 0 27 2 0 0 19 0 1 0 2200972 17391616 3484 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3953/statm: 4246 3484 563 886 0 3356 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16984

[startup+0.702005 s]
/proc/loadavg: 1.00 1.00 0.96 3/64 3953
/proc/meminfo: memFree=1913192/2055920 swapFree=4192956/4192956
[pid=3953] ppid=3951 vsize=19544 CPUtime=0.69
/proc/3953/stat : 3953 (pbscip.linux.x8) R 3951 3953 3836 0 -1 4194304 6222 0 0 0 65 4 0 0 22 0 1 0 2200972 20013056 4156 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3953/statm: 4886 4156 573 886 0 3996 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 19544

[startup+1.50112 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 3954
/proc/meminfo: memFree=1898592/2055920 swapFree=4192956/4192956
[pid=3953] ppid=3951 vsize=19544 CPUtime=1.49
/proc/3953/stat : 3953 (pbscip.linux.x8) R 3951 3953 3836 0 -1 4194304 6222 0 0 0 144 5 0 0 25 0 1 0 2200972 20013056 4156 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3953/statm: 4886 4156 573 886 0 3996 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 19544

[startup+3.10135 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 3954
/proc/meminfo: memFree=1898464/2055920 swapFree=4192956/4192956
[pid=3953] ppid=3951 vsize=19544 CPUtime=3.09
/proc/3953/stat : 3953 (pbscip.linux.x8) R 3951 3953 3836 0 -1 4194304 6222 0 0 0 301 8 0 0 25 0 1 0 2200972 20013056 4156 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3953/statm: 4886 4156 573 886 0 3996 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 19544

[startup+6.30181 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 3954
/proc/meminfo: memFree=1898272/2055920 swapFree=4192956/4192956
[pid=3953] ppid=3951 vsize=19544 CPUtime=6.29
/proc/3953/stat : 3953 (pbscip.linux.x8) R 3951 3953 3836 0 -1 4194304 6223 0 0 0 612 17 0 0 25 0 1 0 2200972 20013056 4157 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3953/statm: 4886 4157 574 886 0 3996 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 19544

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 3954
/proc/meminfo: memFree=1898288/2055920 swapFree=4192956/4192956
[pid=3953] ppid=3951 vsize=22128 CPUtime=12.69
/proc/3953/stat : 3953 (pbscip.linux.x8) R 3951 3953 3836 0 -1 4194304 9307 0 0 0 1231 38 0 0 25 0 1 0 2200972 22659072 4783 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3953/statm: 5532 4783 582 886 0 4642 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 22128

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 3954
/proc/meminfo: memFree=1893872/2055920 swapFree=4192956/4192956
[pid=3953] ppid=3951 vsize=24264 CPUtime=25.48
/proc/3953/stat : 3953 (pbscip.linux.x8) R 3951 3953 3836 0 -1 4194304 16765 0 0 0 2471 77 0 0 25 0 1 0 2200972 24846336 5332 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3953/statm: 6066 5332 582 886 0 5176 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 24264

[startup+51.1013 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 3954
/proc/meminfo: memFree=1893936/2055920 swapFree=4192956/4192956
[pid=3953] ppid=3951 vsize=24312 CPUtime=51.07
/proc/3953/stat : 3953 (pbscip.linux.x8) R 3951 3953 3836 0 -1 4194304 18580 0 0 0 4963 144 0 0 25 0 1 0 2200972 24895488 5340 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3953/statm: 6078 5340 582 886 0 5188 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 24312

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

[startup+57.5022 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 3954
/proc/meminfo: memFree=1893680/2055920 swapFree=4192956/4192956
[pid=3953] ppid=3951 vsize=24384 CPUtime=57.47
/proc/3953/stat : 3953 (pbscip.linux.x8) R 3951 3953 3836 0 -1 4194304 20347 0 0 0 5584 163 0 0 25 0 1 0 2200972 24969216 5353 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3953/statm: 6096 5353 582 886 0 5206 0
Current children cumulated CPU time (s) 57.47
Current children cumulated vsize (KiB) 24384

[startup+60.7016 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 3954
/proc/meminfo: memFree=1893680/2055920 swapFree=4192956/4192956
[pid=3953] ppid=3951 vsize=24384 CPUtime=60.67
/proc/3953/stat : 3953 (pbscip.linux.x8) R 3951 3953 3836 0 -1 4194304 20350 0 0 0 5894 173 0 0 25 0 1 0 2200972 24969216 5356 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3953/statm: 6096 5356 582 886 0 5206 0
Current children cumulated CPU time (s) 60.67
Current children cumulated vsize (KiB) 24384

[startup+62.3019 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 3954
/proc/meminfo: memFree=1893680/2055920 swapFree=4192956/4192956
[pid=3953] ppid=3951 vsize=24384 CPUtime=62.27
/proc/3953/stat : 3953 (pbscip.linux.x8) R 3951 3953 3836 0 -1 4194304 20355 0 0 0 6048 179 0 0 25 0 1 0 2200972 24969216 5361 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3953/statm: 6096 5361 582 886 0 5206 0
Current children cumulated CPU time (s) 62.27
Current children cumulated vsize (KiB) 24384

[startup+63.102 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 3954
/proc/meminfo: memFree=1893680/2055920 swapFree=4192956/4192956
[pid=3953] ppid=3951 vsize=24384 CPUtime=63.07
/proc/3953/stat : 3953 (pbscip.linux.x8) R 3951 3953 3836 0 -1 4194304 20355 0 0 0 6126 181 0 0 25 0 1 0 2200972 24969216 5361 1992294400 4194304 7823515 548682068736 18446744073709551615 5061320 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3953/statm: 6096 5361 582 886 0 5206 0
Current children cumulated CPU time (s) 63.07
Current children cumulated vsize (KiB) 24384

[startup+63.501 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 3954
/proc/meminfo: memFree=1893680/2055920 swapFree=4192956/4192956
[pid=3953] ppid=3951 vsize=24384 CPUtime=63.47
/proc/3953/stat : 3953 (pbscip.linux.x8) R 3951 3953 3836 0 -1 4194304 20355 0 0 0 6165 182 0 0 25 0 1 0 2200972 24969216 5361 1992294400 4194304 7823515 548682068736 18446744073709551615 6954986 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3953/statm: 6096 5361 582 886 0 5206 0
Current children cumulated CPU time (s) 63.47
Current children cumulated vsize (KiB) 24384

[startup+63.7011 s]
/proc/loadavg: 1.00 1.00 0.96 2/65 3954
/proc/meminfo: memFree=1893680/2055920 swapFree=4192956/4192956
[pid=3953] ppid=3951 vsize=24384 CPUtime=63.67
/proc/3953/stat : 3953 (pbscip.linux.x8) R 3951 3953 3836 0 -1 4194304 20355 0 0 0 6185 182 0 0 25 0 1 0 2200972 24969216 5361 1992294400 4194304 7823515 548682068736 18446744073709551615 6205919 0 0 4096 16384 0 0 0 17 1 0 0
/proc/3953/statm: 6096 5361 582 886 0 5206 0
Current children cumulated CPU time (s) 63.67
Current children cumulated vsize (KiB) 24384

Child status: 0
Real time (s): 63.7719
CPU time (s): 63.7503
CPU user time (s): 61.9176
CPU system time (s): 1.83272
CPU usage (%): 99.9661
Max. virtual memory (cumulated for all children) (KiB): 26944

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

runsolver used 0.055991 second user time and 0.141978 second system time

The end

Launcher Data

Begin job on node30 at 2009-06-16 20:58:35
IDJOB=1869562
IDBENCH=2936
IDSOLVER=683
FILE ID=node30/1869562-1245178715
PBS_JOBID= 9363935
Free space on /tmp= 66220 MiB

SOLVER NAME= SCIPspx SCIP 1.1.0.7 with SoPLEX 1.4.1(24.4.2009)
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-gcc42.spx -t TIMEOUT -m MEMLIMIT -f BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1869562-1245178715/watcher-1869562-1245178715 -o /tmp/evaluation-result-1869562-1245178715/solver-1869562-1245178715 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt-gcc42.spx -t 1800 -m 1800 -f HOME/instance-1869562-1245178715.opb

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

MD5SUM BENCH= 4bc9c47dc743f36fab4669cf3c8ccd21
RANDOM SEED=932374845

node30.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.273
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
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.273
cache size	: 2048 KB
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 pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1913672 kB
Buffers:         24968 kB
Cached:          74856 kB
SwapCached:          0 kB
Active:          79116 kB
Inactive:        33508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1913672 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            9888 kB
Writeback:           0 kB
Mapped:          22592 kB
Slab:            15720 kB
Committed_AS:    60100 kB
PageTables:       1360 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66208 MiB
End job on node30 at 2009-06-16 20:59:39