Trace number 3451062

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 E SCIP 2.0.1.4b with SoPlex 1.5.0.4OPT2 269.129 269.121

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_4_30_1.opb
MD5SUMfb11ff2665aef67f0842a460a5ea3114
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark84.7671
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2
Optimality of the best value was proved YES
Number of variables94
Total number of constraints8
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 constraints8
Minimum length of a constraint45
Maximum length of a constraint46
Number of terms in the objective function 64
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 2040
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 851
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3063
Number of bits of the biggest sum of numbers12
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.4]
0.00/0.00	c Copyright (c) 2002-2011 Konrad-Zuse-Zentrum fuer Informationstechnik Berlin (ZIB)
0.00/0.00	c 
0.00/0.00	c user parameter file <scip.set> not found - using default parameters
0.00/0.00	c reading problem <HOME/instance-3451062-1307096228.opb>
0.00/0.00	c original problem has 94 variables (94 bin, 0 int, 0 impl, 0 cont) and 8 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	c presolving:
0.00/0.00	c (round 1) 0 del vars, 4 del conss, 0 add conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.00	c presolving (2 rounds):
0.00/0.00	c  0 deleted vars, 4 deleted constraints, 0 added constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.00	c  0 implications, 0 cliques
0.00/0.00	c presolved problem has 94 variables (94 bin, 0 int, 0 impl, 0 cont) and 4 constraints
0.00/0.00	c       4 constraints of type <linear>
0.00/0.00	c transformed objective value is always integral (scale: 1)
0.00/0.00	c Presolving Time: 0.00
0.00/0.00	c - non default parameters ----------------------------------------------------------------------
0.00/0.00	c # SCIP version 2.0.1.5
0.00/0.00	c 
0.00/0.00	c # frequency for displaying node information lines
0.00/0.00	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.00	c display/freq = 10000
0.00/0.00	c 
0.00/0.00	c # maximal time in seconds to run
0.00/0.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.00	c limits/time = 1800
0.00/0.00	c 
0.00/0.00	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.00	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.00	c limits/memory = 13950
0.00/0.00	c 
0.00/0.00	c # default clock type (1: CPU user seconds, 2: wall clock time)
0.00/0.00	c # [type: int, range: [1,2], default: 1]
0.00/0.00	c timing/clocktype = 2
0.00/0.00	c 
0.00/0.00	c # belongs reading time to solving time?
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c timing/reading = TRUE
0.00/0.00	c 
0.00/0.00	c # should presolving try to simplify inequalities
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/linear/simplifyinequalities = TRUE
0.00/0.00	c 
0.00/0.00	c # add initial coupling inequalities as linear constraints, if 'addCoupling' is true
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/indicator/addCouplingCons = TRUE
0.00/0.00	c 
0.00/0.00	c # should presolving try to simplify knapsacks
0.00/0.00	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.00	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.00	c 
0.00/0.00	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.00	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.00	c separating/rapidlearning/freq = 0
0.00/0.00	c 
0.00/0.00	c -----------------------------------------------------------------------------------------------
0.00/0.00	c start solving
0.00/0.01	c 
0.00/0.01	o 1114
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c T 0.0s|     1 |     0 |     0 |     - | 382k|   0 |   - |  94 |   4 |  94 |   4 |   0 |   0 |   0 |      --      | 1.114000e+03 |    Inf 
0.00/0.01	c   0.0s|     1 |     0 |    19 |     - | 367k|   0 |   4 |  94 |   4 |  94 |   4 |   0 |   0 |   0 | 0.000000e+00 | 1.114000e+03 |    Inf 
0.01/0.02	o 1058
0.01/0.02	c y 0.0s|     1 |     0 |    19 |     - | 390k|   0 |   4 |  94 |   4 |  94 |   4 |   0 |   0 |   0 | 0.000000e+00 | 1.058000e+03 |    Inf 
0.01/0.02	c   0.0s|     1 |     0 |    23 |     - | 397k|   0 |   7 |  94 |  10 |  94 |   8 |   4 |   0 |   0 | 0.000000e+00 | 1.058000e+03 |    Inf 
0.01/0.02	c   0.0s|     1 |     0 |    31 |     - | 427k|   0 |   7 |  94 |  10 |  94 |  12 |   8 |   0 |   0 | 0.000000e+00 | 1.058000e+03 |    Inf 
0.01/0.03	c   0.0s|     1 |     0 |    37 |     - | 473k|   0 |  10 |  94 |  10 |  94 |  16 |  12 |   0 |   0 | 0.000000e+00 | 1.058000e+03 |    Inf 
0.01/0.03	c   0.0s|     1 |     0 |    44 |     - | 497k|   0 |  12 |  94 |  10 |  94 |  20 |  16 |   0 |   0 | 0.000000e+00 | 1.058000e+03 |    Inf 
0.01/0.04	c   0.0s|     1 |     0 |    58 |     - | 525k|   0 |  14 |  94 |  10 |  94 |  23 |  19 |   0 |   0 | 0.000000e+00 | 1.058000e+03 |    Inf 
0.01/0.04	c   0.0s|     1 |     0 |    67 |     - | 562k|   0 |  15 |  94 |  10 |  94 |  28 |  24 |   0 |   0 | 0.000000e+00 | 1.058000e+03 |    Inf 
0.01/0.06	c   0.1s|     1 |     2 |   123 |     - | 563k|   0 |  15 |  94 |  10 |  94 |  28 |  24 |   0 |   9 | 0.000000e+00 | 1.058000e+03 |    Inf 
0.01/0.08	o 113
0.01/0.08	c c 0.1s|    20 |    21 |   241 |   9.2 | 587k|  19 |   - |  94 |  10 |  94 |  15 |  24 |   0 |  96 | 0.000000e+00 | 1.130000e+02 |    Inf 
0.09/0.10	o 29
0.09/0.10	c s 0.1s|    51 |    42 |   415 |   7.0 | 603k|  21 |   4 |  94 |  11 |  94 |  15 |  24 |   2 | 175 | 0.000000e+00 | 2.900000e+01 |    Inf 
0.09/0.10	o 27
0.09/0.10	c * 0.1s|    53 |    44 |   421 |   6.8 | 607k|  22 |   - |  94 |   4 |  94 |  15 |  24 |   2 | 180 | 0.000000e+00 | 2.700000e+01 |    Inf 
0.09/0.10	o 25
0.09/0.10	c * 0.1s|    54 |    43 |   421 |   6.7 | 608k|  22 |   - |  94 |   4 |  94 |  15 |  24 |   2 | 180 | 0.000000e+00 | 2.500000e+01 |    Inf 
0.09/0.12	o 22
0.09/0.12	c * 0.1s|   163 |    97 |   651 |   3.6 | 635k|  25 |   - |  94 |  12 |  94 |  15 |  24 |  10 | 225 | 0.000000e+00 | 2.200000e+01 |    Inf 
0.09/0.13	o 21
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|   201 |   116 |   759 |   3.5 | 647k|  25 |   - |  94 |  13 |  94 |  15 |  24 |  11 | 240 | 0.000000e+00 | 2.100000e+01 |    Inf 
0.09/0.13	o 19
0.09/0.13	c * 0.1s|   202 |   114 |   759 |   3.4 | 648k|  25 |   - |  94 |  13 |  94 |  15 |  24 |  11 | 240 | 0.000000e+00 | 1.900000e+01 |    Inf 
0.29/0.33	o 18
0.29/0.33	c * 0.3s|  1379 |   737 |  3996 |   2.9 |1025k|  27 |   - |  94 | 171 |  94 |  15 |  24 | 180 | 352 | 0.000000e+00 | 1.800000e+01 |    Inf 
0.39/0.40	o 17
0.39/0.40	c v 0.4s|  1820 |   997 |  5120 |   2.8 |1187k|  27 |   - |  94 | 233 |  94 |  15 |  24 | 247 | 361 | 0.000000e+00 | 1.700000e+01 |    Inf 
0.39/0.47	o 15
0.39/0.47	c * 0.5s|  2283 |  1238 |  6277 |   2.7 |1337k|  27 |   - |  94 | 305 |  94 |  15 |  24 | 323 | 375 | 0.000000e+00 | 1.500000e+01 |    Inf 
0.49/0.56	o 13
0.49/0.56	c * 0.6s|  2859 |  1496 |  7774 |   2.7 |1507k|  27 |   - |  94 | 418 |  94 |  15 |  24 | 441 | 387 | 0.000000e+00 | 1.300000e+01 |    Inf 
1.29/1.33	o 11
1.29/1.33	c * 1.3s|  7132 |  3452 | 20407 |   2.9 |2807k|  27 |   - |  94 |1258 |  94 |  15 |  24 |1312 | 447 | 0.000000e+00 | 1.100000e+01 |    Inf 
1.29/1.33	o 9
1.29/1.33	c * 1.3s|  7134 |  3429 | 20407 |   2.9 |2789k|  27 |   - |  94 |1258 |  94 |  15 |  24 |1312 | 447 | 0.000000e+00 | 9.000000e+00 |    Inf 
1.99/2.01	c   2.0s| 10000 |  4668 | 29703 |   3.0 |3588k|  27 |   4 |  94 |1712 |  94 |  15 |  24 |1971 | 529 | 0.000000e+00 | 9.000000e+00 |    Inf 
3.79/3.89	o 8
3.79/3.89	c * 3.9s| 18450 |  7418 | 53106 |   2.9 |5429k|  27 |   - |  94 |2674 |  94 |  15 |  24 |3805 | 843 | 0.000000e+00 | 8.000000e+00 |    Inf 
3.89/3.98	o 7
3.89/3.98	c * 4.0s| 18937 |  7540 | 54547 |   2.9 |5493k|  27 |   - |  94 |2717 |  94 |  15 |  24 |3890 | 851 | 0.000000e+00 | 7.000000e+00 |    Inf 
3.89/3.98	o 5
3.89/3.98	c * 4.0s| 18938 |  7442 | 54547 |   2.9 |5424k|  27 |   - |  94 |2717 |  94 |  15 |  24 |3890 | 851 | 0.000000e+00 | 5.000000e+00 |    Inf 
4.09/4.17	c   4.2s| 20000 |  7683 | 57310 |   2.9 |5587k|  27 |   4 |  94 |2825 |  94 |  15 |  24 |4038 | 855 | 0.000000e+00 | 5.000000e+00 |    Inf 
5.89/5.98	c   6.0s| 30000 |  8842 | 79457 |   2.6 |6727k|  27 |   - |  94 |3526 |  94 |  15 |  24 |5793 | 958 | 0.000000e+00 | 5.000000e+00 |    Inf 
7.71/7.77	c   7.8s| 40000 |  9700 |100045 |   2.5 |7733k|  27 |   - |  94 |4386 |   0 |   0 |  24 |7915 |1025 | 0.000000e+00 | 5.000000e+00 |    Inf 
9.69/9.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
9.69/9.70	c   9.7s| 50000 | 10175 |119954 |   2.4 |8374k|  27 |   4 |  94 |4914 |  94 |  15 |  24 |9985 |1059 | 0.000000e+00 | 5.000000e+00 |    Inf 
11.59/11.67	c  11.7s| 60000 | 10513 |140330 |   2.3 |8540k|  27 |   - |  94 |4380 |   0 |   0 |  24 |  12k|1114 | 0.000000e+00 | 5.000000e+00 |    Inf 
13.49/13.56	c  13.6s| 70000 | 10491 |160620 |   2.3 |8124k|  27 |   - |  94 |2939 |  94 |  15 |  24 |  14k|1145 | 0.000000e+00 | 5.000000e+00 |    Inf 
15.09/15.12	c  15.1s| 80000 | 10321 |180579 |   2.3 |7849k|  27 |   4 |  94 |2451 |  94 |  15 |  24 |  16k|1174 | 0.000000e+00 | 5.000000e+00 |    Inf 
16.59/16.67	c  16.7s| 90000 | 10290 |201237 |   2.2 |7883k|  27 |   4 |  94 |2480 |  94 |  15 |  24 |  18k|1240 | 0.000000e+00 | 5.000000e+00 |    Inf 
17.69/17.70	o 4
17.69/17.70	c *17.7s| 97071 |  9785 |215687 |   2.2 |7035k|  27 |   - |  94 |1163 |  94 |  15 |  24 |  19k|1293 | 0.000000e+00 | 4.000000e+00 |    Inf 
17.99/18.09	c  18.1s|100000 |  9937 |221969 |   2.2 |7254k|  27 |   4 |  94 |1441 |  94 |  15 |  24 |  20k|1306 | 0.000000e+00 | 4.000000e+00 |    Inf 
19.39/19.44	c  19.4s|110000 |  9852 |243017 |   2.2 |7184k|  27 |   4 |  94 |1374 |  94 |  15 |  24 |  22k|1350 | 0.000000e+00 | 4.000000e+00 |    Inf 
20.69/20.79	c  20.8s|120000 |  9545 |262877 |   2.2 |7072k|  27 |   - |  94 |1513 |  94 |  15 |  24 |  24k|1396 | 0.000000e+00 | 4.000000e+00 |    Inf 
22.09/22.16	c  22.2s|130000 |  9525 |283265 |   2.2 |7063k|  27 |   4 |  94 |1571 |  94 |  15 |  24 |  26k|1414 | 0.000000e+00 | 4.000000e+00 |    Inf 
23.59/23.62	c  23.6s|140000 |  9923 |303985 |   2.2 |7574k|  27 |   - |  94 |1904 |   0 |   0 |  24 |  28k|1425 | 0.000000e+00 | 4.000000e+00 |    Inf 
25.09/25.14	c  25.1s|150000 |  9348 |324046 |   2.2 |7081k|  27 |   4 |  94 |1794 |  94 |  15 |  24 |  30k|1443 | 0.000000e+00 | 4.000000e+00 |    Inf 
26.49/26.56	c  26.6s|160000 |  9132 |344250 |   2.2 |6859k|  27 |   4 |  94 |1414 |  94 |  15 |  24 |  32k|1488 | 0.000000e+00 | 4.000000e+00 |    Inf 
27.89/27.93	c  27.9s|170000 |  9043 |364100 |   2.1 |6848k|  27 |   4 |  94 |1444 |  94 |  15 |  24 |  34k|1513 | 0.000000e+00 | 4.000000e+00 |    Inf 
29.19/29.28	c  29.3s|180000 |  8710 |384005 |   2.1 |6728k|  27 |   4 |  94 |1546 |  94 |  15 |  24 |  36k|1542 | 0.000000e+00 | 4.000000e+00 |    Inf 
30.60/30.64	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
30.60/30.64	c  30.6s|190000 |  8634 |403218 |   2.1 |6828k|  27 |   - |  94 |1887 |   0 |   0 |  24 |  38k|1578 | 0.000000e+00 | 4.000000e+00 |    Inf 
31.91/32.00	c  32.0s|200000 |  8407 |422806 |   2.1 |6618k|  27 |   4 |  94 |1550 |  94 |  15 |  24 |  40k|1605 | 0.000000e+00 | 4.000000e+00 |    Inf 
33.10/33.14	o 3
33.10/33.14	c *33.1s|208466 |  8963 |440458 |   2.1 |7028k|  27 |   - |  94 |1731 |  94 |  15 |  24 |  42k|1630 | 0.000000e+00 | 3.000000e+00 |    Inf 
33.30/33.34	c  33.3s|210000 |  8954 |443552 |   2.1 |7044k|  27 |   4 |  94 |1726 |  94 |  15 |  24 |  42k|1632 | 0.000000e+00 | 3.000000e+00 |    Inf 
34.59/34.67	c  34.7s|220000 |  8334 |463067 |   2.1 |6635k|  27 |   4 |  94 |1657 |  94 |  15 |  24 |  44k|1644 | 0.000000e+00 | 3.000000e+00 |    Inf 
35.90/35.96	c  36.0s|230000 |  8224 |481955 |   2.1 |6642k|  27 |   - |  94 |1973 |  94 |  15 |  24 |  45k|1673 | 0.000000e+00 | 3.000000e+00 |    Inf 
37.30/37.32	c  37.3s|240000 |  8313 |501853 |   2.1 |6639k|  27 |   - |  94 |1821 |  94 |  15 |  24 |  47k|1686 | 0.000000e+00 | 3.000000e+00 |    Inf 
38.59/38.66	c  38.7s|250000 |  7985 |521544 |   2.1 |6457k|  27 |   - |  94 |1710 |  94 |  15 |  24 |  49k|1723 | 0.000000e+00 | 3.000000e+00 |    Inf 
39.89/39.97	c  40.0s|260000 |  8216 |540601 |   2.1 |6743k|  27 |   4 |  94 |1988 |  94 |  15 |  24 |  51k|1755 | 0.000000e+00 | 3.000000e+00 |    Inf 
41.19/41.29	c  41.3s|270000 |  8159 |560705 |   2.1 |6742k|  27 |   - |  94 |2073 |  94 |  15 |  24 |  53k|1776 | 0.000000e+00 | 3.000000e+00 |    Inf 
42.59/42.66	c  42.7s|280000 |  7937 |581034 |   2.1 |6662k|  27 |   - |  94 |2056 |   0 |   0 |  24 |  54k|1804 | 0.000000e+00 | 3.000000e+00 |    Inf 
43.90/43.95	c  44.0s|290000 |  7675 |601552 |   2.1 |6410k|  27 |   - |  94 |1870 |   0 |   0 |  24 |  56k|1818 | 0.000000e+00 | 3.000000e+00 |    Inf 
45.29/45.32	c  45.3s|300000 |  8413 |621690 |   2.1 |6986k|  27 |   4 |  94 |2332 |  94 |  15 |  24 |  58k|1845 | 0.000000e+00 | 3.000000e+00 |    Inf 
46.69/46.71	c  46.7s|310000 |  8654 |641179 |   2.1 |7214k|  27 |   4 |  94 |2206 |  94 |  15 |  24 |  60k|1852 | 0.000000e+00 | 3.000000e+00 |    Inf 
47.99/48.08	c  48.1s|320000 |  7975 |659788 |   2.1 |6838k|  27 |   4 |  94 |2152 |  94 |  15 |  24 |  62k|1887 | 0.000000e+00 | 3.000000e+00 |    Inf 
49.40/49.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
49.40/49.43	c  49.4s|330000 |  7455 |679517 |   2.1 |6310k|  27 |   4 |  94 |1909 |  94 |  15 |  24 |  64k|1903 | 0.000000e+00 | 3.000000e+00 |    Inf 
50.69/50.73	c  50.7s|340000 |  7347 |700774 |   2.1 |6180k|  27 |   4 |  94 |1601 |  94 |  15 |  24 |  65k|1936 | 0.000000e+00 | 3.000000e+00 |    Inf 
51.99/52.02	c  52.0s|350000 |  7903 |721937 |   2.1 |6751k|  27 |   - |  94 |2064 |   0 |   0 |  24 |  67k|1960 | 0.000000e+00 | 3.000000e+00 |    Inf 
53.29/53.35	c  53.4s|360000 |  8387 |742075 |   2.1 |7179k|  27 |   4 |  94 |2193 |  94 |  15 |  24 |  69k|1973 | 0.000000e+00 | 3.000000e+00 |    Inf 
54.69/54.72	c  54.7s|370000 |  7998 |761677 |   2.1 |6891k|  27 |   4 |  94 |1921 |  94 |  15 |  24 |  70k|1998 | 0.000000e+00 | 3.000000e+00 |    Inf 
56.00/56.06	c  56.1s|380000 |  8335 |780580 |   2.1 |7370k|  27 |   4 |  94 |2395 |  94 |  15 |  24 |  72k|2015 | 0.000000e+00 | 3.000000e+00 |    Inf 
57.39/57.43	c  57.4s|390000 |  7755 |799593 |   2.1 |6736k|  27 |   4 |  94 |1742 |  94 |  15 |  24 |  74k|2045 | 0.000000e+00 | 3.000000e+00 |    Inf 
58.69/58.74	c  58.7s|400000 |  7807 |819138 |   2.0 |6516k|  27 |   4 |  94 |1799 |  94 |  15 |  24 |  76k|2082 | 0.000000e+00 | 3.000000e+00 |    Inf 
60.00/60.07	c  60.1s|410000 |  7718 |838801 |   2.0 |6576k|  27 |   - |  94 |1664 |   0 |   0 |  24 |  78k|2122 | 0.000000e+00 | 3.000000e+00 |    Inf 
61.30/61.37	c  61.4s|420000 |  7291 |858218 |   2.0 |6284k|  27 |   - |  94 |1903 |   0 |   0 |  24 |  80k|2136 | 0.000000e+00 | 3.000000e+00 |    Inf 
62.60/62.69	c  62.7s|430000 |  7075 |876491 |   2.0 |6115k|  27 |   - |  94 |1722 |  94 |  15 |  24 |  82k|2161 | 0.000000e+00 | 3.000000e+00 |    Inf 
63.90/63.94	c  63.9s|440000 |  7032 |896831 |   2.0 |6205k|  27 |   4 |  94 |1995 |  94 |  15 |  24 |  83k|2216 | 0.000000e+00 | 3.000000e+00 |    Inf 
65.20/65.23	c  65.2s|450000 |  6830 |916799 |   2.0 |5993k|  27 |   4 |  94 |1645 |  94 |  15 |  24 |  85k|2240 | 0.000000e+00 | 3.000000e+00 |    Inf 
66.39/66.49	c  66.5s|460000 |  7098 |937185 |   2.0 |6179k|  27 |   - |  94 |1731 |  94 |  15 |  24 |  86k|2259 | 0.000000e+00 | 3.000000e+00 |    Inf 
66.79/66.84	o 2
66.79/66.84	c *66.8s|462730 |  7170 |942825 |   2.0 |6287k|  27 |   - |  94 |1868 |  94 |  15 |  24 |  87k|2267 | 0.000000e+00 | 2.000000e+00 |    Inf 
67.69/67.77	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
67.69/67.77	c  67.8s|470000 |  6661 |955897 |   2.0 |5933k|  27 |   4 |  94 |1642 |  94 |  15 |  24 |  88k|2274 | 0.000000e+00 | 2.000000e+00 |    Inf 
68.99/69.02	c  69.0s|480000 |  6469 |974731 |   2.0 |5839k|  27 |   4 |  94 |1744 |  94 |  15 |  24 |  90k|2280 | 0.000000e+00 | 2.000000e+00 |    Inf 
70.19/70.28	c  70.3s|490000 |  7018 |995015 |   2.0 |6111k|  27 |   4 |  94 |1654 |  94 |  15 |  24 |  92k|2282 | 0.000000e+00 | 2.000000e+00 |    Inf 
71.51/71.57	c  71.6s|500000 |  7480 |  1013k|   2.0 |6548k|  27 |   - |  94 |1727 |   0 |   0 |  24 |  94k|2291 | 0.000000e+00 | 2.000000e+00 |    Inf 
72.79/72.85	c  72.8s|510000 |  7530 |  1033k|   2.0 |6761k|  27 |   4 |  94 |1882 |  94 |  15 |  24 |  95k|2291 | 0.000000e+00 | 2.000000e+00 |    Inf 
74.10/74.14	c  74.1s|520000 |  7540 |  1052k|   2.0 |7092k|  27 |   - |  94 |2551 |   0 |   0 |  24 |  97k|2293 | 0.000000e+00 | 2.000000e+00 |    Inf 
75.39/75.48	c  75.5s|530000 |  6848 |  1070k|   2.0 |6384k|  27 |   - |  94 |1746 |  94 |  15 |  24 |  99k|2300 | 0.000000e+00 | 2.000000e+00 |    Inf 
76.69/76.76	c  76.8s|540000 |  6380 |  1089k|   2.0 |5949k|  27 |   - |  94 |1999 |   0 |   0 |  24 | 101k|2300 | 0.000000e+00 | 2.000000e+00 |    Inf 
78.00/78.02	c  78.0s|550000 |  6226 |  1109k|   2.0 |5827k|  27 |   4 |  94 |1914 |  94 |  15 |  24 | 103k|2305 | 0.000000e+00 | 2.000000e+00 |    Inf 
79.21/79.23	c  79.2s|560000 |  6616 |  1130k|   2.0 |6124k|  27 |   4 |  94 |1971 |  94 |  15 |  24 | 104k|2308 | 0.000000e+00 | 2.000000e+00 |    Inf 
80.40/80.47	c  80.5s|570000 |  6099 |  1150k|   2.0 |5779k|  27 |   4 |  94 |2008 |  94 |  15 |  24 | 106k|2314 | 0.000000e+00 | 2.000000e+00 |    Inf 
81.69/81.74	c  81.7s|580000 |  6032 |  1170k|   2.0 |5749k|  27 |   - |  94 |2006 |  94 |  15 |  24 | 107k|2326 | 0.000000e+00 | 2.000000e+00 |    Inf 
83.00/83.04	c  83.0s|590000 |  6624 |  1190k|   2.0 |6207k|  27 |   - |  94 |2080 |  94 |  15 |  24 | 109k|2331 | 0.000000e+00 | 2.000000e+00 |    Inf 
84.29/84.32	c  84.3s|600000 |  6266 |  1209k|   2.0 |5910k|  27 |   - |  94 |2027 |   0 |   0 |  24 | 110k|2341 | 0.000000e+00 | 2.000000e+00 |    Inf 
85.59/85.61	c  85.6s|610000 |  6073 |  1229k|   2.0 |5718k|  27 |   4 |  94 |1850 |  94 |  15 |  24 | 112k|2346 | 0.000000e+00 | 2.000000e+00 |    Inf 
86.80/86.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
86.80/86.87	c  86.9s|620000 |  5941 |  1249k|   2.0 |5627k|  27 |   - |  94 |1720 |  94 |  15 |  24 | 114k|2354 | 0.000000e+00 | 2.000000e+00 |    Inf 
88.09/88.19	c  88.2s|630000 |  7203 |  1270k|   2.0 |6485k|  27 |   - |  94 |2008 |   0 |   0 |  24 | 115k|2358 | 0.000000e+00 | 2.000000e+00 |    Inf 
89.39/89.46	c  89.5s|640000 |  7115 |  1288k|   2.0 |6603k|  27 |   - |  94 |1929 |  94 |  15 |  24 | 117k|2364 | 0.000000e+00 | 2.000000e+00 |    Inf 
90.69/90.75	c  90.7s|650000 |  6582 |  1306k|   2.0 |6350k|  27 |   4 |  94 |1958 |  94 |  15 |  24 | 119k|2364 | 0.000000e+00 | 2.000000e+00 |    Inf 
91.99/92.05	c  92.1s|660000 |  5871 |  1324k|   2.0 |5542k|  27 |   - |  94 |1578 |   0 |   0 |  24 | 121k|2365 | 0.000000e+00 | 2.000000e+00 |    Inf 
93.19/93.29	c  93.3s|670000 |  5779 |  1344k|   2.0 |5527k|  27 |   - |  94 |1638 |  94 |  15 |  24 | 122k|2375 | 0.000000e+00 | 2.000000e+00 |    Inf 
94.50/94.57	c  94.6s|680000 |  6553 |  1364k|   2.0 |6104k|  27 |   - |  94 |1819 |  94 |  15 |  24 | 124k|2377 | 0.000000e+00 | 2.000000e+00 |    Inf 
95.89/95.91	c  95.9s|690000 |  7954 |  1384k|   2.0 |7049k|  27 |   - |  94 |2153 |  94 |  15 |  24 | 126k|2377 | 0.000000e+00 | 2.000000e+00 |    Inf 
97.19/97.22	c  97.2s|700000 |  7894 |  1402k|   2.0 |7074k|  27 |   4 |  94 |1769 |  94 |  15 |  24 | 127k|2378 | 0.000000e+00 | 2.000000e+00 |    Inf 
98.49/98.51	c  98.5s|710000 |  7790 |  1420k|   2.0 |7239k|  27 |   - |  94 |2063 |   0 |   0 |  24 | 129k|2381 | 0.000000e+00 | 2.000000e+00 |    Inf 
99.79/99.81	c  99.8s|720000 |  7341 |  1437k|   2.0 |7006k|  27 |   - |  94 |1953 |   0 |   0 |  24 | 131k|2387 | 0.000000e+00 | 2.000000e+00 |    Inf 
101.10/101.12	c   101s|730000 |  6489 |  1455k|   2.0 |6352k|  27 |   4 |  94 |1710 |  94 |  15 |  24 | 133k|2389 | 0.000000e+00 | 2.000000e+00 |    Inf 
102.31/102.38	c   102s|740000 |  5766 |  1473k|   2.0 |5638k|  27 |   - |  94 |1839 |  94 |  15 |  24 | 134k|2392 | 0.000000e+00 | 2.000000e+00 |    Inf 
103.60/103.70	c   104s|750000 |  7356 |  1495k|   2.0 |6579k|  27 |   - |  94 |2263 |   0 |   0 |  24 | 136k|2396 | 0.000000e+00 | 2.000000e+00 |    Inf 
104.99/105.02	c   105s|760000 |  8112 |  1515k|   2.0 |7121k|  27 |   - |  94 |2239 |   0 |   0 |  24 | 138k|2397 | 0.000000e+00 | 2.000000e+00 |    Inf 
106.29/106.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
106.29/106.32	c   106s|770000 |  7963 |  1534k|   2.0 |7254k|  27 |   - |  94 |2272 |  94 |  15 |  24 | 139k|2403 | 0.000000e+00 | 2.000000e+00 |    Inf 
107.59/107.64	c   108s|780000 |  7845 |  1554k|   2.0 |7313k|  27 |   - |  94 |2272 |  94 |  15 |  24 | 141k|2404 | 0.000000e+00 | 2.000000e+00 |    Inf 
108.91/108.99	c   109s|790000 |  7055 |  1573k|   2.0 |6913k|  27 |   4 |  94 |2276 |  94 |  15 |  24 | 142k|2409 | 0.000000e+00 | 2.000000e+00 |    Inf 
110.29/110.34	c   110s|800000 |  5857 |  1593k|   2.0 |5936k|  27 |   - |  94 |2269 |   0 |   0 |  24 | 144k|2411 | 0.000000e+00 | 2.000000e+00 |    Inf 
111.59/111.63	c   112s|810000 |  5627 |  1612k|   2.0 |5686k|  27 |   4 |  94 |2230 |  94 |  15 |  24 | 146k|2422 | 0.000000e+00 | 2.000000e+00 |    Inf 
112.79/112.89	c   113s|820000 |  5530 |  1632k|   2.0 |5598k|  27 |   - |  94 |2041 |  94 |  15 |  24 | 147k|2426 | 0.000000e+00 | 2.000000e+00 |    Inf 
114.20/114.21	c   114s|830000 |  7109 |  1655k|   2.0 |6455k|  27 |   - |  94 |2139 |  94 |  15 |  24 | 149k|2433 | 0.000000e+00 | 2.000000e+00 |    Inf 
115.40/115.50	c   116s|840000 |  8540 |  1676k|   2.0 |7381k|  27 |   - |  94 |2412 |  94 |  15 |  24 | 150k|2435 | 0.000000e+00 | 2.000000e+00 |    Inf 
116.70/116.79	c   117s|850000 |  9220 |  1697k|   2.0 |7796k|  27 |   4 |  94 |2117 |  94 |  15 |  24 | 152k|2436 | 0.000000e+00 | 2.000000e+00 |    Inf 
118.00/118.06	c   118s|860000 |  9881 |  1718k|   2.0 |8369k|  27 |   4 |  94 |2338 |  94 |  15 |  24 | 153k|2441 | 0.000000e+00 | 2.000000e+00 |    Inf 
119.29/119.36	c   119s|870000 |  9932 |  1738k|   2.0 |8515k|  27 |   4 |  94 |2099 |  94 |  15 |  24 | 155k|2441 | 0.000000e+00 | 2.000000e+00 |    Inf 
120.60/120.65	c   121s|880000 |  9800 |  1758k|   2.0 |8644k|  27 |   - |  94 |2201 |  94 |  15 |  24 | 156k|2458 | 0.000000e+00 | 2.000000e+00 |    Inf 
121.90/121.94	c   122s|890000 |  9331 |  1778k|   2.0 |8454k|  27 |   4 |  94 |2010 |  94 |  15 |  24 | 158k|2466 | 0.000000e+00 | 2.000000e+00 |    Inf 
123.21/123.24	c   123s|900000 |  8504 |  1797k|   2.0 |8073k|  27 |   4 |  94 |2074 |  94 |  15 |  24 | 159k|2471 | 0.000000e+00 | 2.000000e+00 |    Inf 
124.50/124.55	c   125s|910000 |  7354 |  1817k|   2.0 |7328k|  27 |   4 |  94 |2015 |  94 |  15 |  24 | 161k|2473 | 0.000000e+00 | 2.000000e+00 |    Inf 
125.79/125.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
125.79/125.86	c   126s|920000 |  6240 |  1836k|   2.0 |6441k|  27 |   - |  94 |2015 |  94 |  15 |  24 | 163k|2479 | 0.000000e+00 | 2.000000e+00 |    Inf 
127.09/127.16	c   127s|930000 |  5515 |  1857k|   2.0 |5539k|  27 |   - |  94 |1889 |  94 |  15 |  24 | 164k|2488 | 0.000000e+00 | 2.000000e+00 |    Inf 
128.40/128.44	c   128s|940000 |  5313 |  1876k|   2.0 |5443k|  27 |   4 |  94 |1865 |  94 |  15 |  24 | 166k|2493 | 0.000000e+00 | 2.000000e+00 |    Inf 
129.60/129.69	c   130s|950000 |  5389 |  1897k|   2.0 |5565k|  27 |   4 |  94 |2150 |  94 |  15 |  24 | 168k|2498 | 0.000000e+00 | 2.000000e+00 |    Inf 
131.00/131.02	c   131s|960000 |  5919 |  1916k|   2.0 |6132k|  27 |   - |  94 |2518 |  94 |  15 |  24 | 169k|2505 | 0.000000e+00 | 2.000000e+00 |    Inf 
132.30/132.38	c   132s|970000 |  5147 |  1936k|   2.0 |5462k|  27 |   - |  94 |2165 |  94 |  15 |  24 | 171k|2511 | 0.000000e+00 | 2.000000e+00 |    Inf 
133.60/133.65	c   134s|980000 |  5479 |  1956k|   2.0 |5574k|  27 |   4 |  94 |1966 |  94 |  15 |  24 | 173k|2521 | 0.000000e+00 | 2.000000e+00 |    Inf 
134.90/134.90	c   135s|990000 |  5031 |  1974k|   2.0 |5461k|  27 |   - |  94 |2273 |  94 |  15 |  24 | 175k|2525 | 0.000000e+00 | 2.000000e+00 |    Inf 
136.20/136.21	c   136s|  1000k|  6418 |  1996k|   2.0 |6132k|  27 |   4 |  94 |1992 |  94 |  15 |  24 | 176k|2532 | 0.000000e+00 | 2.000000e+00 |    Inf 
137.40/137.47	c   137s|  1010k|  7068 |  2016k|   2.0 |6654k|  27 |   4 |  94 |2019 |  94 |  15 |  24 | 178k|2536 | 0.000000e+00 | 2.000000e+00 |    Inf 
138.69/138.72	c   139s|  1020k|  7513 |  2036k|   2.0 |7091k|  27 |   - |  94 |2185 |  94 |  15 |  24 | 179k|2541 | 0.000000e+00 | 2.000000e+00 |    Inf 
139.89/139.99	c   140s|  1030k|  7491 |  2055k|   2.0 |7219k|  27 |   - |  94 |2112 |  94 |  15 |  24 | 181k|2547 | 0.000000e+00 | 2.000000e+00 |    Inf 
141.19/141.28	c   141s|  1040k|  7286 |  2074k|   2.0 |7216k|  27 |   4 |  94 |2122 |  94 |  15 |  24 | 183k|2549 | 0.000000e+00 | 2.000000e+00 |    Inf 
142.49/142.55	c   143s|  1050k|  7332 |  2093k|   2.0 |7402k|  27 |   4 |  94 |2394 |  94 |  15 |  24 | 184k|2557 | 0.000000e+00 | 2.000000e+00 |    Inf 
143.80/143.83	c   144s|  1060k|  7960 |  2113k|   2.0 |7987k|  27 |   - |  94 |2731 |  94 |  15 |  24 | 186k|2571 | 0.000000e+00 | 2.000000e+00 |    Inf 
145.10/145.18	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
145.10/145.18	c   145s|  1070k|  7370 |  2132k|   2.0 |7475k|  27 |   - |  94 |2083 |  94 |  15 |  24 | 188k|2576 | 0.000000e+00 | 2.000000e+00 |    Inf 
146.40/146.45	c   146s|  1080k|  7573 |  2151k|   2.0 |7837k|  27 |   4 |  94 |2581 |  94 |  15 |  24 | 189k|2576 | 0.000000e+00 | 2.000000e+00 |    Inf 
147.70/147.77	c   148s|  1090k|  7310 |  2170k|   2.0 |7606k|  27 |   - |  94 |2445 |  94 |  15 |  24 | 191k|2592 | 0.000000e+00 | 2.000000e+00 |    Inf 
149.00/149.07	c   149s|  1100k|  6504 |  2189k|   2.0 |6997k|  27 |   4 |  94 |2245 |  94 |  15 |  24 | 193k|2596 | 0.000000e+00 | 2.000000e+00 |    Inf 
150.29/150.33	c   150s|  1110k|  6661 |  2209k|   2.0 |7228k|  27 |   - |  94 |2504 |  94 |  15 |  24 | 194k|2604 | 0.000000e+00 | 2.000000e+00 |    Inf 
151.60/151.67	c   152s|  1120k|  5750 |  2228k|   2.0 |6339k|  27 |   - |  94 |2260 |  94 |  15 |  24 | 196k|2614 | 0.000000e+00 | 2.000000e+00 |    Inf 
152.92/152.92	c   153s|  1130k|  5732 |  2247k|   2.0 |6455k|  27 |   4 |  94 |2617 |  94 |  15 |  24 | 197k|2618 | 0.000000e+00 | 2.000000e+00 |    Inf 
154.20/154.24	c   154s|  1140k|  5354 |  2266k|   2.0 |5996k|  27 |   4 |  94 |2477 |  94 |  15 |  24 | 199k|2624 | 0.000000e+00 | 2.000000e+00 |    Inf 
155.50/155.51	c   156s|  1150k|  4994 |  2285k|   2.0 |5361k|  27 |   4 |  94 |1951 |  94 |  15 |  24 | 201k|2629 | 0.000000e+00 | 2.000000e+00 |    Inf 
156.70/156.71	c   157s|  1160k|  5890 |  2306k|   2.0 |5899k|  27 |   4 |  94 |2180 |  94 |  15 |  24 | 202k|2646 | 0.000000e+00 | 2.000000e+00 |    Inf 
157.89/157.93	c   158s|  1170k|  6053 |  2326k|   2.0 |6160k|  27 |   - |  94 |2104 |  94 |  15 |  24 | 204k|2668 | 0.000000e+00 | 2.000000e+00 |    Inf 
159.20/159.21	c   159s|  1180k|  5308 |  2345k|   2.0 |5738k|  27 |   - |  94 |2002 |   0 |   0 |  24 | 205k|2678 | 0.000000e+00 | 2.000000e+00 |    Inf 
160.39/160.45	c   160s|  1190k|  4859 |  2364k|   2.0 |5363k|  27 |   - |  94 |2172 |  94 |  15 |  24 | 207k|2690 | 0.000000e+00 | 2.000000e+00 |    Inf 
161.61/161.69	c   162s|  1200k|  5400 |  2383k|   2.0 |5713k|  27 |   4 |  94 |2185 |  94 |  15 |  24 | 209k|2691 | 0.000000e+00 | 2.000000e+00 |    Inf 
162.99/163.01	c   163s|  1210k|  4807 |  2400k|   2.0 |5382k|  27 |   - |  94 |2109 |   0 |   0 |  24 | 210k|2699 | 0.000000e+00 | 2.000000e+00 |    Inf 
164.20/164.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
164.20/164.24	c   164s|  1220k|  4861 |  2420k|   2.0 |5498k|  27 |   - |  94 |2334 |   0 |   0 |  24 | 212k|2704 | 0.000000e+00 | 2.000000e+00 |    Inf 
165.50/165.50	c   166s|  1230k|  4832 |  2438k|   2.0 |5584k|  27 |   - |  94 |2565 |   0 |   0 |  24 | 213k|2709 | 0.000000e+00 | 2.000000e+00 |    Inf 
166.69/166.77	c   167s|  1240k|  4771 |  2457k|   2.0 |5506k|  27 |   - |  94 |2516 |  94 |  15 |  24 | 215k|2716 | 0.000000e+00 | 2.000000e+00 |    Inf 
168.00/168.04	c   168s|  1250k|  4461 |  2476k|   2.0 |5079k|  27 |   - |  94 |1836 |   0 |   0 |  24 | 216k|2724 | 0.000000e+00 | 2.000000e+00 |    Inf 
169.20/169.25	c   169s|  1260k|  4584 |  2496k|   2.0 |5025k|  27 |   4 |  94 |1492 |  94 |  15 |  24 | 218k|2725 | 0.000000e+00 | 2.000000e+00 |    Inf 
170.30/170.39	c   170s|  1270k|  4927 |  2516k|   2.0 |5367k|  27 |   4 |  94 |1541 |  94 |  15 |  24 | 219k|2731 | 0.000000e+00 | 2.000000e+00 |    Inf 
171.50/171.56	c   172s|  1280k|  4575 |  2535k|   2.0 |5251k|  27 |   4 |  94 |1638 |  94 |  15 |  24 | 221k|2744 | 0.000000e+00 | 2.000000e+00 |    Inf 
172.72/172.75	c   173s|  1290k|  4307 |  2555k|   2.0 |5088k|  27 |   - |  94 |2013 |  94 |  15 |  24 | 222k|2746 | 0.000000e+00 | 2.000000e+00 |    Inf 
173.90/173.96	c   174s|  1300k|  4152 |  2575k|   2.0 |5162k|  27 |   4 |  94 |2455 |  94 |  15 |  24 | 224k|2752 | 0.000000e+00 | 2.000000e+00 |    Inf 
175.19/175.24	c   175s|  1310k|  4319 |  2594k|   2.0 |5058k|  27 |   4 |  94 |1888 |  94 |  15 |  24 | 225k|2761 | 0.000000e+00 | 2.000000e+00 |    Inf 
176.40/176.43	c   176s|  1320k|  5175 |  2617k|   2.0 |5733k|  27 |   4 |  94 |2137 |  94 |  15 |  24 | 226k|2776 | 0.000000e+00 | 2.000000e+00 |    Inf 
177.60/177.61	c   178s|  1330k|  4933 |  2637k|   2.0 |5640k|  27 |   4 |  94 |1841 |  94 |  15 |  24 | 227k|2782 | 0.000000e+00 | 2.000000e+00 |    Inf 
178.80/178.83	c   179s|  1340k|  4136 |  2657k|   2.0 |4885k|  27 |   4 |  94 |1622 |  94 |  15 |  24 | 229k|2793 | 0.000000e+00 | 2.000000e+00 |    Inf 
180.00/180.05	c   180s|  1350k|  3894 |  2675k|   2.0 |4655k|  27 |   4 |  94 |1321 |  94 |  15 |  24 | 230k|2795 | 0.000000e+00 | 2.000000e+00 |    Inf 
181.20/181.21	c   181s|  1360k|  3796 |  2694k|   2.0 |4651k|  27 |   4 |  94 |1458 |  94 |  15 |  24 | 232k|2800 | 0.000000e+00 | 2.000000e+00 |    Inf 
182.30/182.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
182.30/182.37	c   182s|  1370k|  3804 |  2714k|   2.0 |4829k|  27 |   - |  94 |1664 |   0 |   0 |  24 | 234k|2811 | 0.000000e+00 | 2.000000e+00 |    Inf 
183.49/183.55	c   184s|  1380k|  3613 |  2732k|   2.0 |4614k|  27 |   - |  94 |1557 |   0 |   0 |  24 | 235k|2816 | 0.000000e+00 | 2.000000e+00 |    Inf 
184.71/184.73	c   185s|  1390k|  3678 |  2751k|   2.0 |4749k|  27 |   - |  94 |1774 |  94 |  15 |  24 | 237k|2829 | 0.000000e+00 | 2.000000e+00 |    Inf 
185.91/185.94	c   186s|  1400k|  3479 |  2770k|   2.0 |4604k|  27 |   - |  94 |1698 |  94 |  15 |  24 | 238k|2835 | 0.000000e+00 | 2.000000e+00 |    Inf 
187.09/187.12	c   187s|  1410k|  3478 |  2789k|   2.0 |4635k|  27 |   4 |  94 |1748 |  94 |  15 |  24 | 240k|2842 | 0.000000e+00 | 2.000000e+00 |    Inf 
188.29/188.31	c   188s|  1420k|  3138 |  2809k|   2.0 |4351k|  27 |   4 |  94 |1489 |  94 |  15 |  24 | 241k|2852 | 0.000000e+00 | 2.000000e+00 |    Inf 
189.40/189.48	c   189s|  1430k|  2962 |  2828k|   2.0 |4382k|  27 |   - |  94 |1766 |  94 |  15 |  24 | 243k|2855 | 0.000000e+00 | 2.000000e+00 |    Inf 
190.60/190.66	c   191s|  1440k|  2905 |  2846k|   2.0 |4353k|  27 |   4 |  94 |1790 |  94 |  15 |  24 | 244k|2865 | 0.000000e+00 | 2.000000e+00 |    Inf 
191.79/191.86	c   192s|  1450k|  2951 |  2865k|   2.0 |4505k|  27 |   4 |  94 |2133 |  94 |  15 |  24 | 246k|2871 | 0.000000e+00 | 2.000000e+00 |    Inf 
193.00/193.06	c   193s|  1460k|  2831 |  2883k|   2.0 |4515k|  27 |   - |  94 |2179 |   0 |   0 |  24 | 248k|2875 | 0.000000e+00 | 2.000000e+00 |    Inf 
194.20/194.25	c   194s|  1470k|  2819 |  2902k|   2.0 |4382k|  27 |   4 |  94 |1953 |  94 |  15 |  24 | 249k|2880 | 0.000000e+00 | 2.000000e+00 |    Inf 
195.49/195.52	c   196s|  1480k|  2626 |  2920k|   2.0 |4332k|  27 |   4 |  94 |2096 |  94 |  15 |  24 | 251k|2881 | 0.000000e+00 | 2.000000e+00 |    Inf 
196.70/196.74	c   197s|  1490k|  2644 |  2939k|   2.0 |4478k|  27 |   - |  94 |2421 |  94 |  15 |  24 | 252k|2891 | 0.000000e+00 | 2.000000e+00 |    Inf 
197.91/197.96	c   198s|  1500k|  2769 |  2959k|   2.0 |4625k|  27 |   - |  94 |2480 |   0 |   0 |  24 | 254k|2893 | 0.000000e+00 | 2.000000e+00 |    Inf 
199.20/199.20	c   199s|  1510k|  2646 |  2978k|   2.0 |4445k|  27 |   4 |  94 |2310 |  94 |  15 |  24 | 255k|2898 | 0.000000e+00 | 2.000000e+00 |    Inf 
200.40/200.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
200.40/200.44	c   200s|  1520k|  2590 |  2997k|   2.0 |4601k|  27 |   4 |  94 |2657 |  94 |  15 |  24 | 257k|2901 | 0.000000e+00 | 2.000000e+00 |    Inf 
201.59/201.68	c   202s|  1530k|  2288 |  3016k|   2.0 |4168k|  27 |   - |  94 |2093 |  94 |  15 |  24 | 258k|2908 | 0.000000e+00 | 2.000000e+00 |    Inf 
202.80/202.87	c   203s|  1540k|  2450 |  3035k|   2.0 |4331k|  27 |   4 |  94 |2302 |  94 |  15 |  24 | 260k|2911 | 0.000000e+00 | 2.000000e+00 |    Inf 
204.00/204.09	c   204s|  1550k|  2307 |  3054k|   2.0 |4377k|  27 |   - |  94 |2524 |  94 |  15 |  24 | 261k|2913 | 0.000000e+00 | 2.000000e+00 |    Inf 
205.30/205.39	c   205s|  1560k|  2149 |  3074k|   2.0 |4280k|  27 |   4 |  94 |2611 |  94 |  15 |  24 | 263k|2929 | 0.000000e+00 | 2.000000e+00 |    Inf 
206.59/206.68	c   207s|  1570k|  2045 |  3093k|   2.0 |4026k|  27 |   4 |  94 |2057 |  94 |  15 |  24 | 264k|2931 | 0.000000e+00 | 2.000000e+00 |    Inf 
207.81/207.90	c   208s|  1580k|  2004 |  3112k|   2.0 |3961k|  27 |   - |  94 |1904 |  94 |  15 |  24 | 266k|2935 | 0.000000e+00 | 2.000000e+00 |    Inf 
209.10/209.13	c   209s|  1590k|  1895 |  3130k|   2.0 |3881k|  27 |   - |  94 |1852 |  94 |  15 |  24 | 267k|2943 | 0.000000e+00 | 2.000000e+00 |    Inf 
210.20/210.28	c   210s|  1600k|  1827 |  3150k|   2.0 |3704k|  27 |   4 |  94 |1556 |  94 |  15 |  24 | 269k|2947 | 0.000000e+00 | 2.000000e+00 |    Inf 
211.40/211.41	c   211s|  1610k|  1811 |  3169k|   2.0 |4059k|  27 |   - |  94 |2347 |  94 |  15 |  24 | 270k|2955 | 0.000000e+00 | 2.000000e+00 |    Inf 
212.60/212.64	c   213s|  1620k|  1670 |  3188k|   2.0 |3982k|  27 |   4 |  94 |2538 |  94 |  15 |  24 | 272k|2957 | 0.000000e+00 | 2.000000e+00 |    Inf 
213.80/213.83	c   214s|  1630k|  1865 |  3208k|   2.0 |3786k|  27 |   4 |  94 |1705 |  94 |  15 |  24 | 273k|2966 | 0.000000e+00 | 2.000000e+00 |    Inf 
214.90/214.99	c   215s|  1640k|  1589 |  3227k|   2.0 |3713k|  27 |   - |  94 |2002 |   0 |   0 |  24 | 275k|2968 | 0.000000e+00 | 2.000000e+00 |    Inf 
216.20/216.21	c   216s|  1650k|  1351 |  3246k|   2.0 |3565k|  27 |   - |  94 |1912 |  94 |  15 |  24 | 276k|2974 | 0.000000e+00 | 2.000000e+00 |    Inf 
217.40/217.40	c   217s|  1660k|  1205 |  3265k|   2.0 |3315k|  27 |   4 |  94 |1555 |  94 |  15 |  24 | 277k|2983 | 0.000000e+00 | 2.000000e+00 |    Inf 
218.50/218.52	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
218.50/218.52	c   219s|  1670k|  2245 |  3285k|   2.0 |3912k|  27 |   - |  94 |1354 |   0 |   0 |  24 | 279k|2988 | 0.000000e+00 | 2.000000e+00 |    Inf 
219.59/219.69	c   220s|  1680k|  2316 |  3304k|   2.0 |4094k|  27 |   - |  94 |1317 |   0 |   0 |  24 | 280k|2991 | 0.000000e+00 | 2.000000e+00 |    Inf 
220.80/220.86	c   221s|  1690k|  2014 |  3322k|   2.0 |4050k|  27 |   4 |  94 |1444 |  94 |  15 |  24 | 282k|2994 | 0.000000e+00 | 2.000000e+00 |    Inf 
222.00/222.07	c   222s|  1700k|  1139 |  3341k|   2.0 |3231k|  27 |   - |  94 |1425 |  94 |  15 |  24 | 283k|2997 | 0.000000e+00 | 2.000000e+00 |    Inf 
223.09/223.18	c   223s|  1710k|  1392 |  3360k|   2.0 |3476k|  27 |   - |  94 |1674 |  94 |  15 |  24 | 285k|3001 | 0.000000e+00 | 2.000000e+00 |    Inf 
224.31/224.39	c   224s|  1720k|   968 |  3378k|   2.0 |3180k|  27 |   - |  94 |1596 |   0 |   0 |  24 | 286k|3009 | 0.000000e+00 | 2.000000e+00 |    Inf 
225.52/225.53	c   226s|  1730k|   819 |  3398k|   2.0 |2992k|  27 |   - |  94 |1380 |   0 |   0 |  24 | 288k|3013 | 0.000000e+00 | 2.000000e+00 |    Inf 
226.62/226.66	c   227s|  1740k|   612 |  3416k|   2.0 |2723k|  27 |   - |  94 |1118 |  94 |  15 |  24 | 289k|3015 | 0.000000e+00 | 2.000000e+00 |    Inf 
227.72/227.76	c   228s|  1750k|  1354 |  3435k|   2.0 |3433k|  27 |   - |  94 |1690 |  94 |  15 |  24 | 290k|3016 | 0.000000e+00 | 2.000000e+00 |    Inf 
228.90/228.96	c   229s|  1760k|  1172 |  3453k|   2.0 |3427k|  27 |   - |  94 |1630 |  94 |  15 |  24 | 292k|3018 | 0.000000e+00 | 2.000000e+00 |    Inf 
230.10/230.16	c   230s|  1770k|   520 |  3472k|   2.0 |2788k|  27 |   4 |  94 |1505 |  94 |  15 |  24 | 294k|3019 | 0.000000e+00 | 2.000000e+00 |    Inf 
231.30/231.31	c   231s|  1780k|   291 |  3491k|   2.0 |2614k|  27 |   - |  94 |1692 |  94 |  15 |  24 | 295k|3023 | 0.000000e+00 | 2.000000e+00 |    Inf 
232.40/232.46	c   232s|  1790k|   738 |  3510k|   2.0 |2794k|  27 |   4 |  94 |1779 |  94 |  15 |  24 | 296k|3026 | 0.000000e+00 | 2.000000e+00 |    Inf 
233.60/233.61	c   234s|  1800k|  1508 |  3529k|   2.0 |3405k|  27 |   - |  94 |1963 |   0 |   0 |  24 | 298k|3027 | 0.000000e+00 | 2.000000e+00 |    Inf 
234.79/234.82	c   235s|  1810k|  1615 |  3547k|   2.0 |3711k|  27 |   4 |  94 |2223 |  94 |  15 |  24 | 299k|3029 | 0.000000e+00 | 2.000000e+00 |    Inf 
236.00/236.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
236.00/236.06	c   236s|  1820k|  1262 |  3566k|   2.0 |3594k|  27 |   - |  94 |2249 |   0 |   0 |  24 | 301k|3041 | 0.000000e+00 | 2.000000e+00 |    Inf 
237.30/237.37	c   237s|  1830k|   311 |  3584k|   2.0 |2707k|  27 |   4 |  94 |1793 |  94 |  15 |  24 | 303k|3044 | 0.000000e+00 | 2.000000e+00 |    Inf 
238.40/238.50	c   238s|  1840k|  1240 |  3603k|   2.0 |3146k|  27 |   - |  94 |1978 |   0 |   0 |  24 | 304k|3044 | 0.000000e+00 | 2.000000e+00 |    Inf 
239.60/239.66	c   240s|  1850k|  1688 |  3622k|   2.0 |3520k|  27 |   - |  94 |1855 |  94 |  15 |  24 | 305k|3048 | 0.000000e+00 | 2.000000e+00 |    Inf 
240.80/240.84	c   241s|  1860k|  1440 |  3639k|   2.0 |3536k|  27 |   - |  94 |1919 |   0 |   0 |  24 | 307k|3054 | 0.000000e+00 | 2.000000e+00 |    Inf 
242.01/242.04	c   242s|  1870k|  1088 |  3657k|   2.0 |3374k|  27 |   4 |  94 |2070 |  94 |  15 |  24 | 308k|3060 | 0.000000e+00 | 2.000000e+00 |    Inf 
243.20/243.23	c   243s|  1880k|  1514 |  3676k|   2.0 |3775k|  27 |   4 |  94 |2143 |  94 |  15 |  24 | 310k|3068 | 0.000000e+00 | 2.000000e+00 |    Inf 
244.50/244.51	c   245s|  1890k|  1254 |  3694k|   2.0 |3840k|  27 |   4 |  94 |2531 |  94 |  15 |  24 | 311k|3077 | 0.000000e+00 | 2.000000e+00 |    Inf 
245.80/245.81	c   246s|  1900k|   524 |  3712k|   2.0 |3059k|  27 |   - |  94 |2007 |   0 |   0 |  24 | 313k|3078 | 0.000000e+00 | 2.000000e+00 |    Inf 
246.90/246.97	c   247s|  1910k|  1166 |  3731k|   2.0 |3276k|  27 |   4 |  94 |2402 |  94 |  15 |  24 | 314k|3088 | 0.000000e+00 | 2.000000e+00 |    Inf 
248.10/248.17	c   248s|  1920k|  1889 |  3749k|   2.0 |3712k|  27 |   4 |  94 |2146 |  94 |  15 |  24 | 316k|3095 | 0.000000e+00 | 2.000000e+00 |    Inf 
249.30/249.35	c   249s|  1930k|  1878 |  3767k|   2.0 |3994k|  27 |   - |  94 |2494 |  94 |  15 |  24 | 317k|3101 | 0.000000e+00 | 2.000000e+00 |    Inf 
250.50/250.59	c   251s|  1940k|  1251 |  3785k|   2.0 |3570k|  27 |   - |  94 |2082 |   0 |   0 |  24 | 319k|3106 | 0.000000e+00 | 2.000000e+00 |    Inf 
251.80/251.84	c   252s|  1950k|   451 |  3804k|   2.0 |2600k|  27 |   4 |  94 |1836 |  94 |  15 |  24 | 320k|3114 | 0.000000e+00 | 2.000000e+00 |    Inf 
252.91/252.98	c   253s|  1960k|  1918 |  3822k|   2.0 |3638k|  27 |   4 |  94 |2388 |  94 |  15 |  24 | 322k|3122 | 0.000000e+00 | 2.000000e+00 |    Inf 
254.20/254.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
254.20/254.21	c   254s|  1970k|  2644 |  3841k|   1.9 |4265k|  27 |   4 |  94 |2637 |  94 |  15 |  24 | 323k|3124 | 0.000000e+00 | 2.000000e+00 |    Inf 
255.40/255.46	c   255s|  1980k|  3210 |  3859k|   1.9 |4726k|  27 |   4 |  94 |2636 |  94 |  15 |  24 | 325k|3136 | 0.000000e+00 | 2.000000e+00 |    Inf 
256.70/256.73	c   257s|  1990k|  3191 |  3878k|   1.9 |4874k|  27 |   - |  94 |2567 |  94 |  15 |  24 | 326k|3136 | 0.000000e+00 | 2.000000e+00 |    Inf 
258.00/258.04	c   258s|  2000k|  2791 |  3895k|   1.9 |4797k|  27 |   - |  94 |2584 |  94 |  15 |  24 | 328k|3148 | 0.000000e+00 | 2.000000e+00 |    Inf 
259.30/259.34	c   259s|  2010k|  2543 |  3914k|   1.9 |4795k|  27 |   - |  94 |2693 |  94 |  15 |  24 | 329k|3149 | 0.000000e+00 | 2.000000e+00 |    Inf 
260.72/260.74	c   261s|  2020k|  1560 |  3931k|   1.9 |4121k|  27 |   4 |  94 |2501 |  94 |  15 |  24 | 331k|3158 | 0.000000e+00 | 2.000000e+00 |    Inf 
262.10/262.10	c   262s|  2030k|   444 |  3949k|   1.9 |3140k|  27 |   4 |  94 |2491 |  94 |  15 |  24 | 333k|3158 | 0.000000e+00 | 2.000000e+00 |    Inf 
263.30/263.32	c   263s|  2040k|  1016 |  3968k|   1.9 |3185k|  27 |   - |  94 |2467 |  94 |  15 |  24 | 334k|3161 | 0.000000e+00 | 2.000000e+00 |    Inf 
264.50/264.57	c   265s|  2050k|  1355 |  3985k|   1.9 |3615k|  27 |   4 |  94 |2689 |  94 |  15 |  24 | 336k|3162 | 0.000000e+00 | 2.000000e+00 |    Inf 
265.80/265.83	c   266s|  2060k|  1121 |  4003k|   1.9 |3475k|  27 |   4 |  94 |2396 |  94 |  15 |  24 | 338k|3164 | 0.000000e+00 | 2.000000e+00 |    Inf 
267.00/267.05	c   267s|  2070k|   931 |  4021k|   1.9 |3385k|  27 |   4 |  94 |2274 |  94 |  15 |  24 | 339k|3165 | 0.000000e+00 | 2.000000e+00 |    Inf 
268.20/268.30	c   268s|  2080k|   259 |  4039k|   1.9 |2586k|  27 |   - |  94 |2035 |   0 |   0 |  24 | 341k|3170 | 0.000000e+00 | 2.000000e+00 |    Inf 
269.10/269.11	c 
269.10/269.11	c SCIP Status        : problem is solved [optimal solution found]
269.10/269.11	c Solving Time (sec) : 269.11
269.10/269.11	c Solving Nodes      : 2086749
269.10/269.11	c Primal Bound       : +2.00000000000002e+00 (38 solutions)
269.10/269.11	c Dual Bound         : +2.00000000000002e+00
269.10/269.11	c Gap                : 0.00 %
269.10/269.11	s OPTIMUM FOUND
269.10/269.11	v x94 -x93 x92 -x91 x90 -x89 -x88 x87 -x86 x85 x84 -x83 x82 -x81 -x80 -x79 x78 -x77 x76 -x75 x74 x73 -x72 -x71 x70 -x69 -x68 x67 
269.10/269.11	v -x66 x65 -x64 -x63 -x62 -x61 -x60 -x59 -x58 -x57 -x56 -x55 -x54 -x53 -x52 -x51 -x50 x49 -x48 -x47 -x46 -x45 -x44 -x43 -x42 -x41 
269.10/269.11	v -x40 -x39 -x38 -x37 -x36 -x35 -x34 -x33 -x32 -x31 -x30 -x29 -x28 -x27 -x26 -x25 -x24 -x23 -x22 -x21 -x20 -x19 -x18 -x17 -x16 
269.10/269.11	v -x15 -x14 -x13 -x12 -x11 -x10 -x9 -x8 -x7 -x6 -x5 -x4 -x3 -x2 x1 
269.10/269.11	c SCIP Status        : problem is solved [optimal solution found]
269.10/269.11	c Total Time         :     269.11
269.10/269.11	c   solving          :     269.11
269.10/269.11	c   presolving       :       0.00 (included in solving)
269.10/269.11	c   reading          :       0.00 (included in solving)
269.10/269.11	c Original Problem   :
269.10/269.11	c   Problem name     : HOME/instance-3451062-1307096228.opb
269.10/269.11	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
269.10/269.11	c   Constraints      : 8 initial, 8 maximal
269.10/269.11	c Presolved Problem  :
269.10/269.11	c   Problem name     : t_HOME/instance-3451062-1307096228.opb
269.10/269.11	c   Variables        : 94 (94 binary, 0 integer, 0 implicit integer, 0 continuous)
269.10/269.11	c   Constraints      : 4 initial, 5322 maximal
269.10/269.11	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons    AddCons   ChgSides   ChgCoefs
269.10/269.11	c   trivial          :       0.00          0          0          0          0          0          0          0          0          0
269.10/269.11	c   dualfix          :       0.00          0          0          0          0          0          0          0          0          0
269.10/269.11	c   boundshift       :       0.00          0          0          0          0          0          0          0          0          0
269.10/269.11	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0          0
269.10/269.11	c   pseudoobj        :       0.00          0          0          0          0          0          0          0          0          0
269.10/269.11	c   implics          :       0.00          0          0          0          0          0          0          0          0          0
269.10/269.11	c   probing          :       0.00          0          0          0          0          0          0          0          0          0
269.10/269.11	c   linear           :       0.00          0          0          0          0          0          4          0          0          0
269.10/269.11	c   logicor          :       0.00          0          0          0          0          0          0          0          0          0
269.10/269.11	c   root node        :          -         57          -          -         57          -          -          -          -          -
269.10/269.11	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS     #Check   #Resprop    Cutoffs    DomReds       Cuts      Conss   Children
269.10/269.11	c   integral         :          0          0          0    1074113          0         28          0        393       1626          0          0    2144174
269.10/269.11	c   linear           :          4+         7    2894188          1          0         25    2543523     465642    2842793          0          0          0
269.10/269.11	c   logicor          :          0+         0    1635111          0          0          0     152142       5616     153577          0          0          0
269.10/269.11	c   countsols        :          0          0          0         16          0         24          0          0          0          0          0          0
269.10/269.11	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS      Check    Resprop
269.10/269.11	c   integral         :       5.62       0.00       0.00       5.62       0.00       0.00       0.00
269.10/269.11	c   linear           :      30.07       0.00      25.21       0.00       0.00       0.00       4.86
269.10/269.11	c   logicor          :      28.77       0.00      28.58       0.00       0.00       0.00       0.19
269.10/269.11	c   countsols        :       0.00       0.00       0.00       0.00       0.00       0.00       0.00
269.10/269.11	c Propagators        : #Propagate   #Resprop    Cutoffs    DomReds
269.10/269.11	c   vbounds          :          0          0          0          0
269.10/269.11	c   rootredcost      :         20          0          0         56
269.10/269.11	c   pseudoobj        :    2896612       2778       2595     127504
269.10/269.11	c Propagator Timings :  TotalTime  Propagate    Resprop
269.10/269.11	c   vbounds          :       0.53       0.53       0.00
269.10/269.11	c   rootredcost      :       0.63       0.63       0.00
269.10/269.11	c   pseudoobj        :       5.44       5.44       0.00
269.10/269.11	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
269.10/269.11	c   propagation      :       7.85     473853     297361     425254       22.4         31       21.9          -
269.10/269.11	c   infeasible LP    :       0.08       4502       4502       4935       12.9          1       25.0          0
269.10/269.11	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
269.10/269.11	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
269.10/269.11	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
269.10/269.11	c   applied globally :          -          -          -     342007       22.2          -          -          -
269.10/269.11	c   applied locally  :          -          -          -         39       31.7          -          -          -
269.10/269.11	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
269.10/269.11	c   cut pool         :       0.00          5          -          -         24          -    (maximal pool size: 87)
269.10/269.11	c   redcost          :       3.57    1129685          0     697437          0          0
269.10/269.11	c   impliedbounds    :       0.00          6          0          0          0          0
269.10/269.11	c   intobj           :       0.00          0          0          0          0          0
269.10/269.11	c   gomory           :       0.00          6          0          0          0          0
269.10/269.11	c   cgmip            :       0.00          0          0          0          0          0
269.10/269.11	c   closecuts        :       0.00          0          0          0          0          0
269.10/269.11	c   strongcg         :       0.00          6          0          0         29          0
269.10/269.11	c   cmir             :       0.01          6          0          0         32          0
269.10/269.11	c   flowcover        :       0.01          6          0          0         46          0
269.10/269.11	c   clique           :       0.00          1          0          0          0          0
269.10/269.11	c   zerohalf         :       0.00          0          0          0          0          0
269.10/269.11	c   mcf              :       0.00          1          0          0          0          0
269.10/269.11	c   oddcycle         :       0.00          0          0          0          0          0
269.10/269.11	c   rapidlearning    :       0.01          1          0          0          0          6
269.10/269.11	c Pricers            :       Time      Calls       Vars
269.10/269.11	c   problem variables:       0.00          0          0
269.10/269.11	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
269.10/269.11	c   relpscost        :       5.06    1074097        393       1626          0          0    2144174
269.10/269.11	c   pscost           :       0.00          0          0          0          0          0          0
269.10/269.11	c   inference        :       0.00          0          0          0          0          0          0
269.10/269.11	c   mostinf          :       0.00          0          0          0          0          0          0
269.10/269.11	c   leastinf         :       0.00          0          0          0          0          0          0
269.10/269.11	c   fullstrong       :       0.00          0          0          0          0          0          0
269.10/269.11	c   allfullstrong    :       0.00          0          0          0          0          0          0
269.10/269.11	c   random           :       0.00          0          0          0          0          0          0
269.10/269.11	c Primal Heuristics  :       Time      Calls      Found
269.10/269.11	c   LP solutions     :       0.00          -         16
269.10/269.11	c   pseudo solutions :       0.00          -          0
269.10/269.11	c   feaspump         :       0.09          1          0
269.10/269.11	c   oneopt           :       0.39         21          0
269.10/269.11	c   rootsoldiving    :       0.81        897          1
269.10/269.11	c   objpscostdiving  :       0.64       1393          0
269.10/269.11	c   coefdiving       :       1.23       3499          1
269.10/269.11	c   pscostdiving     :       1.20       3499          0
269.10/269.11	c   veclendiving     :       1.29       3499          1
269.10/269.11	c   guideddiving     :       1.20       3499          0
269.10/269.11	c   linesearchdiving :       1.23       3499          0
269.10/269.11	c   fracdiving       :       1.20       3500          0
269.10/269.11	c   trivial          :       0.00          2          0
269.10/269.11	c   shiftandpropagate:       0.00          1          1
269.10/269.11	c   simplerounding   :       0.20          0          0
269.10/269.11	c   zirounding       :       2.40          0          0
269.10/269.11	c   rounding         :       0.49      15066          0
269.10/269.11	c   shifting         :       6.35      30115         17
269.10/269.11	c   intshifting      :       0.04          0          0
269.10/269.11	c   twoopt           :       0.00          0          0
269.10/269.11	c   fixandinfer      :       0.00          0          0
269.10/269.11	c   clique           :       0.00          0          0
269.10/269.11	c   intdiving        :       0.00          0          0
269.10/269.11	c   actconsdiving    :       0.00          0          0
269.10/269.11	c   octane           :       0.00          0          0
269.10/269.11	c   rens             :       0.01          1          0
269.10/269.11	c   rins             :       0.00          0          0
269.10/269.11	c   localbranching   :       0.00          0          0
269.10/269.11	c   mutation         :       0.00          0          0
269.10/269.11	c   crossover        :       0.01          1          0
269.10/269.11	c   dins             :       0.00          0          0
269.10/269.11	c   vbounds          :       0.00          0          0
269.10/269.11	c   undercover       :       0.00          0          0
269.10/269.11	c   subnlp           :       0.28          0          0
269.10/269.11	c   trysol           :       0.35          0          0
269.10/269.11	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
269.10/269.11	c   primal LP        :       0.00          0          0       0.00          -
269.10/269.11	c   dual LP          :      73.67    1755615    3874361       2.21   52587.94
269.10/269.11	c   lex dual LP      :       0.00          0          0       0.00          -
269.10/269.11	c   barrier LP       :       0.00          0          0       0.00          -
269.10/269.11	c   diving/probing LP:       3.44      74655     177678       2.38   51662.30
269.10/269.11	c   strong branching :       0.25       3178       9594       3.02   39087.87
269.10/269.11	c     (at root node) :          -          9        385      42.78          -
269.10/269.11	c   conflict analysis:       0.00          0          0       0.00          -
269.10/269.11	c B&B Tree           :
269.10/269.11	c   number of runs   :          1
269.10/269.11	c   nodes            :    2086749
269.10/269.11	c   nodes (total)    :    2086749
269.10/269.11	c   nodes left       :          0
269.10/269.11	c   max depth        :         27
269.10/269.11	c   max depth (total):         27
269.10/269.11	c   backtracks       :     623087 (29.9%)
269.10/269.11	c   delayed cutoffs  :      56946
269.10/269.11	c   repropagations   :     193490 (405151 domain reductions, 53225 cutoffs)
269.10/269.11	c   avg switch length:       4.96
269.10/269.11	c   switching time   :      49.07
269.10/269.11	c Solution           :
269.10/269.11	c   Solutions found  :         38 (21 improvements)
269.10/269.11	c   First Solution   : +1.11400000000000e+03   (in run 1, after 1 nodes, 0.01 seconds, depth 36, found by <shiftandpropagate>)
269.10/269.11	c   Primal Bound     : +2.00000000000002e+00   (in run 1, after 462730 nodes, 66.84 seconds, depth 20, found by <relaxation>)
269.10/269.11	c   Dual Bound       : +2.00000000000002e+00
269.10/269.11	c   Gap              :       0.00 %
269.10/269.11	c   Root Dual Bound  : +0.00000000000000e+00
269.10/269.11	c   Root Iterations  :         67
269.10/269.12	c Time complete: 269.12.

