Trace number 3453313

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.4OPT34 278.177 278.171

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_8.opb
MD5SUM7511e7863ac3e00f42a81c49dc15d5a1
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark2.28865
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 34
Optimality of the best value was proved YES
Number of variables386
Total number of constraints680
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 constraints679
Minimum length of a constraint1
Maximum length of a constraint26
Number of terms in the objective function 7
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 91
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 472
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-3453313-1307098563.opb>
0.00/0.01	c original problem has 386 variables (386 bin, 0 int, 0 impl, 0 cont) and 680 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.02	c presolving:
0.00/0.02	c (round 1) 2 del vars, 1 del conss, 0 add conss, 2 chg bounds, 28 chg sides, 52 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.02/0.03	c (round 2) 2 del vars, 313 del conss, 0 add conss, 2 chg bounds, 28 chg sides, 52 chg coeffs, 31 upgd conss, 0 impls, 0 clqs
0.02/0.03	c (round 3) 2 del vars, 313 del conss, 1 add conss, 2 chg bounds, 33 chg sides, 80 chg coeffs, 55 upgd conss, 14 impls, 0 clqs
0.02/0.05	c    (0.1s) probing: 106/384 (27.6%) - 0 fixings, 0 aggregations, 3 implications, 0 bound changes
0.02/0.05	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.02/0.05	c presolving (4 rounds):
0.02/0.05	c  2 deleted vars, 313 deleted constraints, 1 added constraints, 2 tightened bounds, 0 added holes, 33 changed sides, 80 changed coefficients
0.02/0.05	c  22 implications, 0 cliques
0.02/0.05	c presolved problem has 384 variables (384 bin, 0 int, 0 impl, 0 cont) and 368 constraints
0.02/0.05	c      55 constraints of type <knapsack>
0.02/0.05	c       1 constraints of type <setppc>
0.02/0.05	c     312 constraints of type <linear>
0.02/0.05	c transformed objective value is always integral (scale: 1)
0.02/0.05	c Presolving Time: 0.04
0.02/0.05	c - non default parameters ----------------------------------------------------------------------
0.02/0.05	c # SCIP version 2.0.1.4
0.02/0.05	c 
0.02/0.05	c # frequency for displaying node information lines
0.02/0.05	c # [type: int, range: [-1,2147483647], default: 100]
0.02/0.05	c display/freq = 10000
0.02/0.05	c 
0.02/0.05	c # maximal time in seconds to run
0.02/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.05	c limits/time = 1800
0.02/0.05	c 
0.02/0.05	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.02/0.05	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.02/0.05	c limits/memory = 13950
0.02/0.05	c 
0.02/0.05	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.02/0.05	c # [type: int, range: [1,2], default: 1]
0.02/0.05	c timing/clocktype = 2
0.02/0.05	c 
0.02/0.05	c # belongs reading time to solving time?
0.02/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05	c timing/reading = TRUE
0.02/0.05	c 
0.02/0.05	c # should presolving try to simplify inequalities
0.02/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05	c constraints/linear/simplifyinequalities = TRUE
0.02/0.05	c 
0.02/0.05	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.02/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05	c constraints/indicator/addCouplingCons = TRUE
0.02/0.05	c 
0.02/0.05	c # should presolving try to simplify knapsacks
0.02/0.05	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.02/0.05	c constraints/knapsack/simplifyinequalities = TRUE
0.02/0.05	c 
0.02/0.05	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.02/0.05	c # [type: int, range: [-1,2147483647], default: -1]
0.02/0.05	c separating/rapidlearning/freq = 0
0.02/0.05	c 
0.02/0.05	c -----------------------------------------------------------------------------------------------
0.02/0.05	c start solving
0.02/0.05	c 
0.02/0.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.02/0.06	c   0.1s|     1 |     0 |    81 |     - |2718k|   0 |  77 | 384 | 384 | 384 | 368 |   0 |  16 |   0 | 2.800000e+01 |      --      |    Inf 
0.09/0.13	c   0.1s|     1 |     0 |   421 |     - |2990k|   0 | 175 | 384 | 419 | 384 | 424 |  56 |  16 |   0 | 2.800000e+01 |      --      |    Inf 
0.09/0.18	c   0.2s|     1 |     0 |   562 |     - |3282k|   0 | 230 | 384 | 419 | 384 | 498 | 130 |  16 |   0 | 2.800000e+01 |      --      |    Inf 
0.19/0.25	c   0.3s|     1 |     0 |   801 |     - |3564k|   0 | 219 | 384 | 419 | 384 | 551 | 183 |  16 |   0 | 2.800000e+01 |      --      |    Inf 
0.29/0.32	c   0.3s|     1 |     0 |  1094 |     - |3847k|   0 | 228 | 384 | 419 | 384 | 634 | 266 |  16 |   0 | 2.800000e+01 |      --      |    Inf 
0.39/0.40	c   0.4s|     1 |     0 |  1269 |     - |4126k|   0 | 227 | 384 | 419 | 384 | 690 | 322 |  16 |   0 | 2.800000e+01 |      --      |    Inf 
0.39/0.49	c   0.5s|     1 |     0 |  1470 |     - |4398k|   0 | 227 | 384 | 419 | 384 | 769 | 401 |  16 |   0 | 2.800000e+01 |      --      |    Inf 
0.89/0.99	c   1.0s|     1 |     2 |  1470 |     - |4399k|   0 | 227 | 384 | 419 | 384 | 769 | 401 |  16 |  17 | 2.800000e+01 |      --      |    Inf 
5.51/5.53	o 91
5.51/5.53	c * 5.5s|   324 |   257 | 16166 |  45.5 |4912k|  43 |   - | 384 | 667 | 384 | 425 | 401 | 264 |1369 | 2.800000e+01 | 9.100000e+01 | 225.00%
7.49/7.50	o 62
7.49/7.50	c c 7.5s|  1536 |   665 | 57430 |  36.5 |5703k|  52 |   - | 384 |1508 | 384 | 425 | 401 |1105 |1480 | 2.800000e+01 | 6.200000e+01 | 121.43%
19.49/19.52	o 61
19.49/19.52	c c19.5s|  8376 |  3222 |277061 |  32.9 |  11M|  53 |   - | 384 |2653 | 384 | 425 | 401 |8738 |3184 | 2.800000e+01 | 6.100000e+01 | 117.86%
21.79/21.80	o 59
21.79/21.80	c c21.8s|  9900 |  3198 |326004 |  32.8 |  11M|  53 |   - | 384 |2358 | 384 | 425 | 401 |  10k|3261 | 2.800000e+01 | 5.900000e+01 | 110.71%
21.90/21.92	c  21.9s| 10000 |  3208 |328137 |  32.7 |  11M|  53 |   - | 384 |2419 |   0 |   0 | 401 |  10k|3262 | 2.800000e+01 | 5.900000e+01 | 110.71%
22.09/22.11	o 57
22.09/22.11	c C22.1s| 10100 |  3063 |331695 |  32.7 |  11M|  53 | 114 | 384 |2451 | 384 | 425 | 401 |  11k|3264 | 2.800000e+01 | 5.700000e+01 | 103.57%
24.69/24.78	o 46
24.69/24.78	c R24.8s| 11570 |  2830 |382159 |  32.9 |  12M|  53 |   5 | 384 |2406 | 384 | 425 | 401 |  12k|3690 | 2.800000e+01 | 4.600000e+01 |  64.29%
34.11/34.17	o 44
34.11/34.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
34.11/34.17	c C34.2s| 17770 |  3484 |559622 |  31.4 |  15M|  53 | 133 | 384 |3009 | 384 | 425 | 401 |  20k|4593 | 2.800000e+01 | 4.400000e+01 |  57.14%
37.30/37.35	c  37.3s| 20000 |  3764 |623646 |  31.1 |  16M|  53 | 129 | 384 |3289 | 384 | 425 | 401 |  23k|4782 | 2.800000e+01 | 4.400000e+01 |  57.14%
49.59/49.64	c  49.6s| 30000 |  5021 |877634 |  29.2 |  20M|  54 |   - | 384 |3835 | 384 | 425 | 401 |  36k|5251 | 2.800000e+01 | 4.400000e+01 |  57.14%
54.79/54.88	o 40
54.79/54.88	c *54.9s| 34243 |  4918 |988862 |  28.8 |  21M|  54 |   - | 384 |3682 | 384 | 425 | 401 |  42k|5417 | 2.800000e+01 | 4.000000e+01 |  42.86%
62.29/62.34	c  62.3s| 40000 |  5646 |  1109k|  27.7 |  24M|  54 |   - | 384 |4013 | 384 | 425 | 401 |  50k|6441 | 2.800000e+01 | 4.000000e+01 |  42.86%
72.99/73.04	o 36
72.99/73.04	c *73.0s| 49848 |  3744 |  1311k|  26.3 |  22M|  54 |   - | 384 |7075 | 384 | 425 | 401 |  62k|7104 | 2.800000e+01 | 3.600000e+01 |  28.57%
73.19/73.20	c  73.2s| 50000 |  3754 |  1313k|  26.2 |  22M|  54 |  99 | 384 |6365 | 384 | 425 | 401 |  63k|7104 | 2.800000e+01 | 3.600000e+01 |  28.57%
83.99/84.04	c  84.0s| 60000 |  4462 |  1499k|  25.0 |  25M|  54 |   - | 384 |7052 | 384 | 425 | 401 |  76k|7811 | 2.800000e+01 | 3.600000e+01 |  28.57%
95.71/95.72	c  95.7s| 70000 |  5093 |  1695k|  24.2 |  27M|  54 |   - | 384 |5876 | 384 | 425 | 401 |  89k|8830 | 2.800000e+01 | 3.600000e+01 |  28.57%
107.19/107.23	c   107s| 80000 |  6031 |  1889k|  23.6 |  31M|  54 | 144 | 384 |6326 | 384 | 425 | 401 | 102k|9798 | 2.800000e+01 | 3.600000e+01 |  28.57%
118.39/118.47	c   118s| 90000 |  6951 |  2082k|  23.1 |  35M|  54 | 101 | 384 |8293 | 384 | 425 | 401 | 116k|  10k| 2.800000e+01 | 3.600000e+01 |  28.57%
129.59/129.71	c   130s|100000 |  7317 |  2269k|  22.7 |  36M|  54 |   - | 384 |4197 |   0 |   0 | 401 | 129k|  11k| 2.800000e+01 | 3.600000e+01 |  28.57%
140.49/140.51	c   141s|110000 |  8054 |  2461k|  22.4 |  39M|  54 |   - | 384 |5782 |   0 |   0 | 401 | 143k|  11k| 2.800000e+01 | 3.600000e+01 |  28.57%
151.29/151.39	c   151s|120000 |  8423 |  2647k|  22.0 |  41M|  68 |   - | 384 |5215 | 384 | 425 | 401 | 157k|  12k| 2.800000e+01 | 3.600000e+01 |  28.57%
162.09/162.17	c   162s|130000 |  9017 |  2840k|  21.8 |  44M|  68 | 155 | 384 |6064 | 384 | 425 | 401 | 171k|  12k| 2.800000e+01 | 3.600000e+01 |  28.57%
173.19/173.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
173.19/173.20	c   173s|140000 |  9501 |  3034k|  21.7 |  46M|  68 | 109 | 384 |5634 | 384 | 425 | 401 | 184k|  13k| 2.805344e+01 | 3.600000e+01 |  28.33%
183.19/183.27	c   183s|150000 |  9649 |  3203k|  21.3 |  47M|  68 |   - | 384 |5119 |   0 |   0 | 401 | 199k|  13k| 2.900000e+01 | 3.600000e+01 |  24.14%
194.29/194.33	c   194s|160000 | 10459 |  3403k|  21.3 |  51M|  68 |  55 | 384 |6640 | 384 | 425 | 401 | 212k|  14k| 2.900000e+01 | 3.600000e+01 |  24.14%
204.30/204.36	c   204s|170000 | 10615 |  3564k|  21.0 |  52M|  68 |   - | 384 |5443 |   0 |   0 | 401 | 226k|  14k| 2.950000e+01 | 3.600000e+01 |  22.03%
213.50/213.59	c   214s|180000 | 10462 |  3702k|  20.6 |  53M|  68 | 150 | 384 |6265 | 384 | 425 | 401 | 240k|  14k| 3.000000e+01 | 3.600000e+01 |  20.00%
220.20/220.22	o 35
220.20/220.22	c * 220s|186860 |  8347 |  3796k|  20.3 |  46M|  68 |   - | 384 |8494 | 384 | 425 | 401 | 250k|  15k| 3.000000e+01 | 3.500000e+01 |  16.67%
223.50/223.51	c   224s|190000 |  8224 |  3838k|  20.2 |  46M|  68 |  36 | 384 |8160 | 384 | 425 | 401 | 255k|  15k| 3.000000e+01 | 3.500000e+01 |  16.67%
229.92/229.98	o 34
229.92/229.98	c * 230s|196427 |  5203 |  3925k|  20.0 |  33M|  68 |   - | 384 |7325 | 384 | 425 | 401 | 264k|  15k| 3.000000e+01 | 3.400000e+01 |  13.33%
233.21/233.22	c   233s|200000 |  5114 |  3976k|  19.9 |  33M|  68 |  21 | 384 |8541 | 384 | 425 | 401 | 269k|  15k| 3.000000e+01 | 3.400000e+01 |  13.33%
243.80/243.82	c   244s|210000 |  3844 |  4119k|  19.6 |  28M|  68 |   - | 384 |3703 |   0 |   0 | 401 | 285k|  16k| 3.100000e+01 | 3.400000e+01 |   9.68%
253.80/253.80	c   254s|220000 |  2425 |  4270k|  19.4 |  22M|  68 |  92 | 384 |5286 | 384 | 425 | 401 | 301k|  16k| 3.100000e+01 | 3.400000e+01 |   9.68%
263.69/263.75	c   264s|230000 |  1421 |  4428k|  19.2 |  18M|  68 |  24 | 384 |5326 | 384 | 425 | 401 | 316k|  16k| 3.200000e+01 | 3.400000e+01 |   6.25%
274.19/274.25	c   274s|240000 |   419 |  4595k|  19.1 |  12M|  68 |   - | 384 |6360 |   0 |   0 | 401 | 331k|  17k| 3.200000e+01 | 3.400000e+01 |   6.25%
278.10/278.15	c 
278.10/278.15	c SCIP Status        : problem is solved [optimal solution found]
278.10/278.15	c Solving Time (sec) : 278.15
278.10/278.15	c Solving Nodes      : 243761
278.10/278.15	c Primal Bound       : +3.40000000000000e+01 (11 solutions)
278.10/278.15	c Dual Bound         : +3.40000000000000e+01
278.10/278.15	c Gap                : 0.00 %
278.10/278.15	s OPTIMUM FOUND
278.10/278.15	v x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 
278.10/278.15	v x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 
278.10/278.15	v x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 x122 x123 x124 x125 x126 x127 x128 -x129 x130 x131 x132 x133 x134 x135 
278.10/278.15	v x136 x137 x138 x139 x140 x141 -x142 x143 x144 x145 -x146 x147 x148 x149 x150 -x151 x152 x153 x154 x155 x156 x157 x158 x159 
278.10/278.15	v x160 -x161 x162 x163 -x164 x165 x166 -x167 -x168 -x169 x170 x171 x172 x173 x174 x175 x176 x177 -x178 -x179 -x180 -x181 -x182 
278.10/278.15	v x183 x184 -x185 -x186 -x187 -x188 -x189 x190 x191 x192 x193 x194 x195 x196 x197 x198 x199 x200 x201 x202 x203 x204 x205 x206 
278.10/278.15	v x207 x208 x209 x210 x211 x212 x213 x214 x215 x216 x217 x218 x219 x220 x221 x222 x223 x224 x225 x226 x227 x228 x229 -x230 x231 
278.10/278.15	v x232 x233 x234 x235 x236 x237 x238 -x239 x240 x241 x242 -x243 x244 x245 x246 x247 -x248 x249 x250 x251 x252 x253 x254 -x255 
278.10/278.15	v x256 x257 -x258 x259 x260 -x261 -x262 -x263 x264 x265 x266 x267 x268 x269 -x270 -x271 -x272 -x273 -x274 x275 -x276 -x277 -x278 
278.10/278.15	v -x279 -x280 -x19 -x18 -x17 -x16 -x15 -x14 -x13 x281 x282 x283 x284 x285 x286 x287 x288 x289 x290 x291 x292 x293 x294 -x295 
278.10/278.15	v x296 x297 x298 x299 -x300 x301 x302 x303 -x304 x305 x306 x307 x308 -x309 x310 x311 x312 -x313 x314 x315 -x316 x317 x318 -x319 
278.10/278.15	v -x320 -x321 x322 x323 x324 x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 -x333 -x334 -x335 -x12 -x11 -x10 -x9 -x8 -x7 x336 
278.10/278.15	v x337 x338 x339 x340 x341 x342 x343 x344 -x345 x346 x347 x348 -x349 x350 x351 -x352 x353 -x354 x355 x356 -x357 x358 -x359 -x360 
278.10/278.15	v -x361 -x362 -x363 -x364 -x365 -x25 -x24 -x23 -x22 -x21 x20 x366 x367 x368 x369 x370 -x371 x372 x373 -x374 -x375 -x376 -x377 
278.10/278.15	v -x378 -x379 -x31 -x30 -x29 -x28 x27 x26 x380 x381 -x382 -x383 -x384 -x37 -x36 -x35 x34 -x33 x32 -x385 -x49 -x48 x47 -x46 x45 
278.10/278.15	v x44 -x43 -x42 -x41 x40 x39 x38 x386 -x6 -x5 -x4 x3 x2 -x1 
278.10/278.15	c SCIP Status        : problem is solved [optimal solution found]
278.10/278.15	c Total Time         :     278.15
278.10/278.15	c   solving          :     278.15
278.10/278.15	c   presolving       :       0.04 (included in solving)
278.10/278.15	c   reading          :       0.01 (included in solving)
278.10/278.15	c Original Problem   :
278.10/278.15	c   Problem name     : HOME/instance-3453313-1307098563.opb
278.10/278.15	c   Variables        : 386 (386 binary, 0 integer, 0 implicit integer, 0 continuous)
278.10/278.15	c   Constraints      : 680 initial, 680 maximal
278.10/278.15	c Presolved Problem  :
278.10/278.15	c   Problem name     : t_HOME/instance-3453313-1307098563.opb
278.10/278.15	c   Variables        : 384 (384 binary, 0 integer, 0 implicit integer, 0 continuous)
278.10/278.15	c   Constraints      : 368 initial, 8966 maximal
278.10/278.15	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
278.10/278.15	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
278.10/278.15	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
278.10/278.15	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
278.10/278.15	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
278.10/278.15	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
278.10/278.15	c   probing          :       0.02          0          0          0          0          0          0          0          0          0
278.10/278.15	c   knapsack         :       0.00          0          0          0          0          0          0          1          5         28
278.10/278.15	c   setppc           :       0.00          0          0          0          0          0          0          0          0          0
278.10/278.15	c   linear           :       0.01          2          0          0          2          0        313          0         28         52
278.10/278.15	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
278.10/278.15	c   root node        :          -         14          -          -         14          -          -          -          -          -
278.10/278.15	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
278.10/278.15	c   integral         :          0          0          0     152350          0         36          0        153      11310          0          0     298460
278.10/278.15	c   knapsack         :         55          6    1019084          2          0         33     731577       8881     338315        158          0          0
278.10/278.15	c   setppc           :          1          6       4430          0          0          6      33835          0        180          0          0          0
278.10/278.15	c   linear           :        312+         7    1012366          0          0          6    1116984      96029    5414843          0          0          0
278.10/278.15	c   logicor          :          0+         6     542907          0          0          0    1068370       5974     526871          1          0          0
278.10/278.15	c   countsols        :          0          0          0          5          0          8          0          0          0          0          0          0
278.10/278.15	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
278.10/278.15	c   integral         :      25.50       0.00       0.00      25.50       0.00       0.00       0.00
278.10/278.15	c   knapsack         :       3.49       0.00       3.12       0.00       0.00       0.00       0.37
278.10/278.15	c   setppc           :       0.01       0.00       0.00       0.00       0.00       0.00       0.01
278.10/278.15	c   linear           :      40.49       0.00      39.28       0.00       0.00       0.00       1.22
278.10/278.15	c   logicor          :      18.31       0.00      17.65       0.00       0.00       0.00       0.65
278.10/278.15	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
278.10/278.15	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
278.10/278.15	c   vbounds          :          0          0          0          0
278.10/278.15	c   rootredcost      :         11          0          0          3
278.10/278.15	c   pseudoobj        :    1021145       9367         79       3818
278.10/278.15	c Propagator Timings :  TotalTime  Propagate    Resprop
278.10/278.15	c   vbounds          :       0.15       0.15       0.00
278.10/278.15	c   rootredcost      :       0.17       0.17       0.00
278.10/278.15	c   pseudoobj        :       0.47       0.47       0.00
278.10/278.15	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
278.10/278.15	c   propagation      :       3.97     110963     110473     808793       23.3       3780       15.4          -
278.10/278.15	c   infeasible LP    :       1.27      22535      22535      99214       18.2       1841       14.8          0
278.10/278.15	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
278.10/278.15	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
278.10/278.15	c   pseudo solution  :       0.00          1          1          1        2.0          0        0.0          -
278.10/278.15	c   applied globally :          -          -          -     336613       18.7          -          -          -
278.10/278.15	c   applied locally  :          -          -          -          1       41.0          -          -          -
278.10/278.15	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
278.10/278.15	c   cut pool         :       0.00          5          -          -        359          -    (maximal pool size: 2098)
278.10/278.15	c   redcost          :       0.93     155605          0       4356          0          0
278.10/278.15	c   impliedbounds    :       0.00          6          0          0          0          0
278.10/278.15	c   intobj           :       0.00          0          0          0          0          0
278.10/278.15	c   gomory           :       0.03          6          0          0         18          0
278.10/278.15	c   cgmip            :       0.00          0          0          0          0          0
278.10/278.15	c   closecuts        :       0.00          0          0          0          0          0
278.10/278.15	c   strongcg         :       0.03          6          0          0         18          0
278.10/278.15	c   cmir             :       0.13          6          0          0       1173          0
278.10/278.15	c   flowcover        :       0.10          6          0          0       1200          0
278.10/278.15	c   clique           :       0.00          1          0          0          0          0
278.10/278.15	c   zerohalf         :       0.00          0          0          0          0          0
278.10/278.15	c   mcf              :       0.00          1          0          0          0          0
278.10/278.15	c   oddcycle         :       0.00          0          0          0          0          0
278.10/278.15	c   rapidlearning    :       0.04          1          0          0          0         35
278.10/278.15	c Pricers            :       Time      Calls       Vars
278.10/278.15	c   problem variables:       0.00          0          0
278.10/278.15	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
278.10/278.15	c   relpscost        :      25.41     152345        153      11310          0          0     298460
278.10/278.15	c   pscost           :       0.00          0          0          0          0          0          0
278.10/278.15	c   inference        :       0.00          0          0          0          0          0          0
278.10/278.15	c   mostinf          :       0.00          0          0          0          0          0          0
278.10/278.15	c   leastinf         :       0.00          0          0          0          0          0          0
278.10/278.15	c   fullstrong       :       0.00          0          0          0          0          0          0
278.10/278.15	c   allfullstrong    :       0.00          0          0          0          0          0          0
278.10/278.15	c   random           :       0.00          0          0          0          0          0          0
278.10/278.15	c Primal Heuristics  :       Time      Calls      Found
278.10/278.15	c   LP solutions     :       0.02          -          5
278.10/278.15	c   pseudo solutions :       0.00          -          0
278.10/278.15	c   oneopt           :       0.06         11          0
278.10/278.15	c   feaspump         :       0.23         23          0
278.10/278.15	c   crossover        :       0.59         20          2
278.10/278.15	c   pscostdiving     :       2.14        508          0
278.10/278.15	c   fracdiving       :       1.10        508          0
278.10/278.15	c   veclendiving     :       1.47        508          0
278.10/278.15	c   objpscostdiving  :       2.17        254          0
278.10/278.15	c   linesearchdiving :       1.31        509          0
278.10/278.15	c   guideddiving     :       1.42        509          0
278.10/278.15	c   coefdiving       :       1.09        509          3
278.10/278.15	c   rootsoldiving    :       1.47        255          0
278.10/278.15	c   trivial          :       0.00          2          0
278.10/278.15	c   shiftandpropagate:       0.01          1          0
278.10/278.15	c   simplerounding   :       0.04          0          0
278.10/278.15	c   zirounding       :       0.08       1000          0
278.10/278.15	c   rounding         :       0.75      18104          1
278.10/278.15	c   shifting         :       3.17       1678          0
278.10/278.15	c   intshifting      :       0.00          0          0
278.10/278.15	c   twoopt           :       0.00          0          0
278.10/278.15	c   fixandinfer      :       0.00          0          0
278.10/278.15	c   clique           :       0.00          0          0
278.10/278.15	c   intdiving        :       0.00          0          0
278.10/278.15	c   actconsdiving    :       0.00          0          0
278.10/278.15	c   octane           :       0.00          0          0
278.10/278.15	c   rens             :       0.00          0          0
278.10/278.15	c   rins             :       0.00          0          0
278.10/278.15	c   localbranching   :       0.00          0          0
278.10/278.15	c   mutation         :       0.00          0          0
278.10/278.15	c   dins             :       0.00          0          0
278.10/278.15	c   vbounds          :       0.00          0          0
278.10/278.15	c   undercover       :       0.00          0          0
278.10/278.15	c   subnlp           :       0.03          0          0
278.10/278.15	c   trysol           :       0.05          0          0
278.10/278.15	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
278.10/278.15	c   primal LP        :       0.00          0          0       0.00          -
278.10/278.15	c   dual LP          :     118.57     177336    4423313      24.94   37305.49
278.10/278.15	c   lex dual LP      :       0.00          0          0       0.00          -
278.10/278.15	c   barrier LP       :       0.00          0          0       0.00          -
278.10/278.15	c   diving/probing LP:       8.40      18968     231351      12.20   27538.05
278.10/278.15	c   strong branching :      22.42      17526     531494      30.33   23710.89
278.10/278.15	c     (at root node) :          -         17       6268     368.71          -
278.10/278.15	c   conflict analysis:       0.00          0          0       0.00          -
278.10/278.15	c B&B Tree           :
278.10/278.15	c   number of runs   :          1
278.10/278.15	c   nodes            :     243761
278.10/278.15	c   nodes (total)    :     243761
278.10/278.15	c   nodes left       :          0
278.10/278.15	c   max depth        :         68
278.10/278.15	c   max depth (total):         68
278.10/278.15	c   backtracks       :      57538 (23.6%)
278.10/278.15	c   delayed cutoffs  :      44166
278.10/278.15	c   repropagations   :     304530 (2076450 domain reductions, 34995 cutoffs)
278.10/278.15	c   avg switch length:       6.68
278.10/278.15	c   switching time   :      33.56
278.10/278.15	c Solution           :
278.10/278.15	c   Solutions found  :         11 (11 improvements)
278.10/278.15	c   First Solution   : +9.10000000000000e+01   (in run 1, after 324 nodes, 5.54 seconds, depth 34, found by <relaxation>)
278.10/278.15	c   Primal Bound     : +3.40000000000000e+01   (in run 1, after 196427 nodes, 229.97 seconds, depth 33, found by <relaxation>)
278.10/278.15	c   Dual Bound       : +3.40000000000000e+01
278.10/278.15	c   Gap              :       0.00 %
278.10/278.15	c   Root Dual Bound  : +2.80000000000000e+01
278.10/278.15	c   Root Iterations  :       1470
278.10/278.17	c Time complete: 278.17.

