Trace number 3734010

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
PB11: SCIP spx E_2 2011-06-10 (fixed)OPT34 856.626 856.815

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 benchmark5.9101
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.5 [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-3734010-1338712065.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.03	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.03	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.12	c    (0.1s) probing: 185/392 (47.2%) - 1 fixings, 0 aggregations, 357 implications, 0 bound changes
0.09/0.12	c    (0.1s) probing aborted: 100/100 successive totally useless probings
0.09/0.12	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.13	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.13	c presolving (7 rounds):
0.09/0.13	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.13	c  1036 implications, 0 cliques
0.09/0.13	c presolved problem has 391 variables (391 bin, 0 int, 0 impl, 0 cont) and 371 constraints
0.09/0.13	c      63 constraints of type <knapsack>
0.09/0.13	c     308 constraints of type <linear>
0.09/0.13	c transformed objective value is always integral (scale: 1)
0.09/0.13	c Presolving Time: 0.11
0.09/0.13	c - non default parameters ----------------------------------------------------------------------
0.09/0.13	c # SCIP version 2.0.1.5
0.09/0.13	c 
0.09/0.13	c # frequency for displaying node information lines
0.09/0.13	c # [type: int, range: [-1,2147483647], default: 100]
0.09/0.13	c display/freq = 10000
0.09/0.13	c 
0.09/0.13	c # maximal time in seconds to run
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/time = 1797
0.09/0.13	c 
0.09/0.13	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.09/0.13	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.09/0.13	c limits/memory = 13950
0.09/0.13	c 
0.09/0.13	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.09/0.13	c # [type: int, range: [1,2], default: 1]
0.09/0.13	c timing/clocktype = 2
0.09/0.13	c 
0.09/0.13	c # belongs reading time to solving time?
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c timing/reading = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify inequalities
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/linear/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/indicator/addCouplingCons = TRUE
0.09/0.13	c 
0.09/0.13	c # should presolving try to simplify knapsacks
0.09/0.13	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.09/0.13	c constraints/knapsack/simplifyinequalities = TRUE
0.09/0.13	c 
0.09/0.13	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.09/0.13	c # [type: int, range: [-1,2147483647], default: -1]
0.09/0.13	c separating/rapidlearning/freq = 0
0.09/0.13	c 
0.09/0.13	c -----------------------------------------------------------------------------------------------
0.09/0.13	c start solving
0.09/0.13	c 
0.09/0.14	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.14	c   0.1s|     1 |     0 |   277 |     - |3110k|   0 | 244 | 391 | 383 | 391 | 371 |   0 |  12 |   0 | 7.000000e+00 |      --      |    Inf 
0.29/0.33	o 95
0.29/0.33	c y 0.3s|     1 |     0 |  2037 |     - |3680k|   0 | 244 | 391 | 383 | 391 | 371 |   0 |  12 |   0 | 7.000000e+00 | 9.500000e+01 |1257.14%
0.29/0.34	c   0.3s|     1 |     0 |  2053 |     - |3682k|   0 | 242 | 391 | 514 | 391 | 391 |  20 |  12 |   0 | 7.000000e+00 | 9.500000e+01 |1257.14%
0.29/0.38	c   0.4s|     1 |     0 |  2082 |     - |4127k|   0 | 250 | 391 | 514 | 391 | 417 |  46 |  12 |   0 | 7.000000e+00 | 9.500000e+01 |1257.14%
0.39/0.43	c   0.4s|     1 |     0 |  2201 |     - |4478k|   0 | 248 | 391 | 514 | 391 | 441 |  70 |  12 |   0 | 7.000000e+00 | 9.500000e+01 |1257.14%
0.39/0.48	c   0.5s|     1 |     0 |  2349 |     - |4880k|   0 | 246 | 391 | 514 | 391 | 471 | 100 |  12 |   0 | 7.000000e+00 | 9.500000e+01 |1257.14%
0.49/0.54	c   0.5s|     1 |     0 |  2550 |     - |5298k|   0 | 257 | 391 | 514 | 391 | 504 | 133 |  12 |   0 | 7.000244e+00 | 9.500000e+01 |1257.10%
0.59/0.61	c   0.6s|     1 |     0 |  2738 |     - |5692k|   0 | 252 | 391 | 514 | 391 | 537 | 166 |  12 |   0 | 7.005525e+00 | 9.500000e+01 |1256.07%
0.59/0.67	c   0.7s|     1 |     0 |  2913 |     - |6072k|   0 | 253 | 391 | 514 | 391 | 571 | 200 |  12 |   0 | 7.007609e+00 | 9.500000e+01 |1255.67%
0.69/0.75	c   0.7s|     1 |     0 |  3109 |     - |6380k|   0 | 259 | 391 | 514 | 391 | 606 | 235 |  12 |   0 | 7.666667e+00 | 9.500000e+01 |1139.13%
0.79/0.83	c   0.8s|     1 |     0 |  3333 |     - |6644k|   0 | 255 | 391 | 514 | 391 | 634 | 263 |  12 |   0 | 7.666667e+00 | 9.500000e+01 |1139.13%
0.89/0.91	c   0.9s|     1 |     0 |  3645 |     - |6882k|   0 | 235 | 391 | 514 | 391 | 665 | 294 |  12 |   0 | 8.000000e+00 | 9.500000e+01 |1087.50%
0.89/0.95	c   0.9s|     1 |     0 |  3888 |     - |6887k|   0 | 239 | 391 | 514 | 391 | 682 | 311 |  12 |   0 | 8.000000e+00 | 9.500000e+01 |1087.50%
0.89/0.97	c   1.0s|     1 |     0 |  3982 |     - |6896k|   0 | 241 | 391 | 514 | 391 | 693 | 322 |  12 |   0 | 8.000000e+00 | 9.500000e+01 |1087.50%
0.99/1.01	c   1.0s|     1 |     0 |  4181 |     - |6903k|   0 | 239 | 391 | 514 | 391 | 701 | 330 |  12 |   0 | 8.000000e+00 | 9.500000e+01 |1087.50%
0.99/1.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.99/1.04	c   1.0s|     1 |     0 |  4394 |     - |6914k|   0 | 232 | 391 | 514 | 391 | 633 | 343 |  12 |   0 | 8.000000e+00 | 9.500000e+01 |1087.50%
0.99/1.07	c   1.1s|     1 |     0 |  4512 |     - |6942k|   0 | 240 | 391 | 514 | 391 | 647 | 357 |  12 |   0 | 8.000000e+00 | 9.500000e+01 |1087.50%
1.29/1.31	c   1.3s|     1 |     2 |  4512 |     - |6943k|   0 | 240 | 391 | 514 | 391 | 647 | 357 |  12 |  14 | 8.000000e+00 | 9.500000e+01 |1087.50%
3.19/3.25	o 65
3.19/3.25	c c 3.3s|    21 |    20 |  5349 |  41.9 |7042k|  19 |   - | 391 | 531 | 391 | 446 | 357 |  29 | 855 | 8.000000e+00 | 6.500000e+01 | 712.50%
10.29/10.32	o 60
10.29/10.32	c c10.3s|  4222 |  1553 | 67890 |  15.0 |9375k|  45 |   - | 391 |2342 | 391 | 446 | 357 |2753 |2279 | 9.000000e+00 | 6.000000e+01 | 566.67%
10.78/10.83	o 58
10.78/10.83	c v10.8s|  4537 |  1649 | 76575 |  15.9 |9503k|  45 |   - | 391 |2238 | 391 | 446 | 357 |3020 |2287 | 1.000000e+01 | 5.800000e+01 | 480.00%
11.28/11.39	o 57
11.28/11.39	c C11.4s|  4737 |  1708 | 85511 |  17.1 |9652k|  45 | 157 | 391 |2250 | 391 | 446 | 357 |3256 |2387 | 1.000000e+01 | 5.700000e+01 | 470.00%
14.19/14.27	o 51
14.19/14.27	c v14.3s|  6190 |  2125 |135042 |  21.1 |  10M|  45 |   - | 391 |2261 | 391 | 446 | 357 |4895 |2583 | 1.000000e+01 | 5.100000e+01 | 410.00%
20.38/20.40	o 49
20.38/20.40	c c20.4s|  9312 |  3155 |233451 |  24.6 |  12M|  45 |   - | 391 |2584 | 391 | 446 | 357 |8321 |3071 | 1.100000e+01 | 4.900000e+01 | 345.45%
21.69/21.72	c  21.7s| 10000 |  3316 |251831 |  24.7 |  13M|  45 |   - | 391 |2517 | 391 | 446 | 357 |9081 |3276 | 1.100000e+01 | 4.900000e+01 | 345.45%
22.38/22.47	o 46
22.38/22.47	c l22.5s| 10381 |  3341 |262549 |  24.9 |  13M|  45 |   - | 391 |2534 | 391 | 446 | 357 |9499 |3422 | 1.100000e+01 | 4.600000e+01 | 318.18%
23.29/23.39	o 44
23.29/23.39	c p23.4s| 10825 |  3360 |273926 |  24.9 |  13M|  45 |   - | 391 |2679 | 391 | 446 | 357 |9987 |3618 | 1.100000e+01 | 4.400000e+01 | 300.00%
24.09/24.10	o 43
24.09/24.10	c f24.1s| 11141 |  3331 |281816 |  24.9 |  13M|  45 |   - | 391 |2743 | 391 | 446 | 357 |  10k|3841 | 1.100000e+01 | 4.300000e+01 | 290.91%
28.08/28.14	o 42
28.08/28.14	c *28.1s| 13689 |  3526 |339304 |  24.5 |  14M|  57 |   - | 391 |2955 | 391 | 446 | 357 |  13k|4236 | 1.100000e+01 | 4.200000e+01 | 281.82%
36.96/37.02	c  37.0s| 20000 |  4708 |470253 |  23.3 |  17M|  57 | 129 | 391 |3472 | 391 | 446 | 357 |  19k|4988 | 1.200000e+01 | 4.200000e+01 | 250.00%
38.37/38.44	o 41
38.37/38.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
38.37/38.44	c c38.4s| 21105 |  4648 |493613 |  23.2 |  17M|  57 |   - | 391 |3624 | 391 | 446 | 357 |  20k|4989 | 1.200000e+01 | 4.100000e+01 | 241.67%
48.67/48.77	c  48.8s| 30000 |  5533 |654609 |  21.7 |  20M|  59 |   - | 391 |4134 | 391 | 446 | 357 |  30k|4991 | 1.300000e+01 | 4.100000e+01 | 215.38%
61.96/62.07	c  62.1s| 40000 |  6945 |847503 |  21.1 |  24M|  71 |   - | 391 |5743 |   0 |   0 | 357 |  41k|6514 | 1.500000e+01 | 4.100000e+01 | 173.33%
74.16/74.23	c  74.2s| 50000 |  7801 |  1002k|  20.0 |  26M|  71 |   - | 391 |5221 | 391 | 446 | 357 |  52k|8068 | 1.600000e+01 | 4.100000e+01 | 156.25%
85.87/85.96	c  86.0s| 60000 |  8413 |  1152k|  19.1 |  29M|  71 |   - | 391 |6399 | 391 | 446 | 357 |  63k|9482 | 1.620000e+01 | 4.100000e+01 | 153.09%
97.16/97.27	c  97.3s| 70000 |  9100 |  1296k|  18.5 |  32M|  71 |  88 | 391 |6766 | 391 | 446 | 357 |  75k|  10k| 1.700000e+01 | 4.100000e+01 | 141.18%
107.95/108.05	c   108s| 80000 |  9825 |  1432k|  17.8 |  34M|  73 |   - | 391 |6790 |   0 |   0 | 357 |  86k|  11k| 1.800000e+01 | 4.100000e+01 | 127.78%
119.56/119.69	c   120s| 90000 | 10634 |  1574k|  17.4 |  37M|  73 | 125 | 391 |6758 | 391 | 446 | 357 |  98k|  13k| 1.900000e+01 | 4.100000e+01 | 115.79%
131.26/131.33	c   131s|100000 | 11712 |  1722k|  17.2 |  41M|  73 |  51 | 391 |7180 | 391 | 446 | 357 | 109k|  14k| 1.900000e+01 | 4.100000e+01 | 115.79%
142.36/142.49	c   142s|110000 | 12439 |  1864k|  16.9 |  44M|  73 |   - | 391 |8886 | 391 | 446 | 357 | 121k|  15k| 2.000000e+01 | 4.100000e+01 | 105.00%
153.25/153.33	c   153s|120000 | 13163 |  1994k|  16.6 |  47M|  73 | 114 | 391 |8801 | 391 | 446 | 357 | 133k|  16k| 2.100000e+01 | 4.100000e+01 |  95.24%
165.05/165.11	c   165s|130000 | 14109 |  2132k|  16.4 |  49M|  73 |  95 | 391 |6418 | 391 | 446 | 357 | 145k|  17k| 2.100000e+01 | 4.100000e+01 |  95.24%
175.75/175.90	c   176s|140000 | 15308 |  2274k|  16.2 |  53M|  73 |   - | 391 |7009 | 391 | 446 | 357 | 157k|  18k| 2.200000e+01 | 4.100000e+01 |  86.36%
186.25/186.38	c   186s|150000 | 16528 |  2417k|  16.1 |  56M|  73 |   - | 391 |6346 | 391 | 446 | 357 | 168k|  18k| 2.233333e+01 | 4.100000e+01 |  83.58%
197.14/197.28	c   197s|160000 | 17153 |  2551k|  15.9 |  59M|  73 |   - | 391 |7477 | 391 | 446 | 357 | 180k|  19k| 2.300000e+01 | 4.100000e+01 |  78.26%
208.34/208.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
208.34/208.40	c   208s|170000 | 18079 |  2683k|  15.8 |  62M|  73 |  42 | 391 |7709 | 391 | 446 | 357 | 193k|  20k| 2.300000e+01 | 4.100000e+01 |  78.26%
218.95/219.04	c   219s|180000 | 18944 |  2809k|  15.6 |  65M|  73 |  73 | 391 |7960 | 391 | 446 | 357 | 205k|  21k| 2.300000e+01 | 4.100000e+01 |  78.26%
229.75/229.88	c   230s|190000 | 19886 |  2943k|  15.5 |  67M|  73 |  60 | 391 |7624 | 391 | 446 | 357 | 217k|  22k| 2.366667e+01 | 4.100000e+01 |  73.24%
240.14/240.23	c   240s|200000 | 20328 |  3065k|  15.3 |  70M|  81 |   - | 391 |8921 | 391 | 446 | 357 | 229k|  22k| 2.400000e+01 | 4.100000e+01 |  70.83%
251.54/251.69	c   252s|210000 | 20734 |  3194k|  15.2 |  71M|  81 |  86 | 391 |7447 | 391 | 446 | 357 | 242k|  23k| 2.400000e+01 | 4.100000e+01 |  70.83%
262.13/262.24	c   262s|220000 | 21161 |  3322k|  15.1 |  73M|  81 |   - | 391 |8078 | 391 | 446 | 357 | 255k|  24k| 2.400000e+01 | 4.100000e+01 |  70.83%
272.82/272.93	c   273s|230000 | 21534 |  3442k|  14.9 |  75M|  81 |  21 | 391 |8842 | 391 | 446 | 357 | 268k|  25k| 2.440000e+01 | 4.100000e+01 |  68.03%
283.62/283.73	c   284s|240000 | 21922 |  3561k|  14.8 |  77M|  81 |   - | 391 |8450 | 391 | 446 | 357 | 281k|  25k| 2.500000e+01 | 4.100000e+01 |  64.00%
287.02/287.17	o 36
287.02/287.17	c * 287s|243388 | 18448 |  3607k|  14.8 |  70M|  81 |   - | 391 |8084 | 391 | 446 | 357 | 285k|  25k| 2.500000e+01 | 3.600000e+01 |  44.00%
294.90/295.09	c   295s|250000 | 18730 |  3703k|  14.8 |  72M|  81 |   - | 391 |8334 | 391 | 446 | 357 | 293k|  26k| 2.500000e+01 | 3.600000e+01 |  44.00%
305.60/305.78	c   306s|260000 | 18964 |  3841k|  14.8 |  73M|  81 |   - | 391 |8265 | 391 | 446 | 357 | 305k|  27k| 2.500000e+01 | 3.600000e+01 |  44.00%
316.39/316.51	c   317s|270000 | 19089 |  3964k|  14.7 |  75M|  81 |  60 | 391 |8511 | 391 | 446 | 357 | 317k|  28k| 2.500000e+01 | 3.600000e+01 |  44.00%
327.49/327.69	c   328s|280000 | 19135 |  4102k|  14.6 |  76M|  81 |  76 | 391 |8131 | 391 | 446 | 357 | 330k|  28k| 2.500000e+01 | 3.600000e+01 |  44.00%
337.69/337.80	c   338s|290000 | 19107 |  4228k|  14.6 |  77M|  81 |   - | 391 |9068 | 391 | 446 | 357 | 342k|  29k| 2.500000e+01 | 3.600000e+01 |  44.00%
349.28/349.47	c   349s|300000 | 19327 |  4367k|  14.5 |  78M|  81 |  94 | 391 |8543 | 391 | 446 | 357 | 354k|  30k| 2.500000e+01 | 3.600000e+01 |  44.00%
359.28/359.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
359.28/359.43	c   359s|310000 | 19743 |  4502k|  14.5 |  80M|  81 |  53 | 391 |8719 | 391 | 446 | 357 | 366k|  30k| 2.566667e+01 | 3.600000e+01 |  40.26%
370.38/370.53	c   371s|320000 | 19768 |  4628k|  14.5 |  81M|  81 |  95 | 391 |8907 | 391 | 446 | 357 | 379k|  31k| 2.600000e+01 | 3.600000e+01 |  38.46%
380.58/380.72	c   381s|330000 | 20067 |  4763k|  14.4 |  83M|  81 |   - | 391 |8825 | 391 | 446 | 357 | 391k|  31k| 2.600000e+01 | 3.600000e+01 |  38.46%
390.98/391.19	c   391s|340000 | 20334 |  4886k|  14.4 |  84M|  81 |   - | 391 |9208 |   0 |   0 | 357 | 403k|  32k| 2.600000e+01 | 3.600000e+01 |  38.46%
402.27/402.49	c   402s|350000 | 20394 |  5010k|  14.3 |  85M|  81 |   - | 391 |9882 |   0 |   0 | 357 | 416k|  34k| 2.600000e+01 | 3.600000e+01 |  38.46%
412.08/412.23	c   412s|360000 | 20489 |  5125k|  14.2 |  86M|  81 |  12 | 391 |9835 | 391 | 446 | 357 | 428k|  34k| 2.600000e+01 | 3.600000e+01 |  38.46%
422.77/422.91	c   423s|370000 | 20497 |  5242k|  14.2 |  87M|  81 | 112 | 391 |9411 | 391 | 446 | 357 | 441k|  35k| 2.650000e+01 | 3.600000e+01 |  35.85%
426.28/426.42	o 35
426.28/426.42	c * 426s|373039 | 18594 |  5279k|  14.1 |  82M|  81 |   - | 391 |8307 | 391 | 446 | 357 | 444k|  35k| 2.700000e+01 | 3.500000e+01 |  29.63%
433.77/433.94	c   434s|380000 | 18332 |  5355k|  14.1 |  80M|  81 |  71 | 391 |5055 | 391 | 446 | 357 | 453k|  36k| 2.700000e+01 | 3.500000e+01 |  29.63%
443.37/443.53	c   444s|390000 | 18376 |  5471k|  14.0 |  81M|  81 |   - | 391 |5269 |   0 |   0 | 357 | 465k|  36k| 2.700000e+01 | 3.500000e+01 |  29.63%
452.98/453.20	c   453s|400000 | 18418 |  5594k|  14.0 |  82M|  81 |  38 | 391 |5416 | 391 | 446 | 357 | 477k|  37k| 2.700000e+01 | 3.500000e+01 |  29.63%
463.37/463.55	c   464s|410000 | 18359 |  5713k|  13.9 |  82M|  81 |  25 | 391 |5756 | 391 | 446 | 357 | 489k|  38k| 2.700000e+01 | 3.500000e+01 |  29.63%
472.96/473.19	c   473s|420000 | 18110 |  5824k|  13.9 |  82M|  81 |  60 | 391 |6102 | 391 | 446 | 357 | 502k|  38k| 2.700000e+01 | 3.500000e+01 |  29.63%
483.26/483.47	c   483s|430000 | 18063 |  5949k|  13.8 |  83M|  81 |   - | 391 |6943 |   0 |   0 | 357 | 515k|  38k| 2.700000e+01 | 3.500000e+01 |  29.63%
493.76/493.96	c   494s|440000 | 17794 |  6061k|  13.8 |  82M|  81 |  77 | 391 |7212 | 391 | 446 | 357 | 527k|  40k| 2.700000e+01 | 3.500000e+01 |  29.63%
503.86/504.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
503.86/504.02	c   504s|450000 | 17602 |  6172k|  13.7 |  82M|  81 |  52 | 391 |6700 | 391 | 446 | 357 | 539k|  40k| 2.700000e+01 | 3.500000e+01 |  29.63%
513.65/513.87	c   514s|460000 | 17466 |  6290k|  13.7 |  82M|  81 |   - | 391 |6875 | 391 | 446 | 357 | 552k|  40k| 2.750000e+01 | 3.500000e+01 |  27.27%
524.36/524.58	c   525s|470000 | 17116 |  6399k|  13.6 |  81M|  81 |   - | 391 |6023 |   0 |   0 | 357 | 564k|  41k| 2.800000e+01 | 3.500000e+01 |  25.00%
535.05/535.22	c   535s|480000 | 16993 |  6510k|  13.6 |  81M|  81 |   - | 391 |7286 |   0 |   0 | 357 | 577k|  43k| 2.800000e+01 | 3.500000e+01 |  25.00%
545.15/545.31	c   545s|490000 | 16697 |  6621k|  13.5 |  80M|  81 |   - | 391 |6370 | 391 | 446 | 357 | 589k|  43k| 2.800000e+01 | 3.500000e+01 |  25.00%
554.45/554.64	c   555s|500000 | 16349 |  6723k|  13.4 |  79M|  81 |  95 | 391 |7096 | 391 | 446 | 357 | 601k|  43k| 2.800000e+01 | 3.500000e+01 |  25.00%
565.16/565.34	c   565s|510000 | 16202 |  6835k|  13.4 |  79M|  81 |  28 | 391 |7786 | 391 | 446 | 357 | 615k|  44k| 2.800000e+01 | 3.500000e+01 |  25.00%
575.85/576.09	c   576s|520000 | 16182 |  6948k|  13.4 |  80M|  81 |  60 | 391 |7795 | 391 | 446 | 357 | 627k|  46k| 2.842857e+01 | 3.500000e+01 |  23.12%
586.24/586.44	c   586s|530000 | 15530 |  7055k|  13.3 |  78M|  81 |   - | 391 |7192 |   0 |   0 | 357 | 641k|  46k| 2.900000e+01 | 3.500000e+01 |  20.69%
596.24/596.43	c   596s|540000 | 14791 |  7163k|  13.3 |  75M|  81 |   - | 391 |7228 |   0 |   0 | 357 | 653k|  46k| 2.900000e+01 | 3.500000e+01 |  20.69%
606.74/606.95	c   607s|550000 | 14242 |  7274k|  13.2 |  73M|  81 |  14 | 391 |7480 | 391 | 446 | 357 | 666k|  47k| 2.900000e+01 | 3.500000e+01 |  20.69%
617.34/617.58	c   618s|560000 | 13616 |  7386k|  13.2 |  71M|  81 |  24 | 391 |7803 | 391 | 446 | 357 | 679k|  48k| 2.900000e+01 | 3.500000e+01 |  20.69%
627.23/627.42	c   627s|570000 | 13236 |  7496k|  13.1 |  69M|  81 |  31 | 391 |7210 | 391 | 446 | 357 | 691k|  48k| 2.900000e+01 | 3.500000e+01 |  20.69%
637.63/637.86	c   638s|580000 | 12540 |  7605k|  13.1 |  66M|  81 | 102 | 391 |7144 | 391 | 446 | 357 | 703k|  49k| 2.933333e+01 | 3.500000e+01 |  19.32%
648.63/648.88	c   649s|590000 | 11904 |  7717k|  13.1 |  64M|  81 |  57 | 391 |6951 | 391 | 446 | 357 | 716k|  50k| 2.975000e+01 | 3.500000e+01 |  17.65%
658.74/658.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
658.74/658.95	c   659s|600000 | 11407 |  7820k|  13.0 |  63M|  81 |   - | 391 |7663 |   0 |   0 | 357 | 728k|  50k| 3.000000e+01 | 3.500000e+01 |  16.67%
668.54/668.79	c   669s|610000 | 10784 |  7931k|  13.0 |  60M|  81 |  16 | 391 |7525 | 391 | 446 | 357 | 740k|  50k| 3.000000e+01 | 3.500000e+01 |  16.67%
679.23/679.48	c   679s|620000 | 10459 |  8058k|  13.0 |  59M|  81 |   - | 391 |7713 | 391 | 446 | 357 | 752k|  51k| 3.000000e+01 | 3.500000e+01 |  16.67%
689.73/689.99	c   690s|630000 |  9876 |  8172k|  13.0 |  57M|  81 |   - | 391 |8039 |   0 |   0 | 357 | 764k|  52k| 3.000000e+01 | 3.500000e+01 |  16.67%
699.73/699.90	c   700s|640000 |  9200 |  8282k|  12.9 |  54M|  81 |   - | 391 |7543 | 391 | 446 | 357 | 776k|  52k| 3.042857e+01 | 3.500000e+01 |  15.02%
710.22/710.40	c   710s|650000 |  8214 |  8395k|  12.9 |  49M|  81 |   - | 391 |7126 | 391 | 446 | 357 | 789k|  52k| 3.100000e+01 | 3.500000e+01 |  12.90%
720.52/720.79	c   721s|660000 |  7906 |  8523k|  12.9 |  48M|  81 |  26 | 391 |7445 | 391 | 446 | 357 | 802k|  53k| 3.100000e+01 | 3.500000e+01 |  12.90%
729.92/730.14	c   730s|670000 |  7782 |  8653k|  12.9 |  48M|  81 |   - | 391 |8424 | 391 | 446 | 357 | 813k|  53k| 3.100000e+01 | 3.500000e+01 |  12.90%
740.03/740.28	c   740s|680000 |  7058 |  8765k|  12.9 |  45M|  81 |  25 | 391 |7603 | 391 | 446 | 357 | 825k|  54k| 3.100000e+01 | 3.500000e+01 |  12.90%
750.52/750.75	c   751s|690000 |  6227 |  8878k|  12.9 |  42M|  81 |  18 | 391 |7587 | 391 | 446 | 357 | 836k|  54k| 3.100000e+01 | 3.500000e+01 |  12.90%
760.22/760.47	c   760s|700000 |  5447 |  9006k|  12.9 |  38M|  81 |   - | 391 |4310 |   0 |   0 | 357 | 849k|  54k| 3.200000e+01 | 3.500000e+01 |   9.38%
765.92/766.16	o 34
765.92/766.16	c * 766s|706116 |  3838 |  9084k|  12.9 |  31M|  81 |   - | 391 |5055 | 391 | 446 | 357 | 856k|  54k| 3.200000e+01 | 3.400000e+01 |   6.25%
770.41/770.66	c   771s|710000 |  3510 |  9143k|  12.9 |  30M|  81 |  50 | 391 |5523 | 391 | 446 | 357 | 861k|  55k| 3.200000e+01 | 3.400000e+01 |   6.25%
781.82/782.05	c   782s|720000 |  2717 |  9306k|  12.9 |  26M|  81 |  61 | 391 |6095 | 391 | 446 | 357 | 874k|  55k| 3.200000e+01 | 3.400000e+01 |   6.25%
792.02/792.29	c   792s|730000 |  2192 |  9458k|  13.0 |  24M|  81 |  73 | 391 |8391 | 391 | 446 | 357 | 887k|  55k| 3.200000e+01 | 3.400000e+01 |   6.25%
803.10/803.33	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
803.10/803.33	c   803s|740000 |  1761 |  9620k|  13.0 |  23M|  81 |  13 | 391 |9405 | 391 | 446 | 357 | 899k|  56k| 3.200000e+01 | 3.400000e+01 |   6.25%
814.21/814.43	c   814s|750000 |  1539 |  9788k|  13.0 |  22M|  81 |   - | 391 |  11k|   0 |   0 | 357 | 911k|  56k| 3.200000e+01 | 3.400000e+01 |   6.25%
825.31/825.54	c   826s|760000 |  1198 |  9957k|  13.1 |  20M|  81 |  47 | 391 |  10k| 391 | 446 | 357 | 924k|  56k| 3.200000e+01 | 3.400000e+01 |   6.25%
837.00/837.28	c   837s|770000 |   724 | 10133k|  13.2 |  18M|  81 |  85 | 391 |  10k| 391 | 446 | 357 | 936k|  57k| 3.200000e+01 | 3.400000e+01 |   6.25%
848.80/849.09	c   849s|780000 |   358 | 10314k|  13.2 |  16M|  81 |   - | 391 |  11k|   0 |   0 | 357 | 949k|  57k| 3.200000e+01 | 3.400000e+01 |   6.25%
856.50/856.79	c 
856.50/856.79	c SCIP Status        : problem is solved [optimal solution found]
856.50/856.79	c Solving Time (sec) : 856.79
856.50/856.79	c Solving Nodes      : 787241
856.50/856.79	c Primal Bound       : +3.40000000000000e+01 (15 solutions)
856.50/856.79	c Dual Bound         : +3.40000000000000e+01
856.50/856.79	c Gap                : 0.00 %
856.50/856.79	s OPTIMUM FOUND
856.50/856.79	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 
856.50/856.79	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 
856.50/856.79	v x116 x117 x118 x119 x120 x121 -x122 x123 x124 x125 x126 -x127 -x128 x129 x130 -x131 -x132 -x133 -x134 -x135 -x136 x137 x138 
856.50/856.79	v x139 x140 x141 x142 x143 x144 -x145 -x146 x147 x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 x159 x160 x161 
856.50/856.79	v x162 x163 x164 -x165 -x166 -x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 x177 x178 x179 x180 -x181 -x182 -x183 
856.50/856.79	v -x184 -x185 -x186 -x187 -x188 -x189 x190 -x191 -x192 -x193 -x194 -x195 -x196 x197 x198 x199 x200 x201 x202 x203 x204 x205 x206 
856.50/856.79	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 
856.50/856.79	v x231 -x232 -x233 -x234 -x235 -x236 -x237 x238 x239 x240 x241 -x242 -x243 x244 x245 -x246 -x247 -x248 -x249 -x250 -x251 -x252 
856.50/856.79	v -x253 -x254 -x255 x256 x257 x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 x271 x272 -x273 -x274 
856.50/856.79	v -x275 -x276 -x277 -x278 -x279 -x280 -x281 -x282 -x283 -x284 -x285 -x286 -x287 -x21 -x20 -x19 -x18 -x17 -x16 -x15 -x288 x289 
856.50/856.79	v x290 x291 x292 -x293 x294 x295 x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 x304 x305 x306 -x307 -x308 -x309 -x310 -x311 
856.50/856.79	v -x312 -x313 -x314 -x315 -x316 -x317 -x318 -x319 -x320 -x321 -x322 -x323 -x324 -x325 -x326 -x327 -x328 -x329 -x330 -x331 -x332 
856.50/856.79	v -x333 -x334 -x335 -x336 -x337 -x338 -x339 -x340 -x341 -x342 -x14 -x13 -x12 -x11 -x10 x9 -x8 -x343 x344 x345 x346 -x347 x348 
856.50/856.79	v x349 -x350 -x351 -x352 -x353 x354 x355 -x356 -x357 -x358 -x359 -x360 -x361 -x362 -x363 -x364 -x365 -x366 -x367 -x368 -x369 
856.50/856.79	v -x370 -x371 -x372 -x28 -x27 -x26 x25 x24 -x23 -x22 -x373 x374 x375 -x376 -x377 -x378 -x379 -x380 -x381 -x382 -x383 -x384 -x385 
856.50/856.79	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 
856.50/856.79	v -x52 -x51 x50 -x49 -x48 x47 x46 x45 x44 -x43 -x7 x6 -x5 -x4 -x3 x2 -x1 
856.50/856.79	c SCIP Status        : problem is solved [optimal solution found]
856.50/856.79	c Total Time         :     856.79
856.50/856.79	c   solving          :     856.79
856.50/856.79	c   presolving       :       0.11 (included in solving)
856.50/856.79	c   reading          :       0.01 (included in solving)
856.50/856.79	c Original Problem   :
856.50/856.79	c   Problem name     : HOME/instance-3734010-1338712065.opb
856.50/856.79	c   Variables        : 392 (392 binary, 0 integer, 0 implicit integer, 0 continuous)
856.50/856.79	c   Constraints      : 679 initial, 679 maximal
856.50/856.79	c Presolved Problem  :
856.50/856.79	c   Problem name     : t_HOME/instance-3734010-1338712065.opb
856.50/856.79	c   Variables        : 391 (391 binary, 0 integer, 0 implicit integer, 0 continuous)
856.50/856.79	c   Constraints      : 371 initial, 11986 maximal
856.50/856.79	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
856.50/856.79	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
856.50/856.79	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
856.50/856.79	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
856.50/856.79	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
856.50/856.79	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
856.50/856.79	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
856.50/856.79	c   probing          :       0.09          1          0          0          0          0          0          0          0          0
856.50/856.79	c   knapsack         :       0.00          0          0          0          0          0          0          0         21         77
856.50/856.79	c   linear           :       0.01          0          0          0          0          0        308          0         56         56
856.50/856.79	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
856.50/856.79	c   root node        :          -         29          -          -         29          -          -          -          -          -
856.50/856.79	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
856.50/856.79	c   integral         :          0          0          0     459656          0         17          0        549      47528          0          0     894576
856.50/856.79	c   knapsack         :         63         15    3587376          1          0         14    3420096      29120    1354219        664          0          0
856.50/856.79	c   linear           :        308+        16    3562262          0          0         11    1931140     211034   13895481          0          0          0
856.50/856.79	c   logicor          :          0+        15    2154222          0          0          0    3936764      15174    3716125          0          0          0
856.50/856.79	c   countsols        :          0          0          0          4          0         13          0          0          0          0          0          0
856.50/856.79	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
856.50/856.79	c   integral         :      62.79       0.00       0.00      62.79       0.00       0.00       0.00
856.50/856.79	c   knapsack         :      20.54       0.01      18.88       0.00       0.00       0.00       1.65
856.50/856.79	c   linear           :     158.99       0.00     156.20       0.00       0.00       0.00       2.79
856.50/856.79	c   logicor          :      63.20       0.00      60.97       0.00       0.00       0.00       2.22
856.50/856.79	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
856.50/856.79	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
856.50/856.79	c   vbounds          :          0          0          0          0
856.50/856.79	c   rootredcost      :         14          0          0          2
856.50/856.79	c   pseudoobj        :    3592061     305161        909      78578
856.50/856.79	c Propagator Timings :  TotalTime  Propagate    Resprop
856.50/856.79	c   vbounds          :       0.42       0.42       0.00
856.50/856.79	c   rootredcost      :       0.46       0.46       0.00
856.50/856.79	c   pseudoobj        :       2.28       2.19       0.09
856.50/856.79	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
856.50/856.79	c   propagation      :      12.39     256236     256038    2456267       28.5       9741       18.6          -
856.50/856.79	c   infeasible LP    :       6.43     114729     114729     527186       21.1      11004       17.5          0
856.50/856.79	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
856.50/856.79	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
856.50/856.79	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
856.50/856.79	c   applied globally :          -          -          -     958443       21.4          -          -          -
856.50/856.79	c   applied locally  :          -          -          -          3       41.0          -          -          -
856.50/856.79	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
856.50/856.79	c   cut pool         :       0.00         14          -          -       3608          -    (maximal pool size: 4262)
856.50/856.79	c   redcost          :       3.25     478224          0      26566          0          0
856.50/856.79	c   impliedbounds    :       0.00         15          0          0         19          0
856.50/856.79	c   intobj           :       0.00          0          0          0          0          0
856.50/856.79	c   gomory           :       0.06         15          0          0        348          0
856.50/856.79	c   cgmip            :       0.00          0          0          0          0          0
856.50/856.79	c   closecuts        :       0.00          0          0          0          0          0
856.50/856.79	c   strongcg         :       0.06         15          0          0        438          0
856.50/856.79	c   cmir             :       0.23         10          0          0       2569          0
856.50/856.79	c   flowcover        :       0.17         10          0          0       2002          0
856.50/856.79	c   clique           :       0.00          1          0          0          0          0
856.50/856.79	c   zerohalf         :       0.00          0          0          0          0          0
856.50/856.79	c   mcf              :       0.00          1          0          0          0          0
856.50/856.79	c   oddcycle         :       0.00          0          0          0          0          0
856.50/856.79	c   rapidlearning    :       0.11          1          0          0          0        131
856.50/856.79	c Pricers            :       Time      Calls       Vars
856.50/856.79	c   problem variables:       0.00          0          0
856.50/856.79	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
856.50/856.79	c   relpscost        :      62.54     459652        549      47528          0          0     894576
856.50/856.79	c   pscost           :       0.00          0          0          0          0          0          0
856.50/856.79	c   inference        :       0.00          0          0          0          0          0          0
856.50/856.79	c   mostinf          :       0.00          0          0          0          0          0          0
856.50/856.79	c   leastinf         :       0.00          0          0          0          0          0          0
856.50/856.79	c   fullstrong       :       0.00          0          0          0          0          0          0
856.50/856.79	c   allfullstrong    :       0.00          0          0          0          0          0          0
856.50/856.79	c   random           :       0.00          0          0          0          0          0          0
856.50/856.79	c Primal Heuristics  :       Time      Calls      Found
856.50/856.79	c   LP solutions     :       0.02          -          4
856.50/856.79	c   pseudo solutions :       0.00          -          0
856.50/856.79	c   intshifting      :       0.01          0          0
856.50/856.79	c   oneopt           :       0.15         15          0
856.50/856.79	c   feaspump         :       0.12          5          0
856.50/856.79	c   crossover        :       2.70         18          1
856.50/856.79	c   guideddiving     :       1.72        674          0
856.50/856.79	c   veclendiving     :       2.66        675          2
856.50/856.79	c   coefdiving       :       1.72        675          4
856.50/856.79	c   pscostdiving     :       3.19        675          1
856.50/856.79	c   fracdiving       :       1.48        675          1
856.50/856.79	c   linesearchdiving :       2.81        675          1
856.50/856.79	c   rootsoldiving    :       1.88        338          0
856.50/856.79	c   objpscostdiving  :       1.88        338          0
856.50/856.79	c   trivial          :       0.00          2          0
856.50/856.79	c   shiftandpropagate:       0.01          1          0
856.50/856.79	c   simplerounding   :       0.11          0          0
856.50/856.79	c   zirounding       :       0.16       1000          0
856.50/856.79	c   rounding         :       0.59       9760          0
856.50/856.79	c   shifting         :       5.32       3014          0
856.50/856.79	c   twoopt           :       0.00          0          0
856.50/856.79	c   fixandinfer      :       0.00          0          0
856.50/856.79	c   clique           :       0.00          0          0
856.50/856.79	c   intdiving        :       0.00          0          0
856.50/856.79	c   actconsdiving    :       0.00          0          0
856.50/856.79	c   octane           :       0.00          0          0
856.50/856.79	c   rens             :       0.01          0          0
856.50/856.79	c   rins             :       0.00          0          0
856.50/856.79	c   localbranching   :       0.00          0          0
856.50/856.79	c   mutation         :       0.00          0          0
856.50/856.79	c   dins             :       0.00          0          0
856.50/856.79	c   vbounds          :       0.00          0          0
856.50/856.79	c   undercover       :       0.00          0          0
856.50/856.79	c   subnlp           :       0.11          0          0
856.50/856.79	c   trysol           :       0.14          0          0
856.50/856.79	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
856.50/856.79	c   primal LP        :       0.00          0          0       0.00          -
856.50/856.79	c   dual LP          :     342.55     628340   10170662      16.19   29691.37
856.50/856.79	c   lex dual LP      :       0.00          0          0       0.00          -
856.50/856.79	c   barrier LP       :       0.00          0          0       0.00          -
856.50/856.79	c   diving/probing LP:      11.52      24214     271875      11.23   23604.64
856.50/856.79	c   strong branching :      53.49      57928     760922      13.14   14224.67
856.50/856.79	c     (at root node) :          -         14       3445     246.07          -
856.50/856.79	c   conflict analysis:       0.00          0          0       0.00          -
856.50/856.79	c B&B Tree           :
856.50/856.79	c   number of runs   :          1
856.50/856.79	c   nodes            :     787241
856.50/856.79	c   nodes (total)    :     787241
856.50/856.79	c   nodes left       :          0
856.50/856.79	c   max depth        :         81
856.50/856.79	c   max depth (total):         81
856.50/856.79	c   backtracks       :     160954 (20.4%)
856.50/856.79	c   delayed cutoffs  :      99707
856.50/856.79	c   repropagations   :    1026472 (6002447 domain reductions, 75363 cutoffs)
856.50/856.79	c   avg switch length:       6.90
856.50/856.79	c   switching time   :     104.72
856.50/856.79	c Solution           :
856.50/856.79	c   Solutions found  :         15 (15 improvements)
856.50/856.79	c   First Solution   : +9.50000000000000e+01   (in run 1, after 1 nodes, 0.33 seconds, depth 0, found by <trysol>)
856.50/856.79	c   Primal Bound     : +3.40000000000000e+01   (in run 1, after 706116 nodes, 766.16 seconds, depth 29, found by <relaxation>)
856.50/856.79	c   Dual Bound       : +3.40000000000000e+01
856.50/856.79	c   Gap              :       0.00 %
856.50/856.79	c   Root Dual Bound  : +8.00000000000001e+00
856.50/856.79	c   Root Iterations  :       4512
856.60/856.81	c Time complete: 856.61.

Verifier Data

OK	34

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3734010-1338712065/watcher-3734010-1338712065 -o /tmp/evaluation-result-3734010-1338712065/solver-3734010-1338712065 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b_2.linux.x86_64.gnu.opt.spx -f HOME/instance-3734010-1338712065.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 2.00 3/176 13544
/proc/meminfo: memFree=28046292/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=9588 CPUtime=0 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 1508 0 0 0 0 0 0 0 20 0 1 0 337330807 9818112 1462 33554432000 4194304 9016284 140735876923088 140735355342792 7857378 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13544/statm: 2397 1463 311 1178 0 1215 0

[startup+0.0101269 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13544
/proc/meminfo: memFree=28046292/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=12836 CPUtime=0 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 2187 0 0 0 0 0 0 0 20 0 1 0 337330807 13144064 2141 33554432000 4194304 9016284 140735876923088 140735355342792 4327536 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/13544/statm: 3209 2141 360 1178 0 2027 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12836

[startup+0.100211 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13544
/proc/meminfo: memFree=28046292/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=22344 CPUtime=0.09 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 4648 0 0 0 9 0 0 0 20 0 1 0 337330807 22880256 4345 33554432000 4194304 9016284 140735876923088 140735355342792 5253645 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13544/statm: 5586 4345 518 1178 0 4404 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 22344

[startup+0.300188 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13544
/proc/meminfo: memFree=28046292/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=40060 CPUtime=0.29 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 9090 0 0 0 28 1 0 0 20 0 1 0 337330807 41021440 8727 33554432000 4194304 9016284 140735876923088 140735355342792 5253236 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13544/statm: 10015 8727 690 1178 0 8833 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40060

[startup+0.700203 s]
/proc/loadavg: 2.00 2.00 2.00 3/176 13544
/proc/meminfo: memFree=28046292/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=38376 CPUtime=0.69 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 9393 0 0 0 68 1 0 0 20 0 1 0 337330807 39297024 8321 33554432000 4194304 9016284 140735876923088 140735876918248 6578040 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13544/statm: 9594 8321 699 1178 0 8412 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38376

[startup+1.50018 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13545
/proc/meminfo: memFree=28015764/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=38740 CPUtime=1.49 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 9804 0 0 0 147 2 0 0 20 0 1 0 337330807 39669760 8732 33554432000 4194304 9016284 140735876923088 140735876918152 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13544/statm: 9685 8732 700 1178 0 8503 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38740

[startup+3.10018 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13545
/proc/meminfo: memFree=28013904/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=38740 CPUtime=3.09 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 9804 0 0 0 303 6 0 0 20 0 1 0 337330807 39669760 8732 33554432000 4194304 9016284 140735876923088 140735876916744 7925162 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0
/proc/13544/statm: 9685 8732 700 1178 0 8503 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38740

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13545
/proc/meminfo: memFree=28013656/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=38740 CPUtime=6.29 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 9806 0 0 0 616 13 0 0 20 0 1 0 337330807 39669760 8734 33554432000 4194304 9016284 140735876923088 140735876916136 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 9685 8734 701 1178 0 8503 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 38740

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13545
/proc/meminfo: memFree=28013300/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=38648 CPUtime=12.69 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 17363 0 0 0 1243 26 0 0 20 0 1 0 337330807 39575552 8749 33554432000 4194304 9016284 140735876923088 140735876916344 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 9662 8749 709 1178 0 8480 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 38648

[startup+25.5003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13545
/proc/meminfo: memFree=28011076/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=42120 CPUtime=25.48 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 44389 0 0 0 2497 51 0 0 20 0 1 0 337330807 43130880 9611 33554432000 4194304 9016284 140735876923088 140735876916840 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 10530 9611 709 1178 0 9348 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 42120

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13545
/proc/meminfo: memFree=28000504/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=52580 CPUtime=51.07 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 80490 0 0 0 5005 102 0 0 20 0 1 0 337330807 53841920 12370 33554432000 4194304 9016284 140735876923088 140735876917416 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 13145 12370 709 1178 0 11963 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 52580

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13546
/proc/meminfo: memFree=27984880/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=67260 CPUtime=102.26 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 96215 0 0 0 10030 196 0 0 20 0 1 0 337330807 68874240 16042 33554432000 4194304 9016284 140735876923088 140735876917416 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 16815 16042 709 1178 0 15633 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 67260

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/178 13549
/proc/meminfo: memFree=27963172/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=89172 CPUtime=162.25 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 110328 0 0 0 15933 292 0 0 20 0 1 0 337330807 91312128 21490 33554432000 4194304 9016284 140735876923088 140735876916504 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 22293 21490 709 1178 0 21111 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 89172

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 13549
/proc/meminfo: memFree=27941976/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=109732 CPUtime=222.24 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 115623 0 0 0 21840 384 0 0 20 0 1 0 337330807 112365568 26667 33554432000 4194304 9016284 140735876923088 140735876917416 4347632 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 27433 26667 709 1178 0 26251 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 109732

[startup+282.3 s]
/proc/loadavg: 1.95 2.00 2.00 2/175 14651
/proc/meminfo: memFree=28242304/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=125364 CPUtime=282.21 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 127934 0 0 0 27747 474 0 0 20 0 1 0 337330807 128372736 30564 33554432000 4194304 9016284 140735876923088 140735876916504 5251802 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 31341 30564 709 1178 0 30159 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 125364

[startup+342.3 s]
/proc/loadavg: 1.95 1.98 1.99 3/177 14879
/proc/meminfo: memFree=28119568/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=128964 CPUtime=342.19 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 166425 0 0 0 33646 573 0 0 20 0 1 0 337330807 132059136 31520 33554432000 4194304 9016284 140735876923088 140735876917416 7199008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 32241 31520 709 1178 0 31059 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 128964

[startup+402.3 s]
/proc/loadavg: 1.98 1.98 1.99 3/177 14880
/proc/meminfo: memFree=28099772/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=139788 CPUtime=402.17 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 188319 0 0 0 39558 659 0 0 20 0 1 0 337330807 143142912 34219 33554432000 4194304 9016284 140735876923088 140735876916952 4349783 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 34947 34219 709 1178 0 33765 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 139788

[startup+462.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 14880
/proc/meminfo: memFree=28098284/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=142016 CPUtime=462.17 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 213995 0 0 0 45468 749 0 0 20 0 1 0 337330807 145424384 34776 33554432000 4194304 9016284 140735876923088 140735876917416 6469459 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 35504 34776 709 1178 0 34322 0
Current children cumulated CPU time (s) 462.17
Current children cumulated vsize (KiB) 142016

[startup+522.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/177 14880
/proc/meminfo: memFree=28087480/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=142600 CPUtime=522.15 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 217081 0 0 0 51382 833 0 0 20 0 1 0 337330807 146022400 34938 33554432000 4194304 9016284 140735876923088 140735876916504 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 35650 34938 709 1178 0 34468 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 142600

[startup+582.3 s]
/proc/loadavg: 2.06 2.00 2.00 3/177 14880
/proc/meminfo: memFree=28083564/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=143024 CPUtime=582.15 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 220129 0 0 0 57301 914 0 0 20 0 1 0 337330807 146456576 35036 33554432000 4194304 9016284 140735876923088 140735876917416 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 35756 35036 709 1178 0 34574 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 143024

[startup+642.3 s]
/proc/loadavg: 2.02 2.00 2.00 3/177 14880
/proc/meminfo: memFree=28079656/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=143168 CPUtime=642.14 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 223104 0 0 0 63224 990 0 0 20 0 1 0 337330807 146604032 35082 33554432000 4194304 9016284 140735876923088 140735876916952 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 35792 35082 709 1178 0 34610 0
Current children cumulated CPU time (s) 642.14
Current children cumulated vsize (KiB) 143168

[startup+702.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/177 14881
/proc/meminfo: memFree=28076432/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=143312 CPUtime=702.12 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 223134 0 0 0 69146 1066 0 0 20 0 1 0 337330807 146751488 35112 33554432000 4194304 9016284 140735876923088 140735876917256 7214028 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 35828 35112 709 1178 0 34646 0
Current children cumulated CPU time (s) 702.12
Current children cumulated vsize (KiB) 143312

[startup+762.306 s]
/proc/loadavg: 2.04 2.01 2.00 3/178 14884
/proc/meminfo: memFree=28075048/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=143312 CPUtime=762.12 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 223139 0 0 0 75060 1152 0 0 20 0 1 0 337330807 146751488 35117 33554432000 4194304 9016284 140735876923088 140735876916504 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 35828 35117 709 1178 0 34646 0
Current children cumulated CPU time (s) 762.12
Current children cumulated vsize (KiB) 143312

[startup+822.3 s]
/proc/loadavg: 2.08 2.02 2.00 3/177 14884
/proc/meminfo: memFree=28069228/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=143904 CPUtime=822.1 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 249665 0 0 0 80960 1250 0 0 20 0 1 0 337330807 147357696 35265 33554432000 4194304 9016284 140735876923088 140735876917048 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 35976 35265 709 1178 0 34794 0
Current children cumulated CPU time (s) 822.1
Current children cumulated vsize (KiB) 143904

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

[startup+831.9 s]
/proc/loadavg: 2.07 2.02 2.00 3/177 14884
/proc/meminfo: memFree=28067988/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=143900 CPUtime=831.71 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 253620 0 0 0 81906 1265 0 0 20 0 1 0 337330807 147353600 35231 33554432000 4194304 9016284 140735876923088 140735876917416 7091595 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 35975 35231 709 1178 0 34793 0
Current children cumulated CPU time (s) 831.71
Current children cumulated vsize (KiB) 143900

[startup+844.7 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 14884
/proc/meminfo: memFree=28066376/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=144032 CPUtime=844.51 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 253632 0 0 0 83165 1286 0 0 20 0 1 0 337330807 147488768 35243 33554432000 4194304 9016284 140735876923088 140735876917416 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 36008 35243 709 1178 0 34826 0
Current children cumulated CPU time (s) 844.51
Current children cumulated vsize (KiB) 144032

[startup+851.1 s]
/proc/loadavg: 2.05 2.02 2.00 3/177 14884
/proc/meminfo: memFree=28066376/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=144032 CPUtime=850.9 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 253639 0 0 0 83793 1297 0 0 20 0 1 0 337330807 147488768 35250 33554432000 4194304 9016284 140735876923088 140735876917416 5325537 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 36008 35250 709 1178 0 34826 0
Current children cumulated CPU time (s) 850.9
Current children cumulated vsize (KiB) 144032

[startup+854.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/177 14884
/proc/meminfo: memFree=28066376/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=144032 CPUtime=854.1 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 253639 0 0 0 84107 1303 0 0 20 0 1 0 337330807 147488768 35250 33554432000 4194304 9016284 140735876923088 140735876916952 6523168 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 36008 35250 709 1178 0 34826 0
Current children cumulated CPU time (s) 854.1
Current children cumulated vsize (KiB) 144032

[startup+855.9 s]
/proc/loadavg: 2.12 2.03 2.01 3/177 14884
/proc/meminfo: memFree=28066004/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=144032 CPUtime=855.7 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 253639 0 0 0 84264 1306 0 0 20 0 1 0 337330807 147488768 35250 33554432000 4194304 9016284 140735876923088 140735876917416 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 36008 35250 709 1178 0 34826 0
Current children cumulated CPU time (s) 855.7
Current children cumulated vsize (KiB) 144032

[startup+856.3 s]
/proc/loadavg: 2.12 2.03 2.01 3/177 14884
/proc/meminfo: memFree=28066004/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=144032 CPUtime=856.1 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 253639 0 0 0 84303 1307 0 0 20 0 1 0 337330807 147488768 35250 33554432000 4194304 9016284 140735876923088 140735876917416 4355484 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 36008 35250 709 1178 0 34826 0
Current children cumulated CPU time (s) 856.1
Current children cumulated vsize (KiB) 144032

[startup+856.7 s]
/proc/loadavg: 2.12 2.03 2.01 3/177 14884
/proc/meminfo: memFree=28066004/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=144032 CPUtime=856.5 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 253639 0 0 0 84343 1307 0 0 20 0 1 0 337330807 147488768 35250 33554432000 4194304 9016284 140735876923088 140735876917416 7925162 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 36008 35250 709 1178 0 34826 0
Current children cumulated CPU time (s) 856.5
Current children cumulated vsize (KiB) 144032

[startup+856.8 s]
/proc/loadavg: 2.11 2.03 2.01 3/177 14884
/proc/meminfo: memFree=28066004/32873844 swapFree=7632/7632
[pid=13544] ppid=13542 vsize=144032 CPUtime=856.6 cores=0,2,4,6
/proc/13544/stat : 13544 (scip-2.0.1.4b_2) R 13542 13544 12480 0 -1 4202496 253641 0 0 0 84353 1307 0 0 20 0 1 0 337330807 147488768 35252 33554432000 4194304 9016284 140735876923088 140735876917416 6812677 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13544/statm: 36008 35252 711 1178 0 34826 0
Current children cumulated CPU time (s) 856.6
Current children cumulated vsize (KiB) 144032

Child status: 0
Real time (s): 856.815
CPU time (s): 856.626
CPU user time (s): 843.546
CPU system time (s): 13.08
CPU usage (%): 99.9779
Max. virtual memory (cumulated for all children) (KiB): 168748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 843.546
system time used= 13.08
maximum resident set size= 176580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 253646
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= 64
involuntary context switches= 903

runsolver used 2.80757 second user time and 9.13361 second system time

The end

Launcher Data

Begin job on node141 at 2012-06-03 10:27:45
IDJOB=3734010
IDBENCH=2642
IDSOLVER=2329
FILE ID=node141/3734010-1338712065
RUNJOBID= node141-1338702880-12496
PBS_JOBID= 14636716
Free space on /tmp= 70700 MiB

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

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

MD5SUM BENCH= 6d3802f2f17c83a21ccf6c0752b41678
RANDOM SEED=1993850144

node141.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.744
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28046664 kB
Buffers:          407624 kB
Cached:          3210916 kB
SwapCached:          216 kB
Active:          1604148 kB
Inactive:        2340860 kB
Active(anon):     317072 kB
Inactive(anon):    11288 kB
Active(file):    1287076 kB
Inactive(file):  2329572 kB
Unevictable:        7632 kB
Mlocked:            7632 kB
SwapTotal:      67108856 kB
SwapFree:       67108640 kB
Dirty:             16732 kB
Writeback:             0 kB
AnonPages:        333388 kB
Mapped:            13516 kB
Shmem:               172 kB
Slab:             740240 kB
SReclaimable:     182616 kB
SUnreclaim:       557624 kB
KernelStack:        1464 kB
PageTables:         4524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     441160 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    292864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70688 MiB
End job on node141 at 2012-06-03 10:42:02