Verifier Data

OK	2

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3451062-1307096228/watcher-3451062-1307096228 -o /tmp/evaluation-result-3451062-1307096228/solver-3451062-1307096228 -C 1800 -W 1900 -M 15500 HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451062-1307096228.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.02 2.03 2.00 2/498 20784
/proc/meminfo: memFree=26645128/32950928 swapFree=34421304/67111528
[pid=20784] ppid=20782 vsize=16512 CPUtime=0 cores=0,2,4,6
/proc/20784/stat : 20784 (scip-2.0.1.4b.l) R 20782 20784 20254 0 -1 4202496 3159 0 0 0 0 0 0 0 25 0 1 0 899853518 16908288 2855 33554432000 4194304 9163163 140733447446736 18446744073709551615 6919008 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20784/statm: 4128 2855 515 1214 0 2910 0

[startup+0.019769 s]
/proc/loadavg: 2.02 2.03 2.00 2/498 20784
/proc/meminfo: memFree=26645128/32950928 swapFree=34421304/67111528
[pid=20784] ppid=20782 vsize=29200 CPUtime=0.01 cores=0,2,4,6
/proc/20784/stat : 20784 (scip-2.0.1.4b.l) R 20782 20784 20254 0 -1 4202496 6144 0 0 0 1 0 0 0 25 0 1 0 899853518 29900800 5840 33554432000 4194304 9163163 140733447446736 18446744073709551615 4772754 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20784/statm: 7300 5840 666 1214 0 6082 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 29200