Verifier Data

OK	34

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-3453313-1307098563/watcher-3453313-1307098563 -o /tmp/evaluation-result-3453313-1307098563/solver-3453313-1307098563 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3453313-1307098563.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.00 2.03 2.00 2/527 6252
/proc/meminfo: memFree=24153904/32951124 swapFree=56241860/67111528
[pid=6252] ppid=6250 vsize=10272 CPUtime=0 cores=1,3,5,7
/proc/6252/stat : 6252 (scip-2.0.1.4.li) R 6250 6252 5807 0 -1 4202496 1556 0 0 0 0 0 0 0 25 0 1 0 900086926 10518528 1509 33554432000 4194304 9128323 140737063954864 18446744073709551615 8057568 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/6252/statm: 2568 1509 400 1205 0 1359 0

[startup+0.0302809 s]
/proc/loadavg: 2.00 2.03 2.00 2/527 6252
/proc/meminfo: memFree=24153904/32951124 swapFree=56241860/67111528
[pid=6252] ppid=6250 vsize=21220 CPUtime=0.02 cores=1,3,5,7
/proc/6252/stat : 6252 (scip-2.0.1.4.li) R 6250 6252 5807 0 -1 4202496 4332 0 0 0 2 0 0 0 25 0 1 0 900086926 21729280 4027 33554432000 4194304 9128323 140737063954864 18446744073709551615 4464198 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6252/statm: 5305 4027 516 1205 0 4096 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 21220

