Trace number 3486078

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SCIP spx 2 2011-06-10 (fixed)OPT34 1006.86 1006.85

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/
submitted-PB06/manquiho/golomb-rulers/normalized-OGR_8.opb
MD5SUM6d3802f2f17c83a21ccf6c0752b41678
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 benchmark4.15637
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 variables392
Total number of constraints679
Number of constraints which are clauses0
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 constraint14
Maximum length of a constraint29
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
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 635
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.00	c SCIP version 2.0.1.4 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: SoPlex 1.5.0.5]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3486078-1307771090.opb>
0.00/0.01	c original problem has 392 variables (392 bin, 0 int, 0 impl, 0 cont) and 679 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) 0 del vars, 0 del conss, 0 add conss, 0 chg bounds, 56 chg sides, 56 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.02	c (round 2) 0 del vars, 308 del conss, 0 add conss, 0 chg bounds, 56 chg sides, 56 chg coeffs, 35 upgd conss, 0 impls, 0 clqs
0.00/0.02	c (round 3) 0 del vars, 308 del conss, 0 add conss, 0 chg bounds, 56 chg sides, 56 chg coeffs, 63 upgd conss, 322 impls, 0 clqs
0.00/0.03	c (round 4) 0 del vars, 308 del conss, 0 add conss, 0 chg bounds, 77 chg sides, 92 chg coeffs, 63 upgd conss, 322 impls, 0 clqs
0.09/0.11	c    (0.1s) probing: 185/392 (47.2%) - 1 fixings, 0 aggregations, 357 implications, 0 bound changes
0.09/0.11	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.11	c (round 5) 1 del vars, 308 del conss, 0 add conss, 0 chg bounds, 77 chg sides, 92 chg coeffs, 63 upgd conss, 1036 impls, 0 clqs
0.09/0.12	c (round 6) 1 del vars, 308 del conss, 0 add conss, 0 chg bounds, 77 chg sides, 133 chg coeffs, 63 upgd conss, 1036 impls, 0 clqs
0.09/0.12	c presolving (7 rounds):
0.09/0.12	c  1 deleted vars, 308 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 77 changed sides, 133 changed coefficients
0.09/0.12	c  1036 implications, 0 cliques
0.09/0.12	c presolved problem has 391 variables (391 bin, 0 int, 0 impl, 0 cont) and 371 constraints
0.09/0.12	c      63 constraints of type <knapsack>
0.09/0.12	c     308 constraints of type <linear>
0.09/0.12	c transformed objective value is always integral (scale: 1)
0.09/0.12	c Presolving Time: 0.11
0.09/0.12	c - non default parameters ----------------------------------------------------------------------
0.09/0.12	c # SCIP version 2.0.1.4
0.09/0.12	c 
0.09/0.12	c # frequency for displaying node information lines
0.09/0.12	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.12	c display/freq = 10000
0.09/0.12	c 
0.09/0.12	c # maximal time in seconds to run
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/time = 1797
0.09/0.12	c 
0.09/0.12	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.12	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.12	c limits/memory = 13950
0.09/0.12	c 
0.09/0.12	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.12	c # [type: int, range: [1,2], default: 1]
0.09/0.12	c timing/clocktype = 2
0.09/0.12	c 
0.09/0.12	c # belongs reading time to solving time?
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c timing/reading = TRUE
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify inequalities
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/linear/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/indicator/addCouplingCons = TRUE
0.09/0.12	c 
0.09/0.12	c # should presolving try to simplify knapsacks
0.09/0.12	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.12	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.12	c 
0.09/0.12	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.12	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.12	c separating/rapidlearning/freq = 0
0.09/0.12	c 
0.09/0.12	c -----------------------------------------------------------------------------------------------
0.09/0.12	c start solving
0.09/0.12	c 
0.09/0.13	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.13	c   0.1s|     1 |     0 |   277 |     - |3056k|   0 | 244 | 391 | 383 | 391 | 371 |   0 |  12 |   0 | 7.000000e+00 |      --      |    Inf 
0.28/0.31	o 95
0.28/0.31	c y 0.3s|     1 |     0 |  2037 |     - |3625k|   0 | 244 | 391 | 383 | 391 | 371 |   0 |  12 |   0 | 7.000000e+00 | 9.500000e+01 |1257.14%
0.28/0.32	c   0.3s|     1 |     0 |  2053 |     - |3628k|   0 | 242 | 391 | 514 | 391 | 391 |  20 |  12 |   0 | 7.000000e+00 | 9.500000e+01 |1257.14%
0.28/0.35	c   0.4s|     1 |     0 |  2082 |     - |4073k|   0 | 250 | 391 | 514 | 391 | 417 |  46 |  12 |   0 | 7.000000e+00 | 9.500000e+01 |1257.14%
0.38/0.40	c   0.4s|     1 |     0 |  2201 |     - |4424k|   0 | 248 | 391 | 514 | 391 | 441 |  70 |  12 |   0 | 7.000000e+00 | 9.500000e+01 |1257.14%
0.38/0.45	c   0.5s|     1 |     0 |  2349 |     - |4826k|   0 | 246 | 391 | 514 | 391 | 471 | 100 |  12 |   0 | 7.000000e+00 | 9.500000e+01 |1257.14%
0.48/0.51	c   0.5s|     1 |     0 |  2550 |     - |5244k|   0 | 257 | 391 | 514 | 391 | 504 | 133 |  12 |   0 | 7.000244e+00 | 9.500000e+01 |1257.10%
0.48/0.57	c   0.6s|     1 |     0 |  2738 |     - |5638k|   0 | 252 | 391 | 514 | 391 | 537 | 166 |  12 |   0 | 7.005525e+00 | 9.500000e+01 |1256.07%
0.59/0.63	c   0.6s|     1 |     0 |  2913 |     - |6018k|   0 | 253 | 391 | 514 | 391 | 571 | 200 |  12 |   0 | 7.007609e+00 | 9.500000e+01 |1255.67%
0.69/0.70	c   0.7s|     1 |     0 |  3109 |     - |6326k|   0 | 259 | 391 | 514 | 391 | 606 | 235 |  12 |   0 | 7.666667e+00 | 9.500000e+01 |1139.13%
0.69/0.78	c   0.8s|     1 |     0 |  3333 |     - |6590k|   0 | 255 | 391 | 514 | 391 | 634 | 263 |  12 |   0 | 7.666667e+00 | 9.500000e+01 |1139.13%
0.79/0.86	c   0.9s|     1 |     0 |  3645 |     - |6828k|   0 | 235 | 391 | 514 | 391 | 665 | 294 |  12 |   0 | 8.000000e+00 | 9.500000e+01 |1087.50%
0.79/0.89	c   0.9s|     1 |     0 |  3888 |     - |6833k|   0 | 239 | 391 | 514 | 391 | 682 | 311 |  12 |   0 | 8.000000e+00 | 9.500000e+01 |1087.50%
0.89/0.91	c   0.9s|     1 |     0 |  3982 |     - |6842k|   0 | 241 | 391 | 514 | 391 | 693 | 322 |  12 |   0 | 8.000000e+00 | 9.500000e+01 |1087.50%
0.89/0.94	c   0.9s|     1 |     0 |  4181 |     - |6849k|   0 | 239 | 391 | 514 | 391 | 701 | 330 |  12 |   0 | 8.000000e+00 | 9.500000e+01 |1087.50%
0.89/0.98	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.89/0.98	c   1.0s|     1 |     0 |  4394 |     - |6860k|   0 | 232 | 391 | 514 | 391 | 633 | 343 |  12 |   0 | 8.000000e+00 | 9.500000e+01 |1087.50%
0.89/1.00	c   1.0s|     1 |     0 |  4512 |     - |6888k|   0 | 240 | 391 | 514 | 391 | 647 | 357 |  12 |   0 | 8.000000e+00 | 9.500000e+01 |1087.50%
1.19/1.23	c   1.2s|     1 |     2 |  4512 |     - |6889k|   0 | 240 | 391 | 514 | 391 | 647 | 357 |  12 |  14 | 8.000000e+00 | 9.500000e+01 |1087.50%
2.99/3.07	o 65
2.99/3.07	c c 3.1s|    21 |    20 |  5349 |  41.9 |6988k|  19 |   - | 391 | 531 | 391 | 446 | 357 |  29 | 855 | 8.000000e+00 | 6.500000e+01 | 712.50%
9.99/10.04	o 60
9.99/10.04	c c10.0s|  4222 |  1553 | 67890 |  15.0 |9321k|  45 |   - | 391 |2342 | 391 | 446 | 357 |2753 |2279 | 9.000000e+00 | 6.000000e+01 | 566.67%
10.49/10.54	o 58
10.49/10.54	c v10.5s|  4537 |  1649 | 76575 |  15.9 |9449k|  45 |   - | 391 |2238 | 391 | 446 | 357 |3020 |2287 | 1.000000e+01 | 5.800000e+01 | 480.00%
10.99/11.09	o 57
10.99/11.09	c C11.1s|  4737 |  1708 | 85511 |  17.1 |9598k|  45 | 157 | 391 |2250 | 391 | 446 | 357 |3256 |2387 | 1.000000e+01 | 5.700000e+01 | 470.00%
12.79/12.81	o 51
12.79/12.81	c l12.8s|  5445 |  1993 |115165 |  20.3 |  10M|  45 |   - | 391 |2118 | 391 | 446 | 357 |4103 |2568 | 1.000000e+01 | 5.100000e+01 | 410.00%
18.59/18.62	o 49
18.59/18.62	c v18.6s|  8499 |  2980 |212655 |  24.5 |  12M|  47 |   - | 391 |2412 | 391 | 446 | 357 |7482 |3080 | 1.100000e+01 | 4.900000e+01 | 345.45%
18.89/18.99	o 45
18.89/18.99	c f19.0s|  8688 |  2958 |219278 |  24.7 |  12M|  47 |   - | 391 |2405 | 391 | 446 | 357 |7711 |3081 | 1.100000e+01 | 4.500000e+01 | 309.09%
20.29/20.37	o 44
20.29/20.37	c f20.4s|  9317 |  3133 |240602 |  25.3 |  12M|  47 |   - | 391 |2415 | 391 | 446 | 357 |8421 |3276 | 1.100000e+01 | 4.400000e+01 | 300.00%
21.79/21.86	c  21.9s| 10000 |  3261 |259170 |  25.5 |  13M|  52 |  96 | 391 |2564 | 391 | 446 | 357 |9295 |3596 | 1.100000e+01 | 4.400000e+01 | 300.00%
26.99/27.04	o 42
26.99/27.04	c p27.0s| 13266 |  3324 |335230 |  24.9 |  14M|  52 |   - | 391 |2826 | 391 | 446 | 357 |  13k|4096 | 1.200000e+01 | 4.200000e+01 | 250.00%
35.89/35.94	c  35.9s| 20000 |  4162 |466951 |  23.1 |  16M|  61 |  31 | 391 |3220 | 391 | 446 | 357 |  20k|4661 | 1.300000e+01 | 4.200000e+01 | 223.08%
47.09/47.10	c  47.1s| 30000 |  5706 |631920 |  20.9 |  20M|  79 |   - | 391 |4661 |   0 |   0 | 357 |  30k|4686 | 1.400000e+01 | 4.200000e+01 | 200.00%
60.69/60.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
60.69/60.75	c  60.8s| 40000 |  7919 |811800 |  20.2 |  24M|  79 |  58 | 391 |4320 | 391 | 446 | 357 |  38k|7026 | 1.500000e+01 | 4.200000e+01 | 180.00%
73.49/73.54	c  73.5s| 50000 |  9508 |961000 |  19.1 |  28M|  79 |   - | 391 |5300 | 391 | 446 | 357 |  47k|9235 | 1.600000e+01 | 4.200000e+01 | 162.50%
86.30/86.37	c  86.4s| 60000 | 11182 |  1118k|  18.6 |  33M|  79 |  92 | 391 |5409 | 391 | 446 | 357 |  56k|  11k| 1.600000e+01 | 4.200000e+01 | 162.50%
98.29/98.33	c  98.3s| 70000 | 12885 |  1264k|  18.0 |  37M|  79 | 108 | 391 |5893 | 391 | 446 | 357 |  67k|  12k| 1.700000e+01 | 4.200000e+01 | 147.06%
109.90/109.90	c   110s| 80000 | 13787 |  1404k|  17.5 |  40M|  79 |  57 | 391 |5292 | 391 | 446 | 357 |  77k|  13k| 1.800000e+01 | 4.200000e+01 | 133.33%
120.10/120.17	o 39
120.10/120.17	c l 120s| 88648 | 12822 |  1516k|  17.1 |  39M|  79 |   - | 391 |5224 | 391 | 446 | 357 |  87k|  15k| 1.800000e+01 | 3.900000e+01 | 116.67%
121.69/121.70	c   122s| 90000 | 12904 |  1536k|  17.0 |  39M|  79 |  81 | 391 |5102 | 391 | 446 | 357 |  88k|  15k| 1.800000e+01 | 3.900000e+01 | 116.67%
134.10/134.17	c   134s|100000 | 13709 |  1665k|  16.6 |  43M|  79 |   - | 391 |7432 | 391 | 446 | 357 |  98k|  17k| 1.900000e+01 | 3.900000e+01 | 105.26%
145.59/145.64	c   146s|110000 | 14683 |  1799k|  16.3 |  46M|  79 |  96 | 391 |6614 | 391 | 446 | 357 | 109k|  18k| 1.900000e+01 | 3.900000e+01 | 105.26%
156.69/156.72	c   157s|120000 | 15594 |  1931k|  16.1 |  49M|  79 |   - | 391 |7668 |   0 |   0 | 357 | 120k|  19k| 1.900000e+01 | 3.900000e+01 | 105.26%
168.99/169.02	c   169s|130000 | 16240 |  2055k|  15.8 |  52M|  79 |   - | 391 |7458 | 391 | 446 | 357 | 131k|  21k| 2.000000e+01 | 3.900000e+01 |  95.00%
171.79/171.82	o 37
171.79/171.82	c * 172s|132475 | 14492 |  2087k|  15.7 |  49M|  79 |   - | 391 |7234 | 391 | 446 | 357 | 135k|  21k| 2.000000e+01 | 3.700000e+01 |  85.00%
180.30/180.34	c   180s|140000 | 15295 |  2188k|  15.6 |  51M|  79 |  75 | 391 |6671 | 391 | 446 | 357 | 142k|  22k| 2.033333e+01 | 3.700000e+01 |  81.97%
191.50/191.58	c   192s|150000 | 16126 |  2307k|  15.4 |  54M|  79 |  51 | 391 |7621 | 391 | 446 | 357 | 152k|  23k| 2.100000e+01 | 3.700000e+01 |  76.19%
202.40/202.49	c   202s|160000 | 17118 |  2431k|  15.2 |  57M|  79 |   - | 391 |7960 | 391 | 446 | 357 | 163k|  24k| 2.100000e+01 | 3.700000e+01 |  76.19%
213.20/213.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
213.20/213.26	c   213s|170000 | 17695 |  2553k|  15.0 |  59M|  79 |   - | 391 |7998 | 391 | 446 | 357 | 173k|  24k| 2.180000e+01 | 3.700000e+01 |  69.72%
223.69/223.71	c   224s|180000 | 18875 |  2676k|  14.8 |  62M|  79 |  39 | 391 |6964 | 391 | 446 | 357 | 182k|  25k| 2.200000e+01 | 3.700000e+01 |  68.18%
235.10/235.11	c   235s|190000 | 19437 |  2798k|  14.7 |  64M|  79 |   - | 391 |6429 |   0 |   0 | 357 | 193k|  26k| 2.200000e+01 | 3.700000e+01 |  68.18%
240.40/240.44	o 35
240.40/240.44	c * 240s|195184 | 15466 |  2858k|  14.6 |  55M|  79 |   - | 391 |6271 | 391 | 446 | 357 | 198k|  26k| 2.200000e+01 | 3.500000e+01 |  59.09%
245.21/245.24	c   245s|200000 | 15710 |  2911k|  14.5 |  56M|  79 |  59 | 391 |4987 | 391 | 446 | 357 | 203k|  26k| 2.275000e+01 | 3.500000e+01 |  53.85%
255.90/255.93	c   256s|210000 | 16140 |  3033k|  14.4 |  58M|  79 |  67 | 391 |5422 | 391 | 446 | 357 | 214k|  27k| 2.300000e+01 | 3.500000e+01 |  52.17%
265.90/265.94	c   266s|220000 | 16708 |  3152k|  14.3 |  60M|  79 |  95 | 391 |5625 | 391 | 446 | 357 | 224k|  27k| 2.300000e+01 | 3.500000e+01 |  52.17%
276.70/276.79	c   277s|230000 | 17191 |  3283k|  14.3 |  62M|  79 |   - | 391 |7276 |   0 |   0 | 357 | 235k|  28k| 2.300000e+01 | 3.500000e+01 |  52.17%
288.20/288.20	c   288s|240000 | 17401 |  3396k|  14.1 |  64M|  79 |   - | 391 |7193 |   0 |   0 | 357 | 247k|  29k| 2.400000e+01 | 3.500000e+01 |  45.83%
298.69/298.70	c   299s|250000 | 17851 |  3509k|  14.0 |  65M|  79 |  46 | 391 |6068 | 391 | 446 | 357 | 257k|  30k| 2.400000e+01 | 3.500000e+01 |  45.83%
309.11/309.15	c   309s|260000 | 18005 |  3625k|  13.9 |  66M|  79 |   - | 391 |4268 | 391 | 446 | 357 | 268k|  30k| 2.400000e+01 | 3.500000e+01 |  45.83%
319.40/319.45	c   319s|270000 | 18122 |  3731k|  13.8 |  67M|  79 |   - | 391 |6121 | 391 | 446 | 357 | 280k|  31k| 2.457143e+01 | 3.500000e+01 |  42.44%
329.80/329.83	c   330s|280000 | 18173 |  3845k|  13.7 |  68M|  79 |   - | 391 |5160 | 391 | 446 | 357 | 291k|  31k| 2.500000e+01 | 3.500000e+01 |  40.00%
339.90/339.98	c   340s|290000 | 18565 |  3958k|  13.6 |  70M|  79 |   - | 391 |6520 | 391 | 446 | 357 | 302k|  32k| 2.500000e+01 | 3.500000e+01 |  40.00%
350.49/350.52	c   351s|300000 | 18835 |  4083k|  13.6 |  72M|  79 |  70 | 391 |7323 | 391 | 446 | 357 | 314k|  32k| 2.500000e+01 | 3.500000e+01 |  40.00%
361.59/361.68	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
361.59/361.68	c   362s|310000 | 19287 |  4212k|  13.6 |  74M|  79 |   - | 391 |6359 |   0 |   0 | 357 | 325k|  33k| 2.500000e+01 | 3.500000e+01 |  40.00%
372.50/372.56	c   373s|320000 | 19318 |  4344k|  13.6 |  75M|  79 |   - | 391 |7351 |   0 |   0 | 357 | 336k|  33k| 2.500000e+01 | 3.500000e+01 |  40.00%
383.60/383.66	c   384s|330000 | 19482 |  4460k|  13.5 |  76M|  79 |   - | 391 |8356 |   0 |   0 | 357 | 348k|  35k| 2.500000e+01 | 3.500000e+01 |  40.00%
394.10/394.16	c   394s|340000 | 19754 |  4585k|  13.5 |  78M|  79 |   - | 391 |8825 | 391 | 446 | 357 | 359k|  35k| 2.500000e+01 | 3.500000e+01 |  40.00%
405.70/405.75	c   406s|350000 | 20141 |  4719k|  13.5 |  80M|  79 |  69 | 391 |9449 | 391 | 446 | 357 | 370k|  36k| 2.500000e+01 | 3.500000e+01 |  40.00%
416.40/416.46	c   416s|360000 | 20207 |  4835k|  13.4 |  80M|  79 |   - | 391 |7927 |   0 |   0 | 357 | 381k|  36k| 2.566667e+01 | 3.500000e+01 |  36.36%
427.00/427.00	c   427s|370000 | 20167 |  4940k|  13.3 |  81M|  79 |   - | 391 |7462 | 391 | 446 | 357 | 393k|  37k| 2.600000e+01 | 3.500000e+01 |  34.62%
438.00/438.08	c   438s|380000 | 20553 |  5051k|  13.3 |  83M|  79 |   - | 391 |8770 |   0 |   0 | 357 | 404k|  38k| 2.600000e+01 | 3.500000e+01 |  34.62%
448.31/448.32	c   448s|390000 | 20881 |  5168k|  13.2 |  85M|  79 |  67 | 391 |8475 | 391 | 446 | 357 | 416k|  38k| 2.600000e+01 | 3.500000e+01 |  34.62%
459.51/459.52	c   460s|400000 | 20901 |  5289k|  13.2 |  86M|  79 |   - | 391 |9034 |   0 |   0 | 357 | 429k|  38k| 2.600000e+01 | 3.500000e+01 |  34.62%
470.81/470.84	c   471s|410000 | 20749 |  5404k|  13.2 |  86M|  79 |   - | 391 |8243 | 391 | 446 | 357 | 441k|  39k| 2.600000e+01 | 3.500000e+01 |  34.62%
481.20/481.27	c   481s|420000 | 20658 |  5521k|  13.1 |  86M|  79 |  27 | 391 |9001 | 391 | 446 | 357 | 453k|  39k| 2.600000e+01 | 3.500000e+01 |  34.62%
492.51/492.59	c   493s|430000 | 20634 |  5628k|  13.1 |  86M|  79 |   - | 391 |8326 | 391 | 446 | 357 | 465k|  40k| 2.650000e+01 | 3.500000e+01 |  32.08%
504.20/504.24	c   504s|440000 | 20414 |  5738k|  13.0 |  86M|  79 |   - | 391 |6735 |   0 |   0 | 357 | 476k|  41k| 2.700000e+01 | 3.500000e+01 |  29.63%
514.40/514.45	c   514s|450000 | 20361 |  5849k|  13.0 |  86M|  79 |  82 | 391 |6936 | 391 | 446 | 357 | 486k|  41k| 2.700000e+01 | 3.500000e+01 |  29.63%
525.20/525.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
525.20/525.24	c   525s|460000 | 20456 |  5960k|  12.9 |  87M|  79 |   - | 391 |7482 |   0 |   0 | 357 | 498k|  42k| 2.700000e+01 | 3.500000e+01 |  29.63%
536.31/536.36	c   536s|470000 | 20983 |  6084k|  12.9 |  89M|  79 |   - | 391 |7933 | 391 | 446 | 357 | 508k|  43k| 2.700000e+01 | 3.500000e+01 |  29.63%
546.71/546.77	c   547s|480000 | 21117 |  6204k|  12.9 |  91M|  79 |   - | 391 |9291 |   0 |   0 | 357 | 519k|  43k| 2.700000e+01 | 3.500000e+01 |  29.63%
558.20/558.25	c   558s|490000 | 20976 |  6318k|  12.9 |  91M|  79 |   - | 391 |  10k|   0 |   0 | 357 | 530k|  43k| 2.700000e+01 | 3.500000e+01 |  29.63%
569.21/569.26	c   569s|500000 | 21030 |  6438k|  12.9 |  92M|  79 | 110 | 391 |9753 | 391 | 446 | 357 | 542k|  44k| 2.700000e+01 | 3.500000e+01 |  29.63%
580.10/580.15	c   580s|510000 | 20840 |  6549k|  12.8 |  91M|  79 |   - | 391 |9167 | 391 | 446 | 357 | 553k|  44k| 2.700000e+01 | 3.500000e+01 |  29.63%
591.61/591.63	c   592s|520000 | 20697 |  6659k|  12.8 |  92M|  79 |  69 | 391 |9642 | 391 | 446 | 357 | 564k|  45k| 2.750000e+01 | 3.500000e+01 |  27.27%
602.90/602.90	c   603s|530000 | 20740 |  6773k|  12.8 |  92M|  79 |  67 | 391 |7894 | 391 | 446 | 357 | 576k|  46k| 2.800000e+01 | 3.500000e+01 |  25.00%
613.31/613.30	c   613s|540000 | 20612 |  6877k|  12.7 |  92M|  79 |  18 | 391 |8453 | 391 | 446 | 357 | 587k|  46k| 2.800000e+01 | 3.500000e+01 |  25.00%
624.60/624.67	c   625s|550000 | 20647 |  6991k|  12.7 |  93M|  79 |   - | 391 |8480 |   0 |   0 | 357 | 598k|  47k| 2.800000e+01 | 3.500000e+01 |  25.00%
635.51/635.56	c   636s|560000 | 20526 |  7104k|  12.7 |  93M|  79 |   - | 391 |8989 | 391 | 446 | 357 | 609k|  47k| 2.800000e+01 | 3.500000e+01 |  25.00%
646.20/646.26	c   646s|570000 | 20275 |  7209k|  12.6 |  92M|  79 |   - | 391 |9376 |   0 |   0 | 357 | 622k|  47k| 2.800000e+01 | 3.500000e+01 |  25.00%
657.61/657.69	c   658s|580000 | 20207 |  7319k|  12.6 |  92M|  79 |  29 | 391 |8849 | 391 | 446 | 357 | 633k|  48k| 2.800000e+01 | 3.500000e+01 |  25.00%
669.11/669.18	c   669s|590000 | 19927 |  7432k|  12.6 |  92M|  79 |   - | 391 |8769 |   0 |   0 | 357 | 645k|  48k| 2.833333e+01 | 3.500000e+01 |  23.53%
679.40/679.47	c   679s|600000 | 19970 |  7545k|  12.6 |  93M|  79 |  39 | 391 |  10k| 391 | 446 | 357 | 656k|  48k| 2.866667e+01 | 3.500000e+01 |  22.09%
691.11/691.17	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
691.11/691.17	c   691s|610000 | 19584 |  7655k|  12.5 |  92M|  79 |   - | 391 |8208 |   0 |   0 | 357 | 667k|  49k| 2.900000e+01 | 3.500000e+01 |  20.69%
702.51/702.51	c   703s|620000 | 19415 |  7767k|  12.5 |  92M|  79 |   - | 391 |8052 | 391 | 446 | 357 | 678k|  50k| 2.900000e+01 | 3.500000e+01 |  20.69%
712.72/712.77	c   713s|630000 | 19221 |  7867k|  12.5 |  91M|  79 |  59 | 391 |8180 | 391 | 446 | 357 | 688k|  50k| 2.900000e+01 | 3.500000e+01 |  20.69%
723.61/723.64	c   724s|640000 | 18889 |  7975k|  12.5 |  90M|  79 |  34 | 391 |8025 | 391 | 446 | 357 | 699k|  50k| 2.900000e+01 | 3.500000e+01 |  20.69%
735.11/735.19	c   735s|650000 | 18508 |  8080k|  12.4 |  89M|  79 |   - | 391 |8459 | 391 | 446 | 357 | 711k|  51k| 2.900000e+01 | 3.500000e+01 |  20.69%
746.71/746.71	c   747s|660000 | 18310 |  8195k|  12.4 |  89M|  79 |  60 | 391 |9440 | 391 | 446 | 357 | 723k|  52k| 2.900000e+01 | 3.500000e+01 |  20.69%
757.41/757.48	c   757s|670000 | 18014 |  8300k|  12.4 |  88M|  79 |  55 | 391 |8668 | 391 | 446 | 357 | 735k|  52k| 2.900000e+01 | 3.500000e+01 |  20.69%
768.51/768.52	c   769s|680000 | 17760 |  8412k|  12.4 |  88M|  79 |   - | 391 |8917 | 391 | 446 | 357 | 746k|  52k| 2.936364e+01 | 3.500000e+01 |  19.20%
780.41/780.43	c   780s|690000 | 17313 |  8527k|  12.4 |  86M|  79 |   - | 391 |8894 |   0 |   0 | 357 | 757k|  53k| 2.966667e+01 | 3.500000e+01 |  17.98%
791.71/791.78	c   792s|700000 | 16917 |  8630k|  12.3 |  85M|  79 |   - | 391 |8189 |   0 |   0 | 357 | 768k|  54k| 3.000000e+01 | 3.500000e+01 |  16.67%
802.41/802.43	c   802s|710000 | 16524 |  8736k|  12.3 |  84M|  79 |  39 | 391 |7833 | 391 | 446 | 357 | 779k|  54k| 3.000000e+01 | 3.500000e+01 |  16.67%
813.71/813.79	c   814s|720000 | 15914 |  8839k|  12.3 |  82M|  79 |   - | 391 |8261 | 391 | 446 | 357 | 790k|  54k| 3.000000e+01 | 3.500000e+01 |  16.67%
820.62/820.61	o 34
820.62/820.61	c * 821s|726051 | 11669 |  8902k|  12.3 |  68M|  79 |   - | 391 |9133 | 391 | 446 | 357 | 797k|  55k| 3.000000e+01 | 3.400000e+01 |  13.33%
825.21/825.29	c   825s|730000 | 11495 |  8951k|  12.3 |  67M|  79 |  91 | 391 |9046 | 391 | 446 | 357 | 801k|  55k| 3.000000e+01 | 3.400000e+01 |  13.33%
837.21/837.25	c   837s|740000 | 10620 |  9067k|  12.2 |  64M|  79 |   - | 391 |8629 | 391 | 446 | 357 | 813k|  55k| 3.000000e+01 | 3.400000e+01 |  13.33%
848.51/848.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
848.51/848.56	c   849s|750000 |  9916 |  9185k|  12.2 |  61M|  79 |   - | 391 |8721 |   0 |   0 | 357 | 824k|  55k| 3.000000e+01 | 3.400000e+01 |  13.33%
860.91/860.92	c   861s|760000 |  9115 |  9307k|  12.2 |  58M|  79 |   7 | 391 |9141 | 391 | 446 | 357 | 836k|  56k| 3.033333e+01 | 3.400000e+01 |  12.09%
873.61/873.65	c   874s|770000 |  8205 |  9435k|  12.2 |  55M|  79 |   - | 391 |9026 |   0 |   0 | 357 | 847k|  57k| 3.066667e+01 | 3.400000e+01 |  10.87%
885.52/885.55	c   886s|780000 |  7342 |  9550k|  12.2 |  52M|  79 |  43 | 391 |8759 | 391 | 446 | 357 | 858k|  58k| 3.100000e+01 | 3.400000e+01 |   9.68%
896.72/896.76	c   897s|790000 |  6409 |  9665k|  12.2 |  48M|  79 |  38 | 391 |8373 | 391 | 446 | 357 | 870k|  58k| 3.100000e+01 | 3.400000e+01 |   9.68%
908.52/908.51	c   909s|800000 |  5647 |  9791k|  12.2 |  45M|  79 |  71 | 391 |8422 | 391 | 446 | 357 | 882k|  58k| 3.100000e+01 | 3.400000e+01 |   9.68%
920.41/920.42	c   920s|810000 |  4820 |  9916k|  12.2 |  41M|  79 |   - | 391 |9094 | 391 | 446 | 357 | 893k|  59k| 3.100000e+01 | 3.400000e+01 |   9.68%
931.51/931.55	c   932s|820000 |  3969 | 10034k|  12.2 |  37M|  79 |  67 | 391 |8694 | 391 | 446 | 357 | 905k|  59k| 3.100000e+01 | 3.400000e+01 |   9.68%
943.01/943.03	c   943s|830000 |  2926 | 10169k|  12.2 |  31M|  79 |   - | 391 |4730 | 391 | 446 | 357 | 916k|  59k| 3.200000e+01 | 3.400000e+01 |   6.25%
954.21/954.21	c   954s|840000 |  2103 | 10302k|  12.3 |  27M|  79 |   - | 391 |5994 | 391 | 446 | 357 | 927k|  60k| 3.200000e+01 | 3.400000e+01 |   6.25%
965.02/965.03	c   965s|850000 |  1525 | 10440k|  12.3 |  24M|  79 |   - | 391 |8233 | 391 | 446 | 357 | 939k|  61k| 3.200000e+01 | 3.400000e+01 |   6.25%
975.91/975.92	c   976s|860000 |  1024 | 10571k|  12.3 |  21M|  79 |   - | 391 |8764 | 391 | 446 | 357 | 950k|  61k| 3.200000e+01 | 3.400000e+01 |   6.25%
987.91/987.98	c   988s|870000 |   735 | 10707k|  12.3 |  19M|  79 | 111 | 391 |  10k| 391 | 446 | 357 | 962k|  61k| 3.200000e+01 | 3.400000e+01 |   6.25%
1001.11/1001.10	c  1001s|880000 |   330 | 10856k|  12.3 |  15M|  79 |   - | 391 |  10k|   0 |   0 | 357 | 973k|  62k| 3.200000e+01 | 3.400000e+01 |   6.25%
1006.81/1006.81	c 
1006.81/1006.81	c SCIP Status        : problem is solved [optimal solution found]
1006.81/1006.81	c Solving Time (sec) : 1006.81
1006.81/1006.81	c Solving Nodes      : 884636
1006.81/1006.81	c Primal Bound       : +3.40000000000000e+01 (14 solutions)
1006.81/1006.81	c Dual Bound         : +3.40000000000000e+01
1006.81/1006.81	c Gap                : 0.00 %
1006.81/1006.81	s OPTIMUM FOUND
1006.81/1006.81	v 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 x82 x83 x84 x85 x86 x87 x88 
1006.81/1006.81	v x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 -x111 x112 x113 x114 x115 
1006.81/1006.81	v x116 x117 x118 x119 x120 x121 -x122 x123 x124 x125 x126 -x127 -x128 x129 x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 x138 
1006.81/1006.81	v x139 x140 x141 x142 x143 x144 -x145 -x146 x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 x160 x161 
1006.81/1006.81	v x162 x163 x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 x178 x179 x180 -x181 -x182 -x183 
1006.81/1006.81	v -x184 -x185 -x186 -x187 -x188 -x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 x198 x199 x200 x201 x202 x203 x204 x205 x206 
1006.81/1006.81	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 
1006.81/1006.81	v x231 -x232 -x233 -x234 -x235 -x236 -x237 x238 x239 x240 x241 -x242 -x243 x244 x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 
1006.81/1006.81	v -x253 -x254 -x255 x256 x257 x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 x271 x272 -x273 -x274 
1006.81/1006.81	v -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x288 x289 
1006.81/1006.81	v x290 x291 x292 -x293 x294 x295 x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 x304 x305 x306 -x307 -x308 -x309 -x310 -x311 
1006.81/1006.81	v -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 
1006.81/1006.81	v -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x14 -x13 -x12 -x11 -x10 x9 -x8 -x343 x344 x345 x346 -x347 x348 
1006.81/1006.81	v x349 -x350 -x351 -x352 -x353 x354 x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 
1006.81/1006.81	v -x370 -x371 -x372 -x28 -x27 -x26 x25 x24 -x23 -x22 -x373 x374 x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 
1006.81/1006.81	v -x386 -x35 -x34 x33 -x32 -x31 x30 x29 -x387 -x388 -x389 -x390 -x391 -x42 -x41 x40 x39 -x38 -x37 x36 -x392 -x56 x55 -x54 -x53 
1006.81/1006.81	v -x52 -x51 x50 -x49 -x48 x47 x46 x45 x44 -x43 -x7 x6 -x5 -x4 -x3 x2 -x1 
1006.81/1006.81	c SCIP Status        : problem is solved [optimal solution found]
1006.81/1006.81	c Total Time         :    1006.81
1006.81/1006.81	c   solving          :    1006.81
1006.81/1006.81	c   presolving       :       0.11 (included in solving)
1006.81/1006.81	c   reading          :       0.01 (included in solving)
1006.81/1006.81	c Original Problem   :
1006.81/1006.81	c   Problem name     : HOME/instance-3486078-1307771090.opb
1006.81/1006.81	c   Variables        : 392 (392 binary, 0 integer, 0 implicit integer, 0 continuous)
1006.81/1006.81	c   Constraints      : 679 initial, 679 maximal
1006.81/1006.81	c Presolved Problem  :
1006.81/1006.81	c   Problem name     : t_HOME/instance-3486078-1307771090.opb
1006.81/1006.81	c   Variables        : 391 (391 binary, 0 integer, 0 implicit integer, 0 continuous)
1006.81/1006.81	c   Constraints      : 371 initial, 11243 maximal
1006.81/1006.81	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
1006.81/1006.81	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
1006.81/1006.81	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
1006.81/1006.81	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
1006.81/1006.81	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
1006.81/1006.81	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
1006.81/1006.81	c   probing          :       0.09          1          0          0          0          0          0          0          0          0
1006.81/1006.81	c   knapsack         :       0.00          0          0          0          0          0          0          0         21         77
1006.81/1006.81	c   linear           :       0.01          0          0          0          0          0        308          0         56         56
1006.81/1006.81	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
1006.81/1006.81	c   root node        :          -         19          -          -         19          -          -          -          -          -
1006.81/1006.81	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
1006.81/1006.81	c   integral         :          0          0          0     507423          0         23          0        551      51763          0          0     988886
1006.81/1006.81	c   knapsack         :         63         15    4039644          0          0         20    2361031      27255    1441385        664          0          0
1006.81/1006.81	c   linear           :        308+        16    4014344          0          0         11    1847846     203895   12730078          0          0          0
1006.81/1006.81	c   logicor          :          0+        15    2627657          0          0          0    4035374      16259    5002273          0          0          0
1006.81/1006.81	c   countsols        :          0          0          0          3          0         13          0          0          0          0          0          0
1006.81/1006.81	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
1006.81/1006.81	c   integral         :      66.25       0.00       0.00      66.25       0.00       0.00       0.00
1006.81/1006.81	c   knapsack         :      24.54       0.01      23.15       0.00       0.00       0.00       1.38
1006.81/1006.81	c   linear           :     184.06       0.00     181.39       0.00       0.00       0.00       2.66
1006.81/1006.81	c   logicor          :      92.63       0.00      90.31       0.00       0.00       0.00       2.32
1006.81/1006.81	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
1006.81/1006.81	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
1006.81/1006.81	c   vbounds          :          0          0          0          0
1006.81/1006.81	c   rootredcost      :         13          0          0          2
1006.81/1006.81	c   pseudoobj        :    4042257     302869        874     109956
1006.81/1006.81	c Propagator Timings :  TotalTime  Propagate    Resprop
1006.81/1006.81	c   vbounds          :       0.53       0.53       0.00
1006.81/1006.81	c   rootredcost      :       0.57       0.57       0.00
1006.81/1006.81	c   pseudoobj        :       2.79       2.70       0.09
1006.81/1006.81	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1006.81/1006.81	c   propagation      :      11.24     248282     248006    2056397       25.3       9965       15.4          -
1006.81/1006.81	c   infeasible LP    :       6.81     123971     123971     463936       18.0       9690       15.5          0
1006.81/1006.81	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1006.81/1006.81	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1006.81/1006.81	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1006.81/1006.81	c   applied globally :          -          -          -     979064       19.4          -          -          -
1006.81/1006.81	c   applied locally  :          -          -          -          0        0.0          -          -          -
1006.81/1006.81	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1006.81/1006.81	c   cut pool         :       0.00         14          -          -       3608          -    (maximal pool size: 4262)
1006.81/1006.81	c   redcost          :       3.71     533150          0      36157          0          0
1006.81/1006.81	c   impliedbounds    :       0.00         15          0          0         19          0
1006.81/1006.81	c   intobj           :       0.00          0          0          0          0          0
1006.81/1006.81	c   gomory           :       0.06         15          0          0        348          0
1006.81/1006.81	c   cgmip            :       0.00          0          0          0          0          0
1006.81/1006.81	c   closecuts        :       0.00          0          0          0          0          0
1006.81/1006.81	c   strongcg         :       0.06         15          0          0        438          0
1006.81/1006.81	c   cmir             :       0.22         10          0          0       2569          0
1006.81/1006.81	c   flowcover        :       0.16         10          0          0       2002          0
1006.81/1006.81	c   clique           :       0.00          1          0          0          0          0
1006.81/1006.81	c   zerohalf         :       0.00          0          0          0          0          0
1006.81/1006.81	c   mcf              :       0.00          1          0          0          0          0
1006.81/1006.81	c   oddcycle         :       0.00          0          0          0          0          0
1006.81/1006.81	c   rapidlearning    :       0.10          1          0          0          0        131
1006.81/1006.81	c Pricers            :       Time      Calls       Vars
1006.81/1006.81	c   problem variables:       0.00          0          0
1006.81/1006.81	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1006.81/1006.81	c   relpscost        :      65.93     507420        551      51763          0          0     988886
1006.81/1006.81	c   pscost           :       0.00          0          0          0          0          0          0
1006.81/1006.81	c   inference        :       0.00          0          0          0          0          0          0
1006.81/1006.81	c   mostinf          :       0.00          0          0          0          0          0          0
1006.81/1006.81	c   leastinf         :       0.00          0          0          0          0          0          0
1006.81/1006.81	c   fullstrong       :       0.00          0          0          0          0          0          0
1006.81/1006.81	c   allfullstrong    :       0.00          0          0          0          0          0          0
1006.81/1006.81	c   random           :       0.00          0          0          0          0          0          0
1006.81/1006.81	c Primal Heuristics  :       Time      Calls      Found
1006.81/1006.81	c   LP solutions     :       0.03          -          3
1006.81/1006.81	c   pseudo solutions :       0.00          -          0
1006.81/1006.81	c   oneopt           :       0.23         14          0
1006.81/1006.81	c   feaspump         :       0.12          5          0
1006.81/1006.81	c   crossover        :       0.94         19          1
1006.81/1006.81	c   fracdiving       :       1.74        872          2
1006.81/1006.81	c   linesearchdiving :       3.47        872          2
1006.81/1006.81	c   guideddiving     :       2.04        872          0
1006.81/1006.81	c   pscostdiving     :       3.68        872          1
1006.81/1006.81	c   veclendiving     :       3.51        872          2
1006.81/1006.81	c   coefdiving       :       1.85        873          2
1006.81/1006.81	c   objpscostdiving  :       2.27        437          0
1006.81/1006.81	c   rootsoldiving    :       2.36        437          0
1006.81/1006.81	c   trivial          :       0.00          2          0
1006.81/1006.81	c   shiftandpropagate:       0.01          1          0
1006.81/1006.81	c   simplerounding   :       0.13          0          0
1006.81/1006.81	c   zirounding       :       0.18       1000          0
1006.81/1006.81	c   rounding         :       0.64      10174          0
1006.81/1006.81	c   shifting         :       6.13       3161          0
1006.81/1006.81	c   intshifting      :       0.01          0          0
1006.81/1006.81	c   twoopt           :       0.00          0          0
1006.81/1006.81	c   fixandinfer      :       0.00          0          0
1006.81/1006.81	c   clique           :       0.00          0          0
1006.81/1006.81	c   intdiving        :       0.00          0          0
1006.81/1006.81	c   actconsdiving    :       0.00          0          0
1006.81/1006.81	c   octane           :       0.00          0          0
1006.81/1006.81	c   rens             :       0.00          0          0
1006.81/1006.81	c   rins             :       0.00          0          0
1006.81/1006.81	c   localbranching   :       0.00          0          0
1006.81/1006.81	c   mutation         :       0.00          0          0
1006.81/1006.81	c   dins             :       0.00          0          0
1006.81/1006.81	c   vbounds          :       0.00          0          0
1006.81/1006.81	c   undercover       :       0.00          0          0
1006.81/1006.81	c   subnlp           :       0.12          0          0
1006.81/1006.81	c   trysol           :       0.16          0          0
1006.81/1006.81	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1006.81/1006.81	c   primal LP        :       0.00          0          0       0.00          -
1006.81/1006.81	c   dual LP          :     383.21     729928   10617923      14.55   27707.93
1006.81/1006.81	c   lex dual LP      :       0.00          0          0       0.00          -
1006.81/1006.81	c   barrier LP       :       0.00          0          0       0.00          -
1006.81/1006.81	c   diving/probing LP:      13.32      28859     306176      10.61   22981.18
1006.81/1006.81	c   strong branching :      56.26      62397     740699      11.87   13166.05
1006.81/1006.81	c     (at root node) :          -         14       3445     246.07          -
1006.81/1006.81	c   conflict analysis:       0.00          0          0       0.00          -
1006.81/1006.81	c B&B Tree           :
1006.81/1006.81	c   number of runs   :          1
1006.81/1006.81	c   nodes            :     884636
1006.81/1006.81	c   nodes (total)    :     884636
1006.81/1006.81	c   nodes left       :          0
1006.81/1006.81	c   max depth        :         79
1006.81/1006.81	c   max depth (total):         79
1006.81/1006.81	c   backtracks       :     177011 (20.0%)
1006.81/1006.81	c   delayed cutoffs  :      91660
1006.81/1006.81	c   repropagations   :    1001464 (5633933 domain reductions, 69201 cutoffs)
1006.81/1006.81	c   avg switch length:       6.82
1006.81/1006.81	c   switching time   :     132.43
1006.81/1006.81	c Solution           :
1006.81/1006.81	c   Solutions found  :         14 (14 improvements)
1006.81/1006.81	c   First Solution   : +9.50000000000000e+01   (in run 1, after 1 nodes, 0.31 seconds, depth 0, found by <trysol>)
1006.81/1006.81	c   Primal Bound     : +3.40000000000000e+01   (in run 1, after 726051 nodes, 820.60 seconds, depth 27, found by <relaxation>)
1006.81/1006.81	c   Dual Bound       : +3.40000000000000e+01
1006.81/1006.81	c   Gap              :       0.00 %
1006.81/1006.81	c   Root Dual Bound  : +8.00000000000001e+00
1006.81/1006.81	c   Root Iterations  :       4512
1006.81/1006.84	c Time complete: 1006.85.