[startup+0.100795 s]
/proc/loadavg: 2.02 2.03 2.00 2/498 20784
/proc/meminfo: memFree=26645128/32950928 swapFree=34421304/67111528
[pid=20784] ppid=20782 vsize=26648 CPUtime=0.09 cores=0,2,4,6
/proc/20784/stat : 20784 (scip-2.0.1.4b.l) R 20782 20784 20254 0 -1 4202496 7123 0 0 0 9 0 0 0 25 0 1 0 899853518 27287552 5626 33554432000 4194304 9163163 140733447446736 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20784/statm: 6662 5626 706 1214 0 5444 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 26648

[startup+0.30075 s]
/proc/loadavg: 2.02 2.03 2.00 2/498 20784
/proc/meminfo: memFree=26645128/32950928 swapFree=34421304/67111528
[pid=20784] ppid=20782 vsize=26648 CPUtime=0.29 cores=0,2,4,6
/proc/20784/stat : 20784 (scip-2.0.1.4b.l) R 20782 20784 20254 0 -1 4202496 7867 0 0 0 28 1 0 0 25 0 1 0 899853518 27287552 5629 33554432000 4194304 9163163 140733447446736 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20784/statm: 6662 5629 708 1214 0 5444 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26648

[startup+0.70067 s]
/proc/loadavg: 2.02 2.03 2.00 2/498 20784
/proc/meminfo: memFree=26645128/32950928 swapFree=34421304/67111528
[pid=20784] ppid=20782 vsize=26648 CPUtime=0.69 cores=0,2,4,6
/proc/20784/stat : 20784 (scip-2.0.1.4b.l) R 20782 20784 20254 0 -1 4202496 7871 0 0 0 67 2 0 0 25 0 1 0 899853518 27287552 5633 33554432000 4194304 9163163 140733447446736 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20784/statm: 6662 5633 708 1214 0 5444 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26648