[startup+0.100274 s]
/proc/loadavg: 2.00 2.03 2.00 2/527 6252
/proc/meminfo: memFree=24153904/32951124 swapFree=56241860/67111528
[pid=6252] ppid=6250 vsize=27192 CPUtime=0.09 cores=1,3,5,7
/proc/6252/stat : 6252 (scip-2.0.1.4.li) R 6250 6252 5807 0 -1 4202496 6160 0 0 0 9 0 0 0 25 0 1 0 900086926 27844608 5824 33554432000 4194304 9128323 140737063954864 18446744073709551615 6886064 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6252/statm: 6798 5824 705 1205 0 5589 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 27192

[startup+0.300233 s]
/proc/loadavg: 2.00 2.03 2.00 2/527 6252
/proc/meminfo: memFree=24153904/32951124 swapFree=56241860/67111528
[pid=6252] ppid=6250 vsize=34968 CPUtime=0.29 cores=1,3,5,7
/proc/6252/stat : 6252 (scip-2.0.1.4.li) R 6250 6252 5807 0 -1 4202496 8157 0 0 0 28 1 0 0 25 0 1 0 900086926 35807232 7468 33554432000 4194304 9128323 140737063954864 18446744073709551615 7414880 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6252/statm: 8742 7468 727 1205 0 7533 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34968

