Trace number 2664016

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
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1802.14 1802.7

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
market-split/normalized-market-split_5_40_1.opb
MD5SUMae75c4a4fdafb98542bd11b7f7eecd54
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables41
Total number of constraints11
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints10
Minimum length of a constraint1
Maximum length of a constraint40
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1086
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3258
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

Solver Data

0.00/0.00	c SCIP version 1.2.1.2 [precision: 8 byte] [memory: block] [mode: optimized] [LP solver: NONE] [Expressions interpreter: NONE]
0.00/0.00	c Copyright (c) 2002-2010 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-2664016-1276613220.opb>
0.00/0.01	c original problem has 41 variables (41 bin, 0 int, 0 impl, 0 cont) and 11 constraints
0.00/0.01	c problem read
0.00/0.01	c presolving settings loaded
0.00/0.01	c [src/scip/lpi_none.c:41] ERROR: there is no LP solver linked to the binary (LPS=none); you should set the parameter <lp/solvefreq> to <-1> to avoid solving LPs
0.00/0.01	c presolving:
0.00/0.01	c (round 1) 1 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.01	c (round 2) 1 del vars, 6 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 0 impls, 0 clqs
0.00/0.02	c presolving (3 rounds):
0.00/0.02	c  1 deleted vars, 6 deleted constraints, 0 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.02	c  0 implications, 0 cliques
0.00/0.02	c presolved problem has 40 variables (40 bin, 0 int, 0 impl, 0 cont) and 5 constraints
0.00/0.02	c       5 constraints of type <linear>
0.00/0.02	c transformed objective value is always integral (scale: 1)
0.00/0.02	c Presolving Time: 0.01
0.00/0.02	c - non default parameters ----------------------------------------------------------------------
0.00/0.02	c # SCIP version 1.2.1.2
0.00/0.02	c 
0.00/0.02	c # frequency for displaying node information lines
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.02	c display/freq = 10000
0.00/0.02	c 
0.00/0.02	c # maximal time in seconds to run
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/time = 1800
0.00/0.02	c 
0.00/0.02	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.02	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.02	c limits/memory = 1620
0.00/0.02	c 
0.00/0.02	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.02	c lp/solvefreq = -1
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify inequalities
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/linear/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # should presolving try to simplify knapsacks
0.00/0.02	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.02	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.02	c 
0.00/0.02	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.02	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.02	c separating/rapidlearning/freq = 0
0.00/0.02	c 
0.00/0.02	c -----------------------------------------------------------------------------------------------
0.00/0.02	c start solving
0.00/0.02	c 
0.00/0.02	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.02	c   0.0s|     1 |     2 |     0 |     - | 211k|   0 |   - |  40 |   5 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
1.19/1.26	c   1.1s| 10000 |  5954 |     0 |   0.0 |2533k|  26 |   - |  40 | 375 |   0 |   0 |   0 | 441 |   0 | 0.000000e+00 |      --      |    Inf 
2.59/2.62	c   2.3s| 20000 | 11753 |     0 |   0.0 |4730k|  26 |   - |  40 | 684 |   0 |   0 |   0 | 934 |   0 | 0.000000e+00 |      --      |    Inf 
4.09/4.11	c   3.7s| 30000 | 17729 |     0 |   0.0 |6937k|  26 |   - |  40 | 912 |   0 |   0 |   0 |1544 |   0 | 0.000000e+00 |      --      |    Inf 
5.69/5.75	c   5.2s| 40000 | 22806 |     0 |   0.0 |8971k|  27 |   - |  40 | 989 |   0 |   0 |   0 |2133 |   0 | 0.000000e+00 |      --      |    Inf 
7.49/7.57	c   6.8s| 50000 | 26896 |     0 |   0.0 |  10M|  28 |   - |  40 |1108 |   0 |   0 |   0 |2865 |   0 | 0.000000e+00 |      --      |    Inf 
9.49/9.52	c   8.6s| 60000 | 29555 |     0 |   0.0 |  12M|  28 |   - |  40 |1190 |   0 |   0 |   0 |3613 |   0 | 0.000000e+00 |      --      |    Inf 
10.90/10.99	c  10.0s| 70000 | 35637 |     0 |   0.0 |  14M|  28 |   - |  40 |1239 |   0 |   0 |   0 |4136 |   0 | 0.000000e+00 |      --      |    Inf 
12.38/12.40	c  11.3s| 80000 | 42126 |     0 |   0.0 |  16M|  28 |   - |  40 | 947 |   0 |   0 |   0 |4577 |   0 | 0.000000e+00 |      --      |    Inf 
13.79/13.81	c  12.5s| 90000 | 48280 |     0 |   0.0 |  18M|  28 |   - |  40 | 800 |   0 |   0 |   0 |5040 |   0 | 0.000000e+00 |      --      |    Inf 
15.19/15.21	c  13.8s|100000 | 54220 |     0 |   0.0 |  20M|  28 |   - |  40 | 668 |   0 |   0 |   0 |5506 |   0 | 0.000000e+00 |      --      |    Inf 
16.50/16.59	c  15.0s|110000 | 59896 |     0 |   0.0 |  22M|  28 |   - |  40 | 613 |   0 |   0 |   0 |5975 |   0 | 0.000000e+00 |      --      |    Inf 
17.88/17.99	c  16.3s|120000 | 65364 |     0 |   0.0 |  24M|  28 |   - |  40 | 526 |   0 |   0 |   0 |6462 |   0 | 0.000000e+00 |      --      |    Inf 
19.28/19.39	c  17.5s|130000 | 70568 |     0 |   0.0 |  26M|  28 |   - |  40 | 480 |   0 |   0 |   0 |6954 |   0 | 0.000000e+00 |      --      |    Inf 
20.80/20.83	c  18.9s|140000 | 75443 |     0 |   0.0 |  28M|  28 |   - |  40 | 561 |   0 |   0 |   0 |7494 |   0 | 0.000000e+00 |      --      |    Inf 
22.19/22.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
22.19/22.28	c  20.2s|150000 | 80040 |     0 |   0.0 |  30M|  28 |   - |  40 | 434 |   0 |   0 |   0 |8027 |   0 | 0.000000e+00 |      --      |    Inf 
23.68/23.76	c  21.5s|160000 | 84472 |     0 |   0.0 |  31M|  28 |   - |  40 | 570 |   0 |   0 |   0 |8645 |   0 | 0.000000e+00 |      --      |    Inf 
25.29/25.32	c  22.9s|170000 | 88500 |     0 |   0.0 |  33M|  28 |   - |  40 | 597 |   0 |   0 |   0 |9330 |   0 | 0.000000e+00 |      --      |    Inf 
26.78/26.83	c  24.3s|180000 | 92663 |     0 |   0.0 |  35M|  28 |   - |  40 | 568 |   0 |   0 |   0 |9859 |   0 | 0.000000e+00 |      --      |    Inf 
28.39/28.48	c  25.8s|190000 | 96083 |     0 |   0.0 |  37M|  28 |   - |  40 | 845 |   0 |   0 |   0 |  10k|   0 | 0.000000e+00 |      --      |    Inf 
30.19/30.23	c  27.4s|200000 | 99447 |     0 |   0.0 |  38M|  28 |   - |  40 | 898 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
31.89/31.96	c  29.0s|210000 |102722 |     0 |   0.0 |  40M|  28 |   - |  40 |1010 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
33.88/33.91	c  30.8s|220000 |105068 |     0 |   0.0 |  41M|  28 |   - |  40 |1188 |   0 |   0 |   0 |  12k|   0 | 0.000000e+00 |      --      |    Inf 
35.78/35.83	c  32.5s|230000 |107799 |     0 |   0.0 |  43M|  28 |   - |  40 |1200 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
37.88/37.98	c  34.6s|240000 |109532 |     0 |   0.0 |  44M|  28 |   - |  40 |1606 |   0 |   0 |   0 |  14k|   0 | 0.000000e+00 |      --      |    Inf 
40.18/40.26	c  36.7s|250000 |111026 |     0 |   0.0 |  45M|  29 |   - |  40 |1770 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
42.28/42.36	c  38.6s|260000 |114765 |     0 |   0.0 |  46M|  29 |   - |  40 |1581 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
43.68/43.75	c  39.9s|270000 |121624 |     0 |   0.0 |  48M|  29 |   - |  40 |1275 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
45.08/45.12	c  41.1s|280000 |128241 |     0 |   0.0 |  51M|  29 |   - |  40 |1137 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
46.48/46.55	c  42.4s|290000 |134603 |     0 |   0.0 |  53M|  29 |   - |  40 |1004 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
47.78/47.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
47.78/47.88	c  43.6s|300000 |140911 |     0 |   0.0 |  55M|  29 |   - |  40 | 855 |   0 |   0 |   0 |  17k|   0 | 0.000000e+00 |      --      |    Inf 
49.18/49.27	c  44.9s|310000 |146935 |     0 |   0.0 |  56M|  29 |   - |  40 | 695 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
50.58/50.61	c  46.1s|320000 |153041 |     0 |   0.0 |  58M|  29 |   - |  40 | 569 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
51.88/51.98	c  47.3s|330000 |158911 |     0 |   0.0 |  61M|  29 |   - |  40 | 747 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
53.38/53.41	c  48.5s|340000 |164678 |     0 |   0.0 |  63M|  29 |   - |  40 | 756 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
54.78/54.80	c  49.8s|350000 |170469 |     0 |   0.0 |  64M|  29 |   - |  40 | 667 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
56.09/56.17	c  51.0s|360000 |176284 |     0 |   0.0 |  66M|  29 |   - |  40 | 684 |   0 |   0 |   0 |  20k|   0 | 0.000000e+00 |      --      |    Inf 
57.57/57.65	c  52.4s|370000 |181649 |     0 |   0.0 |  68M|  29 |   - |  40 | 904 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
59.08/59.18	c  53.8s|380000 |187003 |     0 |   0.0 |  70M|  29 |   - |  40 | 970 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
60.57/60.69	c  55.1s|390000 |192457 |     0 |   0.0 |  72M|  29 |   - |  40 | 780 |   0 |   0 |   0 |  22k|   0 | 0.000000e+00 |      --      |    Inf 
62.07/62.14	c  56.4s|400000 |197886 |     0 |   0.0 |  74M|  29 |   - |  40 | 682 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
63.57/63.62	c  57.8s|410000 |203103 |     0 |   0.0 |  76M|  29 |   - |  40 | 572 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
64.98/65.06	c  59.1s|420000 |208119 |     0 |   0.0 |  78M|  29 |   - |  40 | 606 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
66.48/66.58	c  60.5s|430000 |213051 |     0 |   0.0 |  80M|  29 |   - |  40 | 789 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
68.08/68.14	c  61.9s|440000 |217924 |     0 |   0.0 |  82M|  29 |   - |  40 | 907 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
69.67/69.75	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
69.67/69.75	c  63.4s|450000 |222874 |     0 |   0.0 |  84M|  29 |   - |  40 | 918 |   0 |   0 |   0 |  25k|   0 | 0.000000e+00 |      --      |    Inf 
71.27/71.37	c  64.8s|460000 |227818 |     0 |   0.0 |  85M|  29 |   - |  40 | 914 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
72.97/73.01	c  66.4s|470000 |232686 |     0 |   0.0 |  87M|  29 |   - |  40 | 891 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
74.57/74.65	c  67.8s|480000 |237125 |     0 |   0.0 |  89M|  29 |   - |  40 | 815 |   0 |   0 |   0 |  27k|   0 | 0.000000e+00 |      --      |    Inf 
76.27/76.33	c  69.3s|490000 |241474 |     0 |   0.0 |  91M|  29 |   - |  40 | 879 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
77.87/77.98	c  70.8s|500000 |245944 |     0 |   0.0 |  92M|  29 |   - |  40 | 756 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
79.47/79.59	c  72.3s|510000 |250358 |     0 |   0.0 |  94M|  29 |   - |  40 | 840 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
81.16/81.26	c  73.9s|520000 |254671 |     0 |   0.0 |  96M|  29 |   - |  40 |1077 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
82.97/83.02	c  75.5s|530000 |259004 |     0 |   0.0 |  98M|  29 |   - |  40 |1172 |   0 |   0 |   0 |  30k|   0 | 0.000000e+00 |      --      |    Inf 
84.76/84.85	c  77.2s|540000 |263333 |     0 |   0.0 | 100M|  29 |   - |  40 |1198 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
86.67/86.74	c  78.9s|550000 |267323 |     0 |   0.0 | 101M|  29 |   - |  40 |1052 |   0 |   0 |   0 |  31k|   0 | 0.000000e+00 |      --      |    Inf 
88.57/88.69	c  80.7s|560000 |270946 |     0 |   0.0 | 103M|  29 |   - |  40 |1237 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
90.57/90.62	c  82.5s|570000 |274616 |     0 |   0.0 | 105M|  29 |   - |  40 |1224 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
92.37/92.46	c  84.2s|580000 |278603 |     0 |   0.0 | 106M|  29 |   - |  40 |1178 |   0 |   0 |   0 |  33k|   0 | 0.000000e+00 |      --      |    Inf 
94.27/94.33	c  85.9s|590000 |282573 |     0 |   0.0 | 108M|  29 |   - |  40 |1191 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
96.16/96.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
96.16/96.20	c  87.7s|600000 |286606 |     0 |   0.0 | 110M|  29 |   - |  40 |1129 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
97.87/97.99	c  89.3s|610000 |290642 |     0 |   0.0 | 111M|  29 |   - |  40 |1087 |   0 |   0 |   0 |  35k|   0 | 0.000000e+00 |      --      |    Inf 
99.87/99.93	c  91.1s|620000 |294473 |     0 |   0.0 | 113M|  29 |   - |  40 |1385 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
101.86/101.96	c  93.0s|630000 |298252 |     0 |   0.0 | 115M|  29 |   - |  40 |1542 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
104.06/104.17	c  95.0s|640000 |301600 |     0 |   0.0 | 116M|  29 |   - |  40 |1559 |   0 |   0 |   0 |  37k|   0 | 0.000000e+00 |      --      |    Inf 
106.36/106.47	c  97.2s|650000 |304303 |     0 |   0.0 | 118M|  29 |   - |  40 |1633 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
108.66/108.77	c  99.4s|660000 |307148 |     0 |   0.0 | 119M|  29 |   - |  40 |1558 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
110.97/111.03	c   101s|670000 |309958 |     0 |   0.0 | 121M|  29 |   - |  40 |1690 |   0 |   0 |   0 |  39k|   0 | 0.000000e+00 |      --      |    Inf 
113.27/113.36	c   104s|680000 |312878 |     0 |   0.0 | 122M|  29 |   - |  40 |1712 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
115.66/115.70	c   106s|690000 |315806 |     0 |   0.0 | 124M|  29 |   - |  40 |1784 |   0 |   0 |   0 |  41k|   0 | 0.000000e+00 |      --      |    Inf 
118.05/118.15	c   108s|700000 |318770 |     0 |   0.0 | 125M|  29 |   - |  40 |1905 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
120.46/120.58	c   110s|710000 |321793 |     0 |   0.0 | 127M|  29 |   - |  40 |1939 |   0 |   0 |   0 |  42k|   0 | 0.000000e+00 |      --      |    Inf 
122.96/123.01	c   113s|720000 |324999 |     0 |   0.0 | 129M|  29 |   - |  40 |2020 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
125.55/125.67	c   115s|730000 |327886 |     0 |   0.0 | 130M|  29 |   - |  40 |2140 |   0 |   0 |   0 |  44k|   0 | 0.000000e+00 |      --      |    Inf 
128.46/128.50	c   118s|740000 |330279 |     0 |   0.0 | 132M|  29 |   - |  40 |2097 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
131.26/131.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
131.26/131.39	c   121s|750000 |332207 |     0 |   0.0 | 133M|  29 |   - |  40 |2104 |   0 |   0 |   0 |  46k|   0 | 0.000000e+00 |      --      |    Inf 
134.16/134.21	c   123s|760000 |334226 |     0 |   0.0 | 134M|  29 |   - |  40 |2151 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
136.95/137.07	c   126s|770000 |336322 |     0 |   0.0 | 135M|  29 |   - |  40 |2221 |   0 |   0 |   0 |  47k|   0 | 0.000000e+00 |      --      |    Inf 
139.85/139.93	c   129s|780000 |338427 |     0 |   0.0 | 137M|  29 |   - |  40 |2412 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
142.85/142.92	c   132s|790000 |340632 |     0 |   0.0 | 138M|  29 |   - |  40 |2527 |   0 |   0 |   0 |  49k|   0 | 0.000000e+00 |      --      |    Inf 
145.95/146.00	c   135s|800000 |342881 |     0 |   0.0 | 140M|  29 |   - |  40 |2749 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
149.15/149.29	c   138s|810000 |345301 |     0 |   0.0 | 141M|  29 |   - |  40 |2855 |   0 |   0 |   0 |  51k|   0 | 0.000000e+00 |      --      |    Inf 
152.64/152.75	c   141s|820000 |347602 |     0 |   0.0 | 143M|  29 |   - |  40 |3036 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
156.54/156.61	c   145s|830000 |349228 |     0 |   0.0 | 144M|  29 |   - |  40 |3118 |   0 |   0 |   0 |  52k|   0 | 0.000000e+00 |      --      |    Inf 
160.64/160.74	c   149s|840000 |350198 |     0 |   0.0 | 145M|  29 |   - |  40 |3247 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
164.75/164.82	c   153s|850000 |351577 |     0 |   0.0 | 146M|  29 |   - |  40 |3428 |   0 |   0 |   0 |  54k|   0 | 0.000000e+00 |      --      |    Inf 
168.94/169.05	c   157s|860000 |353075 |     0 |   0.0 | 147M|  29 |   - |  40 |3608 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
173.34/173.42	c   161s|870000 |354835 |     0 |   0.0 | 148M|  29 |   - |  40 |3777 |   0 |   0 |   0 |  56k|   0 | 0.000000e+00 |      --      |    Inf 
177.64/177.76	c   165s|880000 |356649 |     0 |   0.0 | 149M|  29 |   - |  40 |3956 |   0 |   0 |   0 |  57k|   0 | 0.000000e+00 |      --      |    Inf 
183.04/183.13	c   170s|890000 |357500 |     0 |   0.0 | 150M|  29 |   - |  40 |4365 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
189.04/189.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
189.04/189.19	c   176s|900000 |357973 |     0 |   0.0 | 151M|  29 |   - |  40 |4888 |   0 |   0 |   0 |  59k|   0 | 0.000000e+00 |      --      |    Inf 
195.34/195.42	c   182s|910000 |358361 |     0 |   0.0 | 152M|  31 |   - |  40 |5289 |   0 |   0 |   0 |  60k|   0 | 0.000000e+00 |      --      |    Inf 
201.24/201.38	c   188s|920000 |360388 |     0 |   0.0 | 153M|  33 |   - |  40 |4877 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
203.74/203.88	c   191s|930000 |366793 |     0 |   0.0 | 155M|  33 |   - |  40 |3749 |   0 |   0 |   0 |  62k|   0 | 0.000000e+00 |      --      |    Inf 
206.23/206.32	c   193s|940000 |372856 |     0 |   0.0 | 157M|  33 |   - |  40 |3530 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
208.53/208.65	c   195s|950000 |378734 |     0 |   0.0 | 159M|  33 |   - |  40 |3618 |   0 |   0 |   0 |  63k|   0 | 0.000000e+00 |      --      |    Inf 
210.93/211.05	c   197s|960000 |384573 |     0 |   0.0 | 161M|  33 |   - |  40 |3739 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
213.34/213.44	c   200s|970000 |390444 |     0 |   0.0 | 162M|  33 |   - |  40 |3412 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
215.72/215.83	c   202s|980000 |396097 |     0 |   0.0 | 164M|  33 |   - |  40 |2460 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
217.74/217.86	c   204s|990000 |401641 |     0 |   0.0 | 166M|  33 |   - |  40 |2611 |   0 |   0 |   0 |  65k|   0 | 0.000000e+00 |      --      |    Inf 
219.93/220.07	c   206s|  1000k|407123 |     0 |   0.0 | 168M|  33 |   - |  40 |2915 |   0 |   0 |   0 |  66k|   0 | 0.000000e+00 |      --      |    Inf 
222.03/222.20	c   208s|  1010k|412729 |     0 |   0.0 | 169M|  33 |   - |  40 |2192 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
224.13/224.26	c   210s|  1020k|418159 |     0 |   0.0 | 171M|  33 |   - |  40 |2160 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
226.13/226.22	c   211s|  1030k|423410 |     0 |   0.0 | 173M|  33 |   - |  40 |1894 |   0 |   0 |   0 |  68k|   0 | 0.000000e+00 |      --      |    Inf 
228.02/228.11	c   213s|  1040k|428683 |     0 |   0.0 | 175M|  33 |   - |  40 |1493 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
229.73/229.84	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
229.73/229.84	c   215s|  1050k|434057 |     0 |   0.0 | 176M|  33 |   - |  40 |1117 |   0 |   0 |   0 |  69k|   0 | 0.000000e+00 |      --      |    Inf 
231.43/231.51	c   216s|  1060k|439320 |     0 |   0.0 | 178M|  33 |   - |  40 |1317 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
233.22/233.34	c   218s|  1070k|444502 |     0 |   0.0 | 180M|  33 |   - |  40 |1719 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
235.13/235.25	c   220s|  1080k|449693 |     0 |   0.0 | 182M|  33 |   - |  40 |1807 |   0 |   0 |   0 |  71k|   0 | 0.000000e+00 |      --      |    Inf 
237.22/237.31	c   222s|  1090k|454620 |     0 |   0.0 | 184M|  33 |   - |  40 |1630 |   0 |   0 |   0 |  72k|   0 | 0.000000e+00 |      --      |    Inf 
239.22/239.31	c   224s|  1100k|459474 |     0 |   0.0 | 186M|  33 |   - |  40 |1875 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
241.22/241.31	c   225s|  1110k|464400 |     0 |   0.0 | 187M|  33 |   - |  40 |1735 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
243.12/243.20	c   227s|  1120k|469375 |     0 |   0.0 | 189M|  33 |   - |  40 |1593 |   0 |   0 |   0 |  74k|   0 | 0.000000e+00 |      --      |    Inf 
245.02/245.11	c   229s|  1130k|474252 |     0 |   0.0 | 191M|  33 |   - |  40 |1640 |   0 |   0 |   0 |  75k|   0 | 0.000000e+00 |      --      |    Inf 
246.92/247.06	c   231s|  1140k|479183 |     0 |   0.0 | 193M|  33 |   - |  40 |1472 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
248.82/248.93	c   232s|  1150k|484108 |     0 |   0.0 | 194M|  33 |   - |  40 |1264 |   0 |   0 |   0 |  76k|   0 | 0.000000e+00 |      --      |    Inf 
250.63/250.72	c   234s|  1160k|488994 |     0 |   0.0 | 196M|  33 |   - |  40 |1348 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
252.52/252.60	c   236s|  1170k|493719 |     0 |   0.0 | 198M|  33 |   - |  40 |1771 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
254.41/254.57	c   238s|  1180k|498527 |     0 |   0.0 | 200M|  33 |   - |  40 |1809 |   0 |   0 |   0 |  78k|   0 | 0.000000e+00 |      --      |    Inf 
256.52/256.64	c   240s|  1190k|503089 |     0 |   0.0 | 201M|  33 |   - |  40 |1828 |   0 |   0 |   0 |  79k|   0 | 0.000000e+00 |      --      |    Inf 
258.62/258.78	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
258.62/258.78	c   242s|  1200k|507594 |     0 |   0.0 | 203M|  33 |   - |  40 |2101 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
260.82/260.94	c   244s|  1210k|512210 |     0 |   0.0 | 205M|  33 |   - |  40 |1924 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
262.92/263.01	c   246s|  1220k|516758 |     0 |   0.0 | 207M|  33 |   - |  40 |2052 |   0 |   0 |   0 |  81k|   0 | 0.000000e+00 |      --      |    Inf 
265.02/265.19	c   248s|  1230k|521300 |     0 |   0.0 | 208M|  33 |   - |  40 |2006 |   0 |   0 |   0 |  82k|   0 | 0.000000e+00 |      --      |    Inf 
267.12/267.28	c   250s|  1240k|525912 |     0 |   0.0 | 210M|  33 |   - |  40 |1825 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
269.22/269.31	c   251s|  1250k|530538 |     0 |   0.0 | 212M|  33 |   - |  40 |1611 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
271.21/271.32	c   253s|  1260k|534980 |     0 |   0.0 | 213M|  33 |   - |  40 |1837 |   0 |   0 |   0 |  84k|   0 | 0.000000e+00 |      --      |    Inf 
273.31/273.44	c   255s|  1270k|539547 |     0 |   0.0 | 215M|  33 |   - |  40 |1771 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
275.41/275.50	c   257s|  1280k|544181 |     0 |   0.0 | 217M|  33 |   - |  40 |1663 |   0 |   0 |   0 |  85k|   0 | 0.000000e+00 |      --      |    Inf 
277.31/277.48	c   259s|  1290k|548889 |     0 |   0.0 | 218M|  33 |   - |  40 |1378 |   0 |   0 |   0 |  86k|   0 | 0.000000e+00 |      --      |    Inf 
279.21/279.37	c   261s|  1300k|553549 |     0 |   0.0 | 220M|  33 |   - |  40 |1334 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
281.11/281.23	c   262s|  1310k|558073 |     0 |   0.0 | 222M|  33 |   - |  40 |1535 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
283.10/283.27	c   264s|  1320k|562577 |     0 |   0.0 | 223M|  33 |   - |  40 |1901 |   0 |   0 |   0 |  88k|   0 | 0.000000e+00 |      --      |    Inf 
285.30/285.42	c   266s|  1330k|566924 |     0 |   0.0 | 225M|  33 |   - |  40 |2039 |   0 |   0 |   0 |  89k|   0 | 0.000000e+00 |      --      |    Inf 
287.51/287.67	c   268s|  1340k|570889 |     0 |   0.0 | 227M|  33 |   - |  40 |2161 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
289.80/289.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
289.80/289.99	c   271s|  1350k|574864 |     0 |   0.0 | 228M|  33 |   - |  40 |2249 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
292.20/292.35	c   273s|  1360k|578929 |     0 |   0.0 | 230M|  33 |   - |  40 |2265 |   0 |   0 |   0 |  91k|   0 | 0.000000e+00 |      --      |    Inf 
294.62/294.80	c   275s|  1370k|582949 |     0 |   0.0 | 232M|  33 |   - |  40 |2262 |   0 |   0 |   0 |  92k|   0 | 0.000000e+00 |      --      |    Inf 
297.11/297.20	c   277s|  1380k|587028 |     0 |   0.0 | 233M|  33 |   - |  40 |2202 |   0 |   0 |   0 |  93k|   0 | 0.000000e+00 |      --      |    Inf 
299.50/299.60	c   280s|  1390k|591212 |     0 |   0.0 | 235M|  33 |   - |  40 |2085 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
301.80/301.96	c   282s|  1400k|595191 |     0 |   0.0 | 236M|  33 |   - |  40 |2225 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
304.20/304.39	c   284s|  1410k|599289 |     0 |   0.0 | 238M|  33 |   - |  40 |2092 |   0 |   0 |   0 |  95k|   0 | 0.000000e+00 |      --      |    Inf 
306.60/306.76	c   286s|  1420k|603446 |     0 |   0.0 | 240M|  33 |   - |  40 |2072 |   0 |   0 |   0 |  96k|   0 | 0.000000e+00 |      --      |    Inf 
308.91/309.05	c   288s|  1430k|607679 |     0 |   0.0 | 241M|  33 |   - |  40 |1881 |   0 |   0 |   0 |  97k|   0 | 0.000000e+00 |      --      |    Inf 
311.20/311.30	c   291s|  1440k|611847 |     0 |   0.0 | 243M|  33 |   - |  40 |1874 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
313.31/313.42	c   293s|  1450k|616176 |     0 |   0.0 | 244M|  33 |   - |  40 |1536 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
315.29/315.45	c   294s|  1460k|620457 |     0 |   0.0 | 246M|  33 |   - |  40 |1555 |   0 |   0 |   0 |  99k|   0 | 0.000000e+00 |      --      |    Inf 
317.39/317.53	c   296s|  1470k|624615 |     0 |   0.0 | 248M|  33 |   - |  40 |1862 |   0 |   0 |   0 | 100k|   0 | 0.000000e+00 |      --      |    Inf 
319.59/319.72	c   298s|  1480k|628803 |     0 |   0.0 | 249M|  33 |   - |  40 |2030 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
321.90/322.02	c   301s|  1490k|633108 |     0 |   0.0 | 251M|  33 |   - |  40 |1906 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
324.09/324.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
324.09/324.25	c   303s|  1500k|637375 |     0 |   0.0 | 253M|  33 |   - |  40 |1851 |   0 |   0 |   0 | 102k|   0 | 0.000000e+00 |      --      |    Inf 
326.30/326.47	c   305s|  1510k|641694 |     0 |   0.0 | 254M|  33 |   - |  40 |1906 |   0 |   0 |   0 | 103k|   0 | 0.000000e+00 |      --      |    Inf 
328.59/328.73	c   307s|  1520k|645648 |     0 |   0.0 | 256M|  33 |   - |  40 |2336 |   0 |   0 |   0 | 104k|   0 | 0.000000e+00 |      --      |    Inf 
331.10/331.24	c   309s|  1530k|649532 |     0 |   0.0 | 258M|  33 |   - |  40 |2491 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
333.79/333.99	c   312s|  1540k|652995 |     0 |   0.0 | 259M|  33 |   - |  40 |2376 |   0 |   0 |   0 | 105k|   0 | 0.000000e+00 |      --      |    Inf 
336.59/336.70	c   314s|  1550k|656360 |     0 |   0.0 | 261M|  33 |   - |  40 |2702 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
339.39/339.58	c   317s|  1560k|659771 |     0 |   0.0 | 262M|  33 |   - |  40 |2628 |   0 |   0 |   0 | 107k|   0 | 0.000000e+00 |      --      |    Inf 
342.29/342.42	c   320s|  1570k|663151 |     0 |   0.0 | 264M|  33 |   - |  40 |2854 |   0 |   0 |   0 | 108k|   0 | 0.000000e+00 |      --      |    Inf 
345.19/345.40	c   323s|  1580k|666552 |     0 |   0.0 | 265M|  33 |   - |  40 |2520 |   0 |   0 |   0 | 109k|   0 | 0.000000e+00 |      --      |    Inf 
348.09/348.21	c   325s|  1590k|670142 |     0 |   0.0 | 267M|  33 |   - |  40 |2542 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
350.89/351.00	c   328s|  1600k|673558 |     0 |   0.0 | 268M|  33 |   - |  40 |2660 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
353.69/353.88	c   331s|  1610k|676983 |     0 |   0.0 | 270M|  33 |   - |  40 |2609 |   0 |   0 |   0 | 111k|   0 | 0.000000e+00 |      --      |    Inf 
356.58/356.76	c   333s|  1620k|680490 |     0 |   0.0 | 271M|  33 |   - |  40 |2543 |   0 |   0 |   0 | 112k|   0 | 0.000000e+00 |      --      |    Inf 
359.38/359.56	c   336s|  1630k|684102 |     0 |   0.0 | 273M|  33 |   - |  40 |2370 |   0 |   0 |   0 | 113k|   0 | 0.000000e+00 |      --      |    Inf 
362.28/362.43	c   339s|  1640k|687599 |     0 |   0.0 | 274M|  33 |   - |  40 |2281 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
364.88/365.03	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
364.88/365.03	c   341s|  1650k|691221 |     0 |   0.0 | 276M|  33 |   - |  40 |2097 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
367.48/367.65	c   344s|  1660k|694694 |     0 |   0.0 | 277M|  33 |   - |  40 |2195 |   0 |   0 |   0 | 115k|   0 | 0.000000e+00 |      --      |    Inf 
370.08/370.25	c   346s|  1670k|698176 |     0 |   0.0 | 279M|  33 |   - |  40 |2279 |   0 |   0 |   0 | 116k|   0 | 0.000000e+00 |      --      |    Inf 
372.78/372.92	c   349s|  1680k|701746 |     0 |   0.0 | 280M|  33 |   - |  40 |2193 |   0 |   0 |   0 | 117k|   0 | 0.000000e+00 |      --      |    Inf 
375.38/375.51	c   351s|  1690k|705380 |     0 |   0.0 | 282M|  33 |   - |  40 |2073 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
377.98/378.15	c   354s|  1700k|708950 |     0 |   0.0 | 283M|  33 |   - |  40 |2161 |   0 |   0 |   0 | 119k|   0 | 0.000000e+00 |      --      |    Inf 
380.58/380.78	c   356s|  1710k|712456 |     0 |   0.0 | 285M|  33 |   - |  40 |1897 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
383.08/383.26	c   358s|  1720k|715962 |     0 |   0.0 | 286M|  33 |   - |  40 |2016 |   0 |   0 |   0 | 120k|   0 | 0.000000e+00 |      --      |    Inf 
385.68/385.80	c   361s|  1730k|719414 |     0 |   0.0 | 288M|  33 |   - |  40 |1933 |   0 |   0 |   0 | 121k|   0 | 0.000000e+00 |      --      |    Inf 
387.98/388.17	c   363s|  1740k|722980 |     0 |   0.0 | 289M|  33 |   - |  40 |1692 |   0 |   0 |   0 | 122k|   0 | 0.000000e+00 |      --      |    Inf 
390.18/390.34	c   365s|  1750k|726561 |     0 |   0.0 | 290M|  33 |   - |  40 |1362 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
392.38/392.54	c   367s|  1760k|730087 |     0 |   0.0 | 292M|  33 |   - |  40 |1470 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
394.68/394.84	c   369s|  1770k|733493 |     0 |   0.0 | 294M|  33 |   - |  40 |1773 |   0 |   0 |   0 | 124k|   0 | 0.000000e+00 |      --      |    Inf 
397.07/397.22	c   372s|  1780k|737110 |     0 |   0.0 | 295M|  33 |   - |  40 |1873 |   0 |   0 |   0 | 125k|   0 | 0.000000e+00 |      --      |    Inf 
399.47/399.62	c   374s|  1790k|740675 |     0 |   0.0 | 297M|  33 |   - |  40 |1843 |   0 |   0 |   0 | 126k|   0 | 0.000000e+00 |      --      |    Inf 
402.07/402.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
402.07/402.28	c   376s|  1800k|743650 |     0 |   0.0 | 298M|  33 |   - |  40 |1945 |   0 |   0 |   0 | 127k|   0 | 0.000000e+00 |      --      |    Inf 
404.77/404.98	c   379s|  1810k|746530 |     0 |   0.0 | 299M|  33 |   - |  40 |1878 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
407.37/407.57	c   381s|  1820k|749413 |     0 |   0.0 | 301M|  33 |   - |  40 |1962 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
410.18/410.31	c   384s|  1830k|752252 |     0 |   0.0 | 302M|  33 |   - |  40 |1843 |   0 |   0 |   0 | 129k|   0 | 0.000000e+00 |      --      |    Inf 
412.77/412.91	c   386s|  1840k|755198 |     0 |   0.0 | 304M|  33 |   - |  40 |1881 |   0 |   0 |   0 | 130k|   0 | 0.000000e+00 |      --      |    Inf 
415.37/415.58	c   389s|  1850k|758007 |     0 |   0.0 | 305M|  33 |   - |  40 |2017 |   0 |   0 |   0 | 131k|   0 | 0.000000e+00 |      --      |    Inf 
418.16/418.35	c   392s|  1860k|760852 |     0 |   0.0 | 306M|  33 |   - |  40 |2070 |   0 |   0 |   0 | 132k|   0 | 0.000000e+00 |      --      |    Inf 
420.87/421.07	c   394s|  1870k|763784 |     0 |   0.0 | 308M|  33 |   - |  40 |2136 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
423.57/423.79	c   397s|  1880k|766869 |     0 |   0.0 | 309M|  33 |   - |  40 |2114 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
426.36/426.56	c   399s|  1890k|769819 |     0 |   0.0 | 311M|  33 |   - |  40 |2176 |   0 |   0 |   0 | 134k|   0 | 0.000000e+00 |      --      |    Inf 
429.26/429.47	c   402s|  1900k|772608 |     0 |   0.0 | 312M|  33 |   - |  40 |2324 |   0 |   0 |   0 | 135k|   0 | 0.000000e+00 |      --      |    Inf 
432.26/432.43	c   405s|  1910k|775478 |     0 |   0.0 | 313M|  33 |   - |  40 |2326 |   0 |   0 |   0 | 136k|   0 | 0.000000e+00 |      --      |    Inf 
435.26/435.42	c   408s|  1920k|778473 |     0 |   0.0 | 315M|  33 |   - |  40 |2318 |   0 |   0 |   0 | 137k|   0 | 0.000000e+00 |      --      |    Inf 
438.16/438.34	c   410s|  1930k|781333 |     0 |   0.0 | 316M|  33 |   - |  40 |2681 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
441.36/441.53	c   413s|  1940k|784170 |     0 |   0.0 | 318M|  33 |   - |  40 |2829 |   0 |   0 |   0 | 139k|   0 | 0.000000e+00 |      --      |    Inf 
444.56/444.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
444.56/444.74	c   417s|  1950k|786953 |     0 |   0.0 | 319M|  33 |   - |  40 |2782 |   0 |   0 |   0 | 140k|   0 | 0.000000e+00 |      --      |    Inf 
447.86/448.08	c   420s|  1960k|789613 |     0 |   0.0 | 320M|  33 |   - |  40 |3040 |   0 |   0 |   0 | 141k|   0 | 0.000000e+00 |      --      |    Inf 
451.35/451.50	c   423s|  1970k|792361 |     0 |   0.0 | 322M|  33 |   - |  40 |2851 |   0 |   0 |   0 | 142k|   0 | 0.000000e+00 |      --      |    Inf 
454.66/454.81	c   426s|  1980k|795185 |     0 |   0.0 | 323M|  33 |   - |  40 |2744 |   0 |   0 |   0 | 143k|   0 | 0.000000e+00 |      --      |    Inf 
457.86/458.06	c   429s|  1990k|798064 |     0 |   0.0 | 325M|  33 |   - |  40 |2669 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
461.06/461.22	c   432s|  2000k|800950 |     0 |   0.0 | 326M|  33 |   - |  40 |2244 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
464.06/464.21	c   435s|  2010k|803856 |     0 |   0.0 | 327M|  33 |   - |  40 |2398 |   0 |   0 |   0 | 145k|   0 | 0.000000e+00 |      --      |    Inf 
466.96/467.11	c   438s|  2020k|806735 |     0 |   0.0 | 329M|  33 |   - |  40 |2458 |   0 |   0 |   0 | 146k|   0 | 0.000000e+00 |      --      |    Inf 
469.95/470.10	c   441s|  2030k|809637 |     0 |   0.0 | 330M|  33 |   - |  40 |2479 |   0 |   0 |   0 | 147k|   0 | 0.000000e+00 |      --      |    Inf 
472.95/473.14	c   444s|  2040k|812419 |     0 |   0.0 | 331M|  33 |   - |  40 |2373 |   0 |   0 |   0 | 148k|   0 | 0.000000e+00 |      --      |    Inf 
476.06/476.21	c   447s|  2050k|815241 |     0 |   0.0 | 333M|  33 |   - |  40 |2426 |   0 |   0 |   0 | 149k|   0 | 0.000000e+00 |      --      |    Inf 
478.95/479.15	c   449s|  2060k|818121 |     0 |   0.0 | 334M|  33 |   - |  40 |2087 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
481.85/482.01	c   452s|  2070k|820942 |     0 |   0.0 | 335M|  33 |   - |  40 |2255 |   0 |   0 |   0 | 151k|   0 | 0.000000e+00 |      --      |    Inf 
484.74/484.96	c   455s|  2080k|823721 |     0 |   0.0 | 337M|  33 |   - |  40 |2146 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
487.64/487.80	c   458s|  2090k|826629 |     0 |   0.0 | 338M|  33 |   - |  40 |1989 |   0 |   0 |   0 | 152k|   0 | 0.000000e+00 |      --      |    Inf 
490.35/490.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
490.35/490.54	c   460s|  2100k|829513 |     0 |   0.0 | 340M|  33 |   - |  40 |1963 |   0 |   0 |   0 | 153k|   0 | 0.000000e+00 |      --      |    Inf 
493.15/493.39	c   463s|  2110k|832162 |     0 |   0.0 | 341M|  33 |   - |  40 |2174 |   0 |   0 |   0 | 154k|   0 | 0.000000e+00 |      --      |    Inf 
496.04/496.27	c   466s|  2120k|835013 |     0 |   0.0 | 342M|  33 |   - |  40 |2208 |   0 |   0 |   0 | 155k|   0 | 0.000000e+00 |      --      |    Inf 
499.05/499.24	c   468s|  2130k|837817 |     0 |   0.0 | 344M|  33 |   - |  40 |2325 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
502.25/502.45	c   471s|  2140k|839941 |     0 |   0.0 | 345M|  33 |   - |  40 |2334 |   0 |   0 |   0 | 157k|   0 | 0.000000e+00 |      --      |    Inf 
505.34/505.54	c   474s|  2150k|842110 |     0 |   0.0 | 346M|  33 |   - |  40 |2332 |   0 |   0 |   0 | 158k|   0 | 0.000000e+00 |      --      |    Inf 
508.44/508.64	c   477s|  2160k|844388 |     0 |   0.0 | 347M|  33 |   - |  40 |2228 |   0 |   0 |   0 | 159k|   0 | 0.000000e+00 |      --      |    Inf 
511.54/511.73	c   480s|  2170k|846722 |     0 |   0.0 | 349M|  33 |   - |  40 |2356 |   0 |   0 |   0 | 160k|   0 | 0.000000e+00 |      --      |    Inf 
514.74/514.97	c   483s|  2180k|848983 |     0 |   0.0 | 350M|  33 |   - |  40 |2511 |   0 |   0 |   0 | 161k|   0 | 0.000000e+00 |      --      |    Inf 
518.04/518.27	c   486s|  2190k|851253 |     0 |   0.0 | 351M|  33 |   - |  40 |2615 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
521.25/521.46	c   489s|  2200k|853717 |     0 |   0.0 | 353M|  33 |   - |  40 |2590 |   0 |   0 |   0 | 163k|   0 | 0.000000e+00 |      --      |    Inf 
524.64/524.84	c   493s|  2210k|856084 |     0 |   0.0 | 354M|  33 |   - |  40 |2784 |   0 |   0 |   0 | 164k|   0 | 0.000000e+00 |      --      |    Inf 
527.94/528.19	c   496s|  2220k|858356 |     0 |   0.0 | 355M|  33 |   - |  40 |2822 |   0 |   0 |   0 | 165k|   0 | 0.000000e+00 |      --      |    Inf 
531.53/531.76	c   499s|  2230k|860584 |     0 |   0.0 | 357M|  33 |   - |  40 |2919 |   0 |   0 |   0 | 166k|   0 | 0.000000e+00 |      --      |    Inf 
535.23/535.48	c   503s|  2240k|862739 |     0 |   0.0 | 358M|  33 |   - |  40 |2918 |   0 |   0 |   0 | 167k|   0 | 0.000000e+00 |      --      |    Inf 
538.63/538.82	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
538.63/538.82	c   506s|  2250k|865075 |     0 |   0.0 | 359M|  33 |   - |  40 |2696 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
542.03/542.21	c   509s|  2260k|867441 |     0 |   0.0 | 360M|  33 |   - |  40 |2441 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
545.23/545.47	c   512s|  2270k|869908 |     0 |   0.0 | 362M|  33 |   - |  40 |2525 |   0 |   0 |   0 | 169k|   0 | 0.000000e+00 |      --      |    Inf 
548.52/548.76	c   516s|  2280k|872180 |     0 |   0.0 | 363M|  33 |   - |  40 |2701 |   0 |   0 |   0 | 170k|   0 | 0.000000e+00 |      --      |    Inf 
551.93/552.16	c   519s|  2290k|874646 |     0 |   0.0 | 364M|  33 |   - |  40 |2580 |   0 |   0 |   0 | 171k|   0 | 0.000000e+00 |      --      |    Inf 
555.24/555.47	c   522s|  2300k|877128 |     0 |   0.0 | 365M|  33 |   - |  40 |2560 |   0 |   0 |   0 | 172k|   0 | 0.000000e+00 |      --      |    Inf 
558.42/558.67	c   525s|  2310k|879593 |     0 |   0.0 | 367M|  33 |   - |  40 |2729 |   0 |   0 |   0 | 173k|   0 | 0.000000e+00 |      --      |    Inf 
561.83/562.07	c   528s|  2320k|882044 |     0 |   0.0 | 368M|  33 |   - |  40 |2902 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
565.32/565.57	c   532s|  2330k|884570 |     0 |   0.0 | 369M|  33 |   - |  40 |2912 |   0 |   0 |   0 | 175k|   0 | 0.000000e+00 |      --      |    Inf 
568.92/569.14	c   535s|  2340k|887072 |     0 |   0.0 | 371M|  33 |   - |  40 |3077 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
572.52/572.75	c   538s|  2350k|889455 |     0 |   0.0 | 372M|  33 |   - |  40 |3111 |   0 |   0 |   0 | 176k|   0 | 0.000000e+00 |      --      |    Inf 
576.32/576.50	c   542s|  2360k|891732 |     0 |   0.0 | 373M|  33 |   - |  40 |2990 |   0 |   0 |   0 | 177k|   0 | 0.000000e+00 |      --      |    Inf 
580.12/580.35	c   546s|  2370k|893841 |     0 |   0.0 | 375M|  33 |   - |  40 |3169 |   0 |   0 |   0 | 178k|   0 | 0.000000e+00 |      --      |    Inf 
584.12/584.31	c   550s|  2380k|895829 |     0 |   0.0 | 376M|  33 |   - |  40 |3353 |   0 |   0 |   0 | 179k|   0 | 0.000000e+00 |      --      |    Inf 
588.01/588.29	c   553s|  2390k|897895 |     0 |   0.0 | 377M|  33 |   - |  40 |3315 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
592.01/592.22	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
592.01/592.22	c   557s|  2400k|900137 |     0 |   0.0 | 378M|  33 |   - |  40 |3249 |   0 |   0 |   0 | 181k|   0 | 0.000000e+00 |      --      |    Inf 
596.02/596.21	c   561s|  2410k|902406 |     0 |   0.0 | 380M|  33 |   - |  40 |3159 |   0 |   0 |   0 | 182k|   0 | 0.000000e+00 |      --      |    Inf 
599.71/599.92	c   565s|  2420k|904727 |     0 |   0.0 | 381M|  33 |   - |  40 |2957 |   0 |   0 |   0 | 183k|   0 | 0.000000e+00 |      --      |    Inf 
603.31/603.55	c   568s|  2430k|906766 |     0 |   0.0 | 382M|  33 |   - |  40 |2999 |   0 |   0 |   0 | 184k|   0 | 0.000000e+00 |      --      |    Inf 
607.02/607.21	c   572s|  2440k|908881 |     0 |   0.0 | 383M|  33 |   - |  40 |2892 |   0 |   0 |   0 | 185k|   0 | 0.000000e+00 |      --      |    Inf 
610.61/610.84	c   575s|  2450k|910901 |     0 |   0.0 | 384M|  33 |   - |  40 |2948 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
614.31/614.50	c   579s|  2460k|913139 |     0 |   0.0 | 386M|  33 |   - |  40 |2566 |   0 |   0 |   0 | 187k|   0 | 0.000000e+00 |      --      |    Inf 
617.70/617.93	c   582s|  2470k|915413 |     0 |   0.0 | 387M|  33 |   - |  40 |2748 |   0 |   0 |   0 | 188k|   0 | 0.000000e+00 |      --      |    Inf 
621.21/621.45	c   585s|  2480k|917713 |     0 |   0.0 | 388M|  33 |   - |  40 |2738 |   0 |   0 |   0 | 189k|   0 | 0.000000e+00 |      --      |    Inf 
624.51/624.78	c   588s|  2490k|919985 |     0 |   0.0 | 389M|  33 |   - |  40 |2451 |   0 |   0 |   0 | 190k|   0 | 0.000000e+00 |      --      |    Inf 
627.82/628.01	c   591s|  2500k|922216 |     0 |   0.0 | 390M|  33 |   - |  40 |2489 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
631.00/631.27	c   595s|  2510k|924423 |     0 |   0.0 | 392M|  33 |   - |  40 |2530 |   0 |   0 |   0 | 192k|   0 | 0.000000e+00 |      --      |    Inf 
634.41/634.68	c   598s|  2520k|926531 |     0 |   0.0 | 393M|  33 |   - |  40 |2751 |   0 |   0 |   0 | 193k|   0 | 0.000000e+00 |      --      |    Inf 
638.10/638.38	c   601s|  2530k|928059 |     0 |   0.0 | 394M|  33 |   - |  40 |2795 |   0 |   0 |   0 | 194k|   0 | 0.000000e+00 |      --      |    Inf 
641.80/642.03	c   605s|  2540k|929686 |     0 |   0.0 | 395M|  33 |   - |  40 |2732 |   0 |   0 |   0 | 195k|   0 | 0.000000e+00 |      --      |    Inf 
645.40/645.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
645.40/645.66	c   608s|  2550k|931253 |     0 |   0.0 | 396M|  33 |   - |  40 |2786 |   0 |   0 |   0 | 196k|   0 | 0.000000e+00 |      --      |    Inf 
649.10/649.30	c   612s|  2560k|932842 |     0 |   0.0 | 397M|  33 |   - |  40 |2829 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
652.59/652.87	c   615s|  2570k|934509 |     0 |   0.0 | 399M|  33 |   - |  40 |2851 |   0 |   0 |   0 | 197k|   0 | 0.000000e+00 |      --      |    Inf 
656.29/656.54	c   619s|  2580k|936112 |     0 |   0.0 | 400M|  33 |   - |  40 |2913 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
660.30/660.50	c   623s|  2590k|937565 |     0 |   0.0 | 401M|  33 |   - |  40 |2968 |   0 |   0 |   0 | 199k|   0 | 0.000000e+00 |      --      |    Inf 
663.99/664.27	c   626s|  2600k|939100 |     0 |   0.0 | 402M|  33 |   - |  40 |2742 |   0 |   0 |   0 | 200k|   0 | 0.000000e+00 |      --      |    Inf 
667.69/667.96	c   630s|  2610k|940648 |     0 |   0.0 | 403M|  33 |   - |  40 |2785 |   0 |   0 |   0 | 201k|   0 | 0.000000e+00 |      --      |    Inf 
671.39/671.65	c   633s|  2620k|942197 |     0 |   0.0 | 404M|  33 |   - |  40 |2888 |   0 |   0 |   0 | 202k|   0 | 0.000000e+00 |      --      |    Inf 
675.20/675.43	c   637s|  2630k|943759 |     0 |   0.0 | 405M|  33 |   - |  40 |2949 |   0 |   0 |   0 | 203k|   0 | 0.000000e+00 |      --      |    Inf 
678.99/679.25	c   641s|  2640k|945379 |     0 |   0.0 | 406M|  33 |   - |  40 |3058 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
682.99/683.26	c   644s|  2650k|946955 |     0 |   0.0 | 407M|  33 |   - |  40 |3247 |   0 |   0 |   0 | 205k|   0 | 0.000000e+00 |      --      |    Inf 
687.20/687.43	c   648s|  2660k|948498 |     0 |   0.0 | 408M|  33 |   - |  40 |3343 |   0 |   0 |   0 | 206k|   0 | 0.000000e+00 |      --      |    Inf 
691.19/691.44	c   652s|  2670k|950301 |     0 |   0.0 | 409M|  33 |   - |  40 |3094 |   0 |   0 |   0 | 207k|   0 | 0.000000e+00 |      --      |    Inf 
694.89/695.11	c   656s|  2680k|952160 |     0 |   0.0 | 410M|  33 |   - |  40 |2934 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
698.48/698.76	c   659s|  2690k|953936 |     0 |   0.0 | 411M|  33 |   - |  40 |2976 |   0 |   0 |   0 | 208k|   0 | 0.000000e+00 |      --      |    Inf 
702.28/702.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
702.28/702.55	c   663s|  2700k|955683 |     0 |   0.0 | 413M|  33 |   - |  40 |3111 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
706.08/706.37	c   667s|  2710k|957511 |     0 |   0.0 | 414M|  33 |   - |  40 |3239 |   0 |   0 |   0 | 210k|   0 | 0.000000e+00 |      --      |    Inf 
709.97/710.21	c   670s|  2720k|959406 |     0 |   0.0 | 415M|  33 |   - |  40 |3408 |   0 |   0 |   0 | 211k|   0 | 0.000000e+00 |      --      |    Inf 
713.88/714.19	c   674s|  2730k|961360 |     0 |   0.0 | 416M|  33 |   - |  40 |3597 |   0 |   0 |   0 | 212k|   0 | 0.000000e+00 |      --      |    Inf 
718.08/718.34	c   678s|  2740k|963393 |     0 |   0.0 | 417M|  33 |   - |  40 |3674 |   0 |   0 |   0 | 213k|   0 | 0.000000e+00 |      --      |    Inf 
722.68/722.94	c   683s|  2750k|964992 |     0 |   0.0 | 419M|  33 |   - |  40 |3816 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
727.77/728.09	c   688s|  2760k|966112 |     0 |   0.0 | 420M|  33 |   - |  40 |3981 |   0 |   0 |   0 | 215k|   0 | 0.000000e+00 |      --      |    Inf 
733.27/733.52	c   693s|  2770k|967222 |     0 |   0.0 | 420M|  33 |   - |  40 |4124 |   0 |   0 |   0 | 216k|   0 | 0.000000e+00 |      --      |    Inf 
738.57/738.87	c   698s|  2780k|968496 |     0 |   0.0 | 421M|  33 |   - |  40 |3910 |   0 |   0 |   0 | 217k|   0 | 0.000000e+00 |      --      |    Inf 
743.67/743.95	c   703s|  2790k|969834 |     0 |   0.0 | 422M|  33 |   - |  40 |3937 |   0 |   0 |   0 | 218k|   0 | 0.000000e+00 |      --      |    Inf 
748.57/748.86	c   708s|  2800k|971318 |     0 |   0.0 | 423M|  33 |   - |  40 |3934 |   0 |   0 |   0 | 219k|   0 | 0.000000e+00 |      --      |    Inf 
753.56/753.82	c   713s|  2810k|972872 |     0 |   0.0 | 424M|  33 |   - |  40 |3913 |   0 |   0 |   0 | 221k|   0 | 0.000000e+00 |      --      |    Inf 
758.37/758.65	c   717s|  2820k|974332 |     0 |   0.0 | 425M|  33 |   - |  40 |3610 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
762.96/763.25	c   722s|  2830k|975794 |     0 |   0.0 | 426M|  33 |   - |  40 |3435 |   0 |   0 |   0 | 222k|   0 | 0.000000e+00 |      --      |    Inf 
767.26/767.55	c   726s|  2840k|977297 |     0 |   0.0 | 427M|  33 |   - |  40 |3438 |   0 |   0 |   0 | 223k|   0 | 0.000000e+00 |      --      |    Inf 
771.66/771.91	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
771.66/771.91	c   730s|  2850k|978823 |     0 |   0.0 | 428M|  33 |   - |  40 |3355 |   0 |   0 |   0 | 224k|   0 | 0.000000e+00 |      --      |    Inf 
776.06/776.31	c   734s|  2860k|979678 |     0 |   0.0 | 429M|  33 |   - |  40 |3302 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
780.46/780.78	c   739s|  2870k|980570 |     0 |   0.0 | 430M|  33 |   - |  40 |3453 |   0 |   0 |   0 | 226k|   0 | 0.000000e+00 |      --      |    Inf 
785.25/785.52	c   743s|  2880k|981287 |     0 |   0.0 | 431M|  33 |   - |  40 |3502 |   0 |   0 |   0 | 227k|   0 | 0.000000e+00 |      --      |    Inf 
789.76/790.08	c   748s|  2890k|982165 |     0 |   0.0 | 432M|  33 |   - |  40 |3549 |   0 |   0 |   0 | 228k|   0 | 0.000000e+00 |      --      |    Inf 
794.35/794.67	c   752s|  2900k|983088 |     0 |   0.0 | 433M|  33 |   - |  40 |3599 |   0 |   0 |   0 | 229k|   0 | 0.000000e+00 |      --      |    Inf 
799.15/799.43	c   757s|  2910k|983922 |     0 |   0.0 | 433M|  33 |   - |  40 |3669 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
803.65/803.99	c   761s|  2920k|984888 |     0 |   0.0 | 434M|  33 |   - |  40 |3892 |   0 |   0 |   0 | 231k|   0 | 0.000000e+00 |      --      |    Inf 
808.55/808.88	c   766s|  2930k|985800 |     0 |   0.0 | 435M|  33 |   - |  40 |3932 |   0 |   0 |   0 | 232k|   0 | 0.000000e+00 |      --      |    Inf 
813.34/813.63	c   771s|  2940k|987013 |     0 |   0.0 | 436M|  33 |   - |  40 |3995 |   0 |   0 |   0 | 233k|   0 | 0.000000e+00 |      --      |    Inf 
818.25/818.55	c   775s|  2950k|988086 |     0 |   0.0 | 437M|  33 |   - |  40 |4260 |   0 |   0 |   0 | 234k|   0 | 0.000000e+00 |      --      |    Inf 
823.44/823.74	c   780s|  2960k|988970 |     0 |   0.0 | 438M|  33 |   - |  40 |4431 |   0 |   0 |   0 | 235k|   0 | 0.000000e+00 |      --      |    Inf 
828.94/829.22	c   786s|  2970k|989869 |     0 |   0.0 | 439M|  33 |   - |  40 |4577 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
835.04/835.31	c   792s|  2980k|990470 |     0 |   0.0 | 440M|  33 |   - |  40 |4743 |   0 |   0 |   0 | 237k|   0 | 0.000000e+00 |      --      |    Inf 
842.02/842.33	c   798s|  2990k|990596 |     0 |   0.0 | 440M|  33 |   - |  40 |5026 |   0 |   0 |   0 | 238k|   0 | 0.000000e+00 |      --      |    Inf 
849.22/849.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
849.22/849.50	c   805s|  3000k|990809 |     0 |   0.0 | 441M|  33 |   - |  40 |5255 |   0 |   0 |   0 | 239k|   0 | 0.000000e+00 |      --      |    Inf 
856.63/856.97	c   813s|  3010k|991211 |     0 |   0.0 | 442M|  33 |   - |  40 |5457 |   0 |   0 |   0 | 240k|   0 | 0.000000e+00 |      --      |    Inf 
863.81/864.11	c   820s|  3020k|991856 |     0 |   0.0 | 442M|  33 |   - |  40 |5505 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
870.92/871.24	c   827s|  3030k|992490 |     0 |   0.0 | 443M|  33 |   - |  40 |5497 |   0 |   0 |   0 | 243k|   0 | 0.000000e+00 |      --      |    Inf 
879.40/879.73	c   835s|  3040k|992016 |     0 |   0.0 | 444M|  33 |   - |  40 |6007 |   0 |   0 |   0 | 244k|   0 | 0.000000e+00 |      --      |    Inf 
887.71/888.04	c   843s|  3050k|991905 |     0 |   0.0 | 444M|  33 |   - |  40 |6265 |   0 |   0 |   0 | 245k|   0 | 0.000000e+00 |      --      |    Inf 
895.21/895.54	c   851s|  3060k|992292 |     0 |   0.0 | 445M|  33 |   - |  40 |6526 |   0 |   0 |   0 | 246k|   0 | 0.000000e+00 |      --      |    Inf 
905.40/905.71	c   861s|  3070k|991709 |     0 |   0.0 | 445M|  33 |   - |  40 |7163 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
915.60/915.93	c   871s|  3080k|991268 |     0 |   0.0 | 446M|  33 |   - |  40 |7713 |   0 |   0 |   0 | 249k|   0 | 0.000000e+00 |      --      |    Inf 
929.39/929.75	c   884s|  3090k|989674 |     0 |   0.0 | 446M|  33 |   - |  40 |8342 |   0 |   0 |   0 | 251k|   0 | 0.000000e+00 |      --      |    Inf 
945.59/945.92	c   900s|  3100k|987128 |     0 |   0.0 | 446M|  33 |   - |  40 |9200 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
951.39/951.72	c   906s|  3110k|992364 |     0 |   0.0 | 447M|  33 |   - |  40 |6274 |   0 |   0 |   0 | 253k|   0 | 0.000000e+00 |      --      |    Inf 
954.59/954.99	c   909s|  3120k|998579 |     0 |   0.0 | 449M|  33 |   - |  40 |5651 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
957.98/958.33	c   912s|  3130k|  1004k|     0 |   0.0 | 450M|  33 |   - |  40 |5457 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
961.38/961.75	c   916s|  3140k|  1010k|     0 |   0.0 | 452M|  33 |   - |  40 |5662 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
964.78/965.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
964.78/965.11	c   919s|  3150k|  1016k|     0 |   0.0 | 454M|  33 |   - |  40 |5547 |   0 |   0 |   0 | 256k|   0 | 0.000000e+00 |      --      |    Inf 
968.48/968.80	c   922s|  3160k|  1021k|     0 |   0.0 | 456M|  33 |   - |  40 |5655 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
972.18/972.53	c   926s|  3170k|  1027k|     0 |   0.0 | 458M|  33 |   - |  40 |5973 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
975.88/976.21	c   929s|  3180k|  1032k|     0 |   0.0 | 460M|  33 |   - |  40 |5844 |   0 |   0 |   0 | 258k|   0 | 0.000000e+00 |      --      |    Inf 
979.48/979.82	c   933s|  3190k|  1038k|     0 |   0.0 | 462M|  33 |   - |  40 |6001 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
983.17/983.54	c   937s|  3200k|  1044k|     0 |   0.0 | 464M|  33 |   - |  40 |5561 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
986.88/987.28	c   940s|  3210k|  1049k|     0 |   0.0 | 466M|  33 |   - |  40 |5827 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
990.87/991.22	c   944s|  3220k|  1054k|     0 |   0.0 | 467M|  33 |   - |  40 |5948 |   0 |   0 |   0 | 261k|   0 | 0.000000e+00 |      --      |    Inf 
994.77/995.15	c   948s|  3230k|  1059k|     0 |   0.0 | 469M|  33 |   - |  40 |5952 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
998.77/999.10	c   952s|  3240k|  1065k|     0 |   0.0 | 471M|  33 |   - |  40 |6062 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
1002.57/1002.96	c   955s|  3250k|  1070k|     0 |   0.0 | 473M|  33 |   - |  40 |5870 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
1006.18/1006.57	c   959s|  3260k|  1076k|     0 |   0.0 | 474M|  33 |   - |  40 |4322 |   0 |   0 |   0 | 263k|   0 | 0.000000e+00 |      --      |    Inf 
1009.17/1009.53	c   962s|  3270k|  1081k|     0 |   0.0 | 476M|  33 |   - |  40 |4533 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
1012.47/1012.88	c   965s|  3280k|  1087k|     0 |   0.0 | 478M|  33 |   - |  40 |4753 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
1015.77/1016.11	c   968s|  3290k|  1092k|     0 |   0.0 | 480M|  33 |   - |  40 |4200 |   0 |   0 |   0 | 265k|   0 | 0.000000e+00 |      --      |    Inf 
1018.96/1019.39	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1018.96/1019.39	c   971s|  3300k|  1097k|     0 |   0.0 | 481M|  33 |   - |  40 |4398 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
1022.47/1022.87	c   974s|  3310k|  1102k|     0 |   0.0 | 483M|  33 |   - |  40 |4407 |   0 |   0 |   0 | 267k|   0 | 0.000000e+00 |      --      |    Inf 
1025.97/1026.33	c   978s|  3320k|  1107k|     0 |   0.0 | 485M|  33 |   - |  40 |4565 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
1029.46/1029.86	c   981s|  3330k|  1112k|     0 |   0.0 | 487M|  33 |   - |  40 |4184 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
1032.66/1033.08	c   984s|  3340k|  1117k|     0 |   0.0 | 488M|  33 |   - |  40 |3540 |   0 |   0 |   0 | 269k|   0 | 0.000000e+00 |      --      |    Inf 
1035.36/1035.76	c   987s|  3350k|  1122k|     0 |   0.0 | 490M|  33 |   - |  40 |2736 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
1038.06/1038.50	c   989s|  3360k|  1127k|     0 |   0.0 | 491M|  33 |   - |  40 |3104 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
1040.96/1041.32	c   992s|  3370k|  1132k|     0 |   0.0 | 493M|  33 |   - |  40 |2897 |   0 |   0 |   0 | 271k|   0 | 0.000000e+00 |      --      |    Inf 
1043.65/1044.00	c   994s|  3380k|  1137k|     0 |   0.0 | 495M|  33 |   - |  40 |2796 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
1045.96/1046.39	c   997s|  3390k|  1142k|     0 |   0.0 | 497M|  33 |   - |  40 |2347 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
1048.35/1048.78	c   999s|  3400k|  1147k|     0 |   0.0 | 498M|  33 |   - |  40 |1882 |   0 |   0 |   0 | 273k|   0 | 0.000000e+00 |      --      |    Inf 
1050.45/1050.89	c  1001s|  3410k|  1152k|     0 |   0.0 | 500M|  33 |   - |  40 |1529 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
1052.55/1052.91	c  1003s|  3420k|  1157k|     0 |   0.0 | 502M|  33 |   - |  40 |1812 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
1054.66/1055.03	c  1005s|  3430k|  1162k|     0 |   0.0 | 503M|  33 |   - |  40 |1915 |   0 |   0 |   0 | 275k|   0 | 0.000000e+00 |      --      |    Inf 
1056.76/1057.17	c  1007s|  3440k|  1167k|     0 |   0.0 | 505M|  33 |   - |  40 |1927 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 |      --      |    Inf 
1059.15/1059.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1059.15/1059.56	c  1009s|  3450k|  1172k|     0 |   0.0 | 507M|  33 |   - |  40 |2233 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 |      --      |    Inf 
1061.66/1062.04	c  1011s|  3460k|  1177k|     0 |   0.0 | 509M|  33 |   - |  40 |2356 |   0 |   0 |   0 | 277k|   0 | 0.000000e+00 |      --      |    Inf 
1064.25/1064.61	c  1014s|  3470k|  1181k|     0 |   0.0 | 510M|  33 |   - |  40 |2595 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
1066.85/1067.21	c  1016s|  3480k|  1186k|     0 |   0.0 | 512M|  33 |   - |  40 |2573 |   0 |   0 |   0 | 279k|   0 | 0.000000e+00 |      --      |    Inf 
1069.35/1069.74	c  1019s|  3490k|  1191k|     0 |   0.0 | 514M|  33 |   - |  40 |2376 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
1071.94/1072.31	c  1021s|  3500k|  1195k|     0 |   0.0 | 516M|  33 |   - |  40 |2634 |   0 |   0 |   0 | 280k|   0 | 0.000000e+00 |      --      |    Inf 
1074.55/1074.97	c  1023s|  3510k|  1200k|     0 |   0.0 | 517M|  33 |   - |  40 |2611 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 |      --      |    Inf 
1077.14/1077.52	c  1026s|  3520k|  1205k|     0 |   0.0 | 519M|  33 |   - |  40 |2763 |   0 |   0 |   0 | 282k|   0 | 0.000000e+00 |      --      |    Inf 
1079.65/1080.03	c  1028s|  3530k|  1210k|     0 |   0.0 | 521M|  33 |   - |  40 |2591 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
1082.15/1082.54	c  1031s|  3540k|  1215k|     0 |   0.0 | 522M|  33 |   - |  40 |2235 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
1084.54/1084.93	c  1033s|  3550k|  1220k|     0 |   0.0 | 524M|  33 |   - |  40 |1924 |   0 |   0 |   0 | 284k|   0 | 0.000000e+00 |      --      |    Inf 
1086.84/1087.22	c  1035s|  3560k|  1224k|     0 |   0.0 | 526M|  33 |   - |  40 |2241 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
1089.24/1089.65	c  1037s|  3570k|  1229k|     0 |   0.0 | 528M|  33 |   - |  40 |2238 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
1091.54/1091.99	c  1040s|  3580k|  1234k|     0 |   0.0 | 529M|  33 |   - |  40 |2288 |   0 |   0 |   0 | 286k|   0 | 0.000000e+00 |      --      |    Inf 
1093.94/1094.30	c  1042s|  3590k|  1239k|     0 |   0.0 | 531M|  33 |   - |  40 |2167 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
1096.14/1096.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1096.14/1096.59	c  1044s|  3600k|  1244k|     0 |   0.0 | 533M|  33 |   - |  40 |2104 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 |      --      |    Inf 
1098.45/1098.87	c  1046s|  3610k|  1249k|     0 |   0.0 | 534M|  33 |   - |  40 |1792 |   0 |   0 |   0 | 288k|   0 | 0.000000e+00 |      --      |    Inf 
1100.54/1100.97	c  1048s|  3620k|  1253k|     0 |   0.0 | 536M|  33 |   - |  40 |1963 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
1102.74/1103.10	c  1050s|  3630k|  1258k|     0 |   0.0 | 538M|  33 |   - |  40 |1841 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
1104.84/1105.21	c  1052s|  3640k|  1263k|     0 |   0.0 | 540M|  33 |   - |  40 |1746 |   0 |   0 |   0 | 290k|   0 | 0.000000e+00 |      --      |    Inf 
1106.84/1107.21	c  1054s|  3650k|  1268k|     0 |   0.0 | 541M|  33 |   - |  40 |1537 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 |      --      |    Inf 
1108.74/1109.16	c  1056s|  3660k|  1273k|     0 |   0.0 | 543M|  33 |   - |  40 |1687 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 |      --      |    Inf 
1110.94/1111.30	c  1058s|  3670k|  1278k|     0 |   0.0 | 545M|  33 |   - |  40 |1781 |   0 |   0 |   0 | 292k|   0 | 0.000000e+00 |      --      |    Inf 
1113.14/1113.53	c  1060s|  3680k|  1283k|     0 |   0.0 | 547M|  33 |   - |  40 |1992 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 |      --      |    Inf 
1115.43/1115.87	c  1062s|  3690k|  1287k|     0 |   0.0 | 548M|  33 |   - |  40 |1922 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
1117.73/1118.13	c  1064s|  3700k|  1292k|     0 |   0.0 | 550M|  33 |   - |  40 |2079 |   0 |   0 |   0 | 294k|   0 | 0.000000e+00 |      --      |    Inf 
1120.03/1120.43	c  1066s|  3710k|  1296k|     0 |   0.0 | 551M|  33 |   - |  40 |1938 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 |      --      |    Inf 
1122.24/1122.68	c  1068s|  3720k|  1301k|     0 |   0.0 | 553M|  33 |   - |  40 |1872 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
1124.54/1124.94	c  1070s|  3730k|  1305k|     0 |   0.0 | 555M|  33 |   - |  40 |1661 |   0 |   0 |   0 | 296k|   0 | 0.000000e+00 |      --      |    Inf 
1126.74/1127.11	c  1072s|  3740k|  1310k|     0 |   0.0 | 556M|  33 |   - |  40 |1639 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 |      --      |    Inf 
1128.93/1129.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1128.93/1129.32	c  1074s|  3750k|  1314k|     0 |   0.0 | 558M|  33 |   - |  40 |1733 |   0 |   0 |   0 | 298k|   0 | 0.000000e+00 |      --      |    Inf 
1131.23/1131.61	c  1077s|  3760k|  1319k|     0 |   0.0 | 560M|  33 |   - |  40 |1787 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 |      --      |    Inf 
1133.54/1133.94	c  1079s|  3770k|  1323k|     0 |   0.0 | 561M|  33 |   - |  40 |1937 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 |      --      |    Inf 
1135.93/1136.36	c  1081s|  3780k|  1327k|     0 |   0.0 | 563M|  33 |   - |  40 |2150 |   0 |   0 |   0 | 300k|   0 | 0.000000e+00 |      --      |    Inf 
1138.53/1138.91	c  1084s|  3790k|  1331k|     0 |   0.0 | 565M|  33 |   - |  40 |2293 |   0 |   0 |   0 | 301k|   0 | 0.000000e+00 |      --      |    Inf 
1141.03/1141.49	c  1086s|  3800k|  1335k|     0 |   0.0 | 566M|  33 |   - |  40 |2246 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 |      --      |    Inf 
1143.53/1143.98	c  1088s|  3810k|  1340k|     0 |   0.0 | 568M|  33 |   - |  40 |2224 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 |      --      |    Inf 
1146.03/1146.47	c  1091s|  3820k|  1344k|     0 |   0.0 | 570M|  33 |   - |  40 |2455 |   0 |   0 |   0 | 303k|   0 | 0.000000e+00 |      --      |    Inf 
1148.63/1149.08	c  1093s|  3830k|  1348k|     0 |   0.0 | 571M|  33 |   - |  40 |2421 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 |      --      |    Inf 
1151.34/1151.74	c  1096s|  3840k|  1353k|     0 |   0.0 | 573M|  33 |   - |  40 |2478 |   0 |   0 |   0 | 305k|   0 | 0.000000e+00 |      --      |    Inf 
1153.92/1154.33	c  1098s|  3850k|  1357k|     0 |   0.0 | 575M|  33 |   - |  40 |2359 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 |      --      |    Inf 
1156.42/1156.86	c  1100s|  3860k|  1362k|     0 |   0.0 | 576M|  33 |   - |  40 |2057 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 |      --      |    Inf 
1158.83/1159.29	c  1103s|  3870k|  1366k|     0 |   0.0 | 578M|  33 |   - |  40 |2112 |   0 |   0 |   0 | 307k|   0 | 0.000000e+00 |      --      |    Inf 
1161.32/1161.76	c  1105s|  3880k|  1370k|     0 |   0.0 | 580M|  33 |   - |  40 |2125 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
1163.92/1164.31	c  1107s|  3890k|  1375k|     0 |   0.0 | 581M|  33 |   - |  40 |2191 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 |      --      |    Inf 
1166.42/1166.88	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1166.42/1166.88	c  1110s|  3900k|  1379k|     0 |   0.0 | 583M|  33 |   - |  40 |1962 |   0 |   0 |   0 | 309k|   0 | 0.000000e+00 |      --      |    Inf 
1168.83/1169.26	c  1112s|  3910k|  1383k|     0 |   0.0 | 585M|  33 |   - |  40 |2133 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
1171.22/1171.67	c  1114s|  3920k|  1388k|     0 |   0.0 | 586M|  33 |   - |  40 |1886 |   0 |   0 |   0 | 311k|   0 | 0.000000e+00 |      --      |    Inf 
1173.52/1173.96	c  1117s|  3930k|  1392k|     0 |   0.0 | 588M|  33 |   - |  40 |2005 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 |      --      |    Inf 
1175.81/1176.29	c  1119s|  3940k|  1397k|     0 |   0.0 | 590M|  33 |   - |  40 |2004 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 |      --      |    Inf 
1178.21/1178.62	c  1121s|  3950k|  1401k|     0 |   0.0 | 591M|  33 |   - |  40 |1786 |   0 |   0 |   0 | 313k|   0 | 0.000000e+00 |      --      |    Inf 
1180.42/1180.82	c  1123s|  3960k|  1406k|     0 |   0.0 | 593M|  33 |   - |  40 |1756 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 |      --      |    Inf 
1182.62/1183.04	c  1125s|  3970k|  1410k|     0 |   0.0 | 594M|  33 |   - |  40 |1806 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 |      --      |    Inf 
1184.92/1185.35	c  1127s|  3980k|  1414k|     0 |   0.0 | 596M|  33 |   - |  40 |1879 |   0 |   0 |   0 | 315k|   0 | 0.000000e+00 |      --      |    Inf 
1187.21/1187.62	c  1129s|  3990k|  1419k|     0 |   0.0 | 598M|  33 |   - |  40 |1821 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
1189.52/1189.96	c  1132s|  4000k|  1423k|     0 |   0.0 | 599M|  33 |   - |  40 |2081 |   0 |   0 |   0 | 317k|   0 | 0.000000e+00 |      --      |    Inf 
1191.92/1192.37	c  1134s|  4010k|  1428k|     0 |   0.0 | 601M|  33 |   - |  40 |1985 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
1194.31/1194.78	c  1136s|  4020k|  1432k|     0 |   0.0 | 603M|  33 |   - |  40 |2201 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
1196.81/1197.20	c  1138s|  4030k|  1437k|     0 |   0.0 | 604M|  33 |   - |  40 |2128 |   0 |   0 |   0 | 319k|   0 | 0.000000e+00 |      --      |    Inf 
1199.31/1199.71	c  1141s|  4040k|  1441k|     0 |   0.0 | 606M|  33 |   - |  40 |2169 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 |      --      |    Inf 
1201.82/1202.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1201.82/1202.25	c  1143s|  4050k|  1445k|     0 |   0.0 | 608M|  33 |   - |  40 |2215 |   0 |   0 |   0 | 321k|   0 | 0.000000e+00 |      --      |    Inf 
1204.41/1204.85	c  1146s|  4060k|  1449k|     0 |   0.0 | 609M|  33 |   - |  40 |2211 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
1207.01/1207.42	c  1148s|  4070k|  1453k|     0 |   0.0 | 611M|  33 |   - |  40 |2214 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
1209.62/1210.06	c  1151s|  4080k|  1457k|     0 |   0.0 | 612M|  33 |   - |  40 |2284 |   0 |   0 |   0 | 323k|   0 | 0.000000e+00 |      --      |    Inf 
1212.21/1212.64	c  1153s|  4090k|  1461k|     0 |   0.0 | 614M|  33 |   - |  40 |2039 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 |      --      |    Inf 
1214.81/1215.23	c  1155s|  4100k|  1465k|     0 |   0.0 | 616M|  33 |   - |  40 |2205 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
1217.50/1217.91	c  1158s|  4110k|  1469k|     0 |   0.0 | 617M|  33 |   - |  40 |2437 |   0 |   0 |   0 | 325k|   0 | 0.000000e+00 |      --      |    Inf 
1220.11/1220.54	c  1160s|  4120k|  1473k|     0 |   0.0 | 619M|  33 |   - |  40 |2494 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 |      --      |    Inf 
1222.81/1223.24	c  1163s|  4130k|  1477k|     0 |   0.0 | 620M|  33 |   - |  40 |2558 |   0 |   0 |   0 | 327k|   0 | 0.000000e+00 |      --      |    Inf 
1225.70/1226.12	c  1166s|  4140k|  1481k|     0 |   0.0 | 622M|  33 |   - |  40 |2550 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 |      --      |    Inf 
1228.40/1228.82	c  1168s|  4150k|  1485k|     0 |   0.0 | 623M|  33 |   - |  40 |2435 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
1231.11/1231.55	c  1171s|  4160k|  1489k|     0 |   0.0 | 625M|  33 |   - |  40 |2469 |   0 |   0 |   0 | 329k|   0 | 0.000000e+00 |      --      |    Inf 
1233.90/1234.30	c  1173s|  4170k|  1493k|     0 |   0.0 | 627M|  33 |   - |  40 |2349 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
1236.50/1236.97	c  1176s|  4180k|  1497k|     0 |   0.0 | 628M|  33 |   - |  40 |2229 |   0 |   0 |   0 | 331k|   0 | 0.000000e+00 |      --      |    Inf 
1239.10/1239.56	c  1178s|  4190k|  1501k|     0 |   0.0 | 630M|  33 |   - |  40 |2435 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
1241.80/1242.28	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1241.80/1242.28	c  1181s|  4200k|  1505k|     0 |   0.0 | 631M|  33 |   - |  40 |2373 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 |      --      |    Inf 
1244.60/1245.03	c  1184s|  4210k|  1509k|     0 |   0.0 | 633M|  33 |   - |  40 |2375 |   0 |   0 |   0 | 333k|   0 | 0.000000e+00 |      --      |    Inf 
1247.20/1247.67	c  1186s|  4220k|  1513k|     0 |   0.0 | 634M|  33 |   - |  40 |2204 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 |      --      |    Inf 
1249.90/1250.35	c  1189s|  4230k|  1518k|     0 |   0.0 | 636M|  33 |   - |  40 |2315 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 |      --      |    Inf 
1252.51/1252.99	c  1191s|  4240k|  1522k|     0 |   0.0 | 637M|  33 |   - |  40 |2003 |   0 |   0 |   0 | 335k|   0 | 0.000000e+00 |      --      |    Inf 
1255.20/1255.61	c  1194s|  4250k|  1526k|     0 |   0.0 | 639M|  33 |   - |  40 |2035 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
1257.70/1258.15	c  1196s|  4260k|  1530k|     0 |   0.0 | 641M|  33 |   - |  40 |2184 |   0 |   0 |   0 | 337k|   0 | 0.000000e+00 |      --      |    Inf 
1260.30/1260.76	c  1198s|  4270k|  1534k|     0 |   0.0 | 642M|  33 |   - |  40 |2259 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
1262.89/1263.38	c  1201s|  4280k|  1538k|     0 |   0.0 | 644M|  33 |   - |  40 |2170 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
1265.50/1265.99	c  1203s|  4290k|  1542k|     0 |   0.0 | 645M|  33 |   - |  40 |2268 |   0 |   0 |   0 | 339k|   0 | 0.000000e+00 |      --      |    Inf 
1268.30/1268.70	c  1206s|  4300k|  1547k|     0 |   0.0 | 647M|  33 |   - |  40 |2378 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 |      --      |    Inf 
1270.99/1271.48	c  1209s|  4310k|  1550k|     0 |   0.0 | 649M|  33 |   - |  40 |2744 |   0 |   0 |   0 | 341k|   0 | 0.000000e+00 |      --      |    Inf 
1273.89/1274.35	c  1211s|  4320k|  1554k|     0 |   0.0 | 650M|  33 |   - |  40 |2697 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 |      --      |    Inf 
1276.89/1277.31	c  1214s|  4330k|  1558k|     0 |   0.0 | 652M|  33 |   - |  40 |2891 |   0 |   0 |   0 | 343k|   0 | 0.000000e+00 |      --      |    Inf 
1279.79/1280.27	c  1217s|  4340k|  1562k|     0 |   0.0 | 653M|  33 |   - |  40 |3062 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
1282.99/1283.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1282.99/1283.48	c  1220s|  4350k|  1565k|     0 |   0.0 | 655M|  33 |   - |  40 |3015 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
1285.99/1286.47	c  1223s|  4360k|  1569k|     0 |   0.0 | 657M|  33 |   - |  40 |2757 |   0 |   0 |   0 | 345k|   0 | 0.000000e+00 |      --      |    Inf 
1288.99/1289.47	c  1226s|  4370k|  1573k|     0 |   0.0 | 658M|  33 |   - |  40 |3012 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
1292.19/1292.69	c  1229s|  4380k|  1577k|     0 |   0.0 | 660M|  33 |   - |  40 |3123 |   0 |   0 |   0 | 347k|   0 | 0.000000e+00 |      --      |    Inf 
1295.49/1295.93	c  1232s|  4390k|  1581k|     0 |   0.0 | 661M|  33 |   - |  40 |2658 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 |      --      |    Inf 
1298.39/1298.87	c  1235s|  4400k|  1584k|     0 |   0.0 | 663M|  33 |   - |  40 |2784 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 |      --      |    Inf 
1301.28/1301.79	c  1237s|  4410k|  1588k|     0 |   0.0 | 664M|  33 |   - |  40 |2189 |   0 |   0 |   0 | 349k|   0 | 0.000000e+00 |      --      |    Inf 
1304.09/1304.51	c  1240s|  4420k|  1592k|     0 |   0.0 | 666M|  33 |   - |  40 |2447 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 |      --      |    Inf 
1306.88/1307.37	c  1243s|  4430k|  1596k|     0 |   0.0 | 667M|  33 |   - |  40 |2308 |   0 |   0 |   0 | 351k|   0 | 0.000000e+00 |      --      |    Inf 
1309.69/1310.14	c  1245s|  4440k|  1600k|     0 |   0.0 | 669M|  33 |   - |  40 |2240 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 |      --      |    Inf 
1312.38/1312.87	c  1248s|  4450k|  1604k|     0 |   0.0 | 670M|  33 |   - |  40 |2175 |   0 |   0 |   0 | 353k|   0 | 0.000000e+00 |      --      |    Inf 
1315.09/1315.50	c  1250s|  4460k|  1608k|     0 |   0.0 | 672M|  33 |   - |  40 |1976 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
1317.68/1318.15	c  1253s|  4470k|  1612k|     0 |   0.0 | 673M|  33 |   - |  40 |2107 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
1320.38/1320.84	c  1255s|  4480k|  1615k|     0 |   0.0 | 675M|  33 |   - |  40 |1952 |   0 |   0 |   0 | 355k|   0 | 0.000000e+00 |      --      |    Inf 
1322.88/1323.34	c  1258s|  4490k|  1619k|     0 |   0.0 | 676M|  33 |   - |  40 |1703 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 |      --      |    Inf 
1325.18/1325.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1325.18/1325.69	c  1260s|  4500k|  1623k|     0 |   0.0 | 678M|  33 |   - |  40 |1817 |   0 |   0 |   0 | 357k|   0 | 0.000000e+00 |      --      |    Inf 
1327.78/1328.20	c  1262s|  4510k|  1627k|     0 |   0.0 | 680M|  33 |   - |  40 |1985 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
1330.18/1330.65	c  1265s|  4520k|  1631k|     0 |   0.0 | 681M|  33 |   - |  40 |1939 |   0 |   0 |   0 | 359k|   0 | 0.000000e+00 |      --      |    Inf 
1332.78/1333.21	c  1267s|  4530k|  1635k|     0 |   0.0 | 683M|  33 |   - |  40 |2279 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
1335.47/1335.91	c  1270s|  4540k|  1639k|     0 |   0.0 | 685M|  33 |   - |  40 |2246 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
1338.18/1338.66	c  1272s|  4550k|  1643k|     0 |   0.0 | 686M|  33 |   - |  40 |2434 |   0 |   0 |   0 | 361k|   0 | 0.000000e+00 |      --      |    Inf 
1341.08/1341.52	c  1275s|  4560k|  1647k|     0 |   0.0 | 688M|  33 |   - |  40 |2525 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 |      --      |    Inf 
1343.97/1344.43	c  1278s|  4570k|  1651k|     0 |   0.0 | 689M|  33 |   - |  40 |2516 |   0 |   0 |   0 | 363k|   0 | 0.000000e+00 |      --      |    Inf 
1347.07/1347.52	c  1281s|  4580k|  1654k|     0 |   0.0 | 691M|  33 |   - |  40 |2640 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 |      --      |    Inf 
1350.17/1350.64	c  1284s|  4590k|  1657k|     0 |   0.0 | 692M|  33 |   - |  40 |2630 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
1353.27/1353.73	c  1287s|  4600k|  1661k|     0 |   0.0 | 694M|  33 |   - |  40 |2497 |   0 |   0 |   0 | 365k|   0 | 0.000000e+00 |      --      |    Inf 
1356.27/1356.76	c  1289s|  4610k|  1665k|     0 |   0.0 | 695M|  33 |   - |  40 |2268 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 |      --      |    Inf 
1359.27/1359.77	c  1292s|  4620k|  1668k|     0 |   0.0 | 697M|  33 |   - |  40 |2368 |   0 |   0 |   0 | 367k|   0 | 0.000000e+00 |      --      |    Inf 
1362.27/1362.79	c  1295s|  4630k|  1671k|     0 |   0.0 | 698M|  33 |   - |  40 |2682 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 |      --      |    Inf 
1365.46/1365.97	c  1298s|  4640k|  1675k|     0 |   0.0 | 700M|  33 |   - |  40 |2918 |   0 |   0 |   0 | 369k|   0 | 0.000000e+00 |      --      |    Inf 
1368.76/1369.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1368.76/1369.21	c  1301s|  4650k|  1678k|     0 |   0.0 | 701M|  33 |   - |  40 |2957 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 |      --      |    Inf 
1372.06/1372.56	c  1304s|  4660k|  1681k|     0 |   0.0 | 703M|  33 |   - |  40 |2881 |   0 |   0 |   0 | 371k|   0 | 0.000000e+00 |      --      |    Inf 
1375.37/1375.80	c  1308s|  4670k|  1685k|     0 |   0.0 | 704M|  33 |   - |  40 |2921 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 |      --      |    Inf 
1378.66/1379.11	c  1311s|  4680k|  1688k|     0 |   0.0 | 706M|  33 |   - |  40 |2978 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 |      --      |    Inf 
1381.86/1382.40	c  1314s|  4690k|  1692k|     0 |   0.0 | 707M|  33 |   - |  40 |2610 |   0 |   0 |   0 | 373k|   0 | 0.000000e+00 |      --      |    Inf 
1385.06/1385.55	c  1317s|  4700k|  1695k|     0 |   0.0 | 709M|  33 |   - |  40 |2725 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 |      --      |    Inf 
1388.26/1388.74	c  1320s|  4710k|  1698k|     0 |   0.0 | 710M|  33 |   - |  40 |2610 |   0 |   0 |   0 | 375k|   0 | 0.000000e+00 |      --      |    Inf 
1391.45/1391.94	c  1323s|  4720k|  1702k|     0 |   0.0 | 711M|  33 |   - |  40 |2597 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 |      --      |    Inf 
1394.55/1395.07	c  1326s|  4730k|  1705k|     0 |   0.0 | 713M|  33 |   - |  40 |2464 |   0 |   0 |   0 | 377k|   0 | 0.000000e+00 |      --      |    Inf 
1397.75/1398.30	c  1329s|  4740k|  1709k|     0 |   0.0 | 714M|  33 |   - |  40 |2635 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 |      --      |    Inf 
1400.96/1401.42	c  1332s|  4750k|  1713k|     0 |   0.0 | 716M|  33 |   - |  40 |2391 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 |      --      |    Inf 
1403.86/1404.34	c  1335s|  4760k|  1716k|     0 |   0.0 | 717M|  33 |   - |  40 |2474 |   0 |   0 |   0 | 379k|   0 | 0.000000e+00 |      --      |    Inf 
1406.85/1407.34	c  1338s|  4770k|  1720k|     0 |   0.0 | 719M|  33 |   - |  40 |2564 |   0 |   0 |   0 | 380k|   0 | 0.000000e+00 |      --      |    Inf 
1410.05/1410.52	c  1341s|  4780k|  1723k|     0 |   0.0 | 720M|  33 |   - |  40 |2817 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 |      --      |    Inf 
1413.45/1413.90	c  1344s|  4790k|  1727k|     0 |   0.0 | 722M|  33 |   - |  40 |2761 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 |      --      |    Inf 
1416.75/1417.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1416.75/1417.29	c  1347s|  4800k|  1730k|     0 |   0.0 | 723M|  33 |   - |  40 |3009 |   0 |   0 |   0 | 382k|   0 | 0.000000e+00 |      --      |    Inf 
1420.25/1420.71	c  1350s|  4810k|  1734k|     0 |   0.0 | 725M|  33 |   - |  40 |3354 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 |      --      |    Inf 
1423.84/1424.30	c  1354s|  4820k|  1737k|     0 |   0.0 | 726M|  33 |   - |  40 |3463 |   0 |   0 |   0 | 384k|   0 | 0.000000e+00 |      --      |    Inf 
1427.54/1428.01	c  1357s|  4830k|  1741k|     0 |   0.0 | 728M|  33 |   - |  40 |3156 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 |      --      |    Inf 
1430.84/1431.39	c  1361s|  4840k|  1744k|     0 |   0.0 | 729M|  33 |   - |  40 |3519 |   0 |   0 |   0 | 386k|   0 | 0.000000e+00 |      --      |    Inf 
1434.54/1435.04	c  1364s|  4850k|  1747k|     0 |   0.0 | 731M|  33 |   - |  40 |3266 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 |      --      |    Inf 
1438.04/1438.52	c  1368s|  4860k|  1751k|     0 |   0.0 | 732M|  33 |   - |  40 |3325 |   0 |   0 |   0 | 388k|   0 | 0.000000e+00 |      --      |    Inf 
1441.74/1442.24	c  1371s|  4870k|  1754k|     0 |   0.0 | 734M|  33 |   - |  40 |3095 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 |      --      |    Inf 
1445.14/1445.67	c  1374s|  4880k|  1757k|     0 |   0.0 | 735M|  33 |   - |  40 |3000 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 |      --      |    Inf 
1448.54/1449.03	c  1378s|  4890k|  1761k|     0 |   0.0 | 737M|  33 |   - |  40 |3033 |   0 |   0 |   0 | 390k|   0 | 0.000000e+00 |      --      |    Inf 
1451.94/1452.47	c  1381s|  4900k|  1764k|     0 |   0.0 | 738M|  33 |   - |  40 |2872 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 |      --      |    Inf 
1455.34/1455.82	c  1384s|  4910k|  1768k|     0 |   0.0 | 739M|  33 |   - |  40 |2847 |   0 |   0 |   0 | 392k|   0 | 0.000000e+00 |      --      |    Inf 
1458.63/1459.12	c  1387s|  4920k|  1771k|     0 |   0.0 | 741M|  33 |   - |  40 |2671 |   0 |   0 |   0 | 393k|   0 | 0.000000e+00 |      --      |    Inf 
1461.84/1462.38	c  1390s|  4930k|  1775k|     0 |   0.0 | 742M|  33 |   - |  40 |2648 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 |      --      |    Inf 
1464.83/1465.39	c  1393s|  4940k|  1778k|     0 |   0.0 | 744M|  33 |   - |  40 |2342 |   0 |   0 |   0 | 394k|   0 | 0.000000e+00 |      --      |    Inf 
1467.94/1468.44	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1467.94/1468.44	c  1396s|  4950k|  1782k|     0 |   0.0 | 745M|  33 |   - |  40 |2379 |   0 |   0 |   0 | 395k|   0 | 0.000000e+00 |      --      |    Inf 
1470.94/1471.42	c  1399s|  4960k|  1785k|     0 |   0.0 | 747M|  33 |   - |  40 |2513 |   0 |   0 |   0 | 396k|   0 | 0.000000e+00 |      --      |    Inf 
1474.13/1474.62	c  1402s|  4970k|  1789k|     0 |   0.0 | 748M|  33 |   - |  40 |2355 |   0 |   0 |   0 | 397k|   0 | 0.000000e+00 |      --      |    Inf 
1477.13/1477.68	c  1405s|  4980k|  1793k|     0 |   0.0 | 750M|  33 |   - |  40 |2426 |   0 |   0 |   0 | 398k|   0 | 0.000000e+00 |      --      |    Inf 
1480.33/1480.84	c  1408s|  4990k|  1796k|     0 |   0.0 | 751M|  33 |   - |  40 |2519 |   0 |   0 |   0 | 398k|   0 | 0.000000e+00 |      --      |    Inf 
1483.44/1483.93	c  1411s|  5000k|  1800k|     0 |   0.0 | 752M|  33 |   - |  40 |2250 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 |      --      |    Inf 
1486.43/1486.98	c  1414s|  5010k|  1803k|     0 |   0.0 | 754M|  33 |   - |  40 |2237 |   0 |   0 |   0 | 400k|   0 | 0.000000e+00 |      --      |    Inf 
1489.23/1489.78	c  1417s|  5020k|  1807k|     0 |   0.0 | 755M|  33 |   - |  40 |2305 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 |      --      |    Inf 
1492.13/1492.68	c  1419s|  5030k|  1810k|     0 |   0.0 | 757M|  33 |   - |  40 |2021 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 |      --      |    Inf 
1494.82/1495.38	c  1422s|  5040k|  1814k|     0 |   0.0 | 758M|  33 |   - |  40 |1831 |   0 |   0 |   0 | 402k|   0 | 0.000000e+00 |      --      |    Inf 
1497.53/1498.04	c  1424s|  5050k|  1817k|     0 |   0.0 | 760M|  33 |   - |  40 |1831 |   0 |   0 |   0 | 403k|   0 | 0.000000e+00 |      --      |    Inf 
1500.32/1500.81	c  1427s|  5060k|  1821k|     0 |   0.0 | 761M|  33 |   - |  40 |1752 |   0 |   0 |   0 | 404k|   0 | 0.000000e+00 |      --      |    Inf 
1503.23/1503.71	c  1430s|  5070k|  1824k|     0 |   0.0 | 763M|  33 |   - |  40 |1858 |   0 |   0 |   0 | 405k|   0 | 0.000000e+00 |      --      |    Inf 
1506.12/1506.60	c  1432s|  5080k|  1827k|     0 |   0.0 | 764M|  33 |   - |  40 |1938 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 |      --      |    Inf 
1509.02/1509.51	c  1435s|  5090k|  1831k|     0 |   0.0 | 766M|  33 |   - |  40 |2116 |   0 |   0 |   0 | 406k|   0 | 0.000000e+00 |      --      |    Inf 
1511.82/1512.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1511.82/1512.34	c  1438s|  5100k|  1834k|     0 |   0.0 | 767M|  33 |   - |  40 |2563 |   0 |   0 |   0 | 407k|   0 | 0.000000e+00 |      --      |    Inf 
1514.92/1515.41	c  1441s|  5110k|  1837k|     0 |   0.0 | 769M|  33 |   - |  40 |2776 |   0 |   0 |   0 | 408k|   0 | 0.000000e+00 |      --      |    Inf 
1518.02/1518.55	c  1444s|  5120k|  1840k|     0 |   0.0 | 770M|  33 |   - |  40 |2723 |   0 |   0 |   0 | 409k|   0 | 0.000000e+00 |      --      |    Inf 
1521.32/1521.85	c  1447s|  5130k|  1843k|     0 |   0.0 | 772M|  33 |   - |  40 |3072 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 |      --      |    Inf 
1524.81/1525.32	c  1450s|  5140k|  1846k|     0 |   0.0 | 773M|  33 |   - |  40 |3245 |   0 |   0 |   0 | 411k|   0 | 0.000000e+00 |      --      |    Inf 
1528.22/1528.79	c  1454s|  5150k|  1850k|     0 |   0.0 | 775M|  33 |   - |  40 |3136 |   0 |   0 |   0 | 412k|   0 | 0.000000e+00 |      --      |    Inf 
1531.61/1532.18	c  1457s|  5160k|  1853k|     0 |   0.0 | 776M|  33 |   - |  40 |2951 |   0 |   0 |   0 | 413k|   0 | 0.000000e+00 |      --      |    Inf 
1534.91/1535.47	c  1460s|  5170k|  1856k|     0 |   0.0 | 777M|  33 |   - |  40 |2825 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 |      --      |    Inf 
1538.32/1538.80	c  1463s|  5180k|  1860k|     0 |   0.0 | 779M|  33 |   - |  40 |2879 |   0 |   0 |   0 | 415k|   0 | 0.000000e+00 |      --      |    Inf 
1541.72/1542.26	c  1466s|  5190k|  1863k|     0 |   0.0 | 780M|  33 |   - |  40 |2788 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 |      --      |    Inf 
1544.92/1545.48	c  1470s|  5200k|  1866k|     0 |   0.0 | 782M|  33 |   - |  40 |2602 |   0 |   0 |   0 | 417k|   0 | 0.000000e+00 |      --      |    Inf 
1548.01/1548.57	c  1472s|  5210k|  1869k|     0 |   0.0 | 783M|  33 |   - |  40 |2275 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 |      --      |    Inf 
1551.01/1551.57	c  1475s|  5220k|  1872k|     0 |   0.0 | 785M|  33 |   - |  40 |2470 |   0 |   0 |   0 | 419k|   0 | 0.000000e+00 |      --      |    Inf 
1554.11/1554.61	c  1478s|  5230k|  1876k|     0 |   0.0 | 786M|  33 |   - |  40 |2107 |   0 |   0 |   0 | 420k|   0 | 0.000000e+00 |      --      |    Inf 
1557.01/1557.51	c  1481s|  5240k|  1879k|     0 |   0.0 | 787M|  33 |   - |  40 |1889 |   0 |   0 |   0 | 421k|   0 | 0.000000e+00 |      --      |    Inf 
1559.81/1560.37	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1559.81/1560.37	c  1484s|  5250k|  1882k|     0 |   0.0 | 789M|  33 |   - |  40 |2023 |   0 |   0 |   0 | 421k|   0 | 0.000000e+00 |      --      |    Inf 
1562.70/1563.23	c  1486s|  5260k|  1885k|     0 |   0.0 | 790M|  33 |   - |  40 |2233 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 |      --      |    Inf 
1565.50/1566.06	c  1489s|  5270k|  1889k|     0 |   0.0 | 792M|  33 |   - |  40 |2290 |   0 |   0 |   0 | 423k|   0 | 0.000000e+00 |      --      |    Inf 
1568.61/1569.15	c  1492s|  5280k|  1892k|     0 |   0.0 | 793M|  33 |   - |  40 |2426 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 |      --      |    Inf 
1571.71/1572.20	c  1495s|  5290k|  1896k|     0 |   0.0 | 795M|  33 |   - |  40 |2531 |   0 |   0 |   0 | 425k|   0 | 0.000000e+00 |      --      |    Inf 
1575.00/1575.52	c  1498s|  5300k|  1899k|     0 |   0.0 | 796M|  33 |   - |  40 |2608 |   0 |   0 |   0 | 426k|   0 | 0.000000e+00 |      --      |    Inf 
1578.30/1578.85	c  1501s|  5310k|  1902k|     0 |   0.0 | 798M|  33 |   - |  40 |2634 |   0 |   0 |   0 | 427k|   0 | 0.000000e+00 |      --      |    Inf 
1581.80/1582.34	c  1505s|  5320k|  1905k|     0 |   0.0 | 799M|  33 |   - |  40 |2835 |   0 |   0 |   0 | 428k|   0 | 0.000000e+00 |      --      |    Inf 
1585.50/1586.01	c  1508s|  5330k|  1907k|     0 |   0.0 | 801M|  33 |   - |  40 |2702 |   0 |   0 |   0 | 429k|   0 | 0.000000e+00 |      --      |    Inf 
1588.90/1589.49	c  1511s|  5340k|  1910k|     0 |   0.0 | 802M|  33 |   - |  40 |2723 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 |      --      |    Inf 
1592.39/1592.95	c  1515s|  5350k|  1913k|     0 |   0.0 | 803M|  33 |   - |  40 |2557 |   0 |   0 |   0 | 431k|   0 | 0.000000e+00 |      --      |    Inf 
1595.79/1596.36	c  1518s|  5360k|  1916k|     0 |   0.0 | 805M|  33 |   - |  40 |2773 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 |      --      |    Inf 
1599.39/1599.93	c  1521s|  5370k|  1918k|     0 |   0.0 | 806M|  33 |   - |  40 |3130 |   0 |   0 |   0 | 433k|   0 | 0.000000e+00 |      --      |    Inf 
1603.20/1603.73	c  1525s|  5380k|  1921k|     0 |   0.0 | 807M|  33 |   - |  40 |3282 |   0 |   0 |   0 | 434k|   0 | 0.000000e+00 |      --      |    Inf 
1607.19/1607.72	c  1529s|  5390k|  1923k|     0 |   0.0 | 809M|  33 |   - |  40 |3350 |   0 |   0 |   0 | 435k|   0 | 0.000000e+00 |      --      |    Inf 
1611.19/1611.70	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1611.19/1611.70	c  1533s|  5400k|  1926k|     0 |   0.0 | 810M|  33 |   - |  40 |3463 |   0 |   0 |   0 | 436k|   0 | 0.000000e+00 |      --      |    Inf 
1615.30/1615.86	c  1537s|  5410k|  1929k|     0 |   0.0 | 811M|  33 |   - |  40 |3230 |   0 |   0 |   0 | 437k|   0 | 0.000000e+00 |      --      |    Inf 
1619.28/1619.85	c  1541s|  5420k|  1931k|     0 |   0.0 | 813M|  33 |   - |  40 |3243 |   0 |   0 |   0 | 438k|   0 | 0.000000e+00 |      --      |    Inf 
1623.29/1623.86	c  1544s|  5430k|  1934k|     0 |   0.0 | 814M|  33 |   - |  40 |3131 |   0 |   0 |   0 | 439k|   0 | 0.000000e+00 |      --      |    Inf 
1627.18/1627.76	c  1548s|  5440k|  1937k|     0 |   0.0 | 815M|  33 |   - |  40 |3072 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 |      --      |    Inf 
1631.08/1631.63	c  1552s|  5450k|  1940k|     0 |   0.0 | 817M|  33 |   - |  40 |2971 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 |      --      |    Inf 
1634.98/1635.53	c  1556s|  5460k|  1942k|     0 |   0.0 | 818M|  33 |   - |  40 |3120 |   0 |   0 |   0 | 441k|   0 | 0.000000e+00 |      --      |    Inf 
1638.68/1639.21	c  1559s|  5470k|  1945k|     0 |   0.0 | 819M|  33 |   - |  40 |2829 |   0 |   0 |   0 | 442k|   0 | 0.000000e+00 |      --      |    Inf 
1642.28/1642.85	c  1563s|  5480k|  1948k|     0 |   0.0 | 821M|  33 |   - |  40 |2939 |   0 |   0 |   0 | 443k|   0 | 0.000000e+00 |      --      |    Inf 
1645.88/1646.44	c  1566s|  5490k|  1951k|     0 |   0.0 | 822M|  33 |   - |  40 |3053 |   0 |   0 |   0 | 444k|   0 | 0.000000e+00 |      --      |    Inf 
1649.78/1650.33	c  1570s|  5500k|  1953k|     0 |   0.0 | 823M|  33 |   - |  40 |3282 |   0 |   0 |   0 | 445k|   0 | 0.000000e+00 |      --      |    Inf 
1653.78/1654.40	c  1574s|  5510k|  1956k|     0 |   0.0 | 825M|  33 |   - |  40 |3490 |   0 |   0 |   0 | 446k|   0 | 0.000000e+00 |      --      |    Inf 
1658.18/1658.76	c  1578s|  5520k|  1959k|     0 |   0.0 | 826M|  33 |   - |  40 |3767 |   0 |   0 |   0 | 447k|   0 | 0.000000e+00 |      --      |    Inf 
1662.47/1663.09	c  1582s|  5530k|  1961k|     0 |   0.0 | 828M|  33 |   - |  40 |4097 |   0 |   0 |   0 | 448k|   0 | 0.000000e+00 |      --      |    Inf 
1667.27/1667.82	c  1587s|  5540k|  1964k|     0 |   0.0 | 829M|  33 |   - |  40 |3817 |   0 |   0 |   0 | 449k|   0 | 0.000000e+00 |      --      |    Inf 
1671.67/1672.29	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1671.67/1672.29	c  1591s|  5550k|  1967k|     0 |   0.0 | 830M|  33 |   - |  40 |4189 |   0 |   0 |   0 | 450k|   0 | 0.000000e+00 |      --      |    Inf 
1676.37/1676.97	c  1596s|  5560k|  1970k|     0 |   0.0 | 832M|  33 |   - |  40 |4011 |   0 |   0 |   0 | 451k|   0 | 0.000000e+00 |      --      |    Inf 
1680.86/1681.49	c  1600s|  5570k|  1972k|     0 |   0.0 | 833M|  33 |   - |  40 |3998 |   0 |   0 |   0 | 452k|   0 | 0.000000e+00 |      --      |    Inf 
1685.36/1685.94	c  1604s|  5580k|  1975k|     0 |   0.0 | 834M|  33 |   - |  40 |3627 |   0 |   0 |   0 | 453k|   0 | 0.000000e+00 |      --      |    Inf 
1689.67/1690.21	c  1608s|  5590k|  1978k|     0 |   0.0 | 835M|  33 |   - |  40 |3474 |   0 |   0 |   0 | 454k|   0 | 0.000000e+00 |      --      |    Inf 
1693.86/1694.46	c  1613s|  5600k|  1980k|     0 |   0.0 | 837M|  33 |   - |  40 |3341 |   0 |   0 |   0 | 455k|   0 | 0.000000e+00 |      --      |    Inf 
1697.96/1698.57	c  1616s|  5610k|  1983k|     0 |   0.0 | 838M|  33 |   - |  40 |3186 |   0 |   0 |   0 | 455k|   0 | 0.000000e+00 |      --      |    Inf 
1701.86/1702.47	c  1620s|  5620k|  1986k|     0 |   0.0 | 839M|  33 |   - |  40 |2971 |   0 |   0 |   0 | 456k|   0 | 0.000000e+00 |      --      |    Inf 
1705.76/1706.34	c  1624s|  5630k|  1989k|     0 |   0.0 | 840M|  33 |   - |  40 |2625 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 |      --      |    Inf 
1709.46/1710.01	c  1627s|  5640k|  1992k|     0 |   0.0 | 842M|  33 |   - |  40 |2726 |   0 |   0 |   0 | 458k|   0 | 0.000000e+00 |      --      |    Inf 
1713.05/1713.60	c  1631s|  5650k|  1994k|     0 |   0.0 | 843M|  33 |   - |  40 |2767 |   0 |   0 |   0 | 459k|   0 | 0.000000e+00 |      --      |    Inf 
1716.65/1717.20	c  1634s|  5660k|  1997k|     0 |   0.0 | 845M|  33 |   - |  40 |2841 |   0 |   0 |   0 | 460k|   0 | 0.000000e+00 |      --      |    Inf 
1720.46/1721.00	c  1638s|  5670k|  2000k|     0 |   0.0 | 846M|  33 |   - |  40 |2794 |   0 |   0 |   0 | 461k|   0 | 0.000000e+00 |      --      |    Inf 
1724.16/1724.73	c  1642s|  5680k|  2003k|     0 |   0.0 | 847M|  33 |   - |  40 |3019 |   0 |   0 |   0 | 462k|   0 | 0.000000e+00 |      --      |    Inf 
1728.05/1728.64	c  1645s|  5690k|  2006k|     0 |   0.0 | 849M|  33 |   - |  40 |2581 |   0 |   0 |   0 | 462k|   0 | 0.000000e+00 |      --      |    Inf 
1731.66/1732.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1731.66/1732.21	c  1649s|  5700k|  2009k|     0 |   0.0 | 850M|  33 |   - |  40 |2489 |   0 |   0 |   0 | 463k|   0 | 0.000000e+00 |      --      |    Inf 
1735.16/1735.77	c  1652s|  5710k|  2012k|     0 |   0.0 | 851M|  33 |   - |  40 |2500 |   0 |   0 |   0 | 464k|   0 | 0.000000e+00 |      --      |    Inf 
1738.65/1739.27	c  1656s|  5720k|  2014k|     0 |   0.0 | 853M|  33 |   - |  40 |2311 |   0 |   0 |   0 | 465k|   0 | 0.000000e+00 |      --      |    Inf 
1741.95/1742.56	c  1659s|  5730k|  2017k|     0 |   0.0 | 854M|  33 |   - |  40 |2173 |   0 |   0 |   0 | 466k|   0 | 0.000000e+00 |      --      |    Inf 
1745.15/1745.79	c  1662s|  5740k|  2020k|     0 |   0.0 | 855M|  33 |   - |  40 |2189 |   0 |   0 |   0 | 467k|   0 | 0.000000e+00 |      --      |    Inf 
1748.55/1749.10	c  1665s|  5750k|  2022k|     0 |   0.0 | 857M|  33 |   - |  40 |2237 |   0 |   0 |   0 | 468k|   0 | 0.000000e+00 |      --      |    Inf 
1751.85/1752.44	c  1668s|  5760k|  2025k|     0 |   0.0 | 858M|  33 |   - |  40 |2354 |   0 |   0 |   0 | 469k|   0 | 0.000000e+00 |      --      |    Inf 
1755.34/1755.95	c  1672s|  5770k|  2028k|     0 |   0.0 | 859M|  33 |   - |  40 |2471 |   0 |   0 |   0 | 470k|   0 | 0.000000e+00 |      --      |    Inf 
1758.85/1759.41	c  1675s|  5780k|  2030k|     0 |   0.0 | 861M|  33 |   - |  40 |2385 |   0 |   0 |   0 | 470k|   0 | 0.000000e+00 |      --      |    Inf 
1762.15/1762.74	c  1678s|  5790k|  2033k|     0 |   0.0 | 862M|  33 |   - |  40 |2300 |   0 |   0 |   0 | 471k|   0 | 0.000000e+00 |      --      |    Inf 
1765.44/1766.07	c  1681s|  5800k|  2036k|     0 |   0.0 | 863M|  33 |   - |  40 |2415 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 |      --      |    Inf 
1768.84/1769.46	c  1684s|  5810k|  2039k|     0 |   0.0 | 864M|  33 |   - |  40 |2182 |   0 |   0 |   0 | 473k|   0 | 0.000000e+00 |      --      |    Inf 
1772.24/1772.83	c  1688s|  5820k|  2042k|     0 |   0.0 | 866M|  33 |   - |  40 |2210 |   0 |   0 |   0 | 474k|   0 | 0.000000e+00 |      --      |    Inf 
1775.54/1776.12	c  1691s|  5830k|  2044k|     0 |   0.0 | 867M|  33 |   - |  40 |2458 |   0 |   0 |   0 | 475k|   0 | 0.000000e+00 |      --      |    Inf 
1778.94/1779.58	c  1694s|  5840k|  2047k|     0 |   0.0 | 869M|  33 |   - |  40 |2559 |   0 |   0 |   0 | 476k|   0 | 0.000000e+00 |      --      |    Inf 
1782.44/1783.02	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1782.44/1783.02	c  1697s|  5850k|  2050k|     0 |   0.0 | 870M|  33 |   - |  40 |2623 |   0 |   0 |   0 | 477k|   0 | 0.000000e+00 |      --      |    Inf 
1785.93/1786.52	c  1701s|  5860k|  2053k|     0 |   0.0 | 871M|  33 |   - |  40 |2519 |   0 |   0 |   0 | 478k|   0 | 0.000000e+00 |      --      |    Inf 
1789.53/1790.10	c  1704s|  5870k|  2055k|     0 |   0.0 | 873M|  33 |   - |  40 |2726 |   0 |   0 |   0 | 479k|   0 | 0.000000e+00 |      --      |    Inf 
1793.13/1793.78	c  1708s|  5880k|  2058k|     0 |   0.0 | 874M|  33 |   - |  40 |2811 |   0 |   0 |   0 | 480k|   0 | 0.000000e+00 |      --      |    Inf 
1796.93/1797.52	c  1711s|  5890k|  2061k|     0 |   0.0 | 875M|  33 |   - |  40 |2758 |   0 |   0 |   0 | 481k|   0 | 0.000000e+00 |      --      |    Inf 
1800.05/1800.61	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.05/1800.61	c 
1800.05/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.61	c Solving Time (sec) : 1714.24
1800.05/1800.61	c Solving Nodes      : 5898479
1800.05/1800.61	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.05/1800.61	c Dual Bound         : +0.00000000000000e+00
1800.05/1800.61	c Gap                : infinite
1800.05/1800.61	s UNKNOWN
1800.05/1800.61	c SCIP Status        : solving was interrupted [user interrupt]
1800.05/1800.61	c Solving Time       :    1714.24
1800.05/1800.61	c Original Problem   :
1800.05/1800.61	c   Problem name     : HOME/instance-2664016-1276613220.opb
1800.05/1800.61	c   Variables        : 41 (41 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.61	c   Constraints      : 11 initial, 11 maximal
1800.05/1800.61	c Presolved Problem  :
1800.05/1800.61	c   Problem name     : t_HOME/instance-2664016-1276613220.opb
1800.05/1800.61	c   Variables        : 40 (40 binary, 0 integer, 0 implicit integer, 0 continuous)
1800.05/1800.61	c   Constraints      : 5 initial, 9228 maximal
1800.05/1800.61	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.05/1800.61	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   dualfix          :       0.00          1          0          0          0          0          0          0          0
1800.05/1800.61	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   probing          :       0.01          0          0          0          0          0          0          0          0
1800.05/1800.61	c   linear           :       0.00          0          0          0          0          0          6          0          0
1800.05/1800.61	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.05/1800.61	c   root node        :          -          0          -          -          0          -          -          -          -
1800.05/1800.61	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.61	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.05/1800.61	c   linear           :          5          0    7898284          0    4020583    1956808   18465133          0          0          0
1800.05/1800.61	c   logicor          :          0+         0    2839931          0          0         20     302144          0          0          0
1800.05/1800.61	c   countsols        :          0          0          0          0    4020583          0          0          0          0          0
1800.05/1800.61	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.05/1800.61	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.05/1800.61	c   linear           :     411.42       0.00     408.19       0.00       3.23
1800.05/1800.61	c   logicor          :     521.55       0.00     521.55       0.00       0.00
1800.05/1800.61	c   countsols        :       1.90       0.00       0.00       0.00       1.90
1800.05/1800.61	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.05/1800.61	c   vbounds          :       3.57          2          0          0
1800.05/1800.61	c   rootredcost      :       3.61          0          0          0
1800.05/1800.61	c   pseudoobj        :       3.93          0          0          0
1800.05/1800.61	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.05/1800.61	c   propagation      :     128.40    1956828     463952    1010140       27.8          1       33.0          -
1800.05/1800.61	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.61	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.61	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.05/1800.61	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.05/1800.61	c   applied globally :          -          -          -     423801       25.1          -          -          -
1800.05/1800.61	c   applied locally  :          -          -          -      57988       32.3          -          -          -
1800.05/1800.61	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.05/1800.61	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.05/1800.61	c   redcost          :       0.00          0          0          0          0          0
1800.05/1800.61	c   impliedbounds    :       0.00          0          0          0          0          0
1800.05/1800.61	c   intobj           :       0.00          0          0          0          0          0
1800.05/1800.61	c   cgmip            :       0.00          0          0          0          0          0
1800.05/1800.61	c   gomory           :       0.00          0          0          0          0          0
1800.05/1800.61	c   strongcg         :       0.00          0          0          0          0          0
1800.05/1800.61	c   cmir             :       0.00          0          0          0          0          0
1800.05/1800.61	c   flowcover        :       0.00          0          0          0          0          0
1800.05/1800.61	c   clique           :       0.00          0          0          0          0          0
1800.05/1800.61	c   zerohalf         :       0.00          0          0          0          0          0
1800.05/1800.61	c   mcf              :       0.00          0          0          0          0          0
1800.05/1800.61	c   rapidlearning    :       0.00          0          0          0          0          0
1800.05/1800.61	c Pricers            :       Time      Calls       Vars
1800.05/1800.61	c   problem variables:       0.00          0          0
1800.05/1800.61	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.05/1800.61	c   relpscost        :       0.00          0          0          0          0          0          0
1800.05/1800.61	c   pscost           :       0.00          0          0          0          0          0          0
1800.05/1800.61	c   inference        :      27.45    4020583          0          0          0          0    8041166
1800.05/1800.61	c   mostinf          :       0.00          0          0          0          0          0          0
1800.05/1800.61	c   leastinf         :       0.00          0          0          0          0          0          0
1800.05/1800.61	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.05/1800.61	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.05/1800.61	c   random           :       0.00          0          0          0          0          0          0
1800.05/1800.61	c Primal Heuristics  :       Time      Calls      Found
1800.05/1800.61	c   LP solutions     :       0.00          -          0
1800.05/1800.61	c   pseudo solutions :       0.00          -          0
1800.05/1800.61	c   oneopt           :       3.34          0          0
1800.05/1800.61	c   trivial          :       0.00          2          0
1800.05/1800.61	c   simplerounding   :       0.00          0          0
1800.05/1800.61	c   zirounding       :       0.00          0          0
1800.05/1800.61	c   rounding         :       0.00          0          0
1800.05/1800.61	c   shifting         :       0.00          0          0
1800.05/1800.61	c   intshifting      :       0.00          0          0
1800.05/1800.61	c   twoopt           :       0.00          0          0
1800.05/1800.61	c   fixandinfer      :       0.00          0          0
1800.05/1800.61	c   feaspump         :       0.00          0          0
1800.05/1800.61	c   coefdiving       :       0.00          0          0
1800.05/1800.61	c   pscostdiving     :       0.00          0          0
1800.05/1800.61	c   fracdiving       :       0.00          0          0
1800.05/1800.61	c   veclendiving     :       0.00          0          0
1800.05/1800.61	c   intdiving        :       0.00          0          0
1800.05/1800.61	c   actconsdiving    :       0.00          0          0
1800.05/1800.61	c   objpscostdiving  :       0.00          0          0
1800.05/1800.61	c   rootsoldiving    :       0.00          0          0
1800.05/1800.61	c   linesearchdiving :       0.00          0          0
1800.05/1800.61	c   guideddiving     :       0.00          0          0
1800.05/1800.61	c   octane           :       0.00          0          0
1800.05/1800.61	c   rens             :       0.00          0          0
1800.05/1800.61	c   rins             :       0.00          0          0
1800.05/1800.61	c   localbranching   :       0.00          0          0
1800.05/1800.61	c   mutation         :       0.00          0          0
1800.05/1800.61	c   crossover        :       0.00          0          0
1800.05/1800.61	c   dins             :       0.00          0          0
1800.05/1800.61	c   undercover       :       0.00          0          0
1800.05/1800.61	c   nlp              :       3.33          0          0
1800.05/1800.61	c   trysol           :       2.22          0          0
1800.05/1800.61	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.05/1800.61	c   primal LP        :       0.00          0          0       0.00          -
1800.05/1800.61	c   dual LP          :       0.00          0          0       0.00          -
1800.05/1800.61	c   lex dual LP      :       0.00          0          0       0.00          -
1800.05/1800.61	c   barrier LP       :       0.00          0          0       0.00          -
1800.05/1800.61	c   diving/probing LP:       0.00          0          0       0.00          -
1800.05/1800.61	c   strong branching :       0.00          0          0       0.00          -
1800.05/1800.61	c     (at root node) :          -          0          0       0.00          -
1800.05/1800.61	c   conflict analysis:       0.00          0          0       0.00          -
1800.05/1800.61	c B&B Tree           :
1800.05/1800.61	c   number of runs   :          1
1800.05/1800.61	c   nodes            :    5898479
1800.05/1800.61	c   nodes (total)    :    5898479
1800.05/1800.61	c   nodes left       :    2063719
1800.05/1800.61	c   max depth        :         33
1800.05/1800.61	c   max depth (total):         33
1800.05/1800.61	c   backtracks       :     665453 (11.3%)
1800.05/1800.61	c   delayed cutoffs  :      78969
1800.05/1800.61	c   repropagations   :     428137 (728334 domain reductions, 78932 cutoffs)
1800.05/1800.61	c   avg switch length:       6.21
1800.05/1800.61	c   switching time   :     497.86
1800.05/1800.61	c Solution           :
1800.05/1800.61	c   Solutions found  :          0 (0 improvements)
1800.05/1800.61	c   Primal Bound     :          -
1800.05/1800.61	c   Dual Bound       : +0.00000000000000e+00
1800.05/1800.61	c   Gap              :   infinite
1800.05/1800.61	c   Root Dual Bound  : +0.00000000000000e+00
1800.05/1800.61	c   Root Iterations  :          0

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2664016-1276613220/watcher-2664016-1276613220 -o /tmp/evaluation-result-2664016-1276613220/solver-2664016-1276613220 -C 1800 -W 2000 -M 1800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664016-1276613220.opb -t 1800 -m 1800 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10338
/proc/meminfo: memFree=1770948/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=6584 CPUtime=0
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 965 0 0 0 0 0 0 0 20 0 1 0 2614056 6742016 887 1992294400 4194304 7136930 140733268719504 18446744073709551615 6346613 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10338/statm: 1646 897 254 719 0 925 0

[startup+0.069779 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10338
/proc/meminfo: memFree=1770948/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=10984 CPUtime=0.06
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 2955 0 0 0 5 1 0 0 20 0 1 0 2614056 11247616 2010 1992294400 4194304 7136930 140733268719504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 2746 2010 387 719 0 2025 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10984

[startup+0.100782 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10338
/proc/meminfo: memFree=1770948/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=11136 CPUtime=0.09
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 2988 0 0 0 7 2 0 0 20 0 1 0 2614056 11403264 2043 1992294400 4194304 7136930 140733268719504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 2784 2043 387 719 0 2063 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11136

[startup+0.300803 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10338
/proc/meminfo: memFree=1770948/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=11664 CPUtime=0.29
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 3131 0 0 0 25 4 0 0 20 0 1 0 2614056 11943936 2186 1992294400 4194304 7136930 140733268719504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 2916 2186 387 719 0 2195 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 11664

[startup+0.700845 s]
/proc/loadavg: 1.00 1.00 1.00 3/106 10338
/proc/meminfo: memFree=1770948/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=13092 CPUtime=0.69
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 3520 0 0 0 59 10 0 0 20 0 1 0 2614056 13406208 2575 1992294400 4194304 7136930 140733268719504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 3273 2575 387 719 0 2552 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 13092

[startup+1.50093 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10339
/proc/meminfo: memFree=1761888/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=14152 CPUtime=1.49
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 3788 0 0 0 131 18 0 0 22 0 1 0 2614056 14491648 2843 1992294400 4194304 7136930 140733268719504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 3538 2843 387 719 0 2817 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 14152

[startup+3.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10339
/proc/meminfo: memFree=1759160/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=17244 CPUtime=3.09
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 4578 0 0 0 274 35 0 0 25 0 1 0 2614056 17657856 3633 1992294400 4194304 7136930 140733268719504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 4311 3633 387 719 0 3590 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 17244

[startup+6.30144 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10339
/proc/meminfo: memFree=1753580/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=21756 CPUtime=6.29
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 5729 0 0 0 566 63 0 0 25 0 1 0 2614056 22278144 4784 1992294400 4194304 7136930 140733268719504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 5439 4784 387 719 0 4718 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 21756

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10339
/proc/meminfo: memFree=1745024/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=29596 CPUtime=12.69
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 7787 0 0 0 1153 116 0 0 25 0 1 0 2614056 30306304 6842 1992294400 4194304 7136930 140733268719504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 7399 6842 387 719 0 6678 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 29596

[startup+25.5005 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10341
/proc/meminfo: memFree=1726176/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=49424 CPUtime=25.49
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 12407 0 0 0 2307 242 0 0 25 0 1 0 2614056 50610176 11462 1992294400 4194304 7136930 140733268719504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 12356 11462 387 719 0 11635 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 49424

[startup+51.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10341
/proc/meminfo: memFree=1697408/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=77116 CPUtime=51.07
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 19560 0 0 0 4648 459 0 0 25 0 1 0 2614056 78966784 18615 1992294400 4194304 7136930 140733268719504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 19279 18615 387 719 0 18558 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 77116

[startup+102.308 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10343
/proc/meminfo: memFree=1637268/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=138672 CPUtime=102.26
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 34490 0 0 0 9330 896 0 0 25 0 1 0 2614056 142000128 33545 1992294400 4194304 7136930 140733268719504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 34668 33545 387 719 0 33947 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 138672

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10343
/proc/meminfo: memFree=1606392/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=169740 CPUtime=162.25
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 42434 0 0 0 15020 1205 0 0 25 0 1 0 2614056 173813760 41489 1992294400 4194304 7136930 140733268719504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 42435 41489 387 719 0 41714 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 169740

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10345
/proc/meminfo: memFree=1579112/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=195332 CPUtime=222.22
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 48989 0 0 0 20776 1446 0 0 25 0 1 0 2614056 200019968 48044 1992294400 4194304 7136930 140733268719504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 48833 48044 387 719 0 48112 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 195332

[startup+282.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10347
/proc/meminfo: memFree=1526040/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=254204 CPUtime=282.21
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 62239 0 0 0 26347 1874 0 0 25 0 1 0 2614056 260304896 61294 1992294400 4194304 7136930 140733268719504 18446744073709551615 6166159 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 63551 61294 387 719 0 62830 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 254204

[startup+342.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10349
/proc/meminfo: memFree=1481152/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=296960 CPUtime=342.19
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 73346 0 0 0 31975 2244 0 0 25 0 1 0 2614056 304087040 72401 1992294400 4194304 7136930 140733268719504 18446744073709551615 4978470 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 74240 72401 387 719 0 73519 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 296960

[startup+402.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10351
/proc/meminfo: memFree=1446680/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=330132 CPUtime=402.17
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 81950 0 0 0 37630 2587 0 0 25 0 1 0 2614056 338055168 81005 1992294400 4194304 7136930 140733268719504 18446744073709551615 4210588 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 82533 81005 387 719 0 81812 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 330132

[startup+462.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10351
/proc/meminfo: memFree=1419152/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=356552 CPUtime=462.15
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 88775 0 0 0 43325 2890 0 0 25 0 1 0 2614056 365109248 87830 1992294400 4194304 7136930 140733268719504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 89138 87830 387 719 0 88417 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 356552

[startup+522.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10353
/proc/meminfo: memFree=1390260/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=385000 CPUtime=522.13
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 96082 0 0 0 49025 3188 0 0 25 0 1 0 2614056 394240000 95137 1992294400 4194304 7136930 140733268719504 18446744073709551615 4210629 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 96250 95137 387 719 0 95529 0
Current children cumulated CPU time (s) 522.13
Current children cumulated vsize (KiB) 385000

[startup+582.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10355
/proc/meminfo: memFree=1368436/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=405616 CPUtime=582.12
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 101406 0 0 0 54764 3448 0 0 25 0 1 0 2614056 415350784 100461 1992294400 4194304 7136930 140733268719504 18446744073709551615 4209070 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 101404 100461 387 719 0 100683 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 405616

[startup+642.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10357
/proc/meminfo: memFree=1346240/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=426992 CPUtime=642.1
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 106898 0 0 0 60516 3694 0 0 25 0 1 0 2614056 437239808 105953 1992294400 4194304 7136930 140733268719504 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 106748 105953 387 719 0 106027 0
Current children cumulated CPU time (s) 642.1
Current children cumulated vsize (KiB) 426992

[startup+702.3 s]

################
# More data... #
################

/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 136133 0 0 0 101154 5041 0 0 25 0 1 0 2614056 570314752 135188 1992294400 4194304 7136930 140733268719504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 139237 135188 387 719 0 138516 0
Current children cumulated CPU time (s) 1061.95
Current children cumulated vsize (KiB) 556948

[startup+1122.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10378
/proc/meminfo: memFree=1181568/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=601792 CPUtime=1121.93
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 147798 0 0 0 106790 5403 0 0 25 0 1 0 2614056 616235008 146853 1992294400 4194304 7136930 140733268719504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 150448 146853 387 719 0 149727 0
Current children cumulated CPU time (s) 1121.93
Current children cumulated vsize (KiB) 601792

[startup+1182.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10380
/proc/meminfo: memFree=1140276/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=642596 CPUtime=1181.92
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 158439 0 0 0 112439 5753 0 0 25 0 1 0 2614056 658018304 157494 1992294400 4194304 7136930 140733268719504 18446744073709551615 5955603 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 160649 157494 387 719 0 159928 0
Current children cumulated CPU time (s) 1181.92
Current children cumulated vsize (KiB) 642596

[startup+1242.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10382
/proc/meminfo: memFree=1099976/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=680412 CPUtime=1241.9
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 168284 0 0 0 118097 6093 0 0 25 0 1 0 2614056 696741888 167339 1992294400 4194304 7136930 140733268719504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 170103 167339 387 719 0 169382 0
Current children cumulated CPU time (s) 1241.9
Current children cumulated vsize (KiB) 680412

[startup+1302.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10384
/proc/meminfo: memFree=1067116/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=710832 CPUtime=1301.89
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 176179 0 0 0 123786 6403 0 0 25 0 1 0 2614056 727891968 175234 1992294400 4194304 7136930 140733268719504 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 177708 175234 387 719 0 176987 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 710832

[startup+1362.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10384
/proc/meminfo: memFree=1030288/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=746432 CPUtime=1361.87
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 185414 0 0 0 129469 6718 0 0 25 0 1 0 2614056 764346368 184469 1992294400 4194304 7136930 140733268719504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 186608 184469 387 719 0 185887 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 746432

[startup+1422.31 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10386
/proc/meminfo: memFree=1001024/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=775180 CPUtime=1421.86
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 192864 0 0 0 135199 6987 0 0 25 0 1 0 2614056 793784320 191919 1992294400 4194304 7136930 140733268719504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 193795 191919 387 719 0 193074 0
Current children cumulated CPU time (s) 1421.86
Current children cumulated vsize (KiB) 775180

[startup+1482.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10388
/proc/meminfo: memFree=973744/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=801100 CPUtime=1481.83
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 199602 0 0 0 140943 7240 0 0 25 0 1 0 2614056 820326400 198657 1992294400 4194304 7136930 140733268719504 18446744073709551615 5924066 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 200275 198657 387 719 0 199554 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 801100

[startup+1542.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10390
/proc/meminfo: memFree=944480/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=828748 CPUtime=1541.82
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 206718 0 0 0 146646 7536 0 0 25 0 1 0 2614056 848637952 205773 1992294400 4194304 7136930 140733268719504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 207187 205773 387 719 0 206466 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 828748

[startup+1602.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10392
/proc/meminfo: memFree=919308/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=852932 CPUtime=1601.79
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 213001 0 0 0 152365 7814 0 0 25 0 1 0 2614056 873402368 212056 1992294400 4194304 7136930 140733268719504 18446744073709551615 5953128 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 213233 212056 387 719 0 212512 0
Current children cumulated CPU time (s) 1601.79
Current children cumulated vsize (KiB) 852932

[startup+1662.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10392
/proc/meminfo: memFree=896988/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=874444 CPUtime=1661.78
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 218552 0 0 0 158146 8032 0 0 25 0 1 0 2614056 895430656 217607 1992294400 4194304 7136930 140733268719504 18446744073709551615 4999862 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 218611 217607 387 719 0 217890 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 874444

[startup+1722.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10394
/proc/meminfo: memFree=880124/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=890556 CPUtime=1721.76
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 222744 0 0 0 163931 8245 0 0 25 0 1 0 2614056 911929344 221799 1992294400 4194304 7136930 140733268719504 18446744073709551615 5000112 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 222639 221799 387 719 0 221918 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 890556

[startup+1782.3 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10396
/proc/meminfo: memFree=852968/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=949144 CPUtime=1781.74
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 229399 0 0 0 169670 8504 0 0 25 0 1 0 2614056 971923456 228454 1992294400 4194304 7136930 140733268719504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 237286 228454 387 719 0 236565 0
Current children cumulated CPU time (s) 1781.74
Current children cumulated vsize (KiB) 949144



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10396
/proc/meminfo: memFree=846644/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=955292 CPUtime=1800.05
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 230994 0 0 0 171424 8581 0 0 25 0 1 0 2614056 978219008 230049 1992294400 4194304 7136930 140733268719504 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 1 0 0 0
/proc/10338/statm: 238823 230049 387 719 0 238102 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 955292

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -10338

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

[startup+1801.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/107 10396
/proc/meminfo: memFree=846644/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=955292 CPUtime=1800.83
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 231000 0 0 0 171502 8581 0 0 25 0 1 0 2614056 978219008 230055 1992294400 4194304 7136930 140733268719504 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10338/statm: 238823 230055 393 719 0 238102 0
Current children cumulated CPU time (s) 1800.83
Current children cumulated vsize (KiB) 955292

[startup+1802.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 10397
/proc/meminfo: memFree=846636/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=955292 CPUtime=1801.63
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 231000 0 0 0 171582 8581 0 0 25 0 1 0 2614056 978219008 230055 1992294400 4194304 7136930 140733268719504 18446744073709551615 6165652 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10338/statm: 238823 230055 393 719 0 238102 0
Current children cumulated CPU time (s) 1801.63
Current children cumulated vsize (KiB) 955292

[startup+1802.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 10397
/proc/meminfo: memFree=846636/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=955292 CPUtime=1802.03
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4202496 231000 0 0 0 171622 8581 0 0 25 0 1 0 2614056 978219008 230055 1992294400 4194304 7136930 140733268719504 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/10338/statm: 238823 230055 393 719 0 238102 0
Current children cumulated CPU time (s) 1802.03
Current children cumulated vsize (KiB) 955292

[startup+1802.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/108 10397
/proc/meminfo: memFree=846636/2059040 swapFree=4192956/4192956
[pid=10338] ppid=10336 vsize=0 CPUtime=1802.13
/proc/10338/stat : 10338 (pbscip.linux.x8) R 10336 10338 9772 0 -1 4203524 231000 0 0 0 171624 8589 0 0 25 0 1 0 2614056 0 0 1992294400 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/10338/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.7
CPU time (s): 1802.14
CPU user time (s): 1716.24
CPU system time (s): 85.8979
CPU usage (%): 99.9689
Max. virtual memory (cumulated for all children) (KiB): 955292

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

runsolver used 3.12153 second user time and 8.41872 second system time

The end

Launcher Data

Begin job on node047 at 2010-06-15 16:47:00
IDJOB=2664016
IDBENCH=2913
IDSOLVER=1167
FILE ID=node047/2664016-1276613220
PBS_JOBID= 11172261
Free space on /tmp= 62540 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/market-split/normalized-market-split_5_40_1.opb
COMMAND LINE= HOME/pbscip.linux.x86_64.gnu.opt.none -f BENCHNAME -t TIMEOUT -m MEMLIMIT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2664016-1276613220/watcher-2664016-1276613220 -o /tmp/evaluation-result-2664016-1276613220/solver-2664016-1276613220 -C 1800 -W 2000 -M 1800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2664016-1276613220.opb -t 1800 -m 1800

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

MD5SUM BENCH= ae75c4a4fdafb98542bd11b7f7eecd54
RANDOM SEED=937075122

node047.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	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.244
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.44
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:       1771476 kB
Buffers:         31416 kB
Cached:         132888 kB
SwapCached:          0 kB
Active:         110224 kB
Inactive:       113400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:       1771476 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3244 kB
Writeback:           0 kB
AnonPages:       59292 kB
Mapped:          15384 kB
Slab:            42104 kB
PageTables:       4056 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   180052 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 62540 MiB
End job on node047 at 2010-06-15 17:17:03