Verifier Data

OK	34

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 988)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3486078-1307771090/watcher-3486078-1307771090 -o /tmp/evaluation-result-3486078-1307771090/solver-3486078-1307771090 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3486078-1307771090.opb -t 1800 -m 15500 

running on 4 cores: 0,2,4,6

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.00 1.93 2/177 18449
/proc/meminfo: memFree=31599548/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=9836 CPUtime=0 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 1474 0 0 0 0 0 0 0 25 0 1 0 888711608 10072064 1429 33554432000 4194304 8979876 140737275491232 18446744073709551615 7790414 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/18449/statm: 2459 1429 366 1169 0 1286 0

[startup+0.0363051 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 18449
/proc/meminfo: memFree=31599548/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=20976 CPUtime=0.03 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 4323 0 0 0 3 0 0 0 25 0 1 0 888711608 21479424 4021 33554432000 4194304 8979876 140737275491232 18446744073709551615 5213346 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18449/statm: 5244 4021 526 1169 0 4071 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 20976

[startup+0.100319 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 18449
/proc/meminfo: memFree=31599548/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=20976 CPUtime=0.09 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 4323 0 0 0 9 0 0 0 25 0 1 0 888711608 21479424 4021 33554432000 4194304 8979876 140737275491232 18446744073709551615 4222985 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18449/statm: 5244 4021 526 1169 0 4071 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 20976

[startup+0.30028 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 18449
/proc/meminfo: memFree=31599548/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=37316 CPUtime=0.28 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 8440 0 0 0 28 0 0 0 18 0 1 0 888711608 38211584 8077 33554432000 4194304 8979876 140737275491232 18446744073709551615 5313822 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18449/statm: 9329 8077 692 1169 0 8156 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 37316

[startup+0.701198 s]
/proc/loadavg: 2.00 2.00 1.93 2/177 18449
/proc/meminfo: memFree=31599548/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=37044 CPUtime=0.69 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 8726 0 0 0 69 0 0 0 18 0 1 0 888711608 37933056 8006 33554432000 4194304 8979876 140737275491232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18449/statm: 9261 8006 703 1169 0 8088 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37044

[startup+1.50106 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18450
/proc/meminfo: memFree=31547360/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=37276 CPUtime=1.49 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 8839 0 0 0 147 2 0 0 19 0 1 0 888711608 38170624 8119 33554432000 4194304 8979876 140737275491232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18449/statm: 9319 8119 707 1169 0 8146 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 37276

[startup+3.10078 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18450
/proc/meminfo: memFree=31543532/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=37276 CPUtime=3.09 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 8840 0 0 0 304 5 0 0 24 0 1 0 888711608 38170624 8120 33554432000 4194304 8979876 140737275491232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18449/statm: 9319 8120 708 1169 0 8146 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37276

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18450
/proc/meminfo: memFree=31543036/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=37276 CPUtime=6.29 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 8859 0 0 0 618 11 0 0 25 0 1 0 888711608 38170624 8139 33554432000 4194304 8979876 140737275491232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18449/statm: 9319 8139 709 1169 0 8146 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37276

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18450
/proc/meminfo: memFree=31541600/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=38336 CPUtime=12.69 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 13217 0 0 0 1245 24 0 0 25 0 1 0 888711608 39256064 8663 33554432000 4194304 8979876 140737275491232 18446744073709551615 5269956 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18449/statm: 9584 8663 718 1169 0 8411 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38336

[startup+25.5008 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18450
/proc/meminfo: memFree=31538964/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=41508 CPUtime=25.5 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 25255 0 0 0 2498 52 0 0 25 0 1 0 888711608 42504192 9463 33554432000 4194304 8979876 140737275491232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18449/statm: 10377 9463 718 1169 0 9204 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 41508

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18451
/proc/meminfo: memFree=31522900/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=51644 CPUtime=51.09 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 37493 0 0 0 5015 94 0 0 25 0 1 0 888711608 52883456 11988 33554432000 4194304 8979876 140737275491232 18446744073709551615 7841395 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18449/statm: 12911 11988 721 1169 0 11738 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 51644

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 1.93 3/178 18452
/proc/meminfo: memFree=31486848/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=72676 CPUtime=102.3 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 44588 0 0 0 10059 171 0 0 25 0 1 0 888711608 74420224 17290 33554432000 4194304 8979876 140737275491232 18446744073709551615 6458787 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18449/statm: 18169 17290 718 1169 0 16996 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 72676

[startup+162.301 s]
/proc/loadavg: 2.04 2.01 1.94 3/178 18454
/proc/meminfo: memFree=31458164/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=89116 CPUtime=162.29 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 57501 0 0 0 15974 255 0 0 25 0 1 0 888711608 91254784 21420 33554432000 4194304 8979876 140737275491232 18446744073709551615 7179163 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18449/statm: 22279 21420 726 1169 0 21106 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 89116

[startup+222.301 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 18456
/proc/meminfo: memFree=31429836/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=104168 CPUtime=222.29 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 70737 0 0 0 21895 334 0 0 25 0 1 0 888711608 106668032 25168 33554432000 4194304 8979876 140737275491232 18446744073709551615 4347916 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18449/statm: 26042 25168 719 1169 0 24869 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 104168

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18457
/proc/meminfo: memFree=31416896/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=110500 CPUtime=282.29 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 86044 0 0 0 27813 416 0 0 25 0 1 0 888711608 113152000 26762 33554432000 4194304 8979876 140737275491232 18446744073709551615 4349888 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18449/statm: 27625 26762 718 1169 0 26452 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 110500

[startup+342.301 s]
/proc/loadavg: 2.03 2.01 1.94 4/178 18459
/proc/meminfo: memFree=31403452/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=119252 CPUtime=342.3 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 89042 0 0 0 33739 491 0 0 25 0 1 0 888711608 122114048 28912 33554432000 4194304 8979876 140737275491232 18446744073709551615 4455407 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18449/statm: 29813 28912 718 1169 0 28640 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 119252

[startup+402.3 s]
/proc/loadavg: 2.01 2.01 1.94 3/178 18460
/proc/meminfo: memFree=31389652/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=128764 CPUtime=402.3 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 94104 0 0 0 39663 567 0 0 25 0 1 0 888711608 131854336 31274 33554432000 4194304 8979876 140737275491232 18446744073709551615 5309397 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18449/statm: 32191 31274 718 1169 0 31018 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 128764

[startup+462.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18462
/proc/meminfo: memFree=31379808/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=135624 CPUtime=462.3 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 96533 0 0 0 45588 642 0 0 25 0 1 0 888711608 138878976 33038 33554432000 4194304 8979876 140737275491232 18446744073709551615 4887680 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18449/statm: 33906 33038 718 1169 0 32733 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 135624

[startup+522.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18464
/proc/meminfo: memFree=31377172/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=138368 CPUtime=522.31 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 97222 0 0 0 51516 715 0 0 25 0 1 0 888711608 141688832 33721 33554432000 4194304 8979876 140737275491232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18449/statm: 34592 33721 718 1169 0 33419 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 138368

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18465
/proc/meminfo: memFree=31370056/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=144216 CPUtime=582.3 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 98603 0 0 0 57439 791 0 0 25 0 1 0 888711608 147677184 35100 33554432000 4194304 8979876 140737275491232 18446744073709551615 5371760 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18449/statm: 36054 35100 718 1169 0 34881 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 144216

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18467
/proc/meminfo: memFree=31366048/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=147448 CPUtime=642.31 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 99470 0 0 0 63368 863 0 0 25 0 1 0 888711608 150986752 35950 33554432000 4194304 8979876 140737275491232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18449/statm: 36862 35950 718 1169 0 35689 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 147448

[startup+702.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18468
/proc/meminfo: memFree=31365148/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=148116 CPUtime=702.31 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 102224 0 0 0 69298 933 0 0 25 0 1 0 888711608 151670784 36075 33554432000 4194304 8979876 140737275491232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18449/statm: 37029 36075 718 1169 0 35856 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 148116

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18470
/proc/meminfo: memFree=31363760/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=148336 CPUtime=762.32 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 102347 0 0 0 75229 1003 0 0 25 0 1 0 888711608 151896064 36198 33554432000 4194304 8979876 140737275491232 18446744073709551615 5284801 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18449/statm: 37084 36198 718 1169 0 35911 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 148336

[startup+822.3 s]
/proc/loadavg: 2.00 2.00 1.94 3/178 18472
/proc/meminfo: memFree=31354932/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=148356 CPUtime=822.31 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 103864 0 0 0 81160 1071 0 0 25 0 1 0 888711608 151916544 36132 33554432000 4194304 8979876 140737275491232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18449/statm: 37089 36132 718 1169 0 35916 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 148356

[startup+882.301 s]
/proc/loadavg: 2.04 2.01 1.95 3/178 18473
/proc/meminfo: memFree=31346848/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=148480 CPUtime=882.32 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 111592 0 0 0 87095 1137 0 0 25 0 1 0 888711608 152043520 36178 33554432000 4194304 8979876 140737275491232 18446744073709551615 4653768 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18449/statm: 37120 36178 718 1169 0 35947 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 148480

[startup+942.301 s]
/proc/loadavg: 2.01 2.01 1.95 3/178 18475
/proc/meminfo: memFree=31333528/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=148168 CPUtime=942.32 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 113354 0 0 0 93028 1204 0 0 25 0 1 0 888711608 151724032 36123 33554432000 4194304 8979876 140737275491232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 2 0 0 0
/proc/18449/statm: 37042 36123 718 1169 0 35869 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 148168

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 18485
/proc/meminfo: memFree=31323236/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=148684 CPUtime=1002.31 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 113487 0 0 0 98946 1285 0 0 25 0 1 0 888711608 152252416 36256 33554432000 4194304 8979876 140737275491232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18449/statm: 37171 36256 718 1169 0 35998 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 148684

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

[startup+1004.7 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 18486
/proc/meminfo: memFree=31322988/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=148684 CPUtime=1004.71 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 113519 0 0 0 99183 1288 0 0 25 0 1 0 888711608 152252416 36288 33554432000 4194304 8979876 140737275491232 18446744073709551615 5276722 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18449/statm: 37171 36288 718 1169 0 35998 0
Current children cumulated CPU time (s) 1004.71
Current children cumulated vsize (KiB) 148684

[startup+1005.5 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 18486
/proc/meminfo: memFree=31322864/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=148684 CPUtime=1005.51 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 113519 0 0 0 99262 1289 0 0 25 0 1 0 888711608 152252416 36288 33554432000 4194304 8979876 140737275491232 18446744073709551615 5270159 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18449/statm: 37171 36288 718 1169 0 35998 0
Current children cumulated CPU time (s) 1005.51
Current children cumulated vsize (KiB) 148684

[startup+1006.3 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 18486
/proc/meminfo: memFree=31322864/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=148684 CPUtime=1006.31 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 113519 0 0 0 99341 1290 0 0 25 0 1 0 888711608 152252416 36288 33554432000 4194304 8979876 140737275491232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18449/statm: 37171 36288 718 1169 0 35998 0
Current children cumulated CPU time (s) 1006.31
Current children cumulated vsize (KiB) 148684

[startup+1006.7 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 18486
/proc/meminfo: memFree=31322616/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=148684 CPUtime=1006.71 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 113519 0 0 0 99381 1290 0 0 25 0 1 0 888711608 152252416 36288 33554432000 4194304 8979876 140737275491232 18446744073709551615 7890762 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18449/statm: 37171 36288 718 1169 0 35998 0
Current children cumulated CPU time (s) 1006.71
Current children cumulated vsize (KiB) 148684

[startup+1006.8 s]
/proc/loadavg: 2.00 2.00 1.95 3/178 18486
/proc/meminfo: memFree=31322616/32951124 swapFree=67052812/67111528
[pid=18449] ppid=18447 vsize=148684 CPUtime=1006.81 cores=0,2,4,6
/proc/18449/stat : 18449 (scip-2.0.1.4_2.) R 18447 18449 15120 0 -1 4202496 113519 0 0 0 99391 1290 0 0 25 0 1 0 888711608 152252416 36288 33554432000 4194304 8979876 140737275491232 18446744073709551615 5381855 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/18449/statm: 37171 36288 718 1169 0 35998 0
Current children cumulated CPU time (s) 1006.81
Current children cumulated vsize (KiB) 148684

Child status: 0
Real time (s): 1006.85
CPU time (s): 1006.86
CPU user time (s): 993.945
CPU system time (s): 12.915
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 159492

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

runsolver used 1.52077 second user time and 3.06653 second system time

The end

Launcher Data

Begin job on node103 at 2011-06-11 07:44:50
IDJOB=3486078
IDBENCH=2642
IDSOLVER=1977
FILE ID=node103/3486078-1307771090
RUNJOBID= node103-1307767493-18161
PBS_JOBID= 13550857
Free space on /tmp= 74056 MiB

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

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

MD5SUM BENCH= 6d3802f2f17c83a21ccf6c0752b41678
RANDOM SEED=1340545205

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

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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.75
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.858
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.83
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.858
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31608656 kB
Buffers:        272956 kB
Cached:         826436 kB
SwapCached:      22864 kB
Active:         520732 kB
Inactive:       613856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31608656 kB
SwapTotal:    67111528 kB
SwapFree:     67052812 kB
Dirty:           33460 kB
Writeback:           0 kB
AnonPages:       31844 kB
Mapped:          10124 kB
Slab:           143004 kB
PageTables:       4448 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   214512 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= 74036 MiB
End job on node103 at 2011-06-11 08:01:37