[startup+0.700173 s]
/proc/loadavg: 2.00 2.03 2.00 2/527 6252
/proc/meminfo: memFree=24153904/32951124 swapFree=56241860/67111528
[pid=6252] ppid=6250 vsize=35572 CPUtime=0.69 cores=1,3,5,7
/proc/6252/stat : 6252 (scip-2.0.1.4.li) R 6250 6252 5807 0 -1 4202496 8370 0 0 0 66 3 0 0 25 0 1 0 900086926 36425728 7681 33554432000 4194304 9128323 140737063954864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6252/statm: 8893 7681 732 1205 0 7684 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 35572

[startup+1.50104 s]
/proc/loadavg: 2.00 2.03 2.00 3/528 6253
/proc/meminfo: memFree=24123640/32951124 swapFree=56241860/67111528
[pid=6252] ppid=6250 vsize=35572 CPUtime=1.49 cores=1,3,5,7
/proc/6252/stat : 6252 (scip-2.0.1.4.li) R 6250 6252 5807 0 -1 4202496 8370 0 0 0 138 11 0 0 25 0 1 0 900086926 36425728 7681 33554432000 4194304 9128323 140737063954864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6252/statm: 8893 7681 732 1205 0 7684 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35572

[startup+3.10075 s]
/proc/loadavg: 2.00 2.03 2.00 3/528 6253
/proc/meminfo: memFree=24122524/32951124 swapFree=56241860/67111528
[pid=6252] ppid=6250 vsize=35572 CPUtime=3.09 cores=1,3,5,7
/proc/6252/stat : 6252 (scip-2.0.1.4.li) R 6250 6252 5807 0 -1 4202496 8370 0 0 0 284 25 0 0 25 0 1 0 900086926 36425728 7681 33554432000 4194304 9128323 140737063954864 18446744073709551615 7342494 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6252/statm: 8893 7681 732 1205 0 7684 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 35572