[startup+1.50052 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 20785
/proc/meminfo: memFree=26623172/32950928 swapFree=34421304/67111528
[pid=20784] ppid=20782 vsize=26648 CPUtime=1.49 cores=0,2,4,6
/proc/20784/stat : 20784 (scip-2.0.1.4b.l) R 20782 20784 20254 0 -1 4202496 7879 0 0 0 145 4 0 0 25 0 1 0 899853518 27287552 5641 33554432000 4194304 9163163 140733447446736 18446744073709551615 6555946 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20784/statm: 6662 5641 708 1214 0 5444 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26648

[startup+3.10023 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 20785
/proc/meminfo: memFree=26622552/32950928 swapFree=34421304/67111528
[pid=20784] ppid=20782 vsize=26648 CPUtime=3.09 cores=0,2,4,6
/proc/20784/stat : 20784 (scip-2.0.1.4b.l) R 20782 20784 20254 0 -1 4202496 7890 0 0 0 301 8 0 0 25 0 1 0 899853518 27287552 5652 33554432000 4194304 9163163 140733447446736 18446744073709551615 4241360 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20784/statm: 6662 5652 708 1214 0 5444 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 26648

[startup+6.30063 s]
/proc/loadavg: 2.02 2.03 2.00 3/499 20785
/proc/meminfo: memFree=26622188/32950928 swapFree=34421304/67111528
[pid=20784] ppid=20782 vsize=27344 CPUtime=6.3 cores=0,2,4,6
/proc/20784/stat : 20784 (scip-2.0.1.4b.l) R 20782 20784 20254 0 -1 4202496 7965 0 0 0 613 17 0 0 25 0 1 0 899853518 28000256 5727 33554432000 4194304 9163163 140733447446736 18446744073709551615 8044913 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20784/statm: 6836 5727 708 1214 0 5618 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 27344

[startup+12.7004 s]
/proc/loadavg: 2.01 2.02 2.00 3/499 20785
/proc/meminfo: memFree=26618104/32950928 swapFree=34421304/67111528
[pid=20784] ppid=20782 vsize=29576 CPUtime=12.69 cores=0,2,4,6
/proc/20784/stat : 20784 (scip-2.0.1.4b.l) R 20782 20784 20254 0 -1 4202496 8496 0 0 0 1240 29 0 0 25 0 1 0 899853518 30285824 6258 33554432000 4194304 9163163 140733447446736 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20784/statm: 7394 6258 708 1214 0 6176 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29576

[startup+25.5011 s]
/proc/loadavg: 2.01 2.02 2.00 3/499 20786
/proc/meminfo: memFree=26617884/32950928 swapFree=34421304/67111528
[pid=20784] ppid=20782 vsize=29576 CPUtime=25.49 cores=0,2,4,6
/proc/20784/stat : 20784 (scip-2.0.1.4b.l) R 20782 20784 20254 0 -1 4202496 8496 0 0 0 2487 62 0 0 25 0 1 0 899853518 30285824 6258 33554432000 4194304 9163163 140733447446736 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20784/statm: 7394 6258 708 1214 0 6176 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 29576

[startup+51.1003 s]
/proc/loadavg: 2.06 2.04 2.00 3/499 20787
/proc/meminfo: memFree=26618560/32950928 swapFree=34421304/67111528
[pid=20784] ppid=20782 vsize=29576 CPUtime=51.09 cores=0,2,4,6
/proc/20784/stat : 20784 (scip-2.0.1.4b.l) R 20782 20784 20254 0 -1 4202496 8496 0 0 0 4976 133 0 0 25 0 1 0 899853518 30285824 6258 33554432000 4194304 9163163 140733447446736 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20784/statm: 7394 6258 708 1214 0 6176 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 29576

[startup+102.319 s]
/proc/loadavg: 2.03 2.03 2.00 3/499 20788
/proc/meminfo: memFree=26614444/32950928 swapFree=34421304/67111528
[pid=20784] ppid=20782 vsize=29576 CPUtime=102.31 cores=0,2,4,6
/proc/20784/stat : 20784 (scip-2.0.1.4b.l) R 20782 20784 20254 0 -1 4202496 8496 0 0 0 9959 272 0 0 25 0 1 0 899853518 30285824 6258 33554432000 4194304 9163163 140733447446736 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20784/statm: 7394 6258 708 1214 0 6176 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 29576

[startup+162.301 s]
/proc/loadavg: 2.01 2.02 2.00 3/499 20789
/proc/meminfo: memFree=26608828/32950928 swapFree=34421304/67111528
[pid=20784] ppid=20782 vsize=30792 CPUtime=162.3 cores=0,2,4,6
/proc/20784/stat : 20784 (scip-2.0.1.4b.l) R 20782 20784 20254 0 -1 4202496 8797 0 0 0 15793 437 0 0 25 0 1 0 899853518 31531008 6559 33554432000 4194304 9163163 140733447446736 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20784/statm: 7698 6559 708 1214 0 6480 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 30792

[startup+222.301 s]
/proc/loadavg: 2.00 2.02 2.00 3/499 20791
/proc/meminfo: memFree=26610636/32950928 swapFree=34421304/67111528
[pid=20784] ppid=20782 vsize=30792 CPUtime=222.3 cores=0,2,4,6
/proc/20784/stat : 20784 (scip-2.0.1.4b.l) R 20782 20784 20254 0 -1 4202496 8808 0 0 0 21617 613 0 0 25 0 1 0 899853518 31531008 6570 33554432000 4194304 9163163 140733447446736 18446744073709551615 6555920 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20784/statm: 7698 6570 708 1214 0 6480 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 30792

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

[startup+230.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/499 20791
/proc/meminfo: memFree=26610744/32950928 swapFree=34421304/67111528
[pid=20784] ppid=20782 vsize=30792 CPUtime=230.29 cores=0,2,4,6
/proc/20784/stat : 20784 (scip-2.0.1.4b.l) R 20782 20784 20254 0 -1 4202496 8808 0 0 0 22394 635 0 0 25 0 1 0 899853518 31531008 6570 33554432000 4194304 9163163 140733447446736 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20784/statm: 7698 6570 708 1214 0 6480 0
Current children cumulated CPU time (s) 230.29
Current children cumulated vsize (KiB) 30792

[startup+255.9 s]
/proc/loadavg: 2.12 2.04 2.01 3/499 20792
/proc/meminfo: memFree=26610848/32950928 swapFree=34421304/67111528
[pid=20784] ppid=20782 vsize=30792 CPUtime=255.9 cores=0,2,4,6
/proc/20784/stat : 20784 (scip-2.0.1.4b.l) R 20782 20784 20254 0 -1 4202496 8808 0 0 0 24887 703 0 0 25 0 1 0 899853518 31531008 6570 33554432000 4194304 9163163 140733447446736 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20784/statm: 7698 6570 708 1214 0 6480 0
Current children cumulated CPU time (s) 255.9
Current children cumulated vsize (KiB) 30792

[startup+262.301 s]
/proc/loadavg: 2.11 2.04 2.01 3/499 20792
/proc/meminfo: memFree=26610848/32950928 swapFree=34421304/67111528
[pid=20784] ppid=20782 vsize=30792 CPUtime=262.3 cores=0,2,4,6
/proc/20784/stat : 20784 (scip-2.0.1.4b.l) R 20782 20784 20254 0 -1 4202496 8808 0 0 0 25512 718 0 0 25 0 1 0 899853518 31531008 6570 33554432000 4194304 9163163 140733447446736 18446744073709551615 4840630 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20784/statm: 7698 6570 708 1214 0 6480 0
Current children cumulated CPU time (s) 262.3
Current children cumulated vsize (KiB) 30792

[startup+265.501 s]
/proc/loadavg: 2.10 2.04 2.01 3/499 20792
/proc/meminfo: memFree=26610972/32950928 swapFree=34421304/67111528
[pid=20784] ppid=20782 vsize=30792 CPUtime=265.5 cores=0,2,4,6
/proc/20784/stat : 20784 (scip-2.0.1.4b.l) R 20782 20784 20254 0 -1 4202496 8808 0 0 0 25822 728 0 0 25 0 1 0 899853518 31531008 6570 33554432000 4194304 9163163 140733447446736 18446744073709551615 5275463 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20784/statm: 7698 6570 708 1214 0 6480 0
Current children cumulated CPU time (s) 265.5
Current children cumulated vsize (KiB) 30792

[startup+267.1 s]
/proc/loadavg: 2.10 2.04 2.01 3/499 20792
/proc/meminfo: memFree=26610972/32950928 swapFree=34421304/67111528
[pid=20784] ppid=20782 vsize=30792 CPUtime=267.1 cores=0,2,4,6
/proc/20784/stat : 20784 (scip-2.0.1.4b.l) R 20782 20784 20254 0 -1 4202496 8808 0 0 0 25978 732 0 0 25 0 1 0 899853518 31531008 6570 33554432000 4194304 9163163 140733447446736 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20784/statm: 7698 6570 708 1214 0 6480 0
Current children cumulated CPU time (s) 267.1
Current children cumulated vsize (KiB) 30792

[startup+267.901 s]
/proc/loadavg: 2.10 2.04 2.01 3/499 20792
/proc/meminfo: memFree=26610972/32950928 swapFree=34421304/67111528
[pid=20784] ppid=20782 vsize=30792 CPUtime=267.9 cores=0,2,4,6
/proc/20784/stat : 20784 (scip-2.0.1.4b.l) R 20782 20784 20254 0 -1 4202496 8808 0 0 0 26055 735 0 0 25 0 1 0 899853518 31531008 6570 33554432000 4194304 9163163 140733447446736 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20784/statm: 7698 6570 708 1214 0 6480 0
Current children cumulated CPU time (s) 267.9
Current children cumulated vsize (KiB) 30792

[startup+268.701 s]
/proc/loadavg: 2.10 2.04 2.01 3/499 20792
/proc/meminfo: memFree=26610972/32950928 swapFree=34421304/67111528
[pid=20784] ppid=20782 vsize=30792 CPUtime=268.7 cores=0,2,4,6
/proc/20784/stat : 20784 (scip-2.0.1.4b.l) R 20782 20784 20254 0 -1 4202496 8808 0 0 0 26134 736 0 0 25 0 1 0 899853518 31531008 6570 33554432000 4194304 9163163 140733447446736 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20784/statm: 7698 6570 708 1214 0 6480 0
Current children cumulated CPU time (s) 268.7
Current children cumulated vsize (KiB) 30792

[startup+269.101 s]
/proc/loadavg: 2.10 2.04 2.01 3/499 20792
/proc/meminfo: memFree=26610972/32950928 swapFree=34421304/67111528
[pid=20784] ppid=20782 vsize=30792 CPUtime=269.1 cores=0,2,4,6
/proc/20784/stat : 20784 (scip-2.0.1.4b.l) R 20782 20784 20254 0 -1 4202496 8808 0 0 0 26172 738 0 0 25 0 1 0 899853518 31531008 6570 33554432000 4194304 9163163 140733447446736 18446744073709551615 8087562 0 0 4096 16384 0 0 0 17 2 0 0 0
/proc/20784/statm: 7698 6570 708 1214 0 6480 0
Current children cumulated CPU time (s) 269.1
Current children cumulated vsize (KiB) 30792

Child status: 0
Real time (s): 269.121
CPU time (s): 269.129
CPU user time (s): 261.746
CPU system time (s): 7.38288
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 30792

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

runsolver used 1.37579 second user time and 2.82357 second system time

The end

Launcher Data

Begin job on node113 at 2011-06-03 12:17:08
IDJOB=3451062
IDBENCH=2927
IDSOLVER=1948
FILE ID=node113/3451062-1307096228
RUNJOBID= node113-1307092553-20272
PBS_JOBID= 13497976
Free space on /tmp= 73764 MiB

SOLVER NAME= SCIP spx E SCIP 2.0.1.4b with SoPlex 1.5.0.4
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-opt-market-split_4_30_1.opb
COMMAND LINE= HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3451062-1307096228/watcher-3451062-1307096228 -o /tmp/evaluation-result-3451062-1307096228/solver-3451062-1307096228 -C 1800 -W 1900 -M 15500  HOME/scip-2.0.1.4b.linux.x86_64.gnu.opt.spx -f HOME/instance-3451062-1307096228.opb -t 1800 -m 15500

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

MD5SUM BENCH= fb11ff2665aef67f0842a460a5ea3114
RANDOM SEED=1743791284

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      26645408 kB
Buffers:        227452 kB
Cached:         705408 kB
SwapCached:      13476 kB
Active:        5392460 kB
Inactive:       592812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      26645408 kB
SwapTotal:    67111528 kB
SwapFree:     34421304 kB
Dirty:           24592 kB
Writeback:           0 kB
AnonPages:     5051188 kB
Mapped:          23908 kB
Slab:           134440 kB
PageTables:     116712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 154813704 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= 73752 MiB
End job on node113 at 2011-06-03 12:21:38