[startup+6.30019 s]
/proc/loadavg: 2.00 2.03 2.00 3/528 6253
/proc/meminfo: memFree=24120572/32951124 swapFree=56241860/67111528
[pid=6252] ppid=6250 vsize=35572 CPUtime=6.29 cores=1,3,5,7
/proc/6252/stat : 6252 (scip-2.0.1.4.li) R 6250 6252 5807 0 -1 4202496 8374 0 0 0 574 55 0 0 25 0 1 0 900086926 36425728 7685 33554432000 4194304 9128323 140737063954864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6252/statm: 8893 7685 735 1205 0 7684 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 35572

[startup+12.7011 s]
/proc/loadavg: 2.00 2.03 2.00 3/528 6254
/proc/meminfo: memFree=24114600/32951124 swapFree=56241860/67111528
[pid=6252] ppid=6250 vsize=35572 CPUtime=12.69 cores=1,3,5,7
/proc/6252/stat : 6252 (scip-2.0.1.4.li) R 6250 6252 5807 0 -1 4202496 8382 0 0 0 1159 110 0 0 25 0 1 0 900086926 36425728 7693 33554432000 4194304 9128323 140737063954864 18446744073709551615 5234362 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6252/statm: 8893 7693 735 1205 0 7684 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 35572

[startup+25.5008 s]
/proc/loadavg: 2.00 2.03 2.00 3/528 6254
/proc/meminfo: memFree=24103220/32951124 swapFree=56241860/67111528
[pid=6252] ppid=6250 vsize=39388 CPUtime=25.49 cores=1,3,5,7
/proc/6252/stat : 6252 (scip-2.0.1.4.li) R 6250 6252 5807 0 -1 4202496 20134 0 0 0 2315 234 0 0 25 0 1 0 900086926 40333312 8896 33554432000 4194304 9128323 140737063954864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6252/statm: 9847 8896 741 1205 0 8638 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 39388

[startup+51.1003 s]
/proc/loadavg: 2.00 2.02 2.00 3/528 6254
/proc/meminfo: memFree=24079184/32951124 swapFree=56241860/67111528
[pid=6252] ppid=6250 vsize=52104 CPUtime=51.09 cores=1,3,5,7
/proc/6252/stat : 6252 (scip-2.0.1.4.li) R 6250 6252 5807 0 -1 4202496 39199 0 0 0 4644 465 0 0 25 0 1 0 900086926 53354496 12118 33554432000 4194304 9128323 140737063954864 18446744073709551615 5234510 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6252/statm: 13026 12118 741 1205 0 11817 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 52104

[startup+102.32 s]
/proc/loadavg: 2.00 2.02 2.00 4/528 6256
/proc/meminfo: memFree=24038528/32951124 swapFree=56241860/67111528
[pid=6252] ppid=6250 vsize=65432 CPUtime=102.32 cores=1,3,5,7
/proc/6252/stat : 6252 (scip-2.0.1.4.li) R 6250 6252 5807 0 -1 4202496 62248 0 0 0 9341 891 0 0 25 0 1 0 900086926 67002368 15409 33554432000 4194304 9128323 140737063954864 18446744073709551615 5332975 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6252/statm: 16358 15409 741 1205 0 15149 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 65432

[startup+162.301 s]
/proc/loadavg: 1.93 2.00 1.99 3/528 6312
/proc/meminfo: memFree=24807308/32951124 swapFree=56241860/67111528
[pid=6252] ppid=6250 vsize=83644 CPUtime=162.29 cores=1,3,5,7
/proc/6252/stat : 6252 (scip-2.0.1.4.li) R 6250 6252 5807 0 -1 4202496 67741 0 0 0 14869 1360 0 0 25 0 1 0 900086926 85651456 19976 33554432000 4194304 9128323 140737063954864 18446744073709551615 7192409 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6252/statm: 20911 19976 741 1205 0 19702 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 83644

[startup+222.3 s]
/proc/loadavg: 1.97 2.00 1.99 3/528 6314
/proc/meminfo: memFree=24793560/32951124 swapFree=56241860/67111528
[pid=6252] ppid=6250 vsize=97128 CPUtime=222.29 cores=1,3,5,7
/proc/6252/stat : 6252 (scip-2.0.1.4.li) R 6250 6252 5807 0 -1 4202496 78475 0 0 0 20436 1793 0 0 25 0 1 0 900086926 99459072 23344 33554432000 4194304 9128323 140737063954864 18446744073709551615 4240086 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6252/statm: 24282 23344 741 1205 0 23073 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 97128

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

[startup+230.301 s]
/proc/loadavg: 1.98 2.00 1.99 3/528 6314
/proc/meminfo: memFree=24793788/32951124 swapFree=56241860/67111528
[pid=6252] ppid=6250 vsize=97084 CPUtime=230.29 cores=1,3,5,7
/proc/6252/stat : 6252 (scip-2.0.1.4.li) R 6250 6252 5807 0 -1 4202496 82955 0 0 0 21186 1843 0 0 25 0 1 0 900086926 99414016 23371 33554432000 4194304 9128323 140737063954864 18446744073709551615 5234181 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6252/statm: 24271 23371 741 1205 0 23062 0
Current children cumulated CPU time (s) 230.29
Current children cumulated vsize (KiB) 97084

[startup+255.9 s]
/proc/loadavg: 1.98 2.00 1.99 3/528 6315
/proc/meminfo: memFree=24793368/32951124 swapFree=56241860/67111528
[pid=6252] ppid=6250 vsize=97144 CPUtime=255.89 cores=1,3,5,7
/proc/6252/stat : 6252 (scip-2.0.1.4.li) R 6250 6252 5807 0 -1 4202496 93507 0 0 0 23575 2014 0 0 25 0 1 0 900086926 99475456 23386 33554432000 4194304 9128323 140737063954864 18446744073709551615 4241127 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6252/statm: 24286 23386 741 1205 0 23077 0
Current children cumulated CPU time (s) 255.89
Current children cumulated vsize (KiB) 97144

[startup+268.7 s]
/proc/loadavg: 1.99 2.00 1.99 3/528 6315
/proc/meminfo: memFree=24793488/32951124 swapFree=56241860/67111528
[pid=6252] ppid=6250 vsize=97456 CPUtime=268.69 cores=1,3,5,7
/proc/6252/stat : 6252 (scip-2.0.1.4.li) R 6250 6252 5807 0 -1 4202496 93555 0 0 0 24768 2101 0 0 25 0 1 0 900086926 99794944 23434 33554432000 4194304 9128323 140737063954864 18446744073709551615 4234269 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6252/statm: 24364 23434 741 1205 0 23155 0
Current children cumulated CPU time (s) 268.69
Current children cumulated vsize (KiB) 97456

[startup+275.101 s]
/proc/loadavg: 1.99 2.00 1.99 3/528 6315
/proc/meminfo: memFree=24793480/32951124 swapFree=56241860/67111528
[pid=6252] ppid=6250 vsize=97456 CPUtime=275.1 cores=1,3,5,7
/proc/6252/stat : 6252 (scip-2.0.1.4.li) R 6250 6252 5807 0 -1 4202496 93566 0 0 0 25363 2147 0 0 25 0 1 0 900086926 99794944 23445 33554432000 4194304 9128323 140737063954864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6252/statm: 24364 23445 741 1205 0 23155 0
Current children cumulated CPU time (s) 275.1
Current children cumulated vsize (KiB) 97456

[startup+276.701 s]
/proc/loadavg: 1.99 2.00 1.99 3/528 6316
/proc/meminfo: memFree=24793480/32951124 swapFree=56241860/67111528
[pid=6252] ppid=6250 vsize=97456 CPUtime=276.7 cores=1,3,5,7
/proc/6252/stat : 6252 (scip-2.0.1.4.li) R 6250 6252 5807 0 -1 4202496 93566 0 0 0 25512 2158 0 0 25 0 1 0 900086926 99794944 23445 33554432000 4194304 9128323 140737063954864 18446744073709551615 5332999 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6252/statm: 24364 23445 741 1205 0 23155 0
Current children cumulated CPU time (s) 276.7
Current children cumulated vsize (KiB) 97456

[startup+277.501 s]
/proc/loadavg: 1.99 2.00 1.99 3/528 6316
/proc/meminfo: memFree=24793480/32951124 swapFree=56241860/67111528
[pid=6252] ppid=6250 vsize=97456 CPUtime=277.5 cores=1,3,5,7
/proc/6252/stat : 6252 (scip-2.0.1.4.li) R 6250 6252 5807 0 -1 4202496 93566 0 0 0 25586 2164 0 0 25 0 1 0 900086926 99794944 23445 33554432000 4194304 9128323 140737063954864 18446744073709551615 5236036 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6252/statm: 24364 23445 741 1205 0 23155 0
Current children cumulated CPU time (s) 277.5
Current children cumulated vsize (KiB) 97456

[startup+277.901 s]
/proc/loadavg: 1.99 2.00 1.99 3/528 6316
/proc/meminfo: memFree=24793480/32951124 swapFree=56241860/67111528
[pid=6252] ppid=6250 vsize=97456 CPUtime=277.89 cores=1,3,5,7
/proc/6252/stat : 6252 (scip-2.0.1.4.li) R 6250 6252 5807 0 -1 4202496 93566 0 0 0 25623 2166 0 0 25 0 1 0 900086926 99794944 23445 33554432000 4194304 9128323 140737063954864 18446744073709551615 4496870 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6252/statm: 24364 23445 741 1205 0 23155 0
Current children cumulated CPU time (s) 277.89
Current children cumulated vsize (KiB) 97456

[startup+278.101 s]
/proc/loadavg: 1.99 2.00 1.99 3/528 6316
/proc/meminfo: memFree=24793480/32951124 swapFree=56241860/67111528
[pid=6252] ppid=6250 vsize=97456 CPUtime=278.1 cores=1,3,5,7
/proc/6252/stat : 6252 (scip-2.0.1.4.li) R 6250 6252 5807 0 -1 4202496 93566 0 0 0 25643 2167 0 0 25 0 1 0 900086926 99794944 23445 33554432000 4194304 9128323 140737063954864 18446744073709551615 8054618 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/6252/statm: 24364 23445 741 1205 0 23155 0
Current children cumulated CPU time (s) 278.1
Current children cumulated vsize (KiB) 97456

Child status: 0
Real time (s): 278.171
CPU time (s): 278.177
CPU user time (s): 256.496
CPU system time (s): 21.6807
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 109548

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

runsolver used 1.3478 second user time and 3.48347 second system time

The end

Launcher Data

Begin job on node119 at 2011-06-03 12:56:03
IDJOB=3453313
IDBENCH=2938
IDSOLVER=1949
FILE ID=node119/3453313-1307098563
RUNJOBID= node119-1307093144-5826
PBS_JOBID= 13497988
Free space on /tmp= 73620 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_8.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-3453313-1307098563/watcher-3453313-1307098563 -o /tmp/evaluation-result-3453313-1307098563/solver-3453313-1307098563 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4.linux.x86_64.gnu.opt.spx -f HOME/instance-3453313-1307098563.opb -t 1800 -m 15500

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

MD5SUM BENCH= 7511e7863ac3e00f42a81c49dc15d5a1
RANDOM SEED=1277340996

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24154184 kB
Buffers:        186072 kB
Cached:         549136 kB
SwapCached:      59076 kB
Active:        1544460 kB
Inactive:      6955128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24154184 kB
SwapTotal:    67111528 kB
SwapFree:     56241860 kB
Dirty:           12072 kB
Writeback:           0 kB
AnonPages:     7708760 kB
Mapped:          36300 kB
Slab:           147192 kB
PageTables:      81060 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 164763104 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= 73608 MiB
End job on node119 at 2011-06-03 13:00:41