Trace number 2693717

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 NameAnswerCPU timeWall clock time
SCIPnone SCIP 1.2.1.2 without any LP solver? (TO) 1802.16 1802.1

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/
normalized-chnl15_20_pb.cnf.cr--soft-66-100-0.wbo
MD5SUMcf0241dbee717fce31205c3d6c127ed0
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark49
Best CPU time to get the best result obtained on this benchmark0.030994
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables600
Total number of constraints70
Number of soft constraints26
Number of constraints which are clauses40
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint15
Maximum length of a constraint20
Top cost 1337
Min constraint cost 1
Max constraint cost 86
Sum of constraints costs 1336
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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-2693717-1277890528.wbo>
0.00/0.00	c original problem has 652 variables (626 bin, 0 int, 0 impl, 26 cont) and 97 constraints
0.00/0.00	c problem read
0.00/0.00	c presolving settings loaded
0.00/0.00	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.00	c presolving:
0.00/0.01	c (round 1) 0 del vars, 1 del conss, 0 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 26 impls, 17 clqs
0.00/0.01	c (round 2) 0 del vars, 1 del conss, 26 chg bounds, 0 chg sides, 0 chg coeffs, 0 upgd conss, 26 impls, 17 clqs
0.00/0.01	c (round 3) 0 del vars, 1 del conss, 26 chg bounds, 0 chg sides, 0 chg coeffs, 27 upgd conss, 26 impls, 17 clqs
0.00/0.01	c (round 4) 0 del vars, 1 del conss, 26 chg bounds, 0 chg sides, 0 chg coeffs, 44 upgd conss, 26 impls, 17 clqs
0.00/0.01	c    (0.0s) probing: 101/626 (16.1%) - 0 fixings, 0 aggregations, 0 implications, 0 bound changes
0.00/0.01	c    (0.0s) probing aborted: 100/100 successive totally useless probings
0.00/0.01	c presolving (5 rounds):
0.00/0.01	c  0 deleted vars, 1 deleted constraints, 26 tightened bounds, 0 added holes, 0 changed sides, 0 changed coefficients
0.00/0.01	c  26 implications, 17 cliques
0.00/0.01	c presolved problem has 652 variables (626 bin, 0 int, 0 impl, 26 cont) and 96 constraints
0.00/0.01	c      26 constraints of type <indicator>
0.00/0.01	c      17 constraints of type <setppc>
0.00/0.01	c      26 constraints of type <linear>
0.00/0.01	c      27 constraints of type <logicor>
0.00/0.01	c transformed objective value is always integral (scale: 1)
0.00/0.01	c Presolving Time: 0.00
0.00/0.01	c - non default parameters ----------------------------------------------------------------------
0.00/0.01	c # SCIP version 1.2.1.2
0.00/0.01	c 
0.00/0.01	c # frequency for displaying node information lines
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 100]
0.00/0.01	c display/freq = 10000
0.00/0.01	c 
0.00/0.01	c # maximal time in seconds to run
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/time = 1800
0.00/0.01	c 
0.00/0.01	c # maximal memory usage in MB; reported memory usage is lower than real memory usage!
0.00/0.01	c # [type: real, range: [0,1.79769313486232e+308], default: 1e+20]
0.00/0.01	c limits/memory = 3420
0.00/0.01	c 
0.00/0.01	c # frequency for solving LP at the nodes (-1: never; 0: only root LP)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: 1]
0.00/0.01	c lp/solvefreq = -1
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify inequalities
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/linear/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # should presolving try to simplify knapsacks
0.00/0.01	c # [type: bool, range: {TRUE,FALSE}, default: FALSE]
0.00/0.01	c constraints/knapsack/simplifyinequalities = TRUE
0.00/0.01	c 
0.00/0.01	c # frequency for calling separator <rapidlearning> (-1: never, 0: only in root node)
0.00/0.01	c # [type: int, range: [-1,2147483647], default: -1]
0.00/0.01	c separating/rapidlearning/freq = 0
0.00/0.01	c 
0.00/0.01	c -----------------------------------------------------------------------------------------------
0.00/0.01	c start solving
0.00/0.01	c 
0.00/0.01	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
0.00/0.01	c   0.0s|     1 |     2 |     0 |     - |1401k|   0 |   - | 652 |  96 |   0 |   0 |   0 |   0 |   0 | 0.000000e+00 |      --      |    Inf 
0.69/0.76	c   0.6s| 10000 |  9565 |     0 |   0.0 |5147k| 385 |   - | 652 | 611 |   0 |   0 |   0 |1387 |   0 | 0.000000e+00 |      --      |    Inf 
1.49/1.52	c   1.1s| 20000 | 18681 |     0 |   0.0 |8758k| 385 |   - | 652 | 399 |   0 |   0 |   0 |4673 |   0 | 0.000000e+00 |      --      |    Inf 
2.19/2.28	c   1.7s| 30000 | 28183 |     0 |   0.0 |  12M| 394 |   - | 652 | 655 |   0 |   0 |   0 |6279 |   0 | 0.000000e+00 |      --      |    Inf 
2.99/3.04	c   2.3s| 40000 | 37835 |     0 |   0.0 |  15M| 394 |   - | 652 | 736 |   0 |   0 |   0 |8084 |   0 | 0.000000e+00 |      --      |    Inf 
3.79/3.82	c   2.9s| 50000 | 47468 |     0 |   0.0 |  18M| 394 |   - | 652 | 732 |   0 |   0 |   0 |9896 |   0 | 0.000000e+00 |      --      |    Inf 
4.49/4.59	c   3.5s| 60000 | 57074 |     0 |   0.0 |  21M| 394 |   - | 652 | 808 |   0 |   0 |   0 |  11k|   0 | 0.000000e+00 |      --      |    Inf 
5.29/5.37	c   4.1s| 70000 | 66697 |     0 |   0.0 |  25M| 394 |   - | 652 | 876 |   0 |   0 |   0 |  13k|   0 | 0.000000e+00 |      --      |    Inf 
6.10/6.14	c   4.6s| 80000 | 76297 |     0 |   0.0 |  28M| 394 |   - | 652 | 775 |   0 |   0 |   0 |  15k|   0 | 0.000000e+00 |      --      |    Inf 
6.89/6.92	c   5.2s| 90000 | 85881 |     0 |   0.0 |  31M| 394 |   - | 652 | 890 |   0 |   0 |   0 |  16k|   0 | 0.000000e+00 |      --      |    Inf 
7.59/7.70	c   5.8s|100000 | 95451 |     0 |   0.0 |  34M| 394 |   - | 652 | 815 |   0 |   0 |   0 |  18k|   0 | 0.000000e+00 |      --      |    Inf 
8.39/8.48	c   6.4s|110000 |105007 |     0 |   0.0 |  37M| 394 |   - | 652 | 831 |   0 |   0 |   0 |  19k|   0 | 0.000000e+00 |      --      |    Inf 
9.20/9.26	c   7.0s|120000 |114558 |     0 |   0.0 |  40M| 394 |   - | 652 | 825 |   0 |   0 |   0 |  21k|   0 | 0.000000e+00 |      --      |    Inf 
10.00/10.04	c   7.6s|130000 |124095 |     0 |   0.0 |  44M| 394 |   - | 652 | 946 |   0 |   0 |   0 |  23k|   0 | 0.000000e+00 |      --      |    Inf 
10.79/10.82	c   8.2s|140000 |133662 |     0 |   0.0 |  47M| 394 |   - | 652 | 775 |   0 |   0 |   0 |  24k|   0 | 0.000000e+00 |      --      |    Inf 
11.49/11.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
11.49/11.59	c   8.8s|150000 |143224 |     0 |   0.0 |  50M| 394 |   - | 652 | 905 |   0 |   0 |   0 |  26k|   0 | 0.000000e+00 |      --      |    Inf 
12.29/12.37	c   9.4s|160000 |152722 |     0 |   0.0 |  53M| 394 |   - | 652 | 887 |   0 |   0 |   0 |  28k|   0 | 0.000000e+00 |      --      |    Inf 
13.10/13.16	c   9.9s|170000 |162209 |     0 |   0.0 |  57M| 394 |   - | 652 | 916 |   0 |   0 |   0 |  29k|   0 | 0.000000e+00 |      --      |    Inf 
13.89/13.94	c  10.6s|180000 |171693 |     0 |   0.0 |  60M| 394 |   - | 652 |1103 |   0 |   0 |   0 |  32k|   0 | 0.000000e+00 |      --      |    Inf 
14.69/14.73	c  11.2s|190000 |181178 |     0 |   0.0 |  63M| 394 |   - | 652 |1013 |   0 |   0 |   0 |  34k|   0 | 0.000000e+00 |      --      |    Inf 
15.50/15.52	c  11.8s|200000 |190612 |     0 |   0.0 |  67M| 394 |   - | 652 |1097 |   0 |   0 |   0 |  36k|   0 | 0.000000e+00 |      --      |    Inf 
16.29/16.32	c  12.4s|210000 |200062 |     0 |   0.0 |  70M| 394 |   - | 652 |1019 |   0 |   0 |   0 |  38k|   0 | 0.000000e+00 |      --      |    Inf 
17.09/17.12	c  13.0s|220000 |209482 |     0 |   0.0 |  74M| 394 |   - | 652 |1149 |   0 |   0 |   0 |  40k|   0 | 0.000000e+00 |      --      |    Inf 
17.89/17.93	c  13.6s|230000 |218876 |     0 |   0.0 |  77M| 394 |   - | 652 |1157 |   0 |   0 |   0 |  43k|   0 | 0.000000e+00 |      --      |    Inf 
18.70/18.74	c  14.2s|240000 |228294 |     0 |   0.0 |  80M| 394 |   - | 652 |1132 |   0 |   0 |   0 |  45k|   0 | 0.000000e+00 |      --      |    Inf 
19.49/19.55	c  14.8s|250000 |237686 |     0 |   0.0 |  84M| 394 |   - | 652 |1300 |   0 |   0 |   0 |  48k|   0 | 0.000000e+00 |      --      |    Inf 
20.29/20.36	c  15.4s|260000 |247008 |     0 |   0.0 |  87M| 394 |   - | 652 |1404 |   0 |   0 |   0 |  50k|   0 | 0.000000e+00 |      --      |    Inf 
21.09/21.18	c  16.0s|270000 |256353 |     0 |   0.0 |  91M| 394 |   - | 652 |1326 |   0 |   0 |   0 |  53k|   0 | 0.000000e+00 |      --      |    Inf 
21.90/21.99	c  16.6s|280000 |265682 |     0 |   0.0 |  94M| 394 |   - | 652 |1392 |   0 |   0 |   0 |  55k|   0 | 0.000000e+00 |      --      |    Inf 
22.79/22.82	c  17.3s|290000 |274922 |     0 |   0.0 |  98M| 394 |   - | 652 |1523 |   0 |   0 |   0 |  58k|   0 | 0.000000e+00 |      --      |    Inf 
23.60/23.66	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
23.60/23.66	c  17.9s|300000 |284154 |     0 |   0.0 | 101M| 394 |   - | 652 |1612 |   0 |   0 |   0 |  61k|   0 | 0.000000e+00 |      --      |    Inf 
24.49/24.50	c  18.5s|310000 |293367 |     0 |   0.0 | 105M| 394 |   - | 652 |1620 |   0 |   0 |   0 |  64k|   0 | 0.000000e+00 |      --      |    Inf 
25.29/25.34	c  19.2s|320000 |302581 |     0 |   0.0 | 109M| 394 |   - | 652 |1634 |   0 |   0 |   0 |  67k|   0 | 0.000000e+00 |      --      |    Inf 
26.19/26.20	c  19.8s|330000 |311743 |     0 |   0.0 | 112M| 394 |   - | 652 |1642 |   0 |   0 |   0 |  70k|   0 | 0.000000e+00 |      --      |    Inf 
26.99/27.05	c  20.5s|340000 |320905 |     0 |   0.0 | 116M| 394 |   - | 652 |1739 |   0 |   0 |   0 |  73k|   0 | 0.000000e+00 |      --      |    Inf 
27.90/27.91	c  21.2s|350000 |330012 |     0 |   0.0 | 119M| 394 |   - | 652 |1839 |   0 |   0 |   0 |  77k|   0 | 0.000000e+00 |      --      |    Inf 
28.70/28.79	c  21.9s|360000 |339071 |     0 |   0.0 | 123M| 394 |   - | 652 |2044 |   0 |   0 |   0 |  80k|   0 | 0.000000e+00 |      --      |    Inf 
29.59/29.66	c  22.5s|370000 |348140 |     0 |   0.0 | 127M| 394 |   - | 652 |2168 |   0 |   0 |   0 |  83k|   0 | 0.000000e+00 |      --      |    Inf 
30.49/30.55	c  23.2s|380000 |357197 |     0 |   0.0 | 130M| 394 |   - | 652 |2116 |   0 |   0 |   0 |  87k|   0 | 0.000000e+00 |      --      |    Inf 
31.39/31.46	c  23.9s|390000 |366126 |     0 |   0.0 | 134M| 394 |   - | 652 |1969 |   0 |   0 |   0 |  90k|   0 | 0.000000e+00 |      --      |    Inf 
32.29/32.37	c  24.6s|400000 |375098 |     0 |   0.0 | 138M| 394 |   - | 652 |2229 |   0 |   0 |   0 |  94k|   0 | 0.000000e+00 |      --      |    Inf 
33.19/33.28	c  25.3s|410000 |384058 |     0 |   0.0 | 142M| 394 |   - | 652 |2348 |   0 |   0 |   0 |  98k|   0 | 0.000000e+00 |      --      |    Inf 
34.20/34.21	c  26.0s|420000 |392993 |     0 |   0.0 | 145M| 394 |   - | 652 |2068 |   0 |   0 |   0 | 101k|   0 | 0.000000e+00 |      --      |    Inf 
35.10/35.15	c  26.7s|430000 |401794 |     0 |   0.0 | 149M| 394 |   - | 652 |2474 |   0 |   0 |   0 | 106k|   0 | 0.000000e+00 |      --      |    Inf 
36.09/36.10	c  27.5s|440000 |410629 |     0 |   0.0 | 153M| 394 |   - | 652 |2285 |   0 |   0 |   0 | 110k|   0 | 0.000000e+00 |      --      |    Inf 
36.99/37.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
36.99/37.07	c  28.2s|450000 |419344 |     0 |   0.0 | 157M| 394 |   - | 652 |2591 |   0 |   0 |   0 | 114k|   0 | 0.000000e+00 |      --      |    Inf 
37.99/38.05	c  29.0s|460000 |428082 |     0 |   0.0 | 161M| 394 |   - | 652 |2262 |   0 |   0 |   0 | 118k|   0 | 0.000000e+00 |      --      |    Inf 
38.99/39.08	c  29.8s|470000 |436702 |     0 |   0.0 | 165M| 394 |   - | 652 |2392 |   0 |   0 |   0 | 123k|   0 | 0.000000e+00 |      --      |    Inf 
40.09/40.13	c  30.6s|480000 |445196 |     0 |   0.0 | 169M| 394 |   - | 652 |2653 |   0 |   0 |   0 | 128k|   0 | 0.000000e+00 |      --      |    Inf 
41.09/41.19	c  31.4s|490000 |453607 |     0 |   0.0 | 173M| 394 |   - | 652 |2614 |   0 |   0 |   0 | 133k|   0 | 0.000000e+00 |      --      |    Inf 
42.19/42.29	c  32.3s|500000 |461908 |     0 |   0.0 | 177M| 394 |   - | 652 |2586 |   0 |   0 |   0 | 138k|   0 | 0.000000e+00 |      --      |    Inf 
43.39/43.42	c  33.2s|510000 |470112 |     0 |   0.0 | 181M| 394 |   - | 652 |2624 |   0 |   0 |   0 | 144k|   0 | 0.000000e+00 |      --      |    Inf 
44.50/44.59	c  34.2s|520000 |478145 |     0 |   0.0 | 185M| 394 |   - | 652 |2736 |   0 |   0 |   0 | 150k|   0 | 0.000000e+00 |      --      |    Inf 
45.70/45.75	c  35.1s|530000 |486163 |     0 |   0.0 | 189M| 394 |   - | 652 |2734 |   0 |   0 |   0 | 156k|   0 | 0.000000e+00 |      --      |    Inf 
46.80/46.87	c  36.0s|540000 |494254 |     0 |   0.0 | 193M| 394 |   - | 652 |2614 |   0 |   0 |   0 | 162k|   0 | 0.000000e+00 |      --      |    Inf 
47.89/47.93	c  36.9s|550000 |502384 |     0 |   0.0 | 197M| 394 |   - | 652 |2540 |   0 |   0 |   0 | 168k|   0 | 0.000000e+00 |      --      |    Inf 
48.89/48.94	c  37.6s|560000 |510691 |     0 |   0.0 | 201M| 394 |   - | 652 |2240 |   0 |   0 |   0 | 174k|   0 | 0.000000e+00 |      --      |    Inf 
49.89/49.93	c  38.4s|570000 |519034 |     0 |   0.0 | 205M| 394 |   - | 652 |2100 |   0 |   0 |   0 | 180k|   0 | 0.000000e+00 |      --      |    Inf 
50.90/50.91	c  39.1s|580000 |527397 |     0 |   0.0 | 209M| 394 |   - | 652 |2178 |   0 |   0 |   0 | 186k|   0 | 0.000000e+00 |      --      |    Inf 
51.80/51.88	c  39.9s|590000 |535727 |     0 |   0.0 | 213M| 394 |   - | 652 |2039 |   0 |   0 |   0 | 191k|   0 | 0.000000e+00 |      --      |    Inf 
52.80/52.86	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
52.80/52.86	c  40.6s|600000 |543983 |     0 |   0.0 | 217M| 394 |   - | 652 |2230 |   0 |   0 |   0 | 198k|   0 | 0.000000e+00 |      --      |    Inf 
53.79/53.84	c  41.4s|610000 |552269 |     0 |   0.0 | 221M| 394 |   - | 652 |2145 |   0 |   0 |   0 | 204k|   0 | 0.000000e+00 |      --      |    Inf 
54.69/54.78	c  42.1s|620000 |560633 |     0 |   0.0 | 225M| 394 |   - | 652 |2049 |   0 |   0 |   0 | 209k|   0 | 0.000000e+00 |      --      |    Inf 
55.69/55.70	c  42.8s|630000 |569088 |     0 |   0.0 | 229M| 394 |   - | 652 |1908 |   0 |   0 |   0 | 214k|   0 | 0.000000e+00 |      --      |    Inf 
56.60/56.64	c  43.5s|640000 |577434 |     0 |   0.0 | 233M| 394 |   - | 652 |2036 |   0 |   0 |   0 | 220k|   0 | 0.000000e+00 |      --      |    Inf 
57.50/57.58	c  44.2s|650000 |585735 |     0 |   0.0 | 237M| 394 |   - | 652 |2053 |   0 |   0 |   0 | 225k|   0 | 0.000000e+00 |      --      |    Inf 
58.39/58.49	c  45.0s|660000 |594136 |     0 |   0.0 | 242M| 394 |   - | 652 |2038 |   0 |   0 |   0 | 230k|   0 | 0.000000e+00 |      --      |    Inf 
59.40/59.43	c  45.6s|670000 |602339 |     0 |   0.0 | 246M| 394 |   - | 652 |2230 |   0 |   0 |   0 | 236k|   0 | 0.000000e+00 |      --      |    Inf 
60.29/60.38	c  46.4s|680000 |610452 |     0 |   0.0 | 250M| 394 |   - | 652 |2158 |   0 |   0 |   0 | 242k|   0 | 0.000000e+00 |      --      |    Inf 
61.39/61.47	c  47.3s|690000 |618035 |     0 |   0.0 | 255M| 394 |   - | 652 |2326 |   0 |   0 |   0 | 248k|   0 | 0.000000e+00 |      --      |    Inf 
62.79/62.84	c  48.4s|700000 |623933 |     0 |   0.0 | 259M| 394 |   - | 652 |2048 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
63.49/63.55	c  48.9s|710000 |633924 |     0 |   0.0 | 262M| 394 |   - | 652 | 578 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
64.20/64.24	c  49.4s|720000 |643884 |     0 |   0.0 | 264M| 394 |   - | 652 | 426 |   0 |   0 |   0 | 254k|   0 | 0.000000e+00 |      --      |    Inf 
64.89/64.92	c  49.9s|730000 |653780 |     0 |   0.0 | 267M| 394 |   - | 652 | 540 |   0 |   0 |   0 | 255k|   0 | 0.000000e+00 |      --      |    Inf 
65.69/65.71	c  50.5s|740000 |663364 |     0 |   0.0 | 271M| 394 |   - | 652 | 770 |   0 |   0 |   0 | 257k|   0 | 0.000000e+00 |      --      |    Inf 
66.49/66.50	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
66.49/66.50	c  51.0s|750000 |672946 |     0 |   0.0 | 274M| 394 |   - | 652 | 840 |   0 |   0 |   0 | 259k|   0 | 0.000000e+00 |      --      |    Inf 
67.29/67.30	c  51.7s|760000 |682504 |     0 |   0.0 | 277M| 394 |   - | 652 | 910 |   0 |   0 |   0 | 260k|   0 | 0.000000e+00 |      --      |    Inf 
67.99/68.09	c  52.3s|770000 |692089 |     0 |   0.0 | 281M| 394 |   - | 652 | 871 |   0 |   0 |   0 | 262k|   0 | 0.000000e+00 |      --      |    Inf 
68.79/68.88	c  52.9s|780000 |701681 |     0 |   0.0 | 284M| 394 |   - | 652 | 917 |   0 |   0 |   0 | 264k|   0 | 0.000000e+00 |      --      |    Inf 
69.59/69.68	c  53.5s|790000 |711242 |     0 |   0.0 | 287M| 394 |   - | 652 | 947 |   0 |   0 |   0 | 266k|   0 | 0.000000e+00 |      --      |    Inf 
70.40/70.47	c  54.1s|800000 |720826 |     0 |   0.0 | 290M| 394 |   - | 652 | 923 |   0 |   0 |   0 | 268k|   0 | 0.000000e+00 |      --      |    Inf 
71.19/71.26	c  54.7s|810000 |730404 |     0 |   0.0 | 294M| 394 |   - | 652 |1003 |   0 |   0 |   0 | 270k|   0 | 0.000000e+00 |      --      |    Inf 
71.99/72.08	c  55.3s|820000 |739943 |     0 |   0.0 | 297M| 394 |   - | 652 |1120 |   0 |   0 |   0 | 272k|   0 | 0.000000e+00 |      --      |    Inf 
72.79/72.88	c  55.9s|830000 |749512 |     0 |   0.0 | 300M| 394 |   - | 652 | 996 |   0 |   0 |   0 | 274k|   0 | 0.000000e+00 |      --      |    Inf 
73.59/73.68	c  56.5s|840000 |759064 |     0 |   0.0 | 303M| 394 |   - | 652 |1109 |   0 |   0 |   0 | 276k|   0 | 0.000000e+00 |      --      |    Inf 
74.39/74.49	c  57.1s|850000 |768622 |     0 |   0.0 | 307M| 394 |   - | 652 |1105 |   0 |   0 |   0 | 278k|   0 | 0.000000e+00 |      --      |    Inf 
75.19/75.30	c  57.8s|860000 |778180 |     0 |   0.0 | 310M| 394 |   - | 652 |1145 |   0 |   0 |   0 | 281k|   0 | 0.000000e+00 |      --      |    Inf 
76.09/76.11	c  58.4s|870000 |787727 |     0 |   0.0 | 313M| 394 |   - | 652 |1170 |   0 |   0 |   0 | 283k|   0 | 0.000000e+00 |      --      |    Inf 
76.89/76.90	c  59.0s|880000 |797279 |     0 |   0.0 | 316M| 394 |   - | 652 |1207 |   0 |   0 |   0 | 285k|   0 | 0.000000e+00 |      --      |    Inf 
77.69/77.70	c  59.6s|890000 |806848 |     0 |   0.0 | 320M| 394 |   - | 652 |1164 |   0 |   0 |   0 | 287k|   0 | 0.000000e+00 |      --      |    Inf 
78.50/78.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
78.50/78.51	c  60.2s|900000 |816413 |     0 |   0.0 | 323M| 394 |   - | 652 |1158 |   0 |   0 |   0 | 289k|   0 | 0.000000e+00 |      --      |    Inf 
79.30/79.31	c  60.9s|910000 |825997 |     0 |   0.0 | 326M| 394 |   - | 652 |1158 |   0 |   0 |   0 | 291k|   0 | 0.000000e+00 |      --      |    Inf 
80.09/80.13	c  61.5s|920000 |835525 |     0 |   0.0 | 330M| 394 |   - | 652 |1271 |   0 |   0 |   0 | 293k|   0 | 0.000000e+00 |      --      |    Inf 
80.89/80.93	c  62.1s|930000 |845101 |     0 |   0.0 | 333M| 394 |   - | 652 |1259 |   0 |   0 |   0 | 295k|   0 | 0.000000e+00 |      --      |    Inf 
81.70/81.75	c  62.7s|940000 |854641 |     0 |   0.0 | 336M| 394 |   - | 652 |1274 |   0 |   0 |   0 | 297k|   0 | 0.000000e+00 |      --      |    Inf 
82.50/82.55	c  63.4s|950000 |864200 |     0 |   0.0 | 339M| 394 |   - | 652 |1177 |   0 |   0 |   0 | 299k|   0 | 0.000000e+00 |      --      |    Inf 
83.29/83.37	c  64.0s|960000 |873732 |     0 |   0.0 | 343M| 394 |   - | 652 |1336 |   0 |   0 |   0 | 302k|   0 | 0.000000e+00 |      --      |    Inf 
84.09/84.17	c  64.6s|970000 |883303 |     0 |   0.0 | 346M| 394 |   - | 652 |1238 |   0 |   0 |   0 | 304k|   0 | 0.000000e+00 |      --      |    Inf 
85.00/85.00	c  65.3s|980000 |892843 |     0 |   0.0 | 349M| 394 |   - | 652 |1241 |   0 |   0 |   0 | 306k|   0 | 0.000000e+00 |      --      |    Inf 
85.80/85.82	c  65.9s|990000 |902403 |     0 |   0.0 | 352M| 394 |   - | 652 |1367 |   0 |   0 |   0 | 308k|   0 | 0.000000e+00 |      --      |    Inf 
86.59/86.62	c  66.5s|  1000k|911973 |     0 |   0.0 | 356M| 394 |   - | 652 |1333 |   0 |   0 |   0 | 310k|   0 | 0.000000e+00 |      --      |    Inf 
87.39/87.42	c  67.2s|  1010k|921526 |     0 |   0.0 | 359M| 394 |   - | 652 |1163 |   0 |   0 |   0 | 312k|   0 | 0.000000e+00 |      --      |    Inf 
88.20/88.23	c  67.8s|  1020k|931081 |     0 |   0.0 | 362M| 394 |   - | 652 |1288 |   0 |   0 |   0 | 314k|   0 | 0.000000e+00 |      --      |    Inf 
88.99/89.04	c  68.4s|  1030k|940621 |     0 |   0.0 | 365M| 394 |   - | 652 |1355 |   0 |   0 |   0 | 316k|   0 | 0.000000e+00 |      --      |    Inf 
89.80/89.88	c  69.0s|  1040k|950134 |     0 |   0.0 | 369M| 394 |   - | 652 |1273 |   0 |   0 |   0 | 318k|   0 | 0.000000e+00 |      --      |    Inf 
90.60/90.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
90.60/90.69	c  69.7s|  1050k|959657 |     0 |   0.0 | 372M| 394 |   - | 652 |1296 |   0 |   0 |   0 | 320k|   0 | 0.000000e+00 |      --      |    Inf 
91.49/91.51	c  70.3s|  1060k|969168 |     0 |   0.0 | 375M| 394 |   - | 652 |1295 |   0 |   0 |   0 | 322k|   0 | 0.000000e+00 |      --      |    Inf 
92.29/92.33	c  70.9s|  1070k|978685 |     0 |   0.0 | 378M| 394 |   - | 652 |1217 |   0 |   0 |   0 | 324k|   0 | 0.000000e+00 |      --      |    Inf 
93.09/93.13	c  71.5s|  1080k|988239 |     0 |   0.0 | 382M| 394 |   - | 652 |1337 |   0 |   0 |   0 | 326k|   0 | 0.000000e+00 |      --      |    Inf 
93.90/93.93	c  72.1s|  1090k|997799 |     0 |   0.0 | 385M| 394 |   - | 652 |1298 |   0 |   0 |   0 | 328k|   0 | 0.000000e+00 |      --      |    Inf 
94.70/94.75	c  72.8s|  1100k|  1007k|     0 |   0.0 | 388M| 394 |   - | 652 |1314 |   0 |   0 |   0 | 330k|   0 | 0.000000e+00 |      --      |    Inf 
95.50/95.56	c  73.4s|  1110k|  1016k|     0 |   0.0 | 391M| 394 |   - | 652 |1275 |   0 |   0 |   0 | 332k|   0 | 0.000000e+00 |      --      |    Inf 
96.29/96.36	c  74.0s|  1120k|  1026k|     0 |   0.0 | 395M| 394 |   - | 652 |1344 |   0 |   0 |   0 | 334k|   0 | 0.000000e+00 |      --      |    Inf 
97.09/97.16	c  74.6s|  1130k|  1035k|     0 |   0.0 | 398M| 394 |   - | 652 |1270 |   0 |   0 |   0 | 336k|   0 | 0.000000e+00 |      --      |    Inf 
97.90/97.97	c  75.2s|  1140k|  1045k|     0 |   0.0 | 401M| 394 |   - | 652 |1316 |   0 |   0 |   0 | 338k|   0 | 0.000000e+00 |      --      |    Inf 
98.70/98.78	c  75.8s|  1150k|  1055k|     0 |   0.0 | 404M| 394 |   - | 652 |1306 |   0 |   0 |   0 | 340k|   0 | 0.000000e+00 |      --      |    Inf 
99.50/99.57	c  76.4s|  1160k|  1064k|     0 |   0.0 | 408M| 394 |   - | 652 |1351 |   0 |   0 |   0 | 342k|   0 | 0.000000e+00 |      --      |    Inf 
100.30/100.37	c  77.0s|  1170k|  1074k|     0 |   0.0 | 411M| 394 |   - | 652 |1280 |   0 |   0 |   0 | 344k|   0 | 0.000000e+00 |      --      |    Inf 
101.10/101.19	c  77.7s|  1180k|  1083k|     0 |   0.0 | 414M| 394 |   - | 652 |1376 |   0 |   0 |   0 | 346k|   0 | 0.000000e+00 |      --      |    Inf 
101.99/102.03	c  78.3s|  1190k|  1093k|     0 |   0.0 | 417M| 394 |   - | 652 |1312 |   0 |   0 |   0 | 348k|   0 | 0.000000e+00 |      --      |    Inf 
102.80/102.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
102.80/102.83	c  78.9s|  1200k|  1102k|     0 |   0.0 | 421M| 394 |   - | 652 |1348 |   0 |   0 |   0 | 350k|   0 | 0.000000e+00 |      --      |    Inf 
103.59/103.67	c  79.6s|  1210k|  1112k|     0 |   0.0 | 424M| 394 |   - | 652 |1447 |   0 |   0 |   0 | 352k|   0 | 0.000000e+00 |      --      |    Inf 
104.39/104.48	c  80.2s|  1220k|  1121k|     0 |   0.0 | 427M| 394 |   - | 652 |1332 |   0 |   0 |   0 | 354k|   0 | 0.000000e+00 |      --      |    Inf 
105.30/105.30	c  80.8s|  1230k|  1131k|     0 |   0.0 | 430M| 394 |   - | 652 |1346 |   0 |   0 |   0 | 356k|   0 | 0.000000e+00 |      --      |    Inf 
106.09/106.11	c  81.4s|  1240k|  1140k|     0 |   0.0 | 433M| 394 |   - | 652 |1280 |   0 |   0 |   0 | 358k|   0 | 0.000000e+00 |      --      |    Inf 
106.90/106.95	c  82.1s|  1250k|  1150k|     0 |   0.0 | 437M| 394 |   - | 652 |1290 |   0 |   0 |   0 | 360k|   0 | 0.000000e+00 |      --      |    Inf 
107.70/107.75	c  82.7s|  1260k|  1159k|     0 |   0.0 | 440M| 394 |   - | 652 |1407 |   0 |   0 |   0 | 362k|   0 | 0.000000e+00 |      --      |    Inf 
108.50/108.57	c  83.3s|  1270k|  1169k|     0 |   0.0 | 443M| 394 |   - | 652 |1364 |   0 |   0 |   0 | 364k|   0 | 0.000000e+00 |      --      |    Inf 
109.29/109.39	c  84.0s|  1280k|  1179k|     0 |   0.0 | 446M| 394 |   - | 652 |1318 |   0 |   0 |   0 | 366k|   0 | 0.000000e+00 |      --      |    Inf 
110.19/110.21	c  84.6s|  1290k|  1188k|     0 |   0.0 | 450M| 394 |   - | 652 |1352 |   0 |   0 |   0 | 368k|   0 | 0.000000e+00 |      --      |    Inf 
110.99/111.07	c  85.2s|  1300k|  1198k|     0 |   0.0 | 453M| 394 |   - | 652 |1358 |   0 |   0 |   0 | 370k|   0 | 0.000000e+00 |      --      |    Inf 
111.79/111.89	c  85.8s|  1310k|  1207k|     0 |   0.0 | 456M| 394 |   - | 652 |1328 |   0 |   0 |   0 | 372k|   0 | 0.000000e+00 |      --      |    Inf 
112.69/112.74	c  86.5s|  1320k|  1217k|     0 |   0.0 | 459M| 394 |   - | 652 |1351 |   0 |   0 |   0 | 374k|   0 | 0.000000e+00 |      --      |    Inf 
113.50/113.55	c  87.1s|  1330k|  1226k|     0 |   0.0 | 462M| 394 |   - | 652 |1325 |   0 |   0 |   0 | 376k|   0 | 0.000000e+00 |      --      |    Inf 
114.29/114.39	c  87.8s|  1340k|  1236k|     0 |   0.0 | 466M| 394 |   - | 652 |1260 |   0 |   0 |   0 | 378k|   0 | 0.000000e+00 |      --      |    Inf 
115.19/115.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
115.19/115.21	c  88.4s|  1350k|  1245k|     0 |   0.0 | 469M| 394 |   - | 652 |1461 |   0 |   0 |   0 | 381k|   0 | 0.000000e+00 |      --      |    Inf 
116.00/116.01	c  89.0s|  1360k|  1255k|     0 |   0.0 | 472M| 394 |   - | 652 |1347 |   0 |   0 |   0 | 383k|   0 | 0.000000e+00 |      --      |    Inf 
116.80/116.80	c  89.6s|  1370k|  1264k|     0 |   0.0 | 475M| 394 |   - | 652 |1373 |   0 |   0 |   0 | 385k|   0 | 0.000000e+00 |      --      |    Inf 
117.59/117.60	c  90.2s|  1380k|  1274k|     0 |   0.0 | 479M| 394 |   - | 652 |1307 |   0 |   0 |   0 | 387k|   0 | 0.000000e+00 |      --      |    Inf 
118.40/118.40	c  90.8s|  1390k|  1283k|     0 |   0.0 | 482M| 394 |   - | 652 |1216 |   0 |   0 |   0 | 389k|   0 | 0.000000e+00 |      --      |    Inf 
119.10/119.18	c  91.4s|  1400k|  1293k|     0 |   0.0 | 485M| 394 |   - | 652 |1382 |   0 |   0 |   0 | 391k|   0 | 0.000000e+00 |      --      |    Inf 
119.90/119.97	c  92.0s|  1410k|  1303k|     0 |   0.0 | 489M| 394 |   - | 652 |1484 |   0 |   0 |   0 | 393k|   0 | 0.000000e+00 |      --      |    Inf 
120.69/120.78	c  92.7s|  1420k|  1312k|     0 |   0.0 | 492M| 394 |   - | 652 |1344 |   0 |   0 |   0 | 395k|   0 | 0.000000e+00 |      --      |    Inf 
121.59/121.64	c  93.3s|  1430k|  1322k|     0 |   0.0 | 495M| 394 |   - | 652 |1476 |   0 |   0 |   0 | 397k|   0 | 0.000000e+00 |      --      |    Inf 
122.39/122.46	c  93.9s|  1440k|  1331k|     0 |   0.0 | 498M| 394 |   - | 652 |1374 |   0 |   0 |   0 | 399k|   0 | 0.000000e+00 |      --      |    Inf 
123.30/123.31	c  94.6s|  1450k|  1341k|     0 |   0.0 | 502M| 394 |   - | 652 |1388 |   0 |   0 |   0 | 401k|   0 | 0.000000e+00 |      --      |    Inf 
124.10/124.17	c  95.3s|  1460k|  1350k|     0 |   0.0 | 505M| 394 |   - | 652 |1456 |   0 |   0 |   0 | 403k|   0 | 0.000000e+00 |      --      |    Inf 
125.00/125.02	c  96.0s|  1470k|  1360k|     0 |   0.0 | 508M| 394 |   - | 652 |1459 |   0 |   0 |   0 | 405k|   0 | 0.000000e+00 |      --      |    Inf 
125.79/125.85	c  96.6s|  1480k|  1369k|     0 |   0.0 | 511M| 394 |   - | 652 |1481 |   0 |   0 |   0 | 407k|   0 | 0.000000e+00 |      --      |    Inf 
126.60/126.69	c  97.3s|  1490k|  1379k|     0 |   0.0 | 515M| 394 |   - | 652 |1532 |   0 |   0 |   0 | 410k|   0 | 0.000000e+00 |      --      |    Inf 
127.49/127.57	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
127.49/127.57	c  97.9s|  1500k|  1388k|     0 |   0.0 | 518M| 394 |   - | 652 |1429 |   0 |   0 |   0 | 412k|   0 | 0.000000e+00 |      --      |    Inf 
128.40/128.40	c  98.6s|  1510k|  1398k|     0 |   0.0 | 521M| 394 |   - | 652 |1365 |   0 |   0 |   0 | 414k|   0 | 0.000000e+00 |      --      |    Inf 
129.20/129.21	c  99.2s|  1520k|  1407k|     0 |   0.0 | 524M| 394 |   - | 652 |1410 |   0 |   0 |   0 | 416k|   0 | 0.000000e+00 |      --      |    Inf 
129.99/130.03	c  99.8s|  1530k|  1417k|     0 |   0.0 | 527M| 394 |   - | 652 |1287 |   0 |   0 |   0 | 418k|   0 | 0.000000e+00 |      --      |    Inf 
130.79/130.83	c   100s|  1540k|  1426k|     0 |   0.0 | 531M| 394 |   - | 652 |1326 |   0 |   0 |   0 | 420k|   0 | 0.000000e+00 |      --      |    Inf 
131.59/131.64	c   101s|  1550k|  1436k|     0 |   0.0 | 534M| 394 |   - | 652 |1366 |   0 |   0 |   0 | 422k|   0 | 0.000000e+00 |      --      |    Inf 
132.39/132.45	c   102s|  1560k|  1445k|     0 |   0.0 | 537M| 394 |   - | 652 |1505 |   0 |   0 |   0 | 424k|   0 | 0.000000e+00 |      --      |    Inf 
133.20/133.26	c   102s|  1570k|  1455k|     0 |   0.0 | 541M| 394 |   - | 652 |1423 |   0 |   0 |   0 | 426k|   0 | 0.000000e+00 |      --      |    Inf 
134.00/134.08	c   103s|  1580k|  1464k|     0 |   0.0 | 544M| 394 |   - | 652 |1469 |   0 |   0 |   0 | 428k|   0 | 0.000000e+00 |      --      |    Inf 
134.89/134.91	c   104s|  1590k|  1474k|     0 |   0.0 | 547M| 394 |   - | 652 |1455 |   0 |   0 |   0 | 430k|   0 | 0.000000e+00 |      --      |    Inf 
135.70/135.73	c   104s|  1600k|  1483k|     0 |   0.0 | 550M| 394 |   - | 652 |1295 |   0 |   0 |   0 | 432k|   0 | 0.000000e+00 |      --      |    Inf 
136.50/136.56	c   105s|  1610k|  1493k|     0 |   0.0 | 554M| 394 |   - | 652 |1324 |   0 |   0 |   0 | 434k|   0 | 0.000000e+00 |      --      |    Inf 
137.29/137.40	c   105s|  1620k|  1502k|     0 |   0.0 | 557M| 394 |   - | 652 |1306 |   0 |   0 |   0 | 436k|   0 | 0.000000e+00 |      --      |    Inf 
138.20/138.26	c   106s|  1630k|  1512k|     0 |   0.0 | 560M| 394 |   - | 652 |1223 |   0 |   0 |   0 | 438k|   0 | 0.000000e+00 |      --      |    Inf 
138.99/139.09	c   107s|  1640k|  1521k|     0 |   0.0 | 563M| 394 |   - | 652 |1292 |   0 |   0 |   0 | 440k|   0 | 0.000000e+00 |      --      |    Inf 
139.89/139.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
139.89/139.96	c   107s|  1650k|  1531k|     0 |   0.0 | 567M| 394 |   - | 652 |1334 |   0 |   0 |   0 | 442k|   0 | 0.000000e+00 |      --      |    Inf 
140.80/140.81	c   108s|  1660k|  1540k|     0 |   0.0 | 570M| 394 |   - | 652 |1326 |   0 |   0 |   0 | 443k|   0 | 0.000000e+00 |      --      |    Inf 
141.59/141.69	c   109s|  1670k|  1550k|     0 |   0.0 | 573M| 394 |   - | 652 |1308 |   0 |   0 |   0 | 446k|   0 | 0.000000e+00 |      --      |    Inf 
142.49/142.51	c   109s|  1680k|  1560k|     0 |   0.0 | 576M| 394 |   - | 652 |1279 |   0 |   0 |   0 | 448k|   0 | 0.000000e+00 |      --      |    Inf 
143.29/143.34	c   110s|  1690k|  1569k|     0 |   0.0 | 580M| 394 |   - | 652 |1330 |   0 |   0 |   0 | 449k|   0 | 0.000000e+00 |      --      |    Inf 
144.10/144.18	c   111s|  1700k|  1579k|     0 |   0.0 | 583M| 394 |   - | 652 |1415 |   0 |   0 |   0 | 451k|   0 | 0.000000e+00 |      --      |    Inf 
144.89/144.98	c   111s|  1710k|  1588k|     0 |   0.0 | 586M| 394 |   - | 652 |1365 |   0 |   0 |   0 | 453k|   0 | 0.000000e+00 |      --      |    Inf 
145.69/145.79	c   112s|  1720k|  1598k|     0 |   0.0 | 589M| 394 |   - | 652 |1414 |   0 |   0 |   0 | 455k|   0 | 0.000000e+00 |      --      |    Inf 
146.49/146.59	c   112s|  1730k|  1607k|     0 |   0.0 | 593M| 394 |   - | 652 |1282 |   0 |   0 |   0 | 457k|   0 | 0.000000e+00 |      --      |    Inf 
147.40/147.41	c   113s|  1740k|  1617k|     0 |   0.0 | 596M| 394 |   - | 652 |1400 |   0 |   0 |   0 | 459k|   0 | 0.000000e+00 |      --      |    Inf 
148.20/148.24	c   114s|  1750k|  1626k|     0 |   0.0 | 599M| 394 |   - | 652 |1409 |   0 |   0 |   0 | 461k|   0 | 0.000000e+00 |      --      |    Inf 
148.99/149.06	c   114s|  1760k|  1636k|     0 |   0.0 | 602M| 394 |   - | 652 |1378 |   0 |   0 |   0 | 463k|   0 | 0.000000e+00 |      --      |    Inf 
149.80/149.87	c   115s|  1770k|  1645k|     0 |   0.0 | 606M| 394 |   - | 652 |1428 |   0 |   0 |   0 | 465k|   0 | 0.000000e+00 |      --      |    Inf 
150.70/150.71	c   116s|  1780k|  1655k|     0 |   0.0 | 609M| 394 |   - | 652 |1345 |   0 |   0 |   0 | 466k|   0 | 0.000000e+00 |      --      |    Inf 
151.49/151.56	c   116s|  1790k|  1664k|     0 |   0.0 | 612M| 394 |   - | 652 |1351 |   0 |   0 |   0 | 468k|   0 | 0.000000e+00 |      --      |    Inf 
152.40/152.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
152.40/152.43	c   117s|  1800k|  1674k|     0 |   0.0 | 615M| 394 |   - | 652 |1405 |   0 |   0 |   0 | 470k|   0 | 0.000000e+00 |      --      |    Inf 
153.30/153.30	c   118s|  1810k|  1683k|     0 |   0.0 | 619M| 394 |   - | 652 |1441 |   0 |   0 |   0 | 472k|   0 | 0.000000e+00 |      --      |    Inf 
154.10/154.16	c   118s|  1820k|  1693k|     0 |   0.0 | 622M| 394 |   - | 652 |1471 |   0 |   0 |   0 | 474k|   0 | 0.000000e+00 |      --      |    Inf 
154.99/155.02	c   119s|  1830k|  1702k|     0 |   0.0 | 625M| 394 |   - | 652 |1311 |   0 |   0 |   0 | 476k|   0 | 0.000000e+00 |      --      |    Inf 
155.79/155.85	c   120s|  1840k|  1712k|     0 |   0.0 | 628M| 394 |   - | 652 |1367 |   0 |   0 |   0 | 478k|   0 | 0.000000e+00 |      --      |    Inf 
156.59/156.65	c   120s|  1850k|  1721k|     0 |   0.0 | 632M| 394 |   - | 652 |1390 |   0 |   0 |   0 | 480k|   0 | 0.000000e+00 |      --      |    Inf 
157.49/157.50	c   121s|  1860k|  1731k|     0 |   0.0 | 635M| 394 |   - | 652 |1288 |   0 |   0 |   0 | 482k|   0 | 0.000000e+00 |      --      |    Inf 
158.30/158.37	c   122s|  1870k|  1740k|     0 |   0.0 | 638M| 394 |   - | 652 |1245 |   0 |   0 |   0 | 484k|   0 | 0.000000e+00 |      --      |    Inf 
159.10/159.19	c   122s|  1880k|  1750k|     0 |   0.0 | 641M| 394 |   - | 652 |1403 |   0 |   0 |   0 | 485k|   0 | 0.000000e+00 |      --      |    Inf 
159.99/160.01	c   123s|  1890k|  1759k|     0 |   0.0 | 644M| 394 |   - | 652 |1444 |   0 |   0 |   0 | 488k|   0 | 0.000000e+00 |      --      |    Inf 
160.80/160.82	c   124s|  1900k|  1769k|     0 |   0.0 | 648M| 394 |   - | 652 |1291 |   0 |   0 |   0 | 490k|   0 | 0.000000e+00 |      --      |    Inf 
161.60/161.62	c   124s|  1910k|  1778k|     0 |   0.0 | 651M| 394 |   - | 652 |1322 |   0 |   0 |   0 | 492k|   0 | 0.000000e+00 |      --      |    Inf 
162.40/162.42	c   125s|  1920k|  1788k|     0 |   0.0 | 654M| 394 |   - | 652 |1188 |   0 |   0 |   0 | 493k|   0 | 0.000000e+00 |      --      |    Inf 
163.20/163.24	c   125s|  1930k|  1797k|     0 |   0.0 | 657M| 394 |   - | 652 |1327 |   0 |   0 |   0 | 495k|   0 | 0.000000e+00 |      --      |    Inf 
164.00/164.05	c   126s|  1940k|  1807k|     0 |   0.0 | 661M| 394 |   - | 652 |1405 |   0 |   0 |   0 | 497k|   0 | 0.000000e+00 |      --      |    Inf 
164.79/164.87	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
164.79/164.87	c   127s|  1950k|  1816k|     0 |   0.0 | 664M| 394 |   - | 652 |1330 |   0 |   0 |   0 | 498k|   0 | 0.000000e+00 |      --      |    Inf 
165.70/165.72	c   127s|  1960k|  1826k|     0 |   0.0 | 667M| 394 |   - | 652 |1318 |   0 |   0 |   0 | 500k|   0 | 0.000000e+00 |      --      |    Inf 
166.50/166.55	c   128s|  1970k|  1835k|     0 |   0.0 | 670M| 394 |   - | 652 |1319 |   0 |   0 |   0 | 502k|   0 | 0.000000e+00 |      --      |    Inf 
167.30/167.38	c   128s|  1980k|  1845k|     0 |   0.0 | 674M| 394 |   - | 652 |1267 |   0 |   0 |   0 | 504k|   0 | 0.000000e+00 |      --      |    Inf 
168.20/168.26	c   129s|  1990k|  1854k|     0 |   0.0 | 677M| 394 |   - | 652 |1429 |   0 |   0 |   0 | 507k|   0 | 0.000000e+00 |      --      |    Inf 
169.10/169.14	c   130s|  2000k|  1864k|     0 |   0.0 | 680M| 394 |   - | 652 |1335 |   0 |   0 |   0 | 508k|   0 | 0.000000e+00 |      --      |    Inf 
169.90/169.99	c   131s|  2010k|  1873k|     0 |   0.0 | 683M| 394 |   - | 652 |1354 |   0 |   0 |   0 | 510k|   0 | 0.000000e+00 |      --      |    Inf 
170.80/170.84	c   131s|  2020k|  1883k|     0 |   0.0 | 687M| 394 |   - | 652 |1385 |   0 |   0 |   0 | 512k|   0 | 0.000000e+00 |      --      |    Inf 
171.60/171.67	c   132s|  2030k|  1892k|     0 |   0.0 | 690M| 394 |   - | 652 |1150 |   0 |   0 |   0 | 514k|   0 | 0.000000e+00 |      --      |    Inf 
172.50/172.52	c   132s|  2040k|  1902k|     0 |   0.0 | 693M| 394 |   - | 652 |1340 |   0 |   0 |   0 | 516k|   0 | 0.000000e+00 |      --      |    Inf 
173.30/173.35	c   133s|  2050k|  1911k|     0 |   0.0 | 696M| 394 |   - | 652 |1422 |   0 |   0 |   0 | 518k|   0 | 0.000000e+00 |      --      |    Inf 
174.20/174.21	c   134s|  2060k|  1921k|     0 |   0.0 | 700M| 394 |   - | 652 |1390 |   0 |   0 |   0 | 520k|   0 | 0.000000e+00 |      --      |    Inf 
175.00/175.06	c   134s|  2070k|  1930k|     0 |   0.0 | 703M| 394 |   - | 652 |1355 |   0 |   0 |   0 | 522k|   0 | 0.000000e+00 |      --      |    Inf 
175.90/175.92	c   135s|  2080k|  1940k|     0 |   0.0 | 706M| 394 |   - | 652 |1398 |   0 |   0 |   0 | 524k|   0 | 0.000000e+00 |      --      |    Inf 
176.70/176.74	c   136s|  2090k|  1949k|     0 |   0.0 | 709M| 394 |   - | 652 |1325 |   0 |   0 |   0 | 526k|   0 | 0.000000e+00 |      --      |    Inf 
177.59/177.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
177.59/177.61	c   136s|  2100k|  1959k|     0 |   0.0 | 713M| 394 |   - | 652 |1331 |   0 |   0 |   0 | 528k|   0 | 0.000000e+00 |      --      |    Inf 
178.40/178.44	c   137s|  2110k|  1968k|     0 |   0.0 | 716M| 394 |   - | 652 |1228 |   0 |   0 |   0 | 529k|   0 | 0.000000e+00 |      --      |    Inf 
179.19/179.29	c   138s|  2120k|  1978k|     0 |   0.0 | 719M| 394 |   - | 652 |1326 |   0 |   0 |   0 | 531k|   0 | 0.000000e+00 |      --      |    Inf 
180.09/180.18	c   138s|  2130k|  1987k|     0 |   0.0 | 722M| 394 |   - | 652 |1370 |   0 |   0 |   0 | 533k|   0 | 0.000000e+00 |      --      |    Inf 
181.00/181.04	c   139s|  2140k|  1997k|     0 |   0.0 | 725M| 394 |   - | 652 |1370 |   0 |   0 |   0 | 535k|   0 | 0.000000e+00 |      --      |    Inf 
181.89/181.90	c   140s|  2150k|  2006k|     0 |   0.0 | 729M| 394 |   - | 652 |1384 |   0 |   0 |   0 | 537k|   0 | 0.000000e+00 |      --      |    Inf 
182.70/182.73	c   140s|  2160k|  2016k|     0 |   0.0 | 732M| 394 |   - | 652 |1374 |   0 |   0 |   0 | 539k|   0 | 0.000000e+00 |      --      |    Inf 
183.50/183.59	c   141s|  2170k|  2025k|     0 |   0.0 | 735M| 394 |   - | 652 |1480 |   0 |   0 |   0 | 541k|   0 | 0.000000e+00 |      --      |    Inf 
184.40/184.46	c   142s|  2180k|  2035k|     0 |   0.0 | 738M| 394 |   - | 652 |1365 |   0 |   0 |   0 | 543k|   0 | 0.000000e+00 |      --      |    Inf 
185.29/185.31	c   142s|  2190k|  2044k|     0 |   0.0 | 742M| 394 |   - | 652 |1273 |   0 |   0 |   0 | 545k|   0 | 0.000000e+00 |      --      |    Inf 
186.09/186.19	c   143s|  2200k|  2054k|     0 |   0.0 | 745M| 394 |   - | 652 |1457 |   0 |   0 |   0 | 547k|   0 | 0.000000e+00 |      --      |    Inf 
187.00/187.08	c   144s|  2210k|  2063k|     0 |   0.0 | 748M| 394 |   - | 652 |1311 |   0 |   0 |   0 | 549k|   0 | 0.000000e+00 |      --      |    Inf 
187.90/187.96	c   144s|  2220k|  2073k|     0 |   0.0 | 751M| 394 |   - | 652 |1408 |   0 |   0 |   0 | 551k|   0 | 0.000000e+00 |      --      |    Inf 
188.80/188.85	c   145s|  2230k|  2082k|     0 |   0.0 | 755M| 394 |   - | 652 |1460 |   0 |   0 |   0 | 553k|   0 | 0.000000e+00 |      --      |    Inf 
189.70/189.74	c   146s|  2240k|  2092k|     0 |   0.0 | 758M| 394 |   - | 652 |1476 |   0 |   0 |   0 | 556k|   0 | 0.000000e+00 |      --      |    Inf 
190.60/190.63	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
190.60/190.63	c   146s|  2250k|  2101k|     0 |   0.0 | 761M| 394 |   - | 652 |1536 |   0 |   0 |   0 | 558k|   0 | 0.000000e+00 |      --      |    Inf 
191.50/191.51	c   147s|  2260k|  2111k|     0 |   0.0 | 765M| 394 |   - | 652 |1378 |   0 |   0 |   0 | 560k|   0 | 0.000000e+00 |      --      |    Inf 
192.29/192.36	c   148s|  2270k|  2120k|     0 |   0.0 | 768M| 394 |   - | 652 |1447 |   0 |   0 |   0 | 562k|   0 | 0.000000e+00 |      --      |    Inf 
193.20/193.23	c   148s|  2280k|  2130k|     0 |   0.0 | 771M| 394 |   - | 652 |1366 |   0 |   0 |   0 | 564k|   0 | 0.000000e+00 |      --      |    Inf 
194.00/194.09	c   149s|  2290k|  2139k|     0 |   0.0 | 774M| 394 |   - | 652 |1400 |   0 |   0 |   0 | 566k|   0 | 0.000000e+00 |      --      |    Inf 
194.89/194.95	c   150s|  2300k|  2149k|     0 |   0.0 | 778M| 394 |   - | 652 |1535 |   0 |   0 |   0 | 567k|   0 | 0.000000e+00 |      --      |    Inf 
195.81/195.85	c   150s|  2310k|  2158k|     0 |   0.0 | 781M| 394 |   - | 652 |1457 |   0 |   0 |   0 | 570k|   0 | 0.000000e+00 |      --      |    Inf 
196.60/196.69	c   151s|  2320k|  2168k|     0 |   0.0 | 784M| 394 |   - | 652 |1525 |   0 |   0 |   0 | 572k|   0 | 0.000000e+00 |      --      |    Inf 
197.59/197.61	c   152s|  2330k|  2177k|     0 |   0.0 | 787M| 394 |   - | 652 |1405 |   0 |   0 |   0 | 574k|   0 | 0.000000e+00 |      --      |    Inf 
198.50/198.54	c   153s|  2340k|  2187k|     0 |   0.0 | 791M| 394 |   - | 652 |1354 |   0 |   0 |   0 | 576k|   0 | 0.000000e+00 |      --      |    Inf 
199.30/199.39	c   153s|  2350k|  2196k|     0 |   0.0 | 794M| 394 |   - | 652 |1434 |   0 |   0 |   0 | 578k|   0 | 0.000000e+00 |      --      |    Inf 
200.20/200.24	c   154s|  2360k|  2206k|     0 |   0.0 | 797M| 394 |   - | 652 |1471 |   0 |   0 |   0 | 580k|   0 | 0.000000e+00 |      --      |    Inf 
201.00/201.09	c   155s|  2370k|  2215k|     0 |   0.0 | 800M| 394 |   - | 652 |1391 |   0 |   0 |   0 | 582k|   0 | 0.000000e+00 |      --      |    Inf 
201.90/201.96	c   155s|  2380k|  2225k|     0 |   0.0 | 803M| 394 |   - | 652 |1375 |   0 |   0 |   0 | 584k|   0 | 0.000000e+00 |      --      |    Inf 
202.80/202.86	c   156s|  2390k|  2234k|     0 |   0.0 | 807M| 394 |   - | 652 |1350 |   0 |   0 |   0 | 585k|   0 | 0.000000e+00 |      --      |    Inf 
203.70/203.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
203.70/203.74	c   157s|  2400k|  2244k|     0 |   0.0 | 810M| 394 |   - | 652 |1404 |   0 |   0 |   0 | 587k|   0 | 0.000000e+00 |      --      |    Inf 
204.50/204.57	c   157s|  2410k|  2253k|     0 |   0.0 | 813M| 394 |   - | 652 |1392 |   0 |   0 |   0 | 589k|   0 | 0.000000e+00 |      --      |    Inf 
205.30/205.39	c   158s|  2420k|  2263k|     0 |   0.0 | 817M| 394 |   - | 652 |1549 |   0 |   0 |   0 | 591k|   0 | 0.000000e+00 |      --      |    Inf 
206.20/206.22	c   159s|  2430k|  2272k|     0 |   0.0 | 820M| 394 |   - | 652 |1462 |   0 |   0 |   0 | 593k|   0 | 0.000000e+00 |      --      |    Inf 
207.10/207.10	c   159s|  2440k|  2282k|     0 |   0.0 | 823M| 394 |   - | 652 |1386 |   0 |   0 |   0 | 595k|   0 | 0.000000e+00 |      --      |    Inf 
207.91/207.94	c   160s|  2450k|  2291k|     0 |   0.0 | 826M| 394 |   - | 652 |1520 |   0 |   0 |   0 | 597k|   0 | 0.000000e+00 |      --      |    Inf 
208.80/208.83	c   161s|  2460k|  2300k|     0 |   0.0 | 829M| 394 |   - | 652 |1505 |   0 |   0 |   0 | 599k|   0 | 0.000000e+00 |      --      |    Inf 
209.70/209.70	c   161s|  2470k|  2310k|     0 |   0.0 | 833M| 394 |   - | 652 |1477 |   0 |   0 |   0 | 601k|   0 | 0.000000e+00 |      --      |    Inf 
210.50/210.54	c   162s|  2480k|  2320k|     0 |   0.0 | 836M| 394 |   - | 652 |1526 |   0 |   0 |   0 | 603k|   0 | 0.000000e+00 |      --      |    Inf 
211.30/211.38	c   162s|  2490k|  2329k|     0 |   0.0 | 839M| 394 |   - | 652 |1587 |   0 |   0 |   0 | 605k|   0 | 0.000000e+00 |      --      |    Inf 
212.20/212.27	c   163s|  2500k|  2338k|     0 |   0.0 | 842M| 394 |   - | 652 |1492 |   0 |   0 |   0 | 607k|   0 | 0.000000e+00 |      --      |    Inf 
213.10/213.14	c   164s|  2510k|  2348k|     0 |   0.0 | 846M| 394 |   - | 652 |1312 |   0 |   0 |   0 | 609k|   0 | 0.000000e+00 |      --      |    Inf 
213.90/213.99	c   164s|  2520k|  2357k|     0 |   0.0 | 849M| 394 |   - | 652 |1483 |   0 |   0 |   0 | 610k|   0 | 0.000000e+00 |      --      |    Inf 
214.80/214.88	c   165s|  2530k|  2367k|     0 |   0.0 | 852M| 394 |   - | 652 |1500 |   0 |   0 |   0 | 613k|   0 | 0.000000e+00 |      --      |    Inf 
215.71/215.71	c   166s|  2540k|  2376k|     0 |   0.0 | 855M| 394 |   - | 652 |1358 |   0 |   0 |   0 | 615k|   0 | 0.000000e+00 |      --      |    Inf 
216.50/216.56	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
216.50/216.56	c   166s|  2550k|  2386k|     0 |   0.0 | 859M| 394 |   - | 652 |1385 |   0 |   0 |   0 | 617k|   0 | 0.000000e+00 |      --      |    Inf 
217.40/217.47	c   167s|  2560k|  2395k|     0 |   0.0 | 862M| 394 |   - | 652 |1614 |   0 |   0 |   0 | 619k|   0 | 0.000000e+00 |      --      |    Inf 
218.29/218.34	c   168s|  2570k|  2405k|     0 |   0.0 | 865M| 394 |   - | 652 |1321 |   0 |   0 |   0 | 621k|   0 | 0.000000e+00 |      --      |    Inf 
219.10/219.18	c   169s|  2580k|  2414k|     0 |   0.0 | 868M| 394 |   - | 652 |1373 |   0 |   0 |   0 | 622k|   0 | 0.000000e+00 |      --      |    Inf 
220.00/220.04	c   169s|  2590k|  2424k|     0 |   0.0 | 872M| 394 |   - | 652 |1400 |   0 |   0 |   0 | 624k|   0 | 0.000000e+00 |      --      |    Inf 
220.90/220.91	c   170s|  2600k|  2433k|     0 |   0.0 | 875M| 394 |   - | 652 |1432 |   0 |   0 |   0 | 626k|   0 | 0.000000e+00 |      --      |    Inf 
221.70/221.71	c   171s|  2610k|  2443k|     0 |   0.0 | 878M| 394 |   - | 652 |1408 |   0 |   0 |   0 | 628k|   0 | 0.000000e+00 |      --      |    Inf 
222.59/222.60	c   171s|  2620k|  2452k|     0 |   0.0 | 881M| 394 |   - | 652 |1465 |   0 |   0 |   0 | 630k|   0 | 0.000000e+00 |      --      |    Inf 
223.40/223.46	c   172s|  2630k|  2462k|     0 |   0.0 | 884M| 394 |   - | 652 |1469 |   0 |   0 |   0 | 632k|   0 | 0.000000e+00 |      --      |    Inf 
224.30/224.33	c   173s|  2640k|  2471k|     0 |   0.0 | 888M| 394 |   - | 652 |1376 |   0 |   0 |   0 | 633k|   0 | 0.000000e+00 |      --      |    Inf 
225.09/225.17	c   173s|  2650k|  2481k|     0 |   0.0 | 891M| 394 |   - | 652 |1433 |   0 |   0 |   0 | 636k|   0 | 0.000000e+00 |      --      |    Inf 
226.00/226.00	c   174s|  2660k|  2490k|     0 |   0.0 | 894M| 394 |   - | 652 |1526 |   0 |   0 |   0 | 638k|   0 | 0.000000e+00 |      --      |    Inf 
226.80/226.83	c   175s|  2670k|  2500k|     0 |   0.0 | 897M| 394 |   - | 652 |1441 |   0 |   0 |   0 | 639k|   0 | 0.000000e+00 |      --      |    Inf 
227.59/227.69	c   175s|  2680k|  2509k|     0 |   0.0 | 901M| 394 |   - | 652 |1382 |   0 |   0 |   0 | 641k|   0 | 0.000000e+00 |      --      |    Inf 
228.40/228.49	c   176s|  2690k|  2519k|     0 |   0.0 | 904M| 394 |   - | 652 |1475 |   0 |   0 |   0 | 643k|   0 | 0.000000e+00 |      --      |    Inf 
229.30/229.34	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
229.30/229.34	c   176s|  2700k|  2528k|     0 |   0.0 | 907M| 394 |   - | 652 |1447 |   0 |   0 |   0 | 645k|   0 | 0.000000e+00 |      --      |    Inf 
230.10/230.16	c   177s|  2710k|  2538k|     0 |   0.0 | 910M| 394 |   - | 652 |1382 |   0 |   0 |   0 | 646k|   0 | 0.000000e+00 |      --      |    Inf 
230.90/230.98	c   178s|  2720k|  2547k|     0 |   0.0 | 914M| 394 |   - | 652 |1494 |   0 |   0 |   0 | 648k|   0 | 0.000000e+00 |      --      |    Inf 
231.80/231.81	c   178s|  2730k|  2557k|     0 |   0.0 | 917M| 394 |   - | 652 |1460 |   0 |   0 |   0 | 650k|   0 | 0.000000e+00 |      --      |    Inf 
232.60/232.63	c   179s|  2740k|  2566k|     0 |   0.0 | 920M| 394 |   - | 652 |1504 |   0 |   0 |   0 | 652k|   0 | 0.000000e+00 |      --      |    Inf 
233.40/233.47	c   180s|  2750k|  2576k|     0 |   0.0 | 923M| 394 |   - | 652 |1505 |   0 |   0 |   0 | 654k|   0 | 0.000000e+00 |      --      |    Inf 
234.30/234.31	c   180s|  2760k|  2585k|     0 |   0.0 | 927M| 394 |   - | 652 |1542 |   0 |   0 |   0 | 656k|   0 | 0.000000e+00 |      --      |    Inf 
235.10/235.17	c   181s|  2770k|  2595k|     0 |   0.0 | 930M| 394 |   - | 652 |1695 |   0 |   0 |   0 | 658k|   0 | 0.000000e+00 |      --      |    Inf 
236.00/236.02	c   182s|  2780k|  2604k|     0 |   0.0 | 933M| 394 |   - | 652 |1485 |   0 |   0 |   0 | 660k|   0 | 0.000000e+00 |      --      |    Inf 
236.80/236.85	c   182s|  2790k|  2614k|     0 |   0.0 | 936M| 394 |   - | 652 |1467 |   0 |   0 |   0 | 662k|   0 | 0.000000e+00 |      --      |    Inf 
237.70/237.72	c   183s|  2800k|  2623k|     0 |   0.0 | 940M| 394 |   - | 652 |1595 |   0 |   0 |   0 | 664k|   0 | 0.000000e+00 |      --      |    Inf 
238.60/238.61	c   184s|  2810k|  2632k|     0 |   0.0 | 943M| 394 |   - | 652 |1551 |   0 |   0 |   0 | 666k|   0 | 0.000000e+00 |      --      |    Inf 
239.39/239.48	c   184s|  2820k|  2642k|     0 |   0.0 | 946M| 394 |   - | 652 |1600 |   0 |   0 |   0 | 668k|   0 | 0.000000e+00 |      --      |    Inf 
240.30/240.35	c   185s|  2830k|  2651k|     0 |   0.0 | 949M| 394 |   - | 652 |1491 |   0 |   0 |   0 | 670k|   0 | 0.000000e+00 |      --      |    Inf 
241.10/241.17	c   186s|  2840k|  2661k|     0 |   0.0 | 953M| 394 |   - | 652 |1506 |   0 |   0 |   0 | 672k|   0 | 0.000000e+00 |      --      |    Inf 
242.00/242.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
242.00/242.08	c   186s|  2850k|  2670k|     0 |   0.0 | 956M| 394 |   - | 652 |1517 |   0 |   0 |   0 | 674k|   0 | 0.000000e+00 |      --      |    Inf 
242.90/242.92	c   187s|  2860k|  2680k|     0 |   0.0 | 959M| 394 |   - | 652 |1586 |   0 |   0 |   0 | 676k|   0 | 0.000000e+00 |      --      |    Inf 
243.70/243.76	c   188s|  2870k|  2689k|     0 |   0.0 | 963M| 394 |   - | 652 |1537 |   0 |   0 |   0 | 678k|   0 | 0.000000e+00 |      --      |    Inf 
244.60/244.61	c   188s|  2880k|  2699k|     0 |   0.0 | 966M| 394 |   - | 652 |1466 |   0 |   0 |   0 | 680k|   0 | 0.000000e+00 |      --      |    Inf 
245.40/245.46	c   189s|  2890k|  2708k|     0 |   0.0 | 969M| 394 |   - | 652 |1461 |   0 |   0 |   0 | 681k|   0 | 0.000000e+00 |      --      |    Inf 
246.30/246.35	c   190s|  2900k|  2718k|     0 |   0.0 | 972M| 394 |   - | 652 |1523 |   0 |   0 |   0 | 683k|   0 | 0.000000e+00 |      --      |    Inf 
247.20/247.27	c   190s|  2910k|  2727k|     0 |   0.0 | 975M| 394 |   - | 652 |1548 |   0 |   0 |   0 | 685k|   0 | 0.000000e+00 |      --      |    Inf 
247.99/248.08	c   191s|  2920k|  2737k|     0 |   0.0 | 979M| 394 |   - | 652 |1459 |   0 |   0 |   0 | 687k|   0 | 0.000000e+00 |      --      |    Inf 
248.90/248.96	c   192s|  2930k|  2746k|     0 |   0.0 | 982M| 394 |   - | 652 |1431 |   0 |   0 |   0 | 688k|   0 | 0.000000e+00 |      --      |    Inf 
249.80/249.87	c   192s|  2940k|  2755k|     0 |   0.0 | 985M| 394 |   - | 652 |1535 |   0 |   0 |   0 | 690k|   0 | 0.000000e+00 |      --      |    Inf 
250.69/250.74	c   193s|  2950k|  2765k|     0 |   0.0 | 989M| 394 |   - | 652 |1625 |   0 |   0 |   0 | 692k|   0 | 0.000000e+00 |      --      |    Inf 
251.59/251.63	c   194s|  2960k|  2774k|     0 |   0.0 | 992M| 394 |   - | 652 |1630 |   0 |   0 |   0 | 694k|   0 | 0.000000e+00 |      --      |    Inf 
252.50/252.50	c   194s|  2970k|  2784k|     0 |   0.0 | 995M| 394 |   - | 652 |1504 |   0 |   0 |   0 | 696k|   0 | 0.000000e+00 |      --      |    Inf 
253.30/253.37	c   195s|  2980k|  2793k|     0 |   0.0 | 998M| 394 |   - | 652 |1524 |   0 |   0 |   0 | 698k|   0 | 0.000000e+00 |      --      |    Inf 
254.20/254.24	c   196s|  2990k|  2803k|     0 |   0.0 |1002M| 394 |   - | 652 |1563 |   0 |   0 |   0 | 700k|   0 | 0.000000e+00 |      --      |    Inf 
255.10/255.16	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
255.10/255.16	c   197s|  3000k|  2812k|     0 |   0.0 |1005M| 394 |   - | 652 |1477 |   0 |   0 |   0 | 703k|   0 | 0.000000e+00 |      --      |    Inf 
256.00/256.04	c   197s|  3010k|  2822k|     0 |   0.0 |1008M| 394 |   - | 652 |1555 |   0 |   0 |   0 | 705k|   0 | 0.000000e+00 |      --      |    Inf 
256.90/256.90	c   198s|  3020k|  2831k|     0 |   0.0 |1011M| 394 |   - | 652 |1500 |   0 |   0 |   0 | 707k|   0 | 0.000000e+00 |      --      |    Inf 
257.80/257.80	c   199s|  3030k|  2841k|     0 |   0.0 |1015M| 394 |   - | 652 |1650 |   0 |   0 |   0 | 709k|   0 | 0.000000e+00 |      --      |    Inf 
258.61/258.68	c   199s|  3040k|  2850k|     0 |   0.0 |1018M| 394 |   - | 652 |1556 |   0 |   0 |   0 | 711k|   0 | 0.000000e+00 |      --      |    Inf 
259.50/259.58	c   200s|  3050k|  2860k|     0 |   0.0 |1021M| 394 |   - | 652 |1508 |   0 |   0 |   0 | 713k|   0 | 0.000000e+00 |      --      |    Inf 
260.50/260.55	c   201s|  3060k|  2869k|     0 |   0.0 |1024M| 394 |   - | 652 |1578 |   0 |   0 |   0 | 715k|   0 | 0.000000e+00 |      --      |    Inf 
261.40/261.42	c   201s|  3070k|  2879k|     0 |   0.0 |1028M| 394 |   - | 652 |1525 |   0 |   0 |   0 | 717k|   0 | 0.000000e+00 |      --      |    Inf 
262.20/262.29	c   202s|  3080k|  2888k|     0 |   0.0 |1031M| 394 |   - | 652 |1456 |   0 |   0 |   0 | 718k|   0 | 0.000000e+00 |      --      |    Inf 
263.10/263.18	c   203s|  3090k|  2897k|     0 |   0.0 |1034M| 394 |   - | 652 |1412 |   0 |   0 |   0 | 720k|   0 | 0.000000e+00 |      --      |    Inf 
264.00/264.07	c   204s|  3100k|  2907k|     0 |   0.0 |1037M| 394 |   - | 652 |1430 |   0 |   0 |   0 | 722k|   0 | 0.000000e+00 |      --      |    Inf 
264.90/264.95	c   204s|  3110k|  2916k|     0 |   0.0 |1041M| 394 |   - | 652 |1461 |   0 |   0 |   0 | 724k|   0 | 0.000000e+00 |      --      |    Inf 
265.80/265.81	c   205s|  3120k|  2926k|     0 |   0.0 |1044M| 394 |   - | 652 |1509 |   0 |   0 |   0 | 726k|   0 | 0.000000e+00 |      --      |    Inf 
266.70/266.71	c   206s|  3130k|  2935k|     0 |   0.0 |1047M| 394 |   - | 652 |1410 |   0 |   0 |   0 | 728k|   0 | 0.000000e+00 |      --      |    Inf 
267.50/267.59	c   206s|  3140k|  2945k|     0 |   0.0 |1050M| 394 |   - | 652 |1449 |   0 |   0 |   0 | 730k|   0 | 0.000000e+00 |      --      |    Inf 
268.41/268.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
268.41/268.46	c   207s|  3150k|  2954k|     0 |   0.0 |1054M| 394 |   - | 652 |1462 |   0 |   0 |   0 | 732k|   0 | 0.000000e+00 |      --      |    Inf 
269.30/269.32	c   208s|  3160k|  2964k|     0 |   0.0 |1057M| 394 |   - | 652 |1437 |   0 |   0 |   0 | 734k|   0 | 0.000000e+00 |      --      |    Inf 
270.10/270.19	c   208s|  3170k|  2973k|     0 |   0.0 |1060M| 394 |   - | 652 |1532 |   0 |   0 |   0 | 736k|   0 | 0.000000e+00 |      --      |    Inf 
271.10/271.10	c   209s|  3180k|  2983k|     0 |   0.0 |1063M| 394 |   - | 652 |1586 |   0 |   0 |   0 | 737k|   0 | 0.000000e+00 |      --      |    Inf 
271.90/271.96	c   210s|  3190k|  2992k|     0 |   0.0 |1067M| 394 |   - | 652 |1372 |   0 |   0 |   0 | 739k|   0 | 0.000000e+00 |      --      |    Inf 
272.80/272.84	c   210s|  3200k|  3002k|     0 |   0.0 |1070M| 394 |   - | 652 |1430 |   0 |   0 |   0 | 741k|   0 | 0.000000e+00 |      --      |    Inf 
273.60/273.69	c   211s|  3210k|  3011k|     0 |   0.0 |1073M| 394 |   - | 652 |1383 |   0 |   0 |   0 | 743k|   0 | 0.000000e+00 |      --      |    Inf 
274.60/274.64	c   212s|  3220k|  3020k|     0 |   0.0 |1076M| 394 |   - | 652 |1520 |   0 |   0 |   0 | 745k|   0 | 0.000000e+00 |      --      |    Inf 
275.50/275.50	c   212s|  3230k|  3030k|     0 |   0.0 |1080M| 394 |   - | 652 |1568 |   0 |   0 |   0 | 747k|   0 | 0.000000e+00 |      --      |    Inf 
276.40/276.43	c   213s|  3240k|  3039k|     0 |   0.0 |1083M| 394 |   - | 652 |1504 |   0 |   0 |   0 | 749k|   0 | 0.000000e+00 |      --      |    Inf 
277.40/277.43	c   214s|  3250k|  3049k|     0 |   0.0 |1086M| 394 |   - | 652 |1651 |   0 |   0 |   0 | 751k|   0 | 0.000000e+00 |      --      |    Inf 
278.31/278.33	c   215s|  3260k|  3058k|     0 |   0.0 |1089M| 394 |   - | 652 |1576 |   0 |   0 |   0 | 753k|   0 | 0.000000e+00 |      --      |    Inf 
279.20/279.22	c   215s|  3270k|  3068k|     0 |   0.0 |1093M| 394 |   - | 652 |1611 |   0 |   0 |   0 | 755k|   0 | 0.000000e+00 |      --      |    Inf 
280.10/280.14	c   216s|  3280k|  3077k|     0 |   0.0 |1096M| 394 |   - | 652 |1560 |   0 |   0 |   0 | 757k|   0 | 0.000000e+00 |      --      |    Inf 
281.00/281.09	c   217s|  3290k|  3087k|     0 |   0.0 |1099M| 394 |   - | 652 |1528 |   0 |   0 |   0 | 759k|   0 | 0.000000e+00 |      --      |    Inf 
281.90/281.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
281.90/281.96	c   218s|  3300k|  3096k|     0 |   0.0 |1102M| 394 |   - | 652 |1506 |   0 |   0 |   0 | 761k|   0 | 0.000000e+00 |      --      |    Inf 
282.80/282.87	c   218s|  3310k|  3105k|     0 |   0.0 |1105M| 394 |   - | 652 |1557 |   0 |   0 |   0 | 763k|   0 | 0.000000e+00 |      --      |    Inf 
283.81/283.81	c   219s|  3320k|  3115k|     0 |   0.0 |1109M| 394 |   - | 652 |1541 |   0 |   0 |   0 | 765k|   0 | 0.000000e+00 |      --      |    Inf 
284.60/284.69	c   220s|  3330k|  3124k|     0 |   0.0 |1112M| 394 |   - | 652 |1519 |   0 |   0 |   0 | 767k|   0 | 0.000000e+00 |      --      |    Inf 
285.50/285.57	c   220s|  3340k|  3134k|     0 |   0.0 |1115M| 394 |   - | 652 |1459 |   0 |   0 |   0 | 769k|   0 | 0.000000e+00 |      --      |    Inf 
286.40/286.48	c   221s|  3350k|  3143k|     0 |   0.0 |1119M| 394 |   - | 652 |1464 |   0 |   0 |   0 | 771k|   0 | 0.000000e+00 |      --      |    Inf 
287.30/287.34	c   222s|  3360k|  3153k|     0 |   0.0 |1122M| 394 |   - | 652 |1469 |   0 |   0 |   0 | 773k|   0 | 0.000000e+00 |      --      |    Inf 
288.31/288.30	c   222s|  3370k|  3162k|     0 |   0.0 |1125M| 394 |   - | 652 |1576 |   0 |   0 |   0 | 775k|   0 | 0.000000e+00 |      --      |    Inf 
289.10/289.19	c   223s|  3380k|  3172k|     0 |   0.0 |1128M| 394 |   - | 652 |1567 |   0 |   0 |   0 | 777k|   0 | 0.000000e+00 |      --      |    Inf 
290.10/290.13	c   224s|  3390k|  3181k|     0 |   0.0 |1132M| 394 |   - | 652 |1515 |   0 |   0 |   0 | 778k|   0 | 0.000000e+00 |      --      |    Inf 
291.00/291.00	c   225s|  3400k|  3191k|     0 |   0.0 |1135M| 394 |   - | 652 |1526 |   0 |   0 |   0 | 780k|   0 | 0.000000e+00 |      --      |    Inf 
291.89/291.90	c   225s|  3410k|  3200k|     0 |   0.0 |1138M| 394 |   - | 652 |1524 |   0 |   0 |   0 | 782k|   0 | 0.000000e+00 |      --      |    Inf 
292.80/292.87	c   226s|  3420k|  3209k|     0 |   0.0 |1141M| 394 |   - | 652 |1505 |   0 |   0 |   0 | 784k|   0 | 0.000000e+00 |      --      |    Inf 
293.70/293.75	c   227s|  3430k|  3219k|     0 |   0.0 |1145M| 394 |   - | 652 |1576 |   0 |   0 |   0 | 786k|   0 | 0.000000e+00 |      --      |    Inf 
294.70/294.70	c   228s|  3440k|  3228k|     0 |   0.0 |1148M| 394 |   - | 652 |1556 |   0 |   0 |   0 | 788k|   0 | 0.000000e+00 |      --      |    Inf 
295.50/295.59	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
295.50/295.59	c   228s|  3450k|  3238k|     0 |   0.0 |1151M| 394 |   - | 652 |1509 |   0 |   0 |   0 | 790k|   0 | 0.000000e+00 |      --      |    Inf 
296.40/296.49	c   229s|  3460k|  3247k|     0 |   0.0 |1154M| 394 |   - | 652 |1444 |   0 |   0 |   0 | 792k|   0 | 0.000000e+00 |      --      |    Inf 
297.30/297.35	c   230s|  3470k|  3257k|     0 |   0.0 |1158M| 394 |   - | 652 |1470 |   0 |   0 |   0 | 794k|   0 | 0.000000e+00 |      --      |    Inf 
298.21/298.26	c   230s|  3480k|  3266k|     0 |   0.0 |1161M| 394 |   - | 652 |1417 |   0 |   0 |   0 | 796k|   0 | 0.000000e+00 |      --      |    Inf 
299.10/299.19	c   231s|  3490k|  3275k|     0 |   0.0 |1164M| 394 |   - | 652 |1340 |   0 |   0 |   0 | 797k|   0 | 0.000000e+00 |      --      |    Inf 
300.10/300.16	c   232s|  3500k|  3285k|     0 |   0.0 |1167M| 394 |   - | 652 |1546 |   0 |   0 |   0 | 799k|   0 | 0.000000e+00 |      --      |    Inf 
301.00/301.06	c   233s|  3510k|  3294k|     0 |   0.0 |1171M| 394 |   - | 652 |1577 |   0 |   0 |   0 | 801k|   0 | 0.000000e+00 |      --      |    Inf 
301.90/301.95	c   233s|  3520k|  3304k|     0 |   0.0 |1174M| 394 |   - | 652 |1493 |   0 |   0 |   0 | 803k|   0 | 0.000000e+00 |      --      |    Inf 
302.80/302.87	c   234s|  3530k|  3313k|     0 |   0.0 |1177M| 394 |   - | 652 |1442 |   0 |   0 |   0 | 805k|   0 | 0.000000e+00 |      --      |    Inf 
303.80/303.86	c   235s|  3540k|  3323k|     0 |   0.0 |1180M| 394 |   - | 652 |1496 |   0 |   0 |   0 | 807k|   0 | 0.000000e+00 |      --      |    Inf 
304.81/304.81	c   235s|  3550k|  3332k|     0 |   0.0 |1184M| 394 |   - | 652 |1596 |   0 |   0 |   0 | 809k|   0 | 0.000000e+00 |      --      |    Inf 
305.70/305.71	c   236s|  3560k|  3341k|     0 |   0.0 |1187M| 394 |   - | 652 |1526 |   0 |   0 |   0 | 811k|   0 | 0.000000e+00 |      --      |    Inf 
306.60/306.65	c   237s|  3570k|  3351k|     0 |   0.0 |1190M| 394 |   - | 652 |1560 |   0 |   0 |   0 | 813k|   0 | 0.000000e+00 |      --      |    Inf 
307.60/307.67	c   238s|  3580k|  3360k|     0 |   0.0 |1194M| 394 |   - | 652 |1554 |   0 |   0 |   0 | 815k|   0 | 0.000000e+00 |      --      |    Inf 
308.60/308.61	c   238s|  3590k|  3370k|     0 |   0.0 |1197M| 394 |   - | 652 |1590 |   0 |   0 |   0 | 817k|   0 | 0.000000e+00 |      --      |    Inf 
309.50/309.54	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
309.50/309.54	c   239s|  3600k|  3379k|     0 |   0.0 |1200M| 394 |   - | 652 |1445 |   0 |   0 |   0 | 819k|   0 | 0.000000e+00 |      --      |    Inf 
310.40/310.43	c   240s|  3610k|  3389k|     0 |   0.0 |1203M| 394 |   - | 652 |1525 |   0 |   0 |   0 | 821k|   0 | 0.000000e+00 |      --      |    Inf 
311.30/311.31	c   241s|  3620k|  3398k|     0 |   0.0 |1206M| 394 |   - | 652 |1465 |   0 |   0 |   0 | 823k|   0 | 0.000000e+00 |      --      |    Inf 
312.20/312.23	c   241s|  3630k|  3407k|     0 |   0.0 |1210M| 394 |   - | 652 |1485 |   0 |   0 |   0 | 825k|   0 | 0.000000e+00 |      --      |    Inf 
313.10/313.13	c   242s|  3640k|  3417k|     0 |   0.0 |1213M| 394 |   - | 652 |1531 |   0 |   0 |   0 | 827k|   0 | 0.000000e+00 |      --      |    Inf 
314.00/314.05	c   243s|  3650k|  3426k|     0 |   0.0 |1216M| 394 |   - | 652 |1555 |   0 |   0 |   0 | 829k|   0 | 0.000000e+00 |      --      |    Inf 
315.00/315.01	c   244s|  3660k|  3436k|     0 |   0.0 |1219M| 394 |   - | 652 |1509 |   0 |   0 |   0 | 831k|   0 | 0.000000e+00 |      --      |    Inf 
315.91/315.92	c   244s|  3670k|  3445k|     0 |   0.0 |1223M| 394 |   - | 652 |1508 |   0 |   0 |   0 | 833k|   0 | 0.000000e+00 |      --      |    Inf 
316.80/316.80	c   245s|  3680k|  3455k|     0 |   0.0 |1226M| 394 |   - | 652 |1511 |   0 |   0 |   0 | 835k|   0 | 0.000000e+00 |      --      |    Inf 
317.70/317.78	c   246s|  3690k|  3464k|     0 |   0.0 |1229M| 394 |   - | 652 |1655 |   0 |   0 |   0 | 837k|   0 | 0.000000e+00 |      --      |    Inf 
318.70/318.74	c   247s|  3700k|  3474k|     0 |   0.0 |1232M| 394 |   - | 652 |1502 |   0 |   0 |   0 | 839k|   0 | 0.000000e+00 |      --      |    Inf 
319.60/319.62	c   247s|  3710k|  3483k|     0 |   0.0 |1236M| 394 |   - | 652 |1469 |   0 |   0 |   0 | 841k|   0 | 0.000000e+00 |      --      |    Inf 
320.40/320.49	c   248s|  3720k|  3492k|     0 |   0.0 |1239M| 394 |   - | 652 |1454 |   0 |   0 |   0 | 843k|   0 | 0.000000e+00 |      --      |    Inf 
321.40/321.43	c   249s|  3730k|  3502k|     0 |   0.0 |1242M| 394 |   - | 652 |1613 |   0 |   0 |   0 | 845k|   0 | 0.000000e+00 |      --      |    Inf 
322.31/322.31	c   249s|  3740k|  3511k|     0 |   0.0 |1246M| 394 |   - | 652 |1632 |   0 |   0 |   0 | 847k|   0 | 0.000000e+00 |      --      |    Inf 
323.30/323.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
323.30/323.32	c   250s|  3750k|  3521k|     0 |   0.0 |1249M| 394 |   - | 652 |1548 |   0 |   0 |   0 | 849k|   0 | 0.000000e+00 |      --      |    Inf 
324.20/324.23	c   251s|  3760k|  3530k|     0 |   0.0 |1252M| 394 |   - | 652 |1563 |   0 |   0 |   0 | 851k|   0 | 0.000000e+00 |      --      |    Inf 
325.20/325.23	c   252s|  3770k|  3540k|     0 |   0.0 |1255M| 394 |   - | 652 |1626 |   0 |   0 |   0 | 853k|   0 | 0.000000e+00 |      --      |    Inf 
326.20/326.21	c   252s|  3780k|  3549k|     0 |   0.0 |1259M| 394 |   - | 652 |1571 |   0 |   0 |   0 | 855k|   0 | 0.000000e+00 |      --      |    Inf 
327.10/327.16	c   253s|  3790k|  3558k|     0 |   0.0 |1262M| 394 |   - | 652 |1733 |   0 |   0 |   0 | 858k|   0 | 0.000000e+00 |      --      |    Inf 
328.00/328.06	c   254s|  3800k|  3568k|     0 |   0.0 |1265M| 394 |   - | 652 |1669 |   0 |   0 |   0 | 860k|   0 | 0.000000e+00 |      --      |    Inf 
328.91/329.00	c   255s|  3810k|  3577k|     0 |   0.0 |1269M| 394 |   - | 652 |1595 |   0 |   0 |   0 | 862k|   0 | 0.000000e+00 |      --      |    Inf 
329.81/329.87	c   255s|  3820k|  3587k|     0 |   0.0 |1272M| 394 |   - | 652 |1610 |   0 |   0 |   0 | 863k|   0 | 0.000000e+00 |      --      |    Inf 
330.71/330.76	c   256s|  3830k|  3596k|     0 |   0.0 |1275M| 394 |   - | 652 |1555 |   0 |   0 |   0 | 865k|   0 | 0.000000e+00 |      --      |    Inf 
331.70/331.72	c   257s|  3840k|  3606k|     0 |   0.0 |1278M| 394 |   - | 652 |1531 |   0 |   0 |   0 | 867k|   0 | 0.000000e+00 |      --      |    Inf 
332.60/332.63	c   258s|  3850k|  3615k|     0 |   0.0 |1282M| 394 |   - | 652 |1438 |   0 |   0 |   0 | 869k|   0 | 0.000000e+00 |      --      |    Inf 
333.41/333.49	c   258s|  3860k|  3624k|     0 |   0.0 |1285M| 394 |   - | 652 |1425 |   0 |   0 |   0 | 871k|   0 | 0.000000e+00 |      --      |    Inf 
334.41/334.41	c   259s|  3870k|  3634k|     0 |   0.0 |1288M| 394 |   - | 652 |1552 |   0 |   0 |   0 | 873k|   0 | 0.000000e+00 |      --      |    Inf 
335.30/335.34	c   260s|  3880k|  3643k|     0 |   0.0 |1291M| 394 |   - | 652 |1469 |   0 |   0 |   0 | 874k|   0 | 0.000000e+00 |      --      |    Inf 
336.20/336.26	c   260s|  3890k|  3653k|     0 |   0.0 |1295M| 394 |   - | 652 |1462 |   0 |   0 |   0 | 876k|   0 | 0.000000e+00 |      --      |    Inf 
337.20/337.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
337.20/337.20	c   261s|  3900k|  3662k|     0 |   0.0 |1298M| 394 |   - | 652 |1549 |   0 |   0 |   0 | 878k|   0 | 0.000000e+00 |      --      |    Inf 
338.00/338.09	c   262s|  3910k|  3671k|     0 |   0.0 |1301M| 394 |   - | 652 |1529 |   0 |   0 |   0 | 880k|   0 | 0.000000e+00 |      --      |    Inf 
338.91/338.99	c   262s|  3920k|  3681k|     0 |   0.0 |1304M| 394 |   - | 652 |1375 |   0 |   0 |   0 | 882k|   0 | 0.000000e+00 |      --      |    Inf 
339.91/339.90	c   263s|  3930k|  3690k|     0 |   0.0 |1308M| 394 |   - | 652 |1416 |   0 |   0 |   0 | 883k|   0 | 0.000000e+00 |      --      |    Inf 
340.80/340.81	c   264s|  3940k|  3700k|     0 |   0.0 |1311M| 394 |   - | 652 |1425 |   0 |   0 |   0 | 885k|   0 | 0.000000e+00 |      --      |    Inf 
341.70/341.75	c   265s|  3950k|  3709k|     0 |   0.0 |1314M| 394 |   - | 652 |1525 |   0 |   0 |   0 | 887k|   0 | 0.000000e+00 |      --      |    Inf 
342.60/342.63	c   265s|  3960k|  3719k|     0 |   0.0 |1318M| 394 |   - | 652 |1547 |   0 |   0 |   0 | 889k|   0 | 0.000000e+00 |      --      |    Inf 
343.50/343.57	c   266s|  3970k|  3728k|     0 |   0.0 |1321M| 394 |   - | 652 |1399 |   0 |   0 |   0 | 890k|   0 | 0.000000e+00 |      --      |    Inf 
344.41/344.49	c   267s|  3980k|  3737k|     0 |   0.0 |1324M| 394 |   - | 652 |1488 |   0 |   0 |   0 | 892k|   0 | 0.000000e+00 |      --      |    Inf 
345.41/345.46	c   268s|  3990k|  3747k|     0 |   0.0 |1328M| 394 |   - | 652 |1420 |   0 |   0 |   0 | 894k|   0 | 0.000000e+00 |      --      |    Inf 
346.31/346.35	c   268s|  4000k|  3756k|     0 |   0.0 |1331M| 394 |   - | 652 |1341 |   0 |   0 |   0 | 896k|   0 | 0.000000e+00 |      --      |    Inf 
347.30/347.36	c   269s|  4010k|  3766k|     0 |   0.0 |1334M| 394 |   - | 652 |1529 |   0 |   0 |   0 | 898k|   0 | 0.000000e+00 |      --      |    Inf 
348.30/348.30	c   270s|  4020k|  3775k|     0 |   0.0 |1338M| 394 |   - | 652 |1660 |   0 |   0 |   0 | 900k|   0 | 0.000000e+00 |      --      |    Inf 
349.21/349.23	c   271s|  4030k|  3784k|     0 |   0.0 |1341M| 394 |   - | 652 |1561 |   0 |   0 |   0 | 902k|   0 | 0.000000e+00 |      --      |    Inf 
350.10/350.13	c   271s|  4040k|  3794k|     0 |   0.0 |1344M| 394 |   - | 652 |1452 |   0 |   0 |   0 | 904k|   0 | 0.000000e+00 |      --      |    Inf 
351.00/351.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
351.00/351.07	c   272s|  4050k|  3803k|     0 |   0.0 |1347M| 394 |   - | 652 |1477 |   0 |   0 |   0 | 905k|   0 | 0.000000e+00 |      --      |    Inf 
352.00/352.04	c   273s|  4060k|  3813k|     0 |   0.0 |1351M| 394 |   - | 652 |1496 |   0 |   0 |   0 | 907k|   0 | 0.000000e+00 |      --      |    Inf 
353.00/353.00	c   274s|  4070k|  3822k|     0 |   0.0 |1354M| 394 |   - | 652 |1495 |   0 |   0 |   0 | 909k|   0 | 0.000000e+00 |      --      |    Inf 
353.90/353.99	c   274s|  4080k|  3831k|     0 |   0.0 |1357M| 394 |   - | 652 |1455 |   0 |   0 |   0 | 911k|   0 | 0.000000e+00 |      --      |    Inf 
354.81/354.86	c   275s|  4090k|  3841k|     0 |   0.0 |1360M| 394 |   - | 652 |1468 |   0 |   0 |   0 | 913k|   0 | 0.000000e+00 |      --      |    Inf 
355.80/355.81	c   276s|  4100k|  3850k|     0 |   0.0 |1364M| 394 |   - | 652 |1612 |   0 |   0 |   0 | 915k|   0 | 0.000000e+00 |      --      |    Inf 
356.70/356.71	c   277s|  4110k|  3860k|     0 |   0.0 |1367M| 394 |   - | 652 |1548 |   0 |   0 |   0 | 916k|   0 | 0.000000e+00 |      --      |    Inf 
357.61/357.62	c   277s|  4120k|  3869k|     0 |   0.0 |1370M| 394 |   - | 652 |1522 |   0 |   0 |   0 | 918k|   0 | 0.000000e+00 |      --      |    Inf 
358.50/358.54	c   278s|  4130k|  3879k|     0 |   0.0 |1374M| 394 |   - | 652 |1594 |   0 |   0 |   0 | 920k|   0 | 0.000000e+00 |      --      |    Inf 
359.51/359.53	c   279s|  4140k|  3888k|     0 |   0.0 |1377M| 394 |   - | 652 |1511 |   0 |   0 |   0 | 922k|   0 | 0.000000e+00 |      --      |    Inf 
360.30/360.38	c   279s|  4150k|  3897k|     0 |   0.0 |1380M| 394 |   - | 652 |1541 |   0 |   0 |   0 | 924k|   0 | 0.000000e+00 |      --      |    Inf 
361.30/361.32	c   280s|  4160k|  3907k|     0 |   0.0 |1383M| 394 |   - | 652 |1505 |   0 |   0 |   0 | 926k|   0 | 0.000000e+00 |      --      |    Inf 
362.21/362.24	c   281s|  4170k|  3916k|     0 |   0.0 |1387M| 394 |   - | 652 |1719 |   0 |   0 |   0 | 928k|   0 | 0.000000e+00 |      --      |    Inf 
363.11/363.16	c   282s|  4180k|  3926k|     0 |   0.0 |1390M| 394 |   - | 652 |1561 |   0 |   0 |   0 | 929k|   0 | 0.000000e+00 |      --      |    Inf 
364.01/364.01	c   282s|  4190k|  3935k|     0 |   0.0 |1393M| 394 |   - | 652 |1511 |   0 |   0 |   0 | 931k|   0 | 0.000000e+00 |      --      |    Inf 
364.91/364.95	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
364.91/364.95	c   283s|  4200k|  3945k|     0 |   0.0 |1397M| 394 |   - | 652 |1478 |   0 |   0 |   0 | 933k|   0 | 0.000000e+00 |      --      |    Inf 
365.80/365.84	c   284s|  4210k|  3954k|     0 |   0.0 |1400M| 394 |   - | 652 |1589 |   0 |   0 |   0 | 935k|   0 | 0.000000e+00 |      --      |    Inf 
366.80/366.84	c   284s|  4220k|  3963k|     0 |   0.0 |1403M| 394 |   - | 652 |1607 |   0 |   0 |   0 | 937k|   0 | 0.000000e+00 |      --      |    Inf 
367.70/367.73	c   285s|  4230k|  3973k|     0 |   0.0 |1406M| 394 |   - | 652 |1451 |   0 |   0 |   0 | 939k|   0 | 0.000000e+00 |      --      |    Inf 
368.61/368.63	c   286s|  4240k|  3982k|     0 |   0.0 |1410M| 394 |   - | 652 |1485 |   0 |   0 |   0 | 940k|   0 | 0.000000e+00 |      --      |    Inf 
369.50/369.59	c   287s|  4250k|  3991k|     0 |   0.0 |1413M| 394 |   - | 652 |1595 |   0 |   0 |   0 | 942k|   0 | 0.000000e+00 |      --      |    Inf 
370.50/370.56	c   287s|  4260k|  4001k|     0 |   0.0 |1416M| 394 |   - | 652 |1639 |   0 |   0 |   0 | 944k|   0 | 0.000000e+00 |      --      |    Inf 
371.50/371.52	c   288s|  4270k|  4010k|     0 |   0.0 |1420M| 394 |   - | 652 |1489 |   0 |   0 |   0 | 946k|   0 | 0.000000e+00 |      --      |    Inf 
372.50/372.51	c   289s|  4280k|  4020k|     0 |   0.0 |1423M| 394 |   - | 652 |1564 |   0 |   0 |   0 | 948k|   0 | 0.000000e+00 |      --      |    Inf 
373.40/373.45	c   290s|  4290k|  4029k|     0 |   0.0 |1426M| 394 |   - | 652 |1629 |   0 |   0 |   0 | 949k|   0 | 0.000000e+00 |      --      |    Inf 
374.20/374.29	c   290s|  4300k|  4038k|     0 |   0.0 |1429M| 394 |   - | 652 |1526 |   0 |   0 |   0 | 951k|   0 | 0.000000e+00 |      --      |    Inf 
375.10/375.20	c   291s|  4310k|  4048k|     0 |   0.0 |1433M| 394 |   - | 652 |1466 |   0 |   0 |   0 | 953k|   0 | 0.000000e+00 |      --      |    Inf 
376.10/376.20	c   292s|  4320k|  4057k|     0 |   0.0 |1436M| 394 |   - | 652 |1598 |   0 |   0 |   0 | 955k|   0 | 0.000000e+00 |      --      |    Inf 
377.10/377.13	c   293s|  4330k|  4067k|     0 |   0.0 |1439M| 394 |   - | 652 |1665 |   0 |   0 |   0 | 957k|   0 | 0.000000e+00 |      --      |    Inf 
378.01/378.03	c   293s|  4340k|  4076k|     0 |   0.0 |1443M| 394 |   - | 652 |1601 |   0 |   0 |   0 | 959k|   0 | 0.000000e+00 |      --      |    Inf 
378.90/378.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
378.90/378.94	c   294s|  4350k|  4085k|     0 |   0.0 |1446M| 394 |   - | 652 |1500 |   0 |   0 |   0 | 961k|   0 | 0.000000e+00 |      --      |    Inf 
379.80/379.83	c   295s|  4360k|  4095k|     0 |   0.0 |1449M| 394 |   - | 652 |1603 |   0 |   0 |   0 | 963k|   0 | 0.000000e+00 |      --      |    Inf 
380.71/380.76	c   295s|  4370k|  4104k|     0 |   0.0 |1453M| 394 |   - | 652 |1549 |   0 |   0 |   0 | 965k|   0 | 0.000000e+00 |      --      |    Inf 
381.71/381.73	c   296s|  4380k|  4114k|     0 |   0.0 |1456M| 394 |   - | 652 |1539 |   0 |   0 |   0 | 967k|   0 | 0.000000e+00 |      --      |    Inf 
382.60/382.67	c   297s|  4390k|  4123k|     0 |   0.0 |1459M| 394 |   - | 652 |1476 |   0 |   0 |   0 | 969k|   0 | 0.000000e+00 |      --      |    Inf 
383.61/383.65	c   298s|  4400k|  4132k|     0 |   0.0 |1463M| 394 |   - | 652 |1633 |   0 |   0 |   0 | 971k|   0 | 0.000000e+00 |      --      |    Inf 
384.50/384.53	c   298s|  4410k|  4142k|     0 |   0.0 |1466M| 394 |   - | 652 |1516 |   0 |   0 |   0 | 973k|   0 | 0.000000e+00 |      --      |    Inf 
385.40/385.48	c   299s|  4420k|  4151k|     0 |   0.0 |1469M| 394 |   - | 652 |1615 |   0 |   0 |   0 | 974k|   0 | 0.000000e+00 |      --      |    Inf 
386.40/386.43	c   300s|  4430k|  4161k|     0 |   0.0 |1472M| 394 |   - | 652 |1456 |   0 |   0 |   0 | 976k|   0 | 0.000000e+00 |      --      |    Inf 
387.30/387.39	c   301s|  4440k|  4170k|     0 |   0.0 |1476M| 394 |   - | 652 |1518 |   0 |   0 |   0 | 978k|   0 | 0.000000e+00 |      --      |    Inf 
388.31/388.37	c   302s|  4450k|  4179k|     0 |   0.0 |1479M| 394 |   - | 652 |1578 |   0 |   0 |   0 | 980k|   0 | 0.000000e+00 |      --      |    Inf 
389.30/389.36	c   302s|  4460k|  4189k|     0 |   0.0 |1482M| 394 |   - | 652 |1484 |   0 |   0 |   0 | 982k|   0 | 0.000000e+00 |      --      |    Inf 
390.20/390.27	c   303s|  4470k|  4198k|     0 |   0.0 |1486M| 394 |   - | 652 |1473 |   0 |   0 |   0 | 984k|   0 | 0.000000e+00 |      --      |    Inf 
391.21/391.26	c   304s|  4480k|  4208k|     0 |   0.0 |1489M| 394 |   - | 652 |1639 |   0 |   0 |   0 | 986k|   0 | 0.000000e+00 |      --      |    Inf 
392.10/392.18	c   305s|  4490k|  4217k|     0 |   0.0 |1492M| 394 |   - | 652 |1612 |   0 |   0 |   0 | 988k|   0 | 0.000000e+00 |      --      |    Inf 
393.10/393.19	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
393.10/393.19	c   305s|  4500k|  4226k|     0 |   0.0 |1495M| 394 |   - | 652 |1534 |   0 |   0 |   0 | 990k|   0 | 0.000000e+00 |      --      |    Inf 
394.00/394.08	c   306s|  4510k|  4236k|     0 |   0.0 |1499M| 394 |   - | 652 |1575 |   0 |   0 |   0 | 992k|   0 | 0.000000e+00 |      --      |    Inf 
395.01/395.05	c   307s|  4520k|  4245k|     0 |   0.0 |1502M| 394 |   - | 652 |1610 |   0 |   0 |   0 | 994k|   0 | 0.000000e+00 |      --      |    Inf 
396.01/396.09	c   308s|  4530k|  4254k|     0 |   0.0 |1505M| 394 |   - | 652 |1702 |   0 |   0 |   0 | 996k|   0 | 0.000000e+00 |      --      |    Inf 
397.01/397.05	c   308s|  4540k|  4264k|     0 |   0.0 |1509M| 394 |   - | 652 |1570 |   0 |   0 |   0 | 998k|   0 | 0.000000e+00 |      --      |    Inf 
398.00/398.02	c   309s|  4550k|  4273k|     0 |   0.0 |1512M| 394 |   - | 652 |1528 |   0 |   0 |   0 | 999k|   0 | 0.000000e+00 |      --      |    Inf 
398.90/398.94	c   310s|  4560k|  4283k|     0 |   0.0 |1515M| 394 |   - | 652 |1645 |   0 |   0 |   0 |1001k|   0 | 0.000000e+00 |      --      |    Inf 
399.90/399.94	c   311s|  4570k|  4292k|     0 |   0.0 |1519M| 394 |   - | 652 |1588 |   0 |   0 |   0 |1003k|   0 | 0.000000e+00 |      --      |    Inf 
400.80/400.85	c   312s|  4580k|  4301k|     0 |   0.0 |1522M| 394 |   - | 652 |1644 |   0 |   0 |   0 |1005k|   0 | 0.000000e+00 |      --      |    Inf 
401.70/401.76	c   312s|  4590k|  4311k|     0 |   0.0 |1525M| 394 |   - | 652 |1590 |   0 |   0 |   0 |1007k|   0 | 0.000000e+00 |      --      |    Inf 
402.71/402.77	c   313s|  4600k|  4320k|     0 |   0.0 |1529M| 394 |   - | 652 |1662 |   0 |   0 |   0 |1009k|   0 | 0.000000e+00 |      --      |    Inf 
403.61/403.70	c   314s|  4610k|  4329k|     0 |   0.0 |1532M| 394 |   - | 652 |1589 |   0 |   0 |   0 |1011k|   0 | 0.000000e+00 |      --      |    Inf 
404.60/404.66	c   315s|  4620k|  4339k|     0 |   0.0 |1535M| 394 |   - | 652 |1629 |   0 |   0 |   0 |1013k|   0 | 0.000000e+00 |      --      |    Inf 
405.60/405.61	c   315s|  4630k|  4348k|     0 |   0.0 |1538M| 394 |   - | 652 |1630 |   0 |   0 |   0 |1015k|   0 | 0.000000e+00 |      --      |    Inf 
406.60/406.65	c   316s|  4640k|  4358k|     0 |   0.0 |1542M| 394 |   - | 652 |1709 |   0 |   0 |   0 |1017k|   0 | 0.000000e+00 |      --      |    Inf 
407.61/407.61	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
407.61/407.61	c   317s|  4650k|  4367k|     0 |   0.0 |1545M| 394 |   - | 652 |1498 |   0 |   0 |   0 |1019k|   0 | 0.000000e+00 |      --      |    Inf 
408.61/408.63	c   318s|  4660k|  4376k|     0 |   0.0 |1548M| 394 |   - | 652 |1569 |   0 |   0 |   0 |1021k|   0 | 0.000000e+00 |      --      |    Inf 
409.61/409.62	c   319s|  4670k|  4386k|     0 |   0.0 |1552M| 394 |   - | 652 |1543 |   0 |   0 |   0 |1023k|   0 | 0.000000e+00 |      --      |    Inf 
410.61/410.69	c   319s|  4680k|  4395k|     0 |   0.0 |1555M| 394 |   - | 652 |1556 |   0 |   0 |   0 |1025k|   0 | 0.000000e+00 |      --      |    Inf 
411.70/411.77	c   320s|  4690k|  4404k|     0 |   0.0 |1558M| 394 |   - | 652 |1515 |   0 |   0 |   0 |1027k|   0 | 0.000000e+00 |      --      |    Inf 
412.71/412.72	c   321s|  4700k|  4414k|     0 |   0.0 |1562M| 394 |   - | 652 |1516 |   0 |   0 |   0 |1028k|   0 | 0.000000e+00 |      --      |    Inf 
413.61/413.66	c   322s|  4710k|  4423k|     0 |   0.0 |1565M| 394 |   - | 652 |1724 |   0 |   0 |   0 |1031k|   0 | 0.000000e+00 |      --      |    Inf 
414.60/414.62	c   323s|  4720k|  4432k|     0 |   0.0 |1568M| 394 |   - | 652 |1623 |   0 |   0 |   0 |1033k|   0 | 0.000000e+00 |      --      |    Inf 
415.50/415.59	c   323s|  4730k|  4442k|     0 |   0.0 |1572M| 394 |   - | 652 |1508 |   0 |   0 |   0 |1034k|   0 | 0.000000e+00 |      --      |    Inf 
416.51/416.52	c   324s|  4740k|  4451k|     0 |   0.0 |1575M| 394 |   - | 652 |1704 |   0 |   0 |   0 |1036k|   0 | 0.000000e+00 |      --      |    Inf 
417.50/417.53	c   325s|  4750k|  4461k|     0 |   0.0 |1578M| 394 |   - | 652 |1752 |   0 |   0 |   0 |1039k|   0 | 0.000000e+00 |      --      |    Inf 
418.50/418.54	c   326s|  4760k|  4470k|     0 |   0.0 |1581M| 394 |   - | 652 |1514 |   0 |   0 |   0 |1040k|   0 | 0.000000e+00 |      --      |    Inf 
419.40/419.46	c   326s|  4770k|  4479k|     0 |   0.0 |1585M| 394 |   - | 652 |1587 |   0 |   0 |   0 |1042k|   0 | 0.000000e+00 |      --      |    Inf 
420.31/420.36	c   327s|  4780k|  4489k|     0 |   0.0 |1588M| 394 |   - | 652 |1600 |   0 |   0 |   0 |1044k|   0 | 0.000000e+00 |      --      |    Inf 
421.21/421.29	c   328s|  4790k|  4498k|     0 |   0.0 |1592M| 394 |   - | 652 |1775 |   0 |   0 |   0 |1046k|   0 | 0.000000e+00 |      --      |    Inf 
422.20/422.27	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
422.20/422.27	c   329s|  4800k|  4507k|     0 |   0.0 |1595M| 394 |   - | 652 |1724 |   0 |   0 |   0 |1048k|   0 | 0.000000e+00 |      --      |    Inf 
423.10/423.18	c   329s|  4810k|  4517k|     0 |   0.0 |1598M| 394 |   - | 652 |1680 |   0 |   0 |   0 |1050k|   0 | 0.000000e+00 |      --      |    Inf 
424.11/424.11	c   330s|  4820k|  4526k|     0 |   0.0 |1601M| 394 |   - | 652 |1713 |   0 |   0 |   0 |1052k|   0 | 0.000000e+00 |      --      |    Inf 
425.11/425.14	c   331s|  4830k|  4536k|     0 |   0.0 |1605M| 394 |   - | 652 |1535 |   0 |   0 |   0 |1054k|   0 | 0.000000e+00 |      --      |    Inf 
426.11/426.19	c   332s|  4840k|  4545k|     0 |   0.0 |1608M| 394 |   - | 652 |1643 |   0 |   0 |   0 |1056k|   0 | 0.000000e+00 |      --      |    Inf 
427.10/427.12	c   333s|  4850k|  4554k|     0 |   0.0 |1611M| 394 |   - | 652 |1669 |   0 |   0 |   0 |1058k|   0 | 0.000000e+00 |      --      |    Inf 
428.01/428.06	c   333s|  4860k|  4564k|     0 |   0.0 |1615M| 394 |   - | 652 |1655 |   0 |   0 |   0 |1060k|   0 | 0.000000e+00 |      --      |    Inf 
429.01/429.04	c   334s|  4870k|  4573k|     0 |   0.0 |1618M| 394 |   - | 652 |1519 |   0 |   0 |   0 |1062k|   0 | 0.000000e+00 |      --      |    Inf 
430.01/430.00	c   335s|  4880k|  4582k|     0 |   0.0 |1621M| 394 |   - | 652 |1589 |   0 |   0 |   0 |1064k|   0 | 0.000000e+00 |      --      |    Inf 
430.91/430.93	c   336s|  4890k|  4592k|     0 |   0.0 |1625M| 394 |   - | 652 |1697 |   0 |   0 |   0 |1066k|   0 | 0.000000e+00 |      --      |    Inf 
431.91/431.94	c   336s|  4900k|  4601k|     0 |   0.0 |1628M| 394 |   - | 652 |1697 |   0 |   0 |   0 |1068k|   0 | 0.000000e+00 |      --      |    Inf 
432.81/432.81	c   337s|  4910k|  4610k|     0 |   0.0 |1631M| 394 |   - | 652 |1766 |   0 |   0 |   0 |1070k|   0 | 0.000000e+00 |      --      |    Inf 
433.70/433.71	c   338s|  4920k|  4620k|     0 |   0.0 |1634M| 394 |   - | 652 |1600 |   0 |   0 |   0 |1072k|   0 | 0.000000e+00 |      --      |    Inf 
434.51/434.54	c   338s|  4930k|  4629k|     0 |   0.0 |1638M| 394 |   - | 652 |1714 |   0 |   0 |   0 |1074k|   0 | 0.000000e+00 |      --      |    Inf 
435.41/435.45	c   339s|  4940k|  4639k|     0 |   0.0 |1641M| 394 |   - | 652 |1654 |   0 |   0 |   0 |1076k|   0 | 0.000000e+00 |      --      |    Inf 
436.40/436.45	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
436.40/436.45	c   340s|  4950k|  4648k|     0 |   0.0 |1644M| 394 |   - | 652 |1649 |   0 |   0 |   0 |1078k|   0 | 0.000000e+00 |      --      |    Inf 
437.41/437.47	c   341s|  4960k|  4657k|     0 |   0.0 |1648M| 394 |   - | 652 |1748 |   0 |   0 |   0 |1080k|   0 | 0.000000e+00 |      --      |    Inf 
438.31/438.39	c   341s|  4970k|  4667k|     0 |   0.0 |1651M| 394 |   - | 652 |1834 |   0 |   0 |   0 |1082k|   0 | 0.000000e+00 |      --      |    Inf 
439.30/439.33	c   342s|  4980k|  4676k|     0 |   0.0 |1654M| 394 |   - | 652 |1769 |   0 |   0 |   0 |1084k|   0 | 0.000000e+00 |      --      |    Inf 
440.21/440.29	c   343s|  4990k|  4685k|     0 |   0.0 |1658M| 394 |   - | 652 |1604 |   0 |   0 |   0 |1086k|   0 | 0.000000e+00 |      --      |    Inf 
441.11/441.17	c   344s|  5000k|  4695k|     0 |   0.0 |1661M| 394 |   - | 652 |1621 |   0 |   0 |   0 |1088k|   0 | 0.000000e+00 |      --      |    Inf 
442.00/442.04	c   344s|  5010k|  4704k|     0 |   0.0 |1664M| 394 |   - | 652 |1701 |   0 |   0 |   0 |1090k|   0 | 0.000000e+00 |      --      |    Inf 
442.91/442.98	c   345s|  5020k|  4714k|     0 |   0.0 |1668M| 394 |   - | 652 |1677 |   0 |   0 |   0 |1092k|   0 | 0.000000e+00 |      --      |    Inf 
443.91/443.99	c   346s|  5030k|  4723k|     0 |   0.0 |1671M| 394 |   - | 652 |1669 |   0 |   0 |   0 |1094k|   0 | 0.000000e+00 |      --      |    Inf 
444.90/444.93	c   347s|  5040k|  4732k|     0 |   0.0 |1674M| 394 |   - | 652 |1657 |   0 |   0 |   0 |1096k|   0 | 0.000000e+00 |      --      |    Inf 
445.90/445.92	c   347s|  5050k|  4742k|     0 |   0.0 |1678M| 394 |   - | 652 |1596 |   0 |   0 |   0 |1098k|   0 | 0.000000e+00 |      --      |    Inf 
446.81/446.84	c   348s|  5060k|  4751k|     0 |   0.0 |1681M| 394 |   - | 652 |1686 |   0 |   0 |   0 |1100k|   0 | 0.000000e+00 |      --      |    Inf 
447.81/447.83	c   349s|  5070k|  4760k|     0 |   0.0 |1684M| 394 |   - | 652 |1589 |   0 |   0 |   0 |1102k|   0 | 0.000000e+00 |      --      |    Inf 
448.81/448.90	c   350s|  5080k|  4770k|     0 |   0.0 |1688M| 394 |   - | 652 |1846 |   0 |   0 |   0 |1104k|   0 | 0.000000e+00 |      --      |    Inf 
449.80/449.88	c   351s|  5090k|  4779k|     0 |   0.0 |1691M| 394 |   - | 652 |1783 |   0 |   0 |   0 |1106k|   0 | 0.000000e+00 |      --      |    Inf 
450.90/450.94	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
450.90/450.94	c   351s|  5100k|  4788k|     0 |   0.0 |1694M| 394 |   - | 652 |1729 |   0 |   0 |   0 |1108k|   0 | 0.000000e+00 |      --      |    Inf 
451.80/451.85	c   352s|  5110k|  4798k|     0 |   0.0 |1698M| 394 |   - | 652 |1707 |   0 |   0 |   0 |1110k|   0 | 0.000000e+00 |      --      |    Inf 
452.90/452.91	c   353s|  5120k|  4807k|     0 |   0.0 |1701M| 394 |   - | 652 |1721 |   0 |   0 |   0 |1112k|   0 | 0.000000e+00 |      --      |    Inf 
453.81/453.84	c   354s|  5130k|  4817k|     0 |   0.0 |1704M| 394 |   - | 652 |1742 |   0 |   0 |   0 |1114k|   0 | 0.000000e+00 |      --      |    Inf 
454.81/454.80	c   354s|  5140k|  4826k|     0 |   0.0 |1708M| 394 |   - | 652 |1686 |   0 |   0 |   0 |1116k|   0 | 0.000000e+00 |      --      |    Inf 
455.71/455.72	c   355s|  5150k|  4835k|     0 |   0.0 |1711M| 394 |   - | 652 |1653 |   0 |   0 |   0 |1118k|   0 | 0.000000e+00 |      --      |    Inf 
456.61/456.64	c   356s|  5160k|  4845k|     0 |   0.0 |1714M| 394 |   - | 652 |1661 |   0 |   0 |   0 |1120k|   0 | 0.000000e+00 |      --      |    Inf 
457.61/457.62	c   357s|  5170k|  4854k|     0 |   0.0 |1718M| 394 |   - | 652 |1825 |   0 |   0 |   0 |1122k|   0 | 0.000000e+00 |      --      |    Inf 
458.71/458.72	c   358s|  5180k|  4863k|     0 |   0.0 |1721M| 394 |   - | 652 |1827 |   0 |   0 |   0 |1124k|   0 | 0.000000e+00 |      --      |    Inf 
459.70/459.72	c   358s|  5190k|  4873k|     0 |   0.0 |1724M| 394 |   - | 652 |1645 |   0 |   0 |   0 |1126k|   0 | 0.000000e+00 |      --      |    Inf 
460.70/460.75	c   359s|  5200k|  4882k|     0 |   0.0 |1728M| 394 |   - | 652 |1788 |   0 |   0 |   0 |1128k|   0 | 0.000000e+00 |      --      |    Inf 
461.70/461.70	c   360s|  5210k|  4891k|     0 |   0.0 |1731M| 394 |   - | 652 |1589 |   0 |   0 |   0 |1130k|   0 | 0.000000e+00 |      --      |    Inf 
462.71/462.79	c   361s|  5220k|  4901k|     0 |   0.0 |1734M| 394 |   - | 652 |1737 |   0 |   0 |   0 |1133k|   0 | 0.000000e+00 |      --      |    Inf 
463.71/463.76	c   362s|  5230k|  4910k|     0 |   0.0 |1737M| 394 |   - | 652 |1675 |   0 |   0 |   0 |1135k|   0 | 0.000000e+00 |      --      |    Inf 
464.81/464.85	c   362s|  5240k|  4919k|     0 |   0.0 |1741M| 394 |   - | 652 |1801 |   0 |   0 |   0 |1137k|   0 | 0.000000e+00 |      --      |    Inf 
465.80/465.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
465.80/465.83	c   363s|  5250k|  4929k|     0 |   0.0 |1744M| 394 |   - | 652 |1743 |   0 |   0 |   0 |1140k|   0 | 0.000000e+00 |      --      |    Inf 
466.70/466.78	c   364s|  5260k|  4938k|     0 |   0.0 |1748M| 394 |   - | 652 |1675 |   0 |   0 |   0 |1142k|   0 | 0.000000e+00 |      --      |    Inf 
467.71/467.75	c   365s|  5270k|  4947k|     0 |   0.0 |1751M| 394 |   - | 652 |1777 |   0 |   0 |   0 |1144k|   0 | 0.000000e+00 |      --      |    Inf 
468.61/468.65	c   365s|  5280k|  4957k|     0 |   0.0 |1754M| 394 |   - | 652 |1792 |   0 |   0 |   0 |1146k|   0 | 0.000000e+00 |      --      |    Inf 
469.51/469.56	c   366s|  5290k|  4966k|     0 |   0.0 |1758M| 394 |   - | 652 |1835 |   0 |   0 |   0 |1148k|   0 | 0.000000e+00 |      --      |    Inf 
470.51/470.57	c   367s|  5300k|  4975k|     0 |   0.0 |1761M| 394 |   - | 652 |1701 |   0 |   0 |   0 |1150k|   0 | 0.000000e+00 |      --      |    Inf 
471.50/471.57	c   368s|  5310k|  4985k|     0 |   0.0 |1764M| 394 |   - | 652 |1665 |   0 |   0 |   0 |1152k|   0 | 0.000000e+00 |      --      |    Inf 
472.40/472.49	c   368s|  5320k|  4994k|     0 |   0.0 |1768M| 394 |   - | 652 |1601 |   0 |   0 |   0 |1154k|   0 | 0.000000e+00 |      --      |    Inf 
473.31/473.38	c   369s|  5330k|  5003k|     0 |   0.0 |1771M| 394 |   - | 652 |1672 |   0 |   0 |   0 |1156k|   0 | 0.000000e+00 |      --      |    Inf 
474.22/474.27	c   370s|  5340k|  5013k|     0 |   0.0 |1774M| 394 |   - | 652 |1623 |   0 |   0 |   0 |1158k|   0 | 0.000000e+00 |      --      |    Inf 
475.21/475.21	c   371s|  5350k|  5022k|     0 |   0.0 |1778M| 394 |   - | 652 |1641 |   0 |   0 |   0 |1160k|   0 | 0.000000e+00 |      --      |    Inf 
476.10/476.11	c   371s|  5360k|  5031k|     0 |   0.0 |1781M| 394 |   - | 652 |1748 |   0 |   0 |   0 |1162k|   0 | 0.000000e+00 |      --      |    Inf 
477.01/477.03	c   372s|  5370k|  5041k|     0 |   0.0 |1784M| 394 |   - | 652 |1700 |   0 |   0 |   0 |1164k|   0 | 0.000000e+00 |      --      |    Inf 
477.90/477.93	c   373s|  5380k|  5050k|     0 |   0.0 |1788M| 394 |   - | 652 |1687 |   0 |   0 |   0 |1166k|   0 | 0.000000e+00 |      --      |    Inf 
478.71/478.78	c   373s|  5390k|  5060k|     0 |   0.0 |1791M| 394 |   - | 652 |1684 |   0 |   0 |   0 |1168k|   0 | 0.000000e+00 |      --      |    Inf 
479.72/479.74	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
479.72/479.74	c   374s|  5400k|  5069k|     0 |   0.0 |1795M| 394 |   - | 652 |1829 |   0 |   0 |   0 |1170k|   0 | 0.000000e+00 |      --      |    Inf 
480.61/480.63	c   375s|  5410k|  5078k|     0 |   0.0 |1798M| 394 |   - | 652 |1851 |   0 |   0 |   0 |1172k|   0 | 0.000000e+00 |      --      |    Inf 
481.51/481.57	c   376s|  5420k|  5088k|     0 |   0.0 |1801M| 394 |   - | 652 |1814 |   0 |   0 |   0 |1175k|   0 | 0.000000e+00 |      --      |    Inf 
482.50/482.57	c   376s|  5430k|  5097k|     0 |   0.0 |1805M| 394 |   - | 652 |1791 |   0 |   0 |   0 |1177k|   0 | 0.000000e+00 |      --      |    Inf 
483.41/483.46	c   377s|  5440k|  5106k|     0 |   0.0 |1808M| 394 |   - | 652 |1854 |   0 |   0 |   0 |1179k|   0 | 0.000000e+00 |      --      |    Inf 
484.30/484.39	c   378s|  5450k|  5116k|     0 |   0.0 |1812M| 394 |   - | 652 |1908 |   0 |   0 |   0 |1181k|   0 | 0.000000e+00 |      --      |    Inf 
485.31/485.30	c   378s|  5460k|  5125k|     0 |   0.0 |1815M| 394 |   - | 652 |1782 |   0 |   0 |   0 |1183k|   0 | 0.000000e+00 |      --      |    Inf 
486.21/486.21	c   379s|  5470k|  5134k|     0 |   0.0 |1818M| 394 |   - | 652 |1575 |   0 |   0 |   0 |1185k|   0 | 0.000000e+00 |      --      |    Inf 
487.10/487.19	c   380s|  5480k|  5144k|     0 |   0.0 |1822M| 394 |   - | 652 |1761 |   0 |   0 |   0 |1187k|   0 | 0.000000e+00 |      --      |    Inf 
488.11/488.14	c   381s|  5490k|  5153k|     0 |   0.0 |1825M| 394 |   - | 652 |1680 |   0 |   0 |   0 |1189k|   0 | 0.000000e+00 |      --      |    Inf 
488.91/488.98	c   381s|  5500k|  5162k|     0 |   0.0 |1828M| 394 |   - | 652 |1732 |   0 |   0 |   0 |1191k|   0 | 0.000000e+00 |      --      |    Inf 
489.81/489.88	c   382s|  5510k|  5172k|     0 |   0.0 |1832M| 394 |   - | 652 |1715 |   0 |   0 |   0 |1193k|   0 | 0.000000e+00 |      --      |    Inf 
490.81/490.81	c   383s|  5520k|  5181k|     0 |   0.0 |1835M| 394 |   - | 652 |1688 |   0 |   0 |   0 |1195k|   0 | 0.000000e+00 |      --      |    Inf 
491.71/491.79	c   384s|  5530k|  5190k|     0 |   0.0 |1838M| 394 |   - | 652 |1604 |   0 |   0 |   0 |1197k|   0 | 0.000000e+00 |      --      |    Inf 
492.70/492.74	c   384s|  5540k|  5200k|     0 |   0.0 |1842M| 394 |   - | 652 |1877 |   0 |   0 |   0 |1199k|   0 | 0.000000e+00 |      --      |    Inf 
493.60/493.67	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
493.60/493.67	c   385s|  5550k|  5209k|     0 |   0.0 |1845M| 394 |   - | 652 |1624 |   0 |   0 |   0 |1201k|   0 | 0.000000e+00 |      --      |    Inf 
494.50/494.59	c   386s|  5560k|  5218k|     0 |   0.0 |1849M| 394 |   - | 652 |1789 |   0 |   0 |   0 |1204k|   0 | 0.000000e+00 |      --      |    Inf 
495.60/495.67	c   387s|  5570k|  5228k|     0 |   0.0 |1852M| 394 |   - | 652 |1797 |   0 |   0 |   0 |1206k|   0 | 0.000000e+00 |      --      |    Inf 
496.61/496.67	c   387s|  5580k|  5237k|     0 |   0.0 |1855M| 394 |   - | 652 |1807 |   0 |   0 |   0 |1208k|   0 | 0.000000e+00 |      --      |    Inf 
497.60/497.69	c   388s|  5590k|  5246k|     0 |   0.0 |1859M| 394 |   - | 652 |1929 |   0 |   0 |   0 |1210k|   0 | 0.000000e+00 |      --      |    Inf 
498.70/498.70	c   389s|  5600k|  5256k|     0 |   0.0 |1862M| 394 |   - | 652 |1935 |   0 |   0 |   0 |1213k|   0 | 0.000000e+00 |      --      |    Inf 
499.61/499.69	c   390s|  5610k|  5265k|     0 |   0.0 |1865M| 394 |   - | 652 |1932 |   0 |   0 |   0 |1215k|   0 | 0.000000e+00 |      --      |    Inf 
500.71/500.73	c   391s|  5620k|  5274k|     0 |   0.0 |1869M| 394 |   - | 652 |1826 |   0 |   0 |   0 |1217k|   0 | 0.000000e+00 |      --      |    Inf 
501.72/501.79	c   392s|  5630k|  5284k|     0 |   0.0 |1872M| 394 |   - | 652 |1778 |   0 |   0 |   0 |1219k|   0 | 0.000000e+00 |      --      |    Inf 
502.72/502.70	c   392s|  5640k|  5293k|     0 |   0.0 |1875M| 394 |   - | 652 |1657 |   0 |   0 |   0 |1221k|   0 | 0.000000e+00 |      --      |    Inf 
503.71/503.71	c   393s|  5650k|  5302k|     0 |   0.0 |1879M| 394 |   - | 652 |1686 |   0 |   0 |   0 |1224k|   0 | 0.000000e+00 |      --      |    Inf 
504.60/504.68	c   394s|  5660k|  5312k|     0 |   0.0 |1882M| 394 |   - | 652 |1703 |   0 |   0 |   0 |1225k|   0 | 0.000000e+00 |      --      |    Inf 
505.61/505.68	c   395s|  5670k|  5321k|     0 |   0.0 |1886M| 394 |   - | 652 |1794 |   0 |   0 |   0 |1227k|   0 | 0.000000e+00 |      --      |    Inf 
506.60/506.63	c   395s|  5680k|  5330k|     0 |   0.0 |1889M| 394 |   - | 652 |1919 |   0 |   0 |   0 |1230k|   0 | 0.000000e+00 |      --      |    Inf 
507.61/507.67	c   396s|  5690k|  5340k|     0 |   0.0 |1892M| 394 |   - | 652 |1848 |   0 |   0 |   0 |1232k|   0 | 0.000000e+00 |      --      |    Inf 
508.61/508.69	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
508.61/508.69	c   397s|  5700k|  5349k|     0 |   0.0 |1896M| 394 |   - | 652 |1745 |   0 |   0 |   0 |1234k|   0 | 0.000000e+00 |      --      |    Inf 
509.71/509.71	c   398s|  5710k|  5358k|     0 |   0.0 |1899M| 394 |   - | 652 |1825 |   0 |   0 |   0 |1236k|   0 | 0.000000e+00 |      --      |    Inf 
510.81/510.84	c   399s|  5720k|  5367k|     0 |   0.0 |1902M| 394 |   - | 652 |1819 |   0 |   0 |   0 |1238k|   0 | 0.000000e+00 |      --      |    Inf 
511.71/511.79	c   400s|  5730k|  5377k|     0 |   0.0 |1906M| 394 |   - | 652 |2010 |   0 |   0 |   0 |1240k|   0 | 0.000000e+00 |      --      |    Inf 
512.81/512.81	c   400s|  5740k|  5386k|     0 |   0.0 |1909M| 394 |   - | 652 |1861 |   0 |   0 |   0 |1242k|   0 | 0.000000e+00 |      --      |    Inf 
513.71/513.80	c   401s|  5750k|  5395k|     0 |   0.0 |1913M| 394 |   - | 652 |1974 |   0 |   0 |   0 |1245k|   0 | 0.000000e+00 |      --      |    Inf 
514.81/514.86	c   402s|  5760k|  5405k|     0 |   0.0 |1916M| 394 |   - | 652 |1835 |   0 |   0 |   0 |1247k|   0 | 0.000000e+00 |      --      |    Inf 
515.80/515.89	c   403s|  5770k|  5414k|     0 |   0.0 |1919M| 394 |   - | 652 |1911 |   0 |   0 |   0 |1249k|   0 | 0.000000e+00 |      --      |    Inf 
516.81/516.84	c   404s|  5780k|  5423k|     0 |   0.0 |1923M| 394 |   - | 652 |1877 |   0 |   0 |   0 |1251k|   0 | 0.000000e+00 |      --      |    Inf 
517.81/517.84	c   404s|  5790k|  5433k|     0 |   0.0 |1926M| 394 |   - | 652 |1969 |   0 |   0 |   0 |1253k|   0 | 0.000000e+00 |      --      |    Inf 
518.71/518.77	c   405s|  5800k|  5442k|     0 |   0.0 |1929M| 394 |   - | 652 |1706 |   0 |   0 |   0 |1255k|   0 | 0.000000e+00 |      --      |    Inf 
519.81/519.83	c   406s|  5810k|  5451k|     0 |   0.0 |1933M| 394 |   - | 652 |1742 |   0 |   0 |   0 |1257k|   0 | 0.000000e+00 |      --      |    Inf 
521.01/521.00	c   407s|  5820k|  5461k|     0 |   0.0 |1936M| 394 |   - | 652 |1731 |   0 |   0 |   0 |1259k|   0 | 0.000000e+00 |      --      |    Inf 
522.10/522.10	c   408s|  5830k|  5470k|     0 |   0.0 |1939M| 394 |   - | 652 |1766 |   0 |   0 |   0 |1262k|   0 | 0.000000e+00 |      --      |    Inf 
523.01/523.06	c   409s|  5840k|  5479k|     0 |   0.0 |1942M| 394 |   - | 652 |1681 |   0 |   0 |   0 |1263k|   0 | 0.000000e+00 |      --      |    Inf 
524.01/524.07	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
524.01/524.07	c   409s|  5850k|  5489k|     0 |   0.0 |1946M| 394 |   - | 652 |1655 |   0 |   0 |   0 |1265k|   0 | 0.000000e+00 |      --      |    Inf 
525.01/525.03	c   410s|  5860k|  5498k|     0 |   0.0 |1949M| 394 |   - | 652 |1729 |   0 |   0 |   0 |1267k|   0 | 0.000000e+00 |      --      |    Inf 
526.01/526.06	c   411s|  5870k|  5507k|     0 |   0.0 |1953M| 394 |   - | 652 |1780 |   0 |   0 |   0 |1270k|   0 | 0.000000e+00 |      --      |    Inf 
527.02/527.06	c   412s|  5880k|  5516k|     0 |   0.0 |1956M| 394 |   - | 652 |1683 |   0 |   0 |   0 |1272k|   0 | 0.000000e+00 |      --      |    Inf 
528.11/528.16	c   413s|  5890k|  5526k|     0 |   0.0 |1959M| 394 |   - | 652 |1810 |   0 |   0 |   0 |1274k|   0 | 0.000000e+00 |      --      |    Inf 
529.12/529.16	c   414s|  5900k|  5535k|     0 |   0.0 |1963M| 394 |   - | 652 |1825 |   0 |   0 |   0 |1276k|   0 | 0.000000e+00 |      --      |    Inf 
530.11/530.10	c   414s|  5910k|  5544k|     0 |   0.0 |1966M| 394 |   - | 652 |1859 |   0 |   0 |   0 |1278k|   0 | 0.000000e+00 |      --      |    Inf 
531.00/531.07	c   415s|  5920k|  5554k|     0 |   0.0 |1969M| 394 |   - | 652 |1888 |   0 |   0 |   0 |1280k|   0 | 0.000000e+00 |      --      |    Inf 
532.31/532.34	c   416s|  5930k|  5563k|     0 |   0.0 |1973M| 394 |   - | 652 |2087 |   0 |   0 |   0 |1283k|   0 | 0.000000e+00 |      --      |    Inf 
533.31/533.34	c   417s|  5940k|  5572k|     0 |   0.0 |1976M| 394 |   - | 652 |1917 |   0 |   0 |   0 |1285k|   0 | 0.000000e+00 |      --      |    Inf 
534.41/534.42	c   418s|  5950k|  5582k|     0 |   0.0 |1980M| 394 |   - | 652 |1824 |   0 |   0 |   0 |1287k|   0 | 0.000000e+00 |      --      |    Inf 
535.51/535.52	c   419s|  5960k|  5591k|     0 |   0.0 |1983M| 394 |   - | 652 |1891 |   0 |   0 |   0 |1290k|   0 | 0.000000e+00 |      --      |    Inf 
536.60/536.60	c   420s|  5970k|  5600k|     0 |   0.0 |1986M| 394 |   - | 652 |1787 |   0 |   0 |   0 |1292k|   0 | 0.000000e+00 |      --      |    Inf 
537.61/537.64	c   420s|  5980k|  5609k|     0 |   0.0 |1990M| 394 |   - | 652 |1786 |   0 |   0 |   0 |1294k|   0 | 0.000000e+00 |      --      |    Inf 
538.71/538.71	c   421s|  5990k|  5619k|     0 |   0.0 |1993M| 394 |   - | 652 |1715 |   0 |   0 |   0 |1296k|   0 | 0.000000e+00 |      --      |    Inf 
539.71/539.76	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
539.71/539.76	c   422s|  6000k|  5628k|     0 |   0.0 |1996M| 394 |   - | 652 |1843 |   0 |   0 |   0 |1298k|   0 | 0.000000e+00 |      --      |    Inf 
540.71/540.71	c   423s|  6010k|  5637k|     0 |   0.0 |2000M| 394 |   - | 652 |1960 |   0 |   0 |   0 |1301k|   0 | 0.000000e+00 |      --      |    Inf 
541.71/541.76	c   424s|  6020k|  5647k|     0 |   0.0 |2003M| 394 |   - | 652 |1884 |   0 |   0 |   0 |1303k|   0 | 0.000000e+00 |      --      |    Inf 
542.71/542.78	c   425s|  6030k|  5656k|     0 |   0.0 |2006M| 394 |   - | 652 |1625 |   0 |   0 |   0 |1305k|   0 | 0.000000e+00 |      --      |    Inf 
543.81/543.81	c   425s|  6040k|  5665k|     0 |   0.0 |2010M| 394 |   - | 652 |1843 |   0 |   0 |   0 |1307k|   0 | 0.000000e+00 |      --      |    Inf 
544.81/544.81	c   426s|  6050k|  5675k|     0 |   0.0 |2013M| 394 |   - | 652 |1771 |   0 |   0 |   0 |1309k|   0 | 0.000000e+00 |      --      |    Inf 
545.71/545.79	c   427s|  6060k|  5684k|     0 |   0.0 |2017M| 394 |   - | 652 |1871 |   0 |   0 |   0 |1311k|   0 | 0.000000e+00 |      --      |    Inf 
546.81/546.85	c   428s|  6070k|  5693k|     0 |   0.0 |2020M| 394 |   - | 652 |1983 |   0 |   0 |   0 |1314k|   0 | 0.000000e+00 |      --      |    Inf 
547.91/547.94	c   429s|  6080k|  5702k|     0 |   0.0 |2023M| 394 |   - | 652 |1738 |   0 |   0 |   0 |1316k|   0 | 0.000000e+00 |      --      |    Inf 
548.92/548.95	c   430s|  6090k|  5712k|     0 |   0.0 |2027M| 394 |   - | 652 |1919 |   0 |   0 |   0 |1318k|   0 | 0.000000e+00 |      --      |    Inf 
550.01/550.04	c   430s|  6100k|  5721k|     0 |   0.0 |2030M| 394 |   - | 652 |1944 |   0 |   0 |   0 |1320k|   0 | 0.000000e+00 |      --      |    Inf 
551.01/551.08	c   431s|  6110k|  5730k|     0 |   0.0 |2034M| 394 |   - | 652 |2064 |   0 |   0 |   0 |1323k|   0 | 0.000000e+00 |      --      |    Inf 
552.01/552.02	c   432s|  6120k|  5740k|     0 |   0.0 |2037M| 394 |   - | 652 |1948 |   0 |   0 |   0 |1325k|   0 | 0.000000e+00 |      --      |    Inf 
553.01/553.09	c   433s|  6130k|  5749k|     0 |   0.0 |2040M| 394 |   - | 652 |1985 |   0 |   0 |   0 |1328k|   0 | 0.000000e+00 |      --      |    Inf 
554.11/554.18	c   434s|  6140k|  5758k|     0 |   0.0 |2044M| 394 |   - | 652 |1945 |   0 |   0 |   0 |1330k|   0 | 0.000000e+00 |      --      |    Inf 
555.21/555.26	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
555.21/555.26	c   435s|  6150k|  5767k|     0 |   0.0 |2047M| 394 |   - | 652 |1729 |   0 |   0 |   0 |1332k|   0 | 0.000000e+00 |      --      |    Inf 
556.20/556.21	c   435s|  6160k|  5777k|     0 |   0.0 |2050M| 394 |   - | 652 |1777 |   0 |   0 |   0 |1334k|   0 | 0.000000e+00 |      --      |    Inf 
557.21/557.23	c   436s|  6170k|  5786k|     0 |   0.0 |2054M| 394 |   - | 652 |1871 |   0 |   0 |   0 |1337k|   0 | 0.000000e+00 |      --      |    Inf 
558.21/558.28	c   437s|  6180k|  5795k|     0 |   0.0 |2057M| 394 |   - | 652 |1979 |   0 |   0 |   0 |1340k|   0 | 0.000000e+00 |      --      |    Inf 
559.31/559.38	c   438s|  6190k|  5805k|     0 |   0.0 |2061M| 394 |   - | 652 |1703 |   0 |   0 |   0 |1342k|   0 | 0.000000e+00 |      --      |    Inf 
560.31/560.37	c   439s|  6200k|  5814k|     0 |   0.0 |2064M| 394 |   - | 652 |1715 |   0 |   0 |   0 |1344k|   0 | 0.000000e+00 |      --      |    Inf 
561.31/561.36	c   440s|  6210k|  5823k|     0 |   0.0 |2067M| 394 |   - | 652 |1856 |   0 |   0 |   0 |1346k|   0 | 0.000000e+00 |      --      |    Inf 
562.41/562.47	c   440s|  6220k|  5832k|     0 |   0.0 |2071M| 394 |   - | 652 |1770 |   0 |   0 |   0 |1348k|   0 | 0.000000e+00 |      --      |    Inf 
563.61/563.64	c   441s|  6230k|  5842k|     0 |   0.0 |2074M| 394 |   - | 652 |1877 |   0 |   0 |   0 |1350k|   0 | 0.000000e+00 |      --      |    Inf 
564.71/564.71	c   442s|  6240k|  5851k|     0 |   0.0 |2078M| 394 |   - | 652 |1949 |   0 |   0 |   0 |1353k|   0 | 0.000000e+00 |      --      |    Inf 
565.71/565.79	c   443s|  6250k|  5860k|     0 |   0.0 |2081M| 394 |   - | 652 |1852 |   0 |   0 |   0 |1355k|   0 | 0.000000e+00 |      --      |    Inf 
566.81/566.81	c   444s|  6260k|  5870k|     0 |   0.0 |2084M| 394 |   - | 652 |1861 |   0 |   0 |   0 |1357k|   0 | 0.000000e+00 |      --      |    Inf 
567.81/567.82	c   445s|  6270k|  5879k|     0 |   0.0 |2088M| 394 |   - | 652 |1880 |   0 |   0 |   0 |1359k|   0 | 0.000000e+00 |      --      |    Inf 
568.91/568.92	c   446s|  6280k|  5888k|     0 |   0.0 |2091M| 394 |   - | 652 |1988 |   0 |   0 |   0 |1362k|   0 | 0.000000e+00 |      --      |    Inf 
570.01/570.02	c   447s|  6290k|  5897k|     0 |   0.0 |2095M| 394 |   - | 652 |1957 |   0 |   0 |   0 |1364k|   0 | 0.000000e+00 |      --      |    Inf 
571.11/571.14	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
571.11/571.14	c   448s|  6300k|  5907k|     0 |   0.0 |2098M| 394 |   - | 652 |2183 |   0 |   0 |   0 |1367k|   0 | 0.000000e+00 |      --      |    Inf 
572.11/572.14	c   448s|  6310k|  5916k|     0 |   0.0 |2101M| 394 |   - | 652 |2066 |   0 |   0 |   0 |1369k|   0 | 0.000000e+00 |      --      |    Inf 
573.11/573.19	c   449s|  6320k|  5925k|     0 |   0.0 |2105M| 394 |   - | 652 |1849 |   0 |   0 |   0 |1372k|   0 | 0.000000e+00 |      --      |    Inf 
574.21/574.29	c   450s|  6330k|  5934k|     0 |   0.0 |2108M| 394 |   - | 652 |1901 |   0 |   0 |   0 |1374k|   0 | 0.000000e+00 |      --      |    Inf 
575.51/575.50	c   451s|  6340k|  5944k|     0 |   0.0 |2112M| 394 |   - | 652 |2020 |   0 |   0 |   0 |1376k|   0 | 0.000000e+00 |      --      |    Inf 
576.51/576.58	c   452s|  6350k|  5953k|     0 |   0.0 |2115M| 394 |   - | 652 |1988 |   0 |   0 |   0 |1379k|   0 | 0.000000e+00 |      --      |    Inf 
577.51/577.59	c   453s|  6360k|  5962k|     0 |   0.0 |2118M| 394 |   - | 652 |1932 |   0 |   0 |   0 |1381k|   0 | 0.000000e+00 |      --      |    Inf 
578.61/578.67	c   454s|  6370k|  5971k|     0 |   0.0 |2122M| 394 |   - | 652 |1888 |   0 |   0 |   0 |1383k|   0 | 0.000000e+00 |      --      |    Inf 
579.71/579.77	c   455s|  6380k|  5981k|     0 |   0.0 |2125M| 394 |   - | 652 |1852 |   0 |   0 |   0 |1385k|   0 | 0.000000e+00 |      --      |    Inf 
580.81/580.82	c   456s|  6390k|  5990k|     0 |   0.0 |2128M| 394 |   - | 652 |1841 |   0 |   0 |   0 |1388k|   0 | 0.000000e+00 |      --      |    Inf 
581.81/581.85	c   456s|  6400k|  5999k|     0 |   0.0 |2132M| 394 |   - | 652 |2021 |   0 |   0 |   0 |1390k|   0 | 0.000000e+00 |      --      |    Inf 
582.91/582.95	c   457s|  6410k|  6009k|     0 |   0.0 |2135M| 394 |   - | 652 |2108 |   0 |   0 |   0 |1392k|   0 | 0.000000e+00 |      --      |    Inf 
584.12/584.10	c   458s|  6420k|  6018k|     0 |   0.0 |2139M| 394 |   - | 652 |1901 |   0 |   0 |   0 |1395k|   0 | 0.000000e+00 |      --      |    Inf 
585.21/585.21	c   459s|  6430k|  6027k|     0 |   0.0 |2142M| 394 |   - | 652 |1990 |   0 |   0 |   0 |1397k|   0 | 0.000000e+00 |      --      |    Inf 
586.21/586.27	c   460s|  6440k|  6036k|     0 |   0.0 |2146M| 394 |   - | 652 |1906 |   0 |   0 |   0 |1400k|   0 | 0.000000e+00 |      --      |    Inf 
587.41/587.42	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
587.41/587.42	c   461s|  6450k|  6046k|     0 |   0.0 |2149M| 394 |   - | 652 |2126 |   0 |   0 |   0 |1402k|   0 | 0.000000e+00 |      --      |    Inf 
588.52/588.53	c   462s|  6460k|  6055k|     0 |   0.0 |2153M| 394 |   - | 652 |2111 |   0 |   0 |   0 |1405k|   0 | 0.000000e+00 |      --      |    Inf 
589.51/589.59	c   463s|  6470k|  6064k|     0 |   0.0 |2156M| 394 |   - | 652 |2038 |   0 |   0 |   0 |1407k|   0 | 0.000000e+00 |      --      |    Inf 
590.71/590.71	c   464s|  6480k|  6073k|     0 |   0.0 |2159M| 394 |   - | 652 |2006 |   0 |   0 |   0 |1409k|   0 | 0.000000e+00 |      --      |    Inf 
591.71/591.78	c   464s|  6490k|  6083k|     0 |   0.0 |2163M| 394 |   - | 652 |2030 |   0 |   0 |   0 |1412k|   0 | 0.000000e+00 |      --      |    Inf 
592.71/592.76	c   465s|  6500k|  6092k|     0 |   0.0 |2166M| 394 |   - | 652 |1895 |   0 |   0 |   0 |1414k|   0 | 0.000000e+00 |      --      |    Inf 
593.81/593.87	c   466s|  6510k|  6101k|     0 |   0.0 |2170M| 394 |   - | 652 |1860 |   0 |   0 |   0 |1417k|   0 | 0.000000e+00 |      --      |    Inf 
594.91/594.95	c   467s|  6520k|  6111k|     0 |   0.0 |2173M| 394 |   - | 652 |2001 |   0 |   0 |   0 |1419k|   0 | 0.000000e+00 |      --      |    Inf 
596.01/596.07	c   468s|  6530k|  6120k|     0 |   0.0 |2176M| 394 |   - | 652 |1984 |   0 |   0 |   0 |1421k|   0 | 0.000000e+00 |      --      |    Inf 
597.01/597.09	c   469s|  6540k|  6129k|     0 |   0.0 |2180M| 394 |   - | 652 |1912 |   0 |   0 |   0 |1423k|   0 | 0.000000e+00 |      --      |    Inf 
598.11/598.15	c   470s|  6550k|  6138k|     0 |   0.0 |2183M| 394 |   - | 652 |1907 |   0 |   0 |   0 |1426k|   0 | 0.000000e+00 |      --      |    Inf 
599.41/599.42	c   471s|  6560k|  6148k|     0 |   0.0 |2186M| 394 |   - | 652 |1960 |   0 |   0 |   0 |1428k|   0 | 0.000000e+00 |      --      |    Inf 
600.62/600.63	c   472s|  6570k|  6157k|     0 |   0.0 |2190M| 394 |   - | 652 |2078 |   0 |   0 |   0 |1430k|   0 | 0.000000e+00 |      --      |    Inf 
601.72/601.74	c   473s|  6580k|  6166k|     0 |   0.0 |2193M| 394 |   - | 652 |2078 |   0 |   0 |   0 |1433k|   0 | 0.000000e+00 |      --      |    Inf 
602.92/602.94	c   474s|  6590k|  6175k|     0 |   0.0 |2197M| 394 |   - | 652 |2046 |   0 |   0 |   0 |1435k|   0 | 0.000000e+00 |      --      |    Inf 
603.91/603.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
603.91/603.96	c   474s|  6600k|  6184k|     0 |   0.0 |2200M| 394 |   - | 652 |2058 |   0 |   0 |   0 |1438k|   0 | 0.000000e+00 |      --      |    Inf 
605.11/605.10	c   475s|  6610k|  6194k|     0 |   0.0 |2204M| 394 |   - | 652 |2018 |   0 |   0 |   0 |1440k|   0 | 0.000000e+00 |      --      |    Inf 
606.11/606.13	c   476s|  6620k|  6203k|     0 |   0.0 |2207M| 394 |   - | 652 |2101 |   0 |   0 |   0 |1442k|   0 | 0.000000e+00 |      --      |    Inf 
607.11/607.14	c   477s|  6630k|  6212k|     0 |   0.0 |2210M| 394 |   - | 652 |1987 |   0 |   0 |   0 |1445k|   0 | 0.000000e+00 |      --      |    Inf 
608.11/608.13	c   478s|  6640k|  6222k|     0 |   0.0 |2214M| 394 |   - | 652 |2114 |   0 |   0 |   0 |1447k|   0 | 0.000000e+00 |      --      |    Inf 
609.12/609.14	c   479s|  6650k|  6231k|     0 |   0.0 |2217M| 394 |   - | 652 |1998 |   0 |   0 |   0 |1449k|   0 | 0.000000e+00 |      --      |    Inf 
610.31/610.34	c   480s|  6660k|  6240k|     0 |   0.0 |2221M| 394 |   - | 652 |2115 |   0 |   0 |   0 |1452k|   0 | 0.000000e+00 |      --      |    Inf 
611.41/611.48	c   481s|  6670k|  6249k|     0 |   0.0 |2224M| 394 |   - | 652 |2034 |   0 |   0 |   0 |1454k|   0 | 0.000000e+00 |      --      |    Inf 
612.51/612.53	c   481s|  6680k|  6259k|     0 |   0.0 |2228M| 394 |   - | 652 |1904 |   0 |   0 |   0 |1457k|   0 | 0.000000e+00 |      --      |    Inf 
613.61/613.65	c   482s|  6690k|  6268k|     0 |   0.0 |2231M| 394 |   - | 652 |1912 |   0 |   0 |   0 |1459k|   0 | 0.000000e+00 |      --      |    Inf 
614.71/614.72	c   483s|  6700k|  6277k|     0 |   0.0 |2234M| 394 |   - | 652 |2048 |   0 |   0 |   0 |1462k|   0 | 0.000000e+00 |      --      |    Inf 
615.81/615.84	c   484s|  6710k|  6286k|     0 |   0.0 |2238M| 394 |   - | 652 |2109 |   0 |   0 |   0 |1464k|   0 | 0.000000e+00 |      --      |    Inf 
616.91/616.95	c   485s|  6720k|  6296k|     0 |   0.0 |2241M| 394 |   - | 652 |1840 |   0 |   0 |   0 |1466k|   0 | 0.000000e+00 |      --      |    Inf 
618.11/618.11	c   486s|  6730k|  6305k|     0 |   0.0 |2244M| 394 |   - | 652 |1936 |   0 |   0 |   0 |1468k|   0 | 0.000000e+00 |      --      |    Inf 
619.21/619.29	c   487s|  6740k|  6314k|     0 |   0.0 |2248M| 394 |   - | 652 |1963 |   0 |   0 |   0 |1471k|   0 | 0.000000e+00 |      --      |    Inf 
620.52/620.51	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
620.52/620.51	c   488s|  6750k|  6323k|     0 |   0.0 |2252M| 394 |   - | 652 |2291 |   0 |   0 |   0 |1473k|   0 | 0.000000e+00 |      --      |    Inf 
621.52/621.52	c   489s|  6760k|  6333k|     0 |   0.0 |2255M| 394 |   - | 652 |2117 |   0 |   0 |   0 |1476k|   0 | 0.000000e+00 |      --      |    Inf 
622.62/622.69	c   490s|  6770k|  6342k|     0 |   0.0 |2258M| 394 |   - | 652 |2122 |   0 |   0 |   0 |1479k|   0 | 0.000000e+00 |      --      |    Inf 
623.72/623.74	c   491s|  6780k|  6351k|     0 |   0.0 |2262M| 394 |   - | 652 |2039 |   0 |   0 |   0 |1481k|   0 | 0.000000e+00 |      --      |    Inf 
624.82/624.85	c   492s|  6790k|  6360k|     0 |   0.0 |2265M| 394 |   - | 652 |2140 |   0 |   0 |   0 |1483k|   0 | 0.000000e+00 |      --      |    Inf 
625.92/625.93	c   492s|  6800k|  6369k|     0 |   0.0 |2269M| 394 |   - | 652 |2136 |   0 |   0 |   0 |1486k|   0 | 0.000000e+00 |      --      |    Inf 
626.91/626.99	c   493s|  6810k|  6379k|     0 |   0.0 |2272M| 394 |   - | 652 |2134 |   0 |   0 |   0 |1489k|   0 | 0.000000e+00 |      --      |    Inf 
628.11/628.12	c   494s|  6820k|  6388k|     0 |   0.0 |2275M| 394 |   - | 652 |2086 |   0 |   0 |   0 |1491k|   0 | 0.000000e+00 |      --      |    Inf 
629.22/629.26	c   495s|  6830k|  6397k|     0 |   0.0 |2279M| 394 |   - | 652 |2129 |   0 |   0 |   0 |1494k|   0 | 0.000000e+00 |      --      |    Inf 
630.41/630.48	c   496s|  6840k|  6406k|     0 |   0.0 |2282M| 394 |   - | 652 |2063 |   0 |   0 |   0 |1496k|   0 | 0.000000e+00 |      --      |    Inf 
631.61/631.63	c   497s|  6850k|  6416k|     0 |   0.0 |2286M| 394 |   - | 652 |2121 |   0 |   0 |   0 |1499k|   0 | 0.000000e+00 |      --      |    Inf 
632.71/632.74	c   498s|  6860k|  6425k|     0 |   0.0 |2289M| 394 |   - | 652 |2153 |   0 |   0 |   0 |1501k|   0 | 0.000000e+00 |      --      |    Inf 
633.91/634.00	c   499s|  6870k|  6434k|     0 |   0.0 |2293M| 394 |   - | 652 |1976 |   0 |   0 |   0 |1504k|   0 | 0.000000e+00 |      --      |    Inf 
635.02/635.01	c   500s|  6880k|  6443k|     0 |   0.0 |2296M| 394 |   - | 652 |2069 |   0 |   0 |   0 |1506k|   0 | 0.000000e+00 |      --      |    Inf 
636.01/636.09	c   501s|  6890k|  6453k|     0 |   0.0 |2299M| 394 |   - | 652 |2231 |   0 |   0 |   0 |1509k|   0 | 0.000000e+00 |      --      |    Inf 
637.11/637.12	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
637.11/637.12	c   502s|  6900k|  6462k|     0 |   0.0 |2303M| 394 |   - | 652 |2086 |   0 |   0 |   0 |1511k|   0 | 0.000000e+00 |      --      |    Inf 
638.21/638.23	c   502s|  6910k|  6471k|     0 |   0.0 |2306M| 394 |   - | 652 |2081 |   0 |   0 |   0 |1513k|   0 | 0.000000e+00 |      --      |    Inf 
639.31/639.35	c   503s|  6920k|  6480k|     0 |   0.0 |2310M| 394 |   - | 652 |1966 |   0 |   0 |   0 |1516k|   0 | 0.000000e+00 |      --      |    Inf 
640.41/640.47	c   504s|  6930k|  6489k|     0 |   0.0 |2313M| 394 |   - | 652 |2279 |   0 |   0 |   0 |1518k|   0 | 0.000000e+00 |      --      |    Inf 
641.52/641.52	c   505s|  6940k|  6499k|     0 |   0.0 |2317M| 394 |   - | 652 |2319 |   0 |   0 |   0 |1521k|   0 | 0.000000e+00 |      --      |    Inf 
642.51/642.57	c   506s|  6950k|  6508k|     0 |   0.0 |2320M| 394 |   - | 652 |2150 |   0 |   0 |   0 |1524k|   0 | 0.000000e+00 |      --      |    Inf 
643.81/643.84	c   507s|  6960k|  6517k|     0 |   0.0 |2323M| 394 |   - | 652 |2195 |   0 |   0 |   0 |1526k|   0 | 0.000000e+00 |      --      |    Inf 
644.81/644.90	c   508s|  6970k|  6526k|     0 |   0.0 |2327M| 394 |   - | 652 |2244 |   0 |   0 |   0 |1529k|   0 | 0.000000e+00 |      --      |    Inf 
645.91/645.96	c   509s|  6980k|  6536k|     0 |   0.0 |2330M| 394 |   - | 652 |2202 |   0 |   0 |   0 |1532k|   0 | 0.000000e+00 |      --      |    Inf 
647.01/647.05	c   510s|  6990k|  6545k|     0 |   0.0 |2334M| 394 |   - | 652 |2320 |   0 |   0 |   0 |1534k|   0 | 0.000000e+00 |      --      |    Inf 
648.12/648.12	c   510s|  7000k|  6554k|     0 |   0.0 |2337M| 394 |   - | 652 |2215 |   0 |   0 |   0 |1537k|   0 | 0.000000e+00 |      --      |    Inf 
649.02/649.08	c   511s|  7010k|  6563k|     0 |   0.0 |2341M| 394 |   - | 652 |2249 |   0 |   0 |   0 |1540k|   0 | 0.000000e+00 |      --      |    Inf 
650.02/650.09	c   512s|  7020k|  6573k|     0 |   0.0 |2344M| 394 |   - | 652 |2222 |   0 |   0 |   0 |1542k|   0 | 0.000000e+00 |      --      |    Inf 
651.01/651.06	c   513s|  7030k|  6582k|     0 |   0.0 |2347M| 394 |   - | 652 |2022 |   0 |   0 |   0 |1545k|   0 | 0.000000e+00 |      --      |    Inf 
652.01/652.08	c   514s|  7040k|  6591k|     0 |   0.0 |2351M| 394 |   - | 652 |1958 |   0 |   0 |   0 |1547k|   0 | 0.000000e+00 |      --      |    Inf 
653.01/653.09	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
653.01/653.09	c   514s|  7050k|  6600k|     0 |   0.0 |2354M| 394 |   - | 652 |1955 |   0 |   0 |   0 |1550k|   0 | 0.000000e+00 |      --      |    Inf 
654.21/654.26	c   515s|  7060k|  6610k|     0 |   0.0 |2358M| 394 |   - | 652 |2208 |   0 |   0 |   0 |1552k|   0 | 0.000000e+00 |      --      |    Inf 
655.41/655.40	c   516s|  7070k|  6619k|     0 |   0.0 |2361M| 394 |   - | 652 |2198 |   0 |   0 |   0 |1555k|   0 | 0.000000e+00 |      --      |    Inf 
656.51/656.59	c   517s|  7080k|  6628k|     0 |   0.0 |2365M| 394 |   - | 652 |2358 |   0 |   0 |   0 |1557k|   0 | 0.000000e+00 |      --      |    Inf 
657.61/657.66	c   518s|  7090k|  6637k|     0 |   0.0 |2368M| 394 |   - | 652 |2053 |   0 |   0 |   0 |1560k|   0 | 0.000000e+00 |      --      |    Inf 
658.81/658.84	c   519s|  7100k|  6646k|     0 |   0.0 |2371M| 394 |   - | 652 |2130 |   0 |   0 |   0 |1562k|   0 | 0.000000e+00 |      --      |    Inf 
659.91/659.94	c   520s|  7110k|  6656k|     0 |   0.0 |2375M| 394 |   - | 652 |2166 |   0 |   0 |   0 |1564k|   0 | 0.000000e+00 |      --      |    Inf 
661.12/661.14	c   521s|  7120k|  6665k|     0 |   0.0 |2378M| 394 |   - | 652 |2303 |   0 |   0 |   0 |1567k|   0 | 0.000000e+00 |      --      |    Inf 
662.22/662.30	c   522s|  7130k|  6674k|     0 |   0.0 |2382M| 394 |   - | 652 |2153 |   0 |   0 |   0 |1570k|   0 | 0.000000e+00 |      --      |    Inf 
663.32/663.38	c   523s|  7140k|  6683k|     0 |   0.0 |2385M| 394 |   - | 652 |2215 |   0 |   0 |   0 |1572k|   0 | 0.000000e+00 |      --      |    Inf 
664.42/664.42	c   524s|  7150k|  6692k|     0 |   0.0 |2389M| 394 |   - | 652 |2184 |   0 |   0 |   0 |1575k|   0 | 0.000000e+00 |      --      |    Inf 
665.42/665.45	c   525s|  7160k|  6702k|     0 |   0.0 |2392M| 394 |   - | 652 |2316 |   0 |   0 |   0 |1577k|   0 | 0.000000e+00 |      --      |    Inf 
666.72/666.76	c   526s|  7170k|  6711k|     0 |   0.0 |2395M| 394 |   - | 652 |2103 |   0 |   0 |   0 |1580k|   0 | 0.000000e+00 |      --      |    Inf 
667.72/667.76	c   526s|  7180k|  6720k|     0 |   0.0 |2399M| 394 |   - | 652 |2184 |   0 |   0 |   0 |1582k|   0 | 0.000000e+00 |      --      |    Inf 
668.82/668.82	c   527s|  7190k|  6729k|     0 |   0.0 |2402M| 394 |   - | 652 |2184 |   0 |   0 |   0 |1585k|   0 | 0.000000e+00 |      --      |    Inf 
669.81/669.85	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
669.81/669.85	c   528s|  7200k|  6739k|     0 |   0.0 |2406M| 394 |   - | 652 |2099 |   0 |   0 |   0 |1588k|   0 | 0.000000e+00 |      --      |    Inf 
670.91/671.00	c   529s|  7210k|  6748k|     0 |   0.0 |2409M| 394 |   - | 652 |2108 |   0 |   0 |   0 |1590k|   0 | 0.000000e+00 |      --      |    Inf 
672.01/672.04	c   530s|  7220k|  6757k|     0 |   0.0 |2413M| 394 |   - | 652 |2054 |   0 |   0 |   0 |1593k|   0 | 0.000000e+00 |      --      |    Inf 
673.11/673.13	c   531s|  7230k|  6766k|     0 |   0.0 |2416M| 394 |   - | 652 |2372 |   0 |   0 |   0 |1596k|   0 | 0.000000e+00 |      --      |    Inf 
674.21/674.29	c   532s|  7240k|  6775k|     0 |   0.0 |2420M| 394 |   - | 652 |2154 |   0 |   0 |   0 |1598k|   0 | 0.000000e+00 |      --      |    Inf 
675.32/675.38	c   533s|  7250k|  6785k|     0 |   0.0 |2423M| 394 |   - | 652 |2105 |   0 |   0 |   0 |1601k|   0 | 0.000000e+00 |      --      |    Inf 
676.51/676.53	c   534s|  7260k|  6794k|     0 |   0.0 |2426M| 394 |   - | 652 |2110 |   0 |   0 |   0 |1603k|   0 | 0.000000e+00 |      --      |    Inf 
677.61/677.66	c   535s|  7270k|  6803k|     0 |   0.0 |2430M| 394 |   - | 652 |2048 |   0 |   0 |   0 |1606k|   0 | 0.000000e+00 |      --      |    Inf 
678.72/678.72	c   535s|  7280k|  6812k|     0 |   0.0 |2433M| 394 |   - | 652 |2052 |   0 |   0 |   0 |1608k|   0 | 0.000000e+00 |      --      |    Inf 
679.71/679.75	c   536s|  7290k|  6821k|     0 |   0.0 |2437M| 394 |   - | 652 |2057 |   0 |   0 |   0 |1611k|   0 | 0.000000e+00 |      --      |    Inf 
680.72/680.75	c   537s|  7300k|  6831k|     0 |   0.0 |2440M| 394 |   - | 652 |2223 |   0 |   0 |   0 |1613k|   0 | 0.000000e+00 |      --      |    Inf 
681.91/681.94	c   538s|  7310k|  6840k|     0 |   0.0 |2444M| 394 |   - | 652 |2342 |   0 |   0 |   0 |1616k|   0 | 0.000000e+00 |      --      |    Inf 
682.91/682.97	c   539s|  7320k|  6849k|     0 |   0.0 |2447M| 394 |   - | 652 |2265 |   0 |   0 |   0 |1618k|   0 | 0.000000e+00 |      --      |    Inf 
683.91/683.95	c   540s|  7330k|  6858k|     0 |   0.0 |2451M| 394 |   - | 652 |2215 |   0 |   0 |   0 |1621k|   0 | 0.000000e+00 |      --      |    Inf 
684.91/684.94	c   540s|  7340k|  6867k|     0 |   0.0 |2454M| 394 |   - | 652 |2169 |   0 |   0 |   0 |1624k|   0 | 0.000000e+00 |      --      |    Inf 
686.12/686.11	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
686.12/686.11	c   541s|  7350k|  6877k|     0 |   0.0 |2457M| 394 |   - | 652 |2086 |   0 |   0 |   0 |1626k|   0 | 0.000000e+00 |      --      |    Inf 
687.21/687.24	c   542s|  7360k|  6886k|     0 |   0.0 |2461M| 394 |   - | 652 |2238 |   0 |   0 |   0 |1628k|   0 | 0.000000e+00 |      --      |    Inf 
688.32/688.34	c   543s|  7370k|  6895k|     0 |   0.0 |2464M| 394 |   - | 652 |2120 |   0 |   0 |   0 |1631k|   0 | 0.000000e+00 |      --      |    Inf 
689.31/689.33	c   544s|  7380k|  6904k|     0 |   0.0 |2468M| 394 |   - | 652 |2138 |   0 |   0 |   0 |1633k|   0 | 0.000000e+00 |      --      |    Inf 
690.41/690.45	c   545s|  7390k|  6913k|     0 |   0.0 |2471M| 394 |   - | 652 |2152 |   0 |   0 |   0 |1636k|   0 | 0.000000e+00 |      --      |    Inf 
691.52/691.58	c   546s|  7400k|  6923k|     0 |   0.0 |2475M| 394 |   - | 652 |2192 |   0 |   0 |   0 |1638k|   0 | 0.000000e+00 |      --      |    Inf 
692.72/692.74	c   547s|  7410k|  6932k|     0 |   0.0 |2478M| 394 |   - | 652 |2272 |   0 |   0 |   0 |1641k|   0 | 0.000000e+00 |      --      |    Inf 
693.82/693.81	c   548s|  7420k|  6941k|     0 |   0.0 |2482M| 394 |   - | 652 |2210 |   0 |   0 |   0 |1643k|   0 | 0.000000e+00 |      --      |    Inf 
695.01/695.08	c   549s|  7430k|  6950k|     0 |   0.0 |2485M| 394 |   - | 652 |2160 |   0 |   0 |   0 |1646k|   0 | 0.000000e+00 |      --      |    Inf 
696.32/696.31	c   550s|  7440k|  6959k|     0 |   0.0 |2488M| 394 |   - | 652 |2200 |   0 |   0 |   0 |1648k|   0 | 0.000000e+00 |      --      |    Inf 
697.31/697.36	c   551s|  7450k|  6969k|     0 |   0.0 |2492M| 394 |   - | 652 |2277 |   0 |   0 |   0 |1651k|   0 | 0.000000e+00 |      --      |    Inf 
698.31/698.31	c   551s|  7460k|  6978k|     0 |   0.0 |2495M| 394 |   - | 652 |2253 |   0 |   0 |   0 |1653k|   0 | 0.000000e+00 |      --      |    Inf 
699.42/699.44	c   552s|  7470k|  6987k|     0 |   0.0 |2499M| 394 |   - | 652 |2215 |   0 |   0 |   0 |1656k|   0 | 0.000000e+00 |      --      |    Inf 
700.51/700.50	c   553s|  7480k|  6996k|     0 |   0.0 |2502M| 394 |   - | 652 |2295 |   0 |   0 |   0 |1659k|   0 | 0.000000e+00 |      --      |    Inf 
701.61/701.61	c   554s|  7490k|  7005k|     0 |   0.0 |2506M| 394 |   - | 652 |2315 |   0 |   0 |   0 |1661k|   0 | 0.000000e+00 |      --      |    Inf 
702.71/702.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
702.71/702.80	c   555s|  7500k|  7015k|     0 |   0.0 |2509M| 394 |   - | 652 |2459 |   0 |   0 |   0 |1664k|   0 | 0.000000e+00 |      --      |    Inf 
703.81/703.85	c   556s|  7510k|  7024k|     0 |   0.0 |2512M| 394 |   - | 652 |2243 |   0 |   0 |   0 |1667k|   0 | 0.000000e+00 |      --      |    Inf 
704.82/704.86	c   557s|  7520k|  7033k|     0 |   0.0 |2516M| 394 |   - | 652 |2262 |   0 |   0 |   0 |1669k|   0 | 0.000000e+00 |      --      |    Inf 
705.91/705.96	c   558s|  7530k|  7042k|     0 |   0.0 |2520M| 394 |   - | 652 |2447 |   0 |   0 |   0 |1672k|   0 | 0.000000e+00 |      --      |    Inf 
707.01/707.02	c   558s|  7540k|  7051k|     0 |   0.0 |2523M| 394 |   - | 652 |2102 |   0 |   0 |   0 |1675k|   0 | 0.000000e+00 |      --      |    Inf 
708.22/708.25	c   559s|  7550k|  7061k|     0 |   0.0 |2527M| 394 |   - | 652 |2197 |   0 |   0 |   0 |1677k|   0 | 0.000000e+00 |      --      |    Inf 
709.31/709.37	c   560s|  7560k|  7070k|     0 |   0.0 |2530M| 394 |   - | 652 |2204 |   0 |   0 |   0 |1680k|   0 | 0.000000e+00 |      --      |    Inf 
710.42/710.46	c   561s|  7570k|  7079k|     0 |   0.0 |2534M| 394 |   - | 652 |2244 |   0 |   0 |   0 |1683k|   0 | 0.000000e+00 |      --      |    Inf 
711.62/711.68	c   562s|  7580k|  7088k|     0 |   0.0 |2537M| 394 |   - | 652 |2254 |   0 |   0 |   0 |1685k|   0 | 0.000000e+00 |      --      |    Inf 
712.82/712.85	c   563s|  7590k|  7097k|     0 |   0.0 |2540M| 394 |   - | 652 |2200 |   0 |   0 |   0 |1688k|   0 | 0.000000e+00 |      --      |    Inf 
713.92/713.99	c   564s|  7600k|  7107k|     0 |   0.0 |2544M| 394 |   - | 652 |2335 |   0 |   0 |   0 |1690k|   0 | 0.000000e+00 |      --      |    Inf 
715.32/715.38	c   565s|  7610k|  7116k|     0 |   0.0 |2547M| 394 |   - | 652 |2343 |   0 |   0 |   0 |1693k|   0 | 0.000000e+00 |      --      |    Inf 
716.62/716.64	c   566s|  7620k|  7125k|     0 |   0.0 |2551M| 394 |   - | 652 |2347 |   0 |   0 |   0 |1696k|   0 | 0.000000e+00 |      --      |    Inf 
718.11/718.10	c   568s|  7630k|  7134k|     0 |   0.0 |2554M| 394 |   - | 652 |2427 |   0 |   0 |   0 |1699k|   0 | 0.000000e+00 |      --      |    Inf 
719.12/719.12	c   568s|  7640k|  7143k|     0 |   0.0 |2558M| 394 |   - | 652 |2072 |   0 |   0 |   0 |1702k|   0 | 0.000000e+00 |      --      |    Inf 
720.22/720.23	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
720.22/720.23	c   569s|  7650k|  7152k|     0 |   0.0 |2561M| 394 |   - | 652 |2059 |   0 |   0 |   0 |1704k|   0 | 0.000000e+00 |      --      |    Inf 
721.32/721.34	c   570s|  7660k|  7161k|     0 |   0.0 |2565M| 394 |   - | 652 |2186 |   0 |   0 |   0 |1706k|   0 | 0.000000e+00 |      --      |    Inf 
722.52/722.57	c   571s|  7670k|  7171k|     0 |   0.0 |2568M| 394 |   - | 652 |2483 |   0 |   0 |   0 |1709k|   0 | 0.000000e+00 |      --      |    Inf 
723.61/723.61	c   572s|  7680k|  7180k|     0 |   0.0 |2571M| 394 |   - | 652 |2307 |   0 |   0 |   0 |1712k|   0 | 0.000000e+00 |      --      |    Inf 
724.62/724.64	c   573s|  7690k|  7189k|     0 |   0.0 |2575M| 394 |   - | 652 |2326 |   0 |   0 |   0 |1714k|   0 | 0.000000e+00 |      --      |    Inf 
725.71/725.77	c   574s|  7700k|  7198k|     0 |   0.0 |2578M| 394 |   - | 652 |2194 |   0 |   0 |   0 |1717k|   0 | 0.000000e+00 |      --      |    Inf 
726.92/726.97	c   575s|  7710k|  7207k|     0 |   0.0 |2582M| 394 |   - | 652 |2307 |   0 |   0 |   0 |1719k|   0 | 0.000000e+00 |      --      |    Inf 
727.91/727.96	c   576s|  7720k|  7216k|     0 |   0.0 |2585M| 394 |   - | 652 |2236 |   0 |   0 |   0 |1722k|   0 | 0.000000e+00 |      --      |    Inf 
729.12/729.10	c   577s|  7730k|  7226k|     0 |   0.0 |2589M| 394 |   - | 652 |2315 |   0 |   0 |   0 |1725k|   0 | 0.000000e+00 |      --      |    Inf 
730.12/730.15	c   577s|  7740k|  7235k|     0 |   0.0 |2592M| 394 |   - | 652 |2262 |   0 |   0 |   0 |1727k|   0 | 0.000000e+00 |      --      |    Inf 
731.11/731.19	c   578s|  7750k|  7244k|     0 |   0.0 |2596M| 394 |   - | 652 |2347 |   0 |   0 |   0 |1730k|   0 | 0.000000e+00 |      --      |    Inf 
732.21/732.29	c   579s|  7760k|  7253k|     0 |   0.0 |2599M| 394 |   - | 652 |2193 |   0 |   0 |   0 |1732k|   0 | 0.000000e+00 |      --      |    Inf 
733.42/733.49	c   580s|  7770k|  7262k|     0 |   0.0 |2603M| 394 |   - | 652 |2410 |   0 |   0 |   0 |1735k|   0 | 0.000000e+00 |      --      |    Inf 
734.42/734.47	c   581s|  7780k|  7272k|     0 |   0.0 |2606M| 394 |   - | 652 |2170 |   0 |   0 |   0 |1738k|   0 | 0.000000e+00 |      --      |    Inf 
735.51/735.57	c   582s|  7790k|  7281k|     0 |   0.0 |2610M| 394 |   - | 652 |2507 |   0 |   0 |   0 |1740k|   0 | 0.000000e+00 |      --      |    Inf 
736.92/736.93	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
736.92/736.93	c   583s|  7800k|  7290k|     0 |   0.0 |2613M| 394 |   - | 652 |2443 |   0 |   0 |   0 |1743k|   0 | 0.000000e+00 |      --      |    Inf 
738.01/738.01	c   584s|  7810k|  7299k|     0 |   0.0 |2617M| 394 |   - | 652 |2479 |   0 |   0 |   0 |1746k|   0 | 0.000000e+00 |      --      |    Inf 
739.33/739.36	c   585s|  7820k|  7308k|     0 |   0.0 |2620M| 394 |   - | 652 |2560 |   0 |   0 |   0 |1749k|   0 | 0.000000e+00 |      --      |    Inf 
740.61/740.67	c   586s|  7830k|  7317k|     0 |   0.0 |2624M| 394 |   - | 652 |2318 |   0 |   0 |   0 |1752k|   0 | 0.000000e+00 |      --      |    Inf 
741.81/741.84	c   587s|  7840k|  7327k|     0 |   0.0 |2627M| 394 |   - | 652 |2142 |   0 |   0 |   0 |1754k|   0 | 0.000000e+00 |      --      |    Inf 
743.02/743.07	c   588s|  7850k|  7336k|     0 |   0.0 |2630M| 394 |   - | 652 |2366 |   0 |   0 |   0 |1757k|   0 | 0.000000e+00 |      --      |    Inf 
744.22/744.23	c   589s|  7860k|  7345k|     0 |   0.0 |2634M| 394 |   - | 652 |2634 |   0 |   0 |   0 |1760k|   0 | 0.000000e+00 |      --      |    Inf 
745.32/745.38	c   590s|  7870k|  7354k|     0 |   0.0 |2637M| 394 |   - | 652 |2301 |   0 |   0 |   0 |1763k|   0 | 0.000000e+00 |      --      |    Inf 
746.42/746.42	c   591s|  7880k|  7363k|     0 |   0.0 |2641M| 394 |   - | 652 |2211 |   0 |   0 |   0 |1765k|   0 | 0.000000e+00 |      --      |    Inf 
747.51/747.55	c   592s|  7890k|  7372k|     0 |   0.0 |2644M| 394 |   - | 652 |2338 |   0 |   0 |   0 |1768k|   0 | 0.000000e+00 |      --      |    Inf 
748.82/748.81	c   593s|  7900k|  7381k|     0 |   0.0 |2648M| 394 |   - | 652 |2304 |   0 |   0 |   0 |1771k|   0 | 0.000000e+00 |      --      |    Inf 
750.01/750.06	c   594s|  7910k|  7391k|     0 |   0.0 |2651M| 394 |   - | 652 |2231 |   0 |   0 |   0 |1774k|   0 | 0.000000e+00 |      --      |    Inf 
751.02/751.05	c   595s|  7920k|  7400k|     0 |   0.0 |2655M| 394 |   - | 652 |2128 |   0 |   0 |   0 |1776k|   0 | 0.000000e+00 |      --      |    Inf 
752.02/752.02	c   595s|  7930k|  7409k|     0 |   0.0 |2658M| 394 |   - | 652 |2241 |   0 |   0 |   0 |1779k|   0 | 0.000000e+00 |      --      |    Inf 
753.02/753.05	c   596s|  7940k|  7418k|     0 |   0.0 |2662M| 394 |   - | 652 |2199 |   0 |   0 |   0 |1782k|   0 | 0.000000e+00 |      --      |    Inf 
754.22/754.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
754.22/754.21	c   597s|  7950k|  7427k|     0 |   0.0 |2665M| 394 |   - | 652 |2438 |   0 |   0 |   0 |1785k|   0 | 0.000000e+00 |      --      |    Inf 
755.32/755.37	c   598s|  7960k|  7437k|     0 |   0.0 |2669M| 394 |   - | 652 |2321 |   0 |   0 |   0 |1787k|   0 | 0.000000e+00 |      --      |    Inf 
756.71/756.75	c   599s|  7970k|  7446k|     0 |   0.0 |2672M| 394 |   - | 652 |2282 |   0 |   0 |   0 |1790k|   0 | 0.000000e+00 |      --      |    Inf 
757.81/757.82	c   600s|  7980k|  7455k|     0 |   0.0 |2676M| 394 |   - | 652 |2332 |   0 |   0 |   0 |1793k|   0 | 0.000000e+00 |      --      |    Inf 
759.12/759.11	c   601s|  7990k|  7464k|     0 |   0.0 |2679M| 394 |   - | 652 |2579 |   0 |   0 |   0 |1796k|   0 | 0.000000e+00 |      --      |    Inf 
760.22/760.23	c   602s|  8000k|  7473k|     0 |   0.0 |2683M| 394 |   - | 652 |2509 |   0 |   0 |   0 |1800k|   0 | 0.000000e+00 |      --      |    Inf 
761.52/761.53	c   603s|  8010k|  7482k|     0 |   0.0 |2686M| 394 |   - | 652 |2360 |   0 |   0 |   0 |1802k|   0 | 0.000000e+00 |      --      |    Inf 
762.62/762.67	c   604s|  8020k|  7491k|     0 |   0.0 |2690M| 394 |   - | 652 |2396 |   0 |   0 |   0 |1805k|   0 | 0.000000e+00 |      --      |    Inf 
763.82/763.88	c   605s|  8030k|  7500k|     0 |   0.0 |2693M| 394 |   - | 652 |2199 |   0 |   0 |   0 |1807k|   0 | 0.000000e+00 |      --      |    Inf 
765.02/765.08	c   606s|  8040k|  7510k|     0 |   0.0 |2697M| 394 |   - | 652 |2367 |   0 |   0 |   0 |1810k|   0 | 0.000000e+00 |      --      |    Inf 
766.22/766.27	c   607s|  8050k|  7519k|     0 |   0.0 |2700M| 394 |   - | 652 |2540 |   0 |   0 |   0 |1813k|   0 | 0.000000e+00 |      --      |    Inf 
767.51/767.55	c   608s|  8060k|  7528k|     0 |   0.0 |2703M| 394 |   - | 652 |2281 |   0 |   0 |   0 |1816k|   0 | 0.000000e+00 |      --      |    Inf 
768.62/768.67	c   609s|  8070k|  7537k|     0 |   0.0 |2707M| 394 |   - | 652 |2406 |   0 |   0 |   0 |1818k|   0 | 0.000000e+00 |      --      |    Inf 
769.82/769.81	c   610s|  8080k|  7546k|     0 |   0.0 |2710M| 394 |   - | 652 |2497 |   0 |   0 |   0 |1821k|   0 | 0.000000e+00 |      --      |    Inf 
771.12/771.15	c   611s|  8090k|  7555k|     0 |   0.0 |2714M| 394 |   - | 652 |2525 |   0 |   0 |   0 |1824k|   0 | 0.000000e+00 |      --      |    Inf 
772.41/772.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
772.41/772.46	c   612s|  8100k|  7564k|     0 |   0.0 |2717M| 394 |   - | 652 |2450 |   0 |   0 |   0 |1826k|   0 | 0.000000e+00 |      --      |    Inf 
773.62/773.63	c   613s|  8110k|  7574k|     0 |   0.0 |2721M| 394 |   - | 652 |2487 |   0 |   0 |   0 |1829k|   0 | 0.000000e+00 |      --      |    Inf 
774.91/774.97	c   615s|  8120k|  7583k|     0 |   0.0 |2724M| 394 |   - | 652 |2378 |   0 |   0 |   0 |1832k|   0 | 0.000000e+00 |      --      |    Inf 
776.12/776.10	c   616s|  8130k|  7592k|     0 |   0.0 |2728M| 394 |   - | 652 |2201 |   0 |   0 |   0 |1835k|   0 | 0.000000e+00 |      --      |    Inf 
777.21/777.29	c   616s|  8140k|  7601k|     0 |   0.0 |2731M| 394 |   - | 652 |2380 |   0 |   0 |   0 |1837k|   0 | 0.000000e+00 |      --      |    Inf 
778.42/778.49	c   617s|  8150k|  7610k|     0 |   0.0 |2735M| 394 |   - | 652 |2301 |   0 |   0 |   0 |1840k|   0 | 0.000000e+00 |      --      |    Inf 
779.93/779.94	c   619s|  8160k|  7619k|     0 |   0.0 |2738M| 394 |   - | 652 |2424 |   0 |   0 |   0 |1842k|   0 | 0.000000e+00 |      --      |    Inf 
781.12/781.15	c   620s|  8170k|  7628k|     0 |   0.0 |2742M| 394 |   - | 652 |2511 |   0 |   0 |   0 |1845k|   0 | 0.000000e+00 |      --      |    Inf 
782.22/782.24	c   621s|  8180k|  7638k|     0 |   0.0 |2745M| 394 |   - | 652 |2528 |   0 |   0 |   0 |1848k|   0 | 0.000000e+00 |      --      |    Inf 
783.32/783.37	c   621s|  8190k|  7647k|     0 |   0.0 |2749M| 394 |   - | 652 |2298 |   0 |   0 |   0 |1850k|   0 | 0.000000e+00 |      --      |    Inf 
784.51/784.59	c   622s|  8200k|  7656k|     0 |   0.0 |2752M| 394 |   - | 652 |2426 |   0 |   0 |   0 |1853k|   0 | 0.000000e+00 |      --      |    Inf 
785.72/785.77	c   623s|  8210k|  7665k|     0 |   0.0 |2756M| 394 |   - | 652 |2431 |   0 |   0 |   0 |1856k|   0 | 0.000000e+00 |      --      |    Inf 
787.02/787.04	c   625s|  8220k|  7674k|     0 |   0.0 |2759M| 394 |   - | 652 |2318 |   0 |   0 |   0 |1859k|   0 | 0.000000e+00 |      --      |    Inf 
788.32/788.39	c   626s|  8230k|  7683k|     0 |   0.0 |2762M| 394 |   - | 652 |2451 |   0 |   0 |   0 |1862k|   0 | 0.000000e+00 |      --      |    Inf 
789.71/789.70	c   627s|  8240k|  7692k|     0 |   0.0 |2766M| 394 |   - | 652 |2460 |   0 |   0 |   0 |1864k|   0 | 0.000000e+00 |      --      |    Inf 
791.02/791.06	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
791.02/791.06	c   628s|  8250k|  7701k|     0 |   0.0 |2769M| 394 |   - | 652 |2555 |   0 |   0 |   0 |1867k|   0 | 0.000000e+00 |      --      |    Inf 
792.22/792.20	c   629s|  8260k|  7710k|     0 |   0.0 |2773M| 394 |   - | 652 |2342 |   0 |   0 |   0 |1870k|   0 | 0.000000e+00 |      --      |    Inf 
793.22/793.27	c   630s|  8270k|  7719k|     0 |   0.0 |2776M| 394 |   - | 652 |2423 |   0 |   0 |   0 |1873k|   0 | 0.000000e+00 |      --      |    Inf 
794.42/794.45	c   631s|  8280k|  7729k|     0 |   0.0 |2780M| 394 |   - | 652 |2403 |   0 |   0 |   0 |1876k|   0 | 0.000000e+00 |      --      |    Inf 
795.62/795.63	c   632s|  8290k|  7738k|     0 |   0.0 |2783M| 394 |   - | 652 |2424 |   0 |   0 |   0 |1879k|   0 | 0.000000e+00 |      --      |    Inf 
796.81/796.86	c   633s|  8300k|  7747k|     0 |   0.0 |2787M| 394 |   - | 652 |2526 |   0 |   0 |   0 |1882k|   0 | 0.000000e+00 |      --      |    Inf 
797.92/797.95	c   634s|  8310k|  7756k|     0 |   0.0 |2790M| 394 |   - | 652 |2386 |   0 |   0 |   0 |1884k|   0 | 0.000000e+00 |      --      |    Inf 
799.12/799.18	c   635s|  8320k|  7765k|     0 |   0.0 |2794M| 394 |   - | 652 |2489 |   0 |   0 |   0 |1887k|   0 | 0.000000e+00 |      --      |    Inf 
800.32/800.32	c   636s|  8330k|  7774k|     0 |   0.0 |2797M| 394 |   - | 652 |2328 |   0 |   0 |   0 |1890k|   0 | 0.000000e+00 |      --      |    Inf 
801.32/801.39	c   636s|  8340k|  7783k|     0 |   0.0 |2801M| 394 |   - | 652 |2464 |   0 |   0 |   0 |1893k|   0 | 0.000000e+00 |      --      |    Inf 
802.32/802.39	c   637s|  8350k|  7793k|     0 |   0.0 |2805M| 394 |   - | 652 |2447 |   0 |   0 |   0 |1896k|   0 | 0.000000e+00 |      --      |    Inf 
803.51/803.53	c   638s|  8360k|  7802k|     0 |   0.0 |2808M| 394 |   - | 652 |2450 |   0 |   0 |   0 |1899k|   0 | 0.000000e+00 |      --      |    Inf 
804.81/804.85	c   639s|  8370k|  7811k|     0 |   0.0 |2812M| 394 |   - | 652 |2600 |   0 |   0 |   0 |1902k|   0 | 0.000000e+00 |      --      |    Inf 
806.11/806.15	c   640s|  8380k|  7820k|     0 |   0.0 |2815M| 394 |   - | 652 |2735 |   0 |   0 |   0 |1905k|   0 | 0.000000e+00 |      --      |    Inf 
807.21/807.28	c   641s|  8390k|  7829k|     0 |   0.0 |2819M| 394 |   - | 652 |2637 |   0 |   0 |   0 |1908k|   0 | 0.000000e+00 |      --      |    Inf 
808.42/808.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
808.42/808.40	c   642s|  8400k|  7838k|     0 |   0.0 |2822M| 394 |   - | 652 |2497 |   0 |   0 |   0 |1911k|   0 | 0.000000e+00 |      --      |    Inf 
809.52/809.59	c   643s|  8410k|  7847k|     0 |   0.0 |2825M| 394 |   - | 652 |2404 |   0 |   0 |   0 |1914k|   0 | 0.000000e+00 |      --      |    Inf 
810.92/810.96	c   644s|  8420k|  7856k|     0 |   0.0 |2829M| 394 |   - | 652 |2840 |   0 |   0 |   0 |1917k|   0 | 0.000000e+00 |      --      |    Inf 
812.12/812.19	c   645s|  8430k|  7865k|     0 |   0.0 |2832M| 394 |   - | 652 |2602 |   0 |   0 |   0 |1920k|   0 | 0.000000e+00 |      --      |    Inf 
813.62/813.60	c   647s|  8440k|  7874k|     0 |   0.0 |2836M| 394 |   - | 652 |2582 |   0 |   0 |   0 |1924k|   0 | 0.000000e+00 |      --      |    Inf 
814.62/814.68	c   647s|  8450k|  7884k|     0 |   0.0 |2839M| 394 |   - | 652 |2434 |   0 |   0 |   0 |1927k|   0 | 0.000000e+00 |      --      |    Inf 
816.02/816.07	c   649s|  8460k|  7893k|     0 |   0.0 |2843M| 394 |   - | 652 |2637 |   0 |   0 |   0 |1930k|   0 | 0.000000e+00 |      --      |    Inf 
817.32/817.39	c   650s|  8470k|  7902k|     0 |   0.0 |2846M| 394 |   - | 652 |2428 |   0 |   0 |   0 |1933k|   0 | 0.000000e+00 |      --      |    Inf 
818.62/818.67	c   651s|  8480k|  7911k|     0 |   0.0 |2850M| 394 |   - | 652 |2427 |   0 |   0 |   0 |1936k|   0 | 0.000000e+00 |      --      |    Inf 
819.91/819.98	c   652s|  8490k|  7920k|     0 |   0.0 |2854M| 394 |   - | 652 |2405 |   0 |   0 |   0 |1939k|   0 | 0.000000e+00 |      --      |    Inf 
821.12/821.18	c   653s|  8500k|  7929k|     0 |   0.0 |2857M| 394 |   - | 652 |2516 |   0 |   0 |   0 |1942k|   0 | 0.000000e+00 |      --      |    Inf 
822.21/822.22	c   654s|  8510k|  7938k|     0 |   0.0 |2861M| 394 |   - | 652 |2544 |   0 |   0 |   0 |1945k|   0 | 0.000000e+00 |      --      |    Inf 
823.32/823.34	c   655s|  8520k|  7947k|     0 |   0.0 |2864M| 394 |   - | 652 |2345 |   0 |   0 |   0 |1948k|   0 | 0.000000e+00 |      --      |    Inf 
824.52/824.57	c   656s|  8530k|  7957k|     0 |   0.0 |2868M| 394 |   - | 652 |2703 |   0 |   0 |   0 |1951k|   0 | 0.000000e+00 |      --      |    Inf 
824.82/824.88	c (node 8532407) switching to memory saving mode (mem: 2736.0M/3420.0M)
827.72/827.73	c   658s|  8540k|  7957k|     0 |   0.0 |2867M| 394 |   - | 652 |2873 |   0 |   0 |   0 |1961k|   0 | 0.000000e+00 |      --      |    Inf 
830.42/830.46	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
830.42/830.46	c   661s|  8550k|  7956k|     0 |   0.0 |2866M| 394 |   - | 652 |2992 |   0 |   0 |   0 |1976k|   0 | 0.000000e+00 |      --      |    Inf 
833.02/833.07	c   663s|  8560k|  7955k|     0 |   0.0 |2866M| 394 |   - | 652 |3424 |   0 |   0 |   0 |1990k|   0 | 0.000000e+00 |      --      |    Inf 
835.71/835.73	c   665s|  8570k|  7954k|     0 |   0.0 |2865M| 394 |   - | 652 |2987 |   0 |   0 |   0 |2003k|   0 | 0.000000e+00 |      --      |    Inf 
838.33/838.38	c   668s|  8580k|  7954k|     0 |   0.0 |2865M| 394 |   - | 652 |2935 |   0 |   0 |   0 |2017k|   0 | 0.000000e+00 |      --      |    Inf 
841.02/841.08	c   670s|  8590k|  7953k|     0 |   0.0 |2864M| 394 |   - | 652 |3015 |   0 |   0 |   0 |2031k|   0 | 0.000000e+00 |      --      |    Inf 
843.72/843.77	c   672s|  8600k|  7953k|     0 |   0.0 |2864M| 394 |   - | 652 |3200 |   0 |   0 |   0 |2046k|   0 | 0.000000e+00 |      --      |    Inf 
846.32/846.37	c   674s|  8610k|  7952k|     0 |   0.0 |2864M| 394 |   - | 652 |3719 |   0 |   0 |   0 |2059k|   0 | 0.000000e+00 |      --      |    Inf 
848.92/848.90	c   676s|  8620k|  7952k|     0 |   0.0 |2863M| 394 |   - | 652 |3225 |   0 |   0 |   0 |2072k|   0 | 0.000000e+00 |      --      |    Inf 
851.52/851.56	c   679s|  8630k|  7951k|     0 |   0.0 |2863M| 394 |   - | 652 |3491 |   0 |   0 |   0 |2085k|   0 | 0.000000e+00 |      --      |    Inf 
854.12/854.14	c   681s|  8640k|  7951k|     0 |   0.0 |2863M| 394 |   - | 652 |3429 |   0 |   0 |   0 |2098k|   0 | 0.000000e+00 |      --      |    Inf 
856.82/856.84	c   683s|  8650k|  7951k|     0 |   0.0 |2863M| 394 |   - | 652 |3430 |   0 |   0 |   0 |2112k|   0 | 0.000000e+00 |      --      |    Inf 
859.42/859.42	c   685s|  8660k|  7950k|     0 |   0.0 |2863M| 394 |   - | 652 |3404 |   0 |   0 |   0 |2125k|   0 | 0.000000e+00 |      --      |    Inf 
862.12/862.15	c   688s|  8670k|  7950k|     0 |   0.0 |2862M| 394 |   - | 652 |3469 |   0 |   0 |   0 |2138k|   0 | 0.000000e+00 |      --      |    Inf 
864.62/864.66	c   690s|  8680k|  7950k|     0 |   0.0 |2862M| 394 |   - | 652 |3400 |   0 |   0 |   0 |2151k|   0 | 0.000000e+00 |      --      |    Inf 
867.32/867.34	c   692s|  8690k|  7949k|     0 |   0.0 |2862M| 394 |   - | 652 |3663 |   0 |   0 |   0 |2165k|   0 | 0.000000e+00 |      --      |    Inf 
869.92/869.96	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
869.92/869.96	c   694s|  8700k|  7949k|     0 |   0.0 |2862M| 394 |   - | 652 |3476 |   0 |   0 |   0 |2178k|   0 | 0.000000e+00 |      --      |    Inf 
872.52/872.57	c   697s|  8710k|  7949k|     0 |   0.0 |2862M| 394 |   - | 652 |3649 |   0 |   0 |   0 |2192k|   0 | 0.000000e+00 |      --      |    Inf 
875.32/875.32	c   699s|  8720k|  7949k|     0 |   0.0 |2862M| 394 |   - | 652 |3637 |   0 |   0 |   0 |2205k|   0 | 0.000000e+00 |      --      |    Inf 
878.02/878.04	c   701s|  8730k|  7949k|     0 |   0.0 |2862M| 394 |   - | 652 |3850 |   0 |   0 |   0 |2219k|   0 | 0.000000e+00 |      --      |    Inf 
880.52/880.58	c   703s|  8740k|  7948k|     0 |   0.0 |2861M| 394 |   - | 652 |3601 |   0 |   0 |   0 |2232k|   0 | 0.000000e+00 |      --      |    Inf 
883.22/883.28	c   706s|  8750k|  7948k|     0 |   0.0 |2861M| 394 |   - | 652 |3731 |   0 |   0 |   0 |2245k|   0 | 0.000000e+00 |      --      |    Inf 
885.92/885.95	c   708s|  8760k|  7948k|     0 |   0.0 |2861M| 394 |   - | 652 |3623 |   0 |   0 |   0 |2258k|   0 | 0.000000e+00 |      --      |    Inf 
888.62/888.61	c   710s|  8770k|  7948k|     0 |   0.0 |2861M| 394 |   - | 652 |3799 |   0 |   0 |   0 |2271k|   0 | 0.000000e+00 |      --      |    Inf 
891.22/891.26	c   713s|  8780k|  7948k|     0 |   0.0 |2861M| 394 |   - | 652 |3888 |   0 |   0 |   0 |2285k|   0 | 0.000000e+00 |      --      |    Inf 
893.92/893.96	c   715s|  8790k|  7947k|     0 |   0.0 |2861M| 394 |   - | 652 |4026 |   0 |   0 |   0 |2298k|   0 | 0.000000e+00 |      --      |    Inf 
896.63/896.65	c   717s|  8800k|  7947k|     0 |   0.0 |2861M| 394 |   - | 652 |3704 |   0 |   0 |   0 |2310k|   0 | 0.000000e+00 |      --      |    Inf 
899.32/899.31	c   719s|  8810k|  7947k|     0 |   0.0 |2861M| 394 |   - | 652 |4116 |   0 |   0 |   0 |2324k|   0 | 0.000000e+00 |      --      |    Inf 
901.92/901.91	c   722s|  8820k|  7947k|     0 |   0.0 |2861M| 394 |   - | 652 |3482 |   0 |   0 |   0 |2336k|   0 | 0.000000e+00 |      --      |    Inf 
904.52/904.53	c   724s|  8830k|  7947k|     0 |   0.0 |2861M| 394 |   - | 652 |3486 |   0 |   0 |   0 |2349k|   0 | 0.000000e+00 |      --      |    Inf 
907.22/907.27	c   726s|  8840k|  7947k|     0 |   0.0 |2861M| 394 |   - | 652 |4049 |   0 |   0 |   0 |2362k|   0 | 0.000000e+00 |      --      |    Inf 
910.02/910.00	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
910.02/910.00	c   729s|  8850k|  7946k|     0 |   0.0 |2860M| 394 |   - | 652 |3723 |   0 |   0 |   0 |2375k|   0 | 0.000000e+00 |      --      |    Inf 
912.72/912.72	c   731s|  8860k|  7946k|     0 |   0.0 |2860M| 394 |   - | 652 |3836 |   0 |   0 |   0 |2388k|   0 | 0.000000e+00 |      --      |    Inf 
915.33/915.39	c   733s|  8870k|  7946k|     0 |   0.0 |2860M| 394 |   - | 652 |3530 |   0 |   0 |   0 |2402k|   0 | 0.000000e+00 |      --      |    Inf 
918.02/918.07	c   735s|  8880k|  7946k|     0 |   0.0 |2860M| 394 |   - | 652 |3917 |   0 |   0 |   0 |2415k|   0 | 0.000000e+00 |      --      |    Inf 
920.73/920.76	c   738s|  8890k|  7946k|     0 |   0.0 |2860M| 394 |   - | 652 |3719 |   0 |   0 |   0 |2427k|   0 | 0.000000e+00 |      --      |    Inf 
923.52/923.52	c   740s|  8900k|  7946k|     0 |   0.0 |2860M| 394 |   - | 652 |3979 |   0 |   0 |   0 |2441k|   0 | 0.000000e+00 |      --      |    Inf 
926.12/926.18	c   742s|  8910k|  7946k|     0 |   0.0 |2860M| 394 |   - | 652 |3632 |   0 |   0 |   0 |2453k|   0 | 0.000000e+00 |      --      |    Inf 
928.82/928.83	c   745s|  8920k|  7946k|     0 |   0.0 |2860M| 394 |   - | 652 |3549 |   0 |   0 |   0 |2465k|   0 | 0.000000e+00 |      --      |    Inf 
931.42/931.49	c   747s|  8930k|  7945k|     0 |   0.0 |2860M| 394 |   - | 652 |3563 |   0 |   0 |   0 |2478k|   0 | 0.000000e+00 |      --      |    Inf 
934.23/934.21	c   749s|  8940k|  7945k|     0 |   0.0 |2860M| 394 |   - | 652 |3281 |   0 |   0 |   0 |2491k|   0 | 0.000000e+00 |      --      |    Inf 
936.82/936.84	c   751s|  8950k|  7945k|     0 |   0.0 |2860M| 394 |   - | 652 |3569 |   0 |   0 |   0 |2504k|   0 | 0.000000e+00 |      --      |    Inf 
939.52/939.58	c   754s|  8960k|  7945k|     0 |   0.0 |2860M| 394 |   - | 652 |4105 |   0 |   0 |   0 |2517k|   0 | 0.000000e+00 |      --      |    Inf 
942.32/942.30	c   756s|  8970k|  7945k|     0 |   0.0 |2860M| 394 |   - | 652 |4227 |   0 |   0 |   0 |2531k|   0 | 0.000000e+00 |      --      |    Inf 
945.03/945.01	c   758s|  8980k|  7945k|     0 |   0.0 |2860M| 394 |   - | 652 |3699 |   0 |   0 |   0 |2543k|   0 | 0.000000e+00 |      --      |    Inf 
947.73/947.74	c   761s|  8990k|  7945k|     0 |   0.0 |2860M| 394 |   - | 652 |3804 |   0 |   0 |   0 |2556k|   0 | 0.000000e+00 |      --      |    Inf 
950.43/950.41	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
950.43/950.41	c   763s|  9000k|  7945k|     0 |   0.0 |2860M| 394 |   - | 652 |3835 |   0 |   0 |   0 |2569k|   0 | 0.000000e+00 |      --      |    Inf 
953.02/953.09	c   765s|  9010k|  7945k|     0 |   0.0 |2859M| 394 |   - | 652 |3801 |   0 |   0 |   0 |2582k|   0 | 0.000000e+00 |      --      |    Inf 
955.72/955.75	c   768s|  9020k|  7945k|     0 |   0.0 |2859M| 394 |   - | 652 |3577 |   0 |   0 |   0 |2595k|   0 | 0.000000e+00 |      --      |    Inf 
958.42/958.47	c   770s|  9030k|  7944k|     0 |   0.0 |2860M| 394 |   - | 652 |4396 |   0 |   0 |   0 |2607k|   0 | 0.000000e+00 |      --      |    Inf 
961.22/961.23	c   772s|  9040k|  7944k|     0 |   0.0 |2859M| 394 |   - | 652 |4228 |   0 |   0 |   0 |2620k|   0 | 0.000000e+00 |      --      |    Inf 
964.02/964.00	c   775s|  9050k|  7944k|     0 |   0.0 |2859M| 394 |   - | 652 |3742 |   0 |   0 |   0 |2633k|   0 | 0.000000e+00 |      --      |    Inf 
966.62/966.63	c   777s|  9060k|  7944k|     0 |   0.0 |2859M| 394 |   - | 652 |3792 |   0 |   0 |   0 |2645k|   0 | 0.000000e+00 |      --      |    Inf 
969.32/969.39	c   779s|  9070k|  7944k|     0 |   0.0 |2859M| 394 |   - | 652 |4279 |   0 |   0 |   0 |2659k|   0 | 0.000000e+00 |      --      |    Inf 
972.02/972.07	c   782s|  9080k|  7944k|     0 |   0.0 |2859M| 394 |   - | 652 |4031 |   0 |   0 |   0 |2671k|   0 | 0.000000e+00 |      --      |    Inf 
974.73/974.78	c   784s|  9090k|  7944k|     0 |   0.0 |2859M| 394 |   - | 652 |3781 |   0 |   0 |   0 |2683k|   0 | 0.000000e+00 |      --      |    Inf 
977.52/977.51	c   786s|  9100k|  7944k|     0 |   0.0 |2859M| 394 |   - | 652 |3961 |   0 |   0 |   0 |2697k|   0 | 0.000000e+00 |      --      |    Inf 
980.22/980.22	c   789s|  9110k|  7944k|     0 |   0.0 |2859M| 394 |   - | 652 |4094 |   0 |   0 |   0 |2710k|   0 | 0.000000e+00 |      --      |    Inf 
983.02/983.05	c   791s|  9120k|  7943k|     0 |   0.0 |2859M| 394 |   - | 652 |3975 |   0 |   0 |   0 |2723k|   0 | 0.000000e+00 |      --      |    Inf 
985.73/985.74	c   793s|  9130k|  7943k|     0 |   0.0 |2859M| 394 |   - | 652 |4341 |   0 |   0 |   0 |2736k|   0 | 0.000000e+00 |      --      |    Inf 
988.53/988.53	c   796s|  9140k|  7943k|     0 |   0.0 |2859M| 394 |   - | 652 |4200 |   0 |   0 |   0 |2749k|   0 | 0.000000e+00 |      --      |    Inf 
991.23/991.21	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
991.23/991.21	c   798s|  9150k|  7943k|     0 |   0.0 |2859M| 394 |   - | 652 |3880 |   0 |   0 |   0 |2761k|   0 | 0.000000e+00 |      --      |    Inf 
993.92/993.94	c   800s|  9160k|  7943k|     0 |   0.0 |2859M| 394 |   - | 652 |3774 |   0 |   0 |   0 |2773k|   0 | 0.000000e+00 |      --      |    Inf 
996.63/996.61	c   803s|  9170k|  7943k|     0 |   0.0 |2859M| 394 |   - | 652 |3874 |   0 |   0 |   0 |2786k|   0 | 0.000000e+00 |      --      |    Inf 
999.32/999.31	c   805s|  9180k|  7943k|     0 |   0.0 |2859M| 394 |   - | 652 |3952 |   0 |   0 |   0 |2799k|   0 | 0.000000e+00 |      --      |    Inf 
1002.03/1002.08	c   807s|  9190k|  7943k|     0 |   0.0 |2859M| 394 |   - | 652 |3964 |   0 |   0 |   0 |2812k|   0 | 0.000000e+00 |      --      |    Inf 
1004.82/1004.83	c   810s|  9200k|  7943k|     0 |   0.0 |2859M| 394 |   - | 652 |4058 |   0 |   0 |   0 |2823k|   0 | 0.000000e+00 |      --      |    Inf 
1007.63/1007.64	c   812s|  9210k|  7943k|     0 |   0.0 |2859M| 394 |   - | 652 |4950 |   0 |   0 |   0 |2838k|   0 | 0.000000e+00 |      --      |    Inf 
1010.32/1010.36	c   814s|  9220k|  7942k|     0 |   0.0 |2858M| 394 |   - | 652 |3992 |   0 |   0 |   0 |2849k|   0 | 0.000000e+00 |      --      |    Inf 
1013.03/1013.08	c   817s|  9230k|  7942k|     0 |   0.0 |2858M| 394 |   - | 652 |4208 |   0 |   0 |   0 |2862k|   0 | 0.000000e+00 |      --      |    Inf 
1015.82/1015.89	c   819s|  9240k|  7942k|     0 |   0.0 |2858M| 394 |   - | 652 |4053 |   0 |   0 |   0 |2876k|   0 | 0.000000e+00 |      --      |    Inf 
1018.52/1018.54	c   821s|  9250k|  7942k|     0 |   0.0 |2858M| 394 |   - | 652 |3689 |   0 |   0 |   0 |2888k|   0 | 0.000000e+00 |      --      |    Inf 
1021.22/1021.22	c   824s|  9260k|  7942k|     0 |   0.0 |2858M| 394 |   - | 652 |3737 |   0 |   0 |   0 |2899k|   0 | 0.000000e+00 |      --      |    Inf 
1023.92/1023.92	c   826s|  9270k|  7942k|     0 |   0.0 |2858M| 394 |   - | 652 |3948 |   0 |   0 |   0 |2912k|   0 | 0.000000e+00 |      --      |    Inf 
1026.62/1026.66	c   828s|  9280k|  7942k|     0 |   0.0 |2858M| 394 |   - | 652 |3670 |   0 |   0 |   0 |2924k|   0 | 0.000000e+00 |      --      |    Inf 
1029.32/1029.38	c   831s|  9290k|  7942k|     0 |   0.0 |2858M| 394 |   - | 652 |3899 |   0 |   0 |   0 |2937k|   0 | 0.000000e+00 |      --      |    Inf 
1032.02/1032.04	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1032.02/1032.04	c   833s|  9300k|  7942k|     0 |   0.0 |2858M| 394 |   - | 652 |3779 |   0 |   0 |   0 |2949k|   0 | 0.000000e+00 |      --      |    Inf 
1034.82/1034.89	c   835s|  9310k|  7942k|     0 |   0.0 |2858M| 394 |   - | 652 |4716 |   0 |   0 |   0 |2962k|   0 | 0.000000e+00 |      --      |    Inf 
1037.63/1037.68	c   838s|  9320k|  7942k|     0 |   0.0 |2858M| 394 |   - | 652 |3962 |   0 |   0 |   0 |2975k|   0 | 0.000000e+00 |      --      |    Inf 
1040.32/1040.38	c   840s|  9330k|  7942k|     0 |   0.0 |2858M| 394 |   - | 652 |4158 |   0 |   0 |   0 |2987k|   0 | 0.000000e+00 |      --      |    Inf 
1043.12/1043.14	c   843s|  9340k|  7941k|     0 |   0.0 |2858M| 394 |   - | 652 |3596 |   0 |   0 |   0 |2999k|   0 | 0.000000e+00 |      --      |    Inf 
1045.83/1045.82	c   845s|  9350k|  7941k|     0 |   0.0 |2858M| 394 |   - | 652 |3942 |   0 |   0 |   0 |3012k|   0 | 0.000000e+00 |      --      |    Inf 
1048.52/1048.55	c   847s|  9360k|  7941k|     0 |   0.0 |2858M| 394 |   - | 652 |4324 |   0 |   0 |   0 |3025k|   0 | 0.000000e+00 |      --      |    Inf 
1051.33/1051.37	c   850s|  9370k|  7941k|     0 |   0.0 |2858M| 394 |   - | 652 |3738 |   0 |   0 |   0 |3037k|   0 | 0.000000e+00 |      --      |    Inf 
1054.13/1054.10	c   852s|  9380k|  7941k|     0 |   0.0 |2858M| 394 |   - | 652 |3839 |   0 |   0 |   0 |3049k|   0 | 0.000000e+00 |      --      |    Inf 
1056.83/1056.83	c   854s|  9390k|  7941k|     0 |   0.0 |2858M| 394 |   - | 652 |3715 |   0 |   0 |   0 |3062k|   0 | 0.000000e+00 |      --      |    Inf 
1059.53/1059.57	c   857s|  9400k|  7941k|     0 |   0.0 |2858M| 394 |   - | 652 |4415 |   0 |   0 |   0 |3075k|   0 | 0.000000e+00 |      --      |    Inf 
1062.33/1062.35	c   859s|  9410k|  7941k|     0 |   0.0 |2858M| 394 |   - | 652 |3821 |   0 |   0 |   0 |3088k|   0 | 0.000000e+00 |      --      |    Inf 
1065.13/1065.11	c   861s|  9420k|  7941k|     0 |   0.0 |2858M| 394 |   - | 652 |4281 |   0 |   0 |   0 |3101k|   0 | 0.000000e+00 |      --      |    Inf 
1067.83/1067.84	c   864s|  9430k|  7941k|     0 |   0.0 |2857M| 394 |   - | 652 |3895 |   0 |   0 |   0 |3113k|   0 | 0.000000e+00 |      --      |    Inf 
1070.43/1070.49	c   866s|  9440k|  7941k|     0 |   0.0 |2858M| 394 |   - | 652 |4278 |   0 |   0 |   0 |3125k|   0 | 0.000000e+00 |      --      |    Inf 
1073.22/1073.25	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1073.22/1073.25	c   868s|  9450k|  7941k|     0 |   0.0 |2857M| 394 |   - | 652 |3804 |   0 |   0 |   0 |3138k|   0 | 0.000000e+00 |      --      |    Inf 
1075.83/1075.89	c   870s|  9460k|  7941k|     0 |   0.0 |2857M| 394 |   - | 652 |3982 |   0 |   0 |   0 |3150k|   0 | 0.000000e+00 |      --      |    Inf 
1078.63/1078.69	c   873s|  9470k|  7940k|     0 |   0.0 |2858M| 394 |   - | 652 |4458 |   0 |   0 |   0 |3163k|   0 | 0.000000e+00 |      --      |    Inf 
1081.52/1081.59	c   875s|  9480k|  7940k|     0 |   0.0 |2857M| 394 |   - | 652 |3926 |   0 |   0 |   0 |3175k|   0 | 0.000000e+00 |      --      |    Inf 
1084.32/1084.32	c   878s|  9490k|  7940k|     0 |   0.0 |2857M| 394 |   - | 652 |4035 |   0 |   0 |   0 |3187k|   0 | 0.000000e+00 |      --      |    Inf 
1087.13/1087.11	c   880s|  9500k|  7940k|     0 |   0.0 |2857M| 394 |   - | 652 |4130 |   0 |   0 |   0 |3200k|   0 | 0.000000e+00 |      --      |    Inf 
1089.93/1089.96	c   883s|  9510k|  7940k|     0 |   0.0 |2858M| 394 |   - | 652 |4584 |   0 |   0 |   0 |3213k|   0 | 0.000000e+00 |      --      |    Inf 
1092.83/1092.84	c   885s|  9520k|  7940k|     0 |   0.0 |2857M| 394 |   - | 652 |4242 |   0 |   0 |   0 |3225k|   0 | 0.000000e+00 |      --      |    Inf 
1095.63/1095.63	c   888s|  9530k|  7940k|     0 |   0.0 |2857M| 394 |   - | 652 |3769 |   0 |   0 |   0 |3237k|   0 | 0.000000e+00 |      --      |    Inf 
1098.32/1098.39	c   890s|  9540k|  7940k|     0 |   0.0 |2858M| 394 |   - | 652 |5029 |   0 |   0 |   0 |3250k|   0 | 0.000000e+00 |      --      |    Inf 
1101.33/1101.33	c   892s|  9550k|  7940k|     0 |   0.0 |2857M| 394 |   - | 652 |4334 |   0 |   0 |   0 |3264k|   0 | 0.000000e+00 |      --      |    Inf 
1104.12/1104.12	c   895s|  9560k|  7940k|     0 |   0.0 |2857M| 394 |   - | 652 |3989 |   0 |   0 |   0 |3276k|   0 | 0.000000e+00 |      --      |    Inf 
1106.82/1106.89	c   897s|  9570k|  7940k|     0 |   0.0 |2857M| 394 |   - | 652 |4168 |   0 |   0 |   0 |3289k|   0 | 0.000000e+00 |      --      |    Inf 
1109.63/1109.62	c   900s|  9580k|  7940k|     0 |   0.0 |2857M| 394 |   - | 652 |4292 |   0 |   0 |   0 |3300k|   0 | 0.000000e+00 |      --      |    Inf 
1112.42/1112.47	c   902s|  9590k|  7940k|     0 |   0.0 |2857M| 394 |   - | 652 |4534 |   0 |   0 |   0 |3313k|   0 | 0.000000e+00 |      --      |    Inf 
1115.33/1115.36	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1115.33/1115.36	c   905s|  9600k|  7940k|     0 |   0.0 |2857M| 394 |   - | 652 |4467 |   0 |   0 |   0 |3326k|   0 | 0.000000e+00 |      --      |    Inf 
1118.23/1118.26	c   907s|  9610k|  7940k|     0 |   0.0 |2857M| 394 |   - | 652 |3878 |   0 |   0 |   0 |3338k|   0 | 0.000000e+00 |      --      |    Inf 
1121.03/1121.05	c   910s|  9620k|  7939k|     0 |   0.0 |2857M| 394 |   - | 652 |4375 |   0 |   0 |   0 |3352k|   0 | 0.000000e+00 |      --      |    Inf 
1123.93/1123.98	c   912s|  9630k|  7939k|     0 |   0.0 |2857M| 394 |   - | 652 |4088 |   0 |   0 |   0 |3365k|   0 | 0.000000e+00 |      --      |    Inf 
1126.83/1126.84	c   915s|  9640k|  7939k|     0 |   0.0 |2857M| 394 |   - | 652 |3949 |   0 |   0 |   0 |3378k|   0 | 0.000000e+00 |      --      |    Inf 
1129.53/1129.55	c   917s|  9650k|  7939k|     0 |   0.0 |2857M| 394 |   - | 652 |4178 |   0 |   0 |   0 |3390k|   0 | 0.000000e+00 |      --      |    Inf 
1132.33/1132.38	c   919s|  9660k|  7939k|     0 |   0.0 |2857M| 394 |   - | 652 |4391 |   0 |   0 |   0 |3404k|   0 | 0.000000e+00 |      --      |    Inf 
1135.12/1135.16	c   922s|  9670k|  7939k|     0 |   0.0 |2857M| 394 |   - | 652 |4529 |   0 |   0 |   0 |3416k|   0 | 0.000000e+00 |      --      |    Inf 
1138.03/1138.00	c   924s|  9680k|  7939k|     0 |   0.0 |2857M| 394 |   - | 652 |4808 |   0 |   0 |   0 |3429k|   0 | 0.000000e+00 |      --      |    Inf 
1140.93/1140.90	c   927s|  9690k|  7939k|     0 |   0.0 |2857M| 394 |   - | 652 |4606 |   0 |   0 |   0 |3442k|   0 | 0.000000e+00 |      --      |    Inf 
1143.73/1143.72	c   929s|  9700k|  7939k|     0 |   0.0 |2857M| 394 |   - | 652 |4258 |   0 |   0 |   0 |3454k|   0 | 0.000000e+00 |      --      |    Inf 
1146.43/1146.47	c   931s|  9710k|  7939k|     0 |   0.0 |2857M| 394 |   - | 652 |4186 |   0 |   0 |   0 |3467k|   0 | 0.000000e+00 |      --      |    Inf 
1149.33/1149.32	c   934s|  9720k|  7939k|     0 |   0.0 |2857M| 394 |   - | 652 |4407 |   0 |   0 |   0 |3481k|   0 | 0.000000e+00 |      --      |    Inf 
1152.23/1152.22	c   936s|  9730k|  7939k|     0 |   0.0 |2857M| 394 |   - | 652 |4546 |   0 |   0 |   0 |3494k|   0 | 0.000000e+00 |      --      |    Inf 
1155.14/1155.16	c   939s|  9740k|  7939k|     0 |   0.0 |2857M| 394 |   - | 652 |4160 |   0 |   0 |   0 |3507k|   0 | 0.000000e+00 |      --      |    Inf 
1157.93/1157.99	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1157.93/1157.99	c   941s|  9750k|  7939k|     0 |   0.0 |2856M| 394 |   - | 652 |4034 |   0 |   0 |   0 |3519k|   0 | 0.000000e+00 |      --      |    Inf 
1160.83/1160.84	c   944s|  9760k|  7939k|     0 |   0.0 |2857M| 394 |   - | 652 |4175 |   0 |   0 |   0 |3531k|   0 | 0.000000e+00 |      --      |    Inf 
1163.63/1163.61	c   946s|  9770k|  7939k|     0 |   0.0 |2857M| 394 |   - | 652 |4273 |   0 |   0 |   0 |3544k|   0 | 0.000000e+00 |      --      |    Inf 
1166.53/1166.50	c   949s|  9780k|  7938k|     0 |   0.0 |2857M| 394 |   - | 652 |4385 |   0 |   0 |   0 |3558k|   0 | 0.000000e+00 |      --      |    Inf 
1169.34/1169.40	c   951s|  9790k|  7938k|     0 |   0.0 |2857M| 394 |   - | 652 |4327 |   0 |   0 |   0 |3571k|   0 | 0.000000e+00 |      --      |    Inf 
1172.23/1172.22	c   954s|  9800k|  7938k|     0 |   0.0 |2856M| 394 |   - | 652 |4103 |   0 |   0 |   0 |3583k|   0 | 0.000000e+00 |      --      |    Inf 
1174.93/1174.99	c   956s|  9810k|  7938k|     0 |   0.0 |2857M| 394 |   - | 652 |4413 |   0 |   0 |   0 |3595k|   0 | 0.000000e+00 |      --      |    Inf 
1177.93/1177.92	c   959s|  9820k|  7938k|     0 |   0.0 |2857M| 394 |   - | 652 |5177 |   0 |   0 |   0 |3609k|   0 | 0.000000e+00 |      --      |    Inf 
1180.72/1180.76	c   961s|  9830k|  7938k|     0 |   0.0 |2857M| 394 |   - | 652 |4690 |   0 |   0 |   0 |3622k|   0 | 0.000000e+00 |      --      |    Inf 
1183.64/1183.60	c   963s|  9840k|  7938k|     0 |   0.0 |2856M| 394 |   - | 652 |4287 |   0 |   0 |   0 |3634k|   0 | 0.000000e+00 |      --      |    Inf 
1186.43/1186.47	c   966s|  9850k|  7938k|     0 |   0.0 |2856M| 394 |   - | 652 |4169 |   0 |   0 |   0 |3647k|   0 | 0.000000e+00 |      --      |    Inf 
1189.33/1189.30	c   968s|  9860k|  7938k|     0 |   0.0 |2856M| 394 |   - | 652 |4065 |   0 |   0 |   0 |3659k|   0 | 0.000000e+00 |      --      |    Inf 
1192.03/1192.07	c   971s|  9870k|  7938k|     0 |   0.0 |2856M| 394 |   - | 652 |4187 |   0 |   0 |   0 |3672k|   0 | 0.000000e+00 |      --      |    Inf 
1194.83/1194.88	c   973s|  9880k|  7938k|     0 |   0.0 |2856M| 394 |   - | 652 |4261 |   0 |   0 |   0 |3685k|   0 | 0.000000e+00 |      --      |    Inf 
1197.63/1197.62	c   976s|  9890k|  7938k|     0 |   0.0 |2856M| 394 |   - | 652 |4581 |   0 |   0 |   0 |3698k|   0 | 0.000000e+00 |      --      |    Inf 
1200.53/1200.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1200.53/1200.55	c   978s|  9900k|  7938k|     0 |   0.0 |2856M| 394 |   - | 652 |4035 |   0 |   0 |   0 |3711k|   0 | 0.000000e+00 |      --      |    Inf 
1203.33/1203.39	c   981s|  9910k|  7938k|     0 |   0.0 |2856M| 394 |   - | 652 |4126 |   0 |   0 |   0 |3725k|   0 | 0.000000e+00 |      --      |    Inf 
1206.23/1206.25	c   983s|  9920k|  7938k|     0 |   0.0 |2856M| 394 |   - | 652 |4130 |   0 |   0 |   0 |3738k|   0 | 0.000000e+00 |      --      |    Inf 
1209.04/1209.03	c   985s|  9930k|  7938k|     0 |   0.0 |2856M| 394 |   - | 652 |4388 |   0 |   0 |   0 |3750k|   0 | 0.000000e+00 |      --      |    Inf 
1211.83/1211.80	c   988s|  9940k|  7938k|     0 |   0.0 |2856M| 394 |   - | 652 |3982 |   0 |   0 |   0 |3762k|   0 | 0.000000e+00 |      --      |    Inf 
1214.53/1214.54	c   990s|  9950k|  7937k|     0 |   0.0 |2856M| 394 |   - | 652 |3733 |   0 |   0 |   0 |3774k|   0 | 0.000000e+00 |      --      |    Inf 
1217.23/1217.27	c   992s|  9960k|  7937k|     0 |   0.0 |2856M| 394 |   - | 652 |4312 |   0 |   0 |   0 |3787k|   0 | 0.000000e+00 |      --      |    Inf 
1220.23/1220.21	c   995s|  9970k|  7937k|     0 |   0.0 |2856M| 394 |   - | 652 |5370 |   0 |   0 |   0 |3801k|   0 | 0.000000e+00 |      --      |    Inf 
1223.13/1223.13	c   998s|  9980k|  7937k|     0 |   0.0 |2856M| 394 |   - | 652 |4850 |   0 |   0 |   0 |3814k|   0 | 0.000000e+00 |      --      |    Inf 
1226.03/1226.01	c  1000s|  9990k|  7937k|     0 |   0.0 |2856M| 394 |   - | 652 |3966 |   0 |   0 |   0 |3825k|   0 | 0.000000e+00 |      --      |    Inf 
1228.73/1228.75	c  1002s| 10000k|  7937k|     0 |   0.0 |2856M| 394 |   - | 652 |3898 |   0 |   0 |   0 |3837k|   0 | 0.000000e+00 |      --      |    Inf 
1231.43/1231.49	c  1005s| 10010k|  7937k|     0 |   0.0 |2856M| 394 |   - | 652 |4012 |   0 |   0 |   0 |3849k|   0 | 0.000000e+00 |      --      |    Inf 
1234.34/1234.34	c  1007s| 10020k|  7937k|     0 |   0.0 |2856M| 394 |   - | 652 |4573 |   0 |   0 |   0 |3862k|   0 | 0.000000e+00 |      --      |    Inf 
1237.13/1237.13	c  1010s| 10030k|  7937k|     0 |   0.0 |2856M| 394 |   - | 652 |4291 |   0 |   0 |   0 |3875k|   0 | 0.000000e+00 |      --      |    Inf 
1239.93/1239.92	c  1012s| 10040k|  7937k|     0 |   0.0 |2856M| 394 |   - | 652 |4182 |   0 |   0 |   0 |3887k|   0 | 0.000000e+00 |      --      |    Inf 
1242.83/1242.80	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1242.83/1242.80	c  1015s| 10050k|  7937k|     0 |   0.0 |2856M| 394 |   - | 652 |4441 |   0 |   0 |   0 |3900k|   0 | 0.000000e+00 |      --      |    Inf 
1245.63/1245.61	c  1017s| 10060k|  7937k|     0 |   0.0 |2856M| 394 |   - | 652 |4560 |   0 |   0 |   0 |3912k|   0 | 0.000000e+00 |      --      |    Inf 
1248.43/1248.50	c  1020s| 10070k|  7937k|     0 |   0.0 |2856M| 394 |   - | 652 |4352 |   0 |   0 |   0 |3926k|   0 | 0.000000e+00 |      --      |    Inf 
1251.33/1251.34	c  1022s| 10080k|  7937k|     0 |   0.0 |2856M| 394 |   - | 652 |4005 |   0 |   0 |   0 |3938k|   0 | 0.000000e+00 |      --      |    Inf 
1254.23/1254.20	c  1024s| 10090k|  7937k|     0 |   0.0 |2856M| 394 |   - | 652 |4741 |   0 |   0 |   0 |3951k|   0 | 0.000000e+00 |      --      |    Inf 
1257.03/1257.08	c  1027s| 10100k|  7937k|     0 |   0.0 |2856M| 394 |   - | 652 |4177 |   0 |   0 |   0 |3963k|   0 | 0.000000e+00 |      --      |    Inf 
1259.93/1259.95	c  1029s| 10110k|  7937k|     0 |   0.0 |2856M| 394 |   - | 652 |4223 |   0 |   0 |   0 |3976k|   0 | 0.000000e+00 |      --      |    Inf 
1262.73/1262.79	c  1032s| 10120k|  7937k|     0 |   0.0 |2856M| 394 |   - | 652 |4151 |   0 |   0 |   0 |3988k|   0 | 0.000000e+00 |      --      |    Inf 
1265.63/1265.64	c  1034s| 10130k|  7936k|     0 |   0.0 |2856M| 394 |   - | 652 |5432 |   0 |   0 |   0 |4002k|   0 | 0.000000e+00 |      --      |    Inf 
1268.53/1268.58	c  1037s| 10140k|  7936k|     0 |   0.0 |2856M| 394 |   - | 652 |4848 |   0 |   0 |   0 |4017k|   0 | 0.000000e+00 |      --      |    Inf 
1271.43/1271.41	c  1039s| 10150k|  7936k|     0 |   0.0 |2856M| 394 |   - | 652 |4767 |   0 |   0 |   0 |4029k|   0 | 0.000000e+00 |      --      |    Inf 
1274.24/1274.25	c  1042s| 10160k|  7936k|     0 |   0.0 |2855M| 394 |   - | 652 |4224 |   0 |   0 |   0 |4040k|   0 | 0.000000e+00 |      --      |    Inf 
1277.04/1277.06	c  1044s| 10170k|  7936k|     0 |   0.0 |2855M| 394 |   - | 652 |3960 |   0 |   0 |   0 |4053k|   0 | 0.000000e+00 |      --      |    Inf 
1279.83/1279.82	c  1047s| 10180k|  7936k|     0 |   0.0 |2855M| 394 |   - | 652 |4299 |   0 |   0 |   0 |4066k|   0 | 0.000000e+00 |      --      |    Inf 
1282.74/1282.71	c  1049s| 10190k|  7936k|     0 |   0.0 |2855M| 394 |   - | 652 |4431 |   0 |   0 |   0 |4078k|   0 | 0.000000e+00 |      --      |    Inf 
1285.63/1285.60	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1285.63/1285.60	c  1052s| 10200k|  7936k|     0 |   0.0 |2856M| 394 |   - | 652 |4574 |   0 |   0 |   0 |4091k|   0 | 0.000000e+00 |      --      |    Inf 
1288.53/1288.54	c  1054s| 10210k|  7936k|     0 |   0.0 |2855M| 394 |   - | 652 |4167 |   0 |   0 |   0 |4105k|   0 | 0.000000e+00 |      --      |    Inf 
1291.34/1291.32	c  1057s| 10220k|  7936k|     0 |   0.0 |2856M| 394 |   - | 652 |4968 |   0 |   0 |   0 |4118k|   0 | 0.000000e+00 |      --      |    Inf 
1294.23/1294.27	c  1059s| 10230k|  7936k|     0 |   0.0 |2855M| 394 |   - | 652 |4404 |   0 |   0 |   0 |4131k|   0 | 0.000000e+00 |      --      |    Inf 
1297.23/1297.21	c  1062s| 10240k|  7936k|     0 |   0.0 |2855M| 394 |   - | 652 |4298 |   0 |   0 |   0 |4144k|   0 | 0.000000e+00 |      --      |    Inf 
1300.03/1300.08	c  1064s| 10250k|  7936k|     0 |   0.0 |2855M| 394 |   - | 652 |3997 |   0 |   0 |   0 |4157k|   0 | 0.000000e+00 |      --      |    Inf 
1302.94/1302.93	c  1067s| 10260k|  7936k|     0 |   0.0 |2855M| 394 |   - | 652 |4496 |   0 |   0 |   0 |4169k|   0 | 0.000000e+00 |      --      |    Inf 
1305.84/1305.85	c  1069s| 10270k|  7936k|     0 |   0.0 |2855M| 394 |   - | 652 |4501 |   0 |   0 |   0 |4182k|   0 | 0.000000e+00 |      --      |    Inf 
1308.63/1308.69	c  1072s| 10280k|  7936k|     0 |   0.0 |2855M| 394 |   - | 652 |4170 |   0 |   0 |   0 |4195k|   0 | 0.000000e+00 |      --      |    Inf 
1311.54/1311.55	c  1074s| 10290k|  7936k|     0 |   0.0 |2855M| 394 |   - | 652 |4588 |   0 |   0 |   0 |4208k|   0 | 0.000000e+00 |      --      |    Inf 
1314.54/1314.51	c  1077s| 10300k|  7936k|     0 |   0.0 |2855M| 394 |   - | 652 |4674 |   0 |   0 |   0 |4221k|   0 | 0.000000e+00 |      --      |    Inf 
1317.43/1317.45	c  1079s| 10310k|  7935k|     0 |   0.0 |2856M| 394 |   - | 652 |5529 |   0 |   0 |   0 |4236k|   0 | 0.000000e+00 |      --      |    Inf 
1320.43/1320.45	c  1082s| 10320k|  7935k|     0 |   0.0 |2856M| 394 |   - | 652 |5259 |   0 |   0 |   0 |4249k|   0 | 0.000000e+00 |      --      |    Inf 
1323.44/1323.41	c  1084s| 10330k|  7935k|     0 |   0.0 |2855M| 394 |   - | 652 |4986 |   0 |   0 |   0 |4262k|   0 | 0.000000e+00 |      --      |    Inf 
1326.34/1326.34	c  1087s| 10340k|  7935k|     0 |   0.0 |2855M| 394 |   - | 652 |4403 |   0 |   0 |   0 |4273k|   0 | 0.000000e+00 |      --      |    Inf 
1329.23/1329.24	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1329.23/1329.24	c  1089s| 10350k|  7935k|     0 |   0.0 |2855M| 394 |   - | 652 |4430 |   0 |   0 |   0 |4287k|   0 | 0.000000e+00 |      --      |    Inf 
1332.14/1332.13	c  1092s| 10360k|  7935k|     0 |   0.0 |2855M| 394 |   - | 652 |4621 |   0 |   0 |   0 |4299k|   0 | 0.000000e+00 |      --      |    Inf 
1335.03/1335.02	c  1094s| 10370k|  7935k|     0 |   0.0 |2855M| 394 |   - | 652 |4572 |   0 |   0 |   0 |4312k|   0 | 0.000000e+00 |      --      |    Inf 
1337.93/1337.96	c  1097s| 10380k|  7935k|     0 |   0.0 |2855M| 394 |   - | 652 |4469 |   0 |   0 |   0 |4324k|   0 | 0.000000e+00 |      --      |    Inf 
1340.84/1340.89	c  1100s| 10390k|  7935k|     0 |   0.0 |2855M| 394 |   - | 652 |4415 |   0 |   0 |   0 |4337k|   0 | 0.000000e+00 |      --      |    Inf 
1343.73/1343.72	c  1102s| 10400k|  7935k|     0 |   0.0 |2855M| 394 |   - | 652 |4384 |   0 |   0 |   0 |4349k|   0 | 0.000000e+00 |      --      |    Inf 
1346.64/1346.66	c  1105s| 10410k|  7935k|     0 |   0.0 |2855M| 394 |   - | 652 |4470 |   0 |   0 |   0 |4362k|   0 | 0.000000e+00 |      --      |    Inf 
1349.63/1349.62	c  1107s| 10420k|  7935k|     0 |   0.0 |2855M| 394 |   - | 652 |4075 |   0 |   0 |   0 |4375k|   0 | 0.000000e+00 |      --      |    Inf 
1352.53/1352.51	c  1110s| 10430k|  7935k|     0 |   0.0 |2855M| 394 |   - | 652 |4230 |   0 |   0 |   0 |4388k|   0 | 0.000000e+00 |      --      |    Inf 
1355.44/1355.42	c  1112s| 10440k|  7935k|     0 |   0.0 |2855M| 394 |   - | 652 |3981 |   0 |   0 |   0 |4402k|   0 | 0.000000e+00 |      --      |    Inf 
1358.14/1358.16	c  1114s| 10450k|  7935k|     0 |   0.0 |2855M| 394 |   - | 652 |3938 |   0 |   0 |   0 |4414k|   0 | 0.000000e+00 |      --      |    Inf 
1361.03/1361.03	c  1117s| 10460k|  7935k|     0 |   0.0 |2855M| 394 |   - | 652 |4393 |   0 |   0 |   0 |4426k|   0 | 0.000000e+00 |      --      |    Inf 
1363.83/1363.84	c  1119s| 10470k|  7935k|     0 |   0.0 |2855M| 394 |   - | 652 |4212 |   0 |   0 |   0 |4438k|   0 | 0.000000e+00 |      --      |    Inf 
1366.73/1366.71	c  1122s| 10480k|  7935k|     0 |   0.0 |2855M| 394 |   - | 652 |4268 |   0 |   0 |   0 |4451k|   0 | 0.000000e+00 |      --      |    Inf 
1369.64/1369.64	c  1124s| 10490k|  7935k|     0 |   0.0 |2855M| 394 |   - | 652 |4482 |   0 |   0 |   0 |4464k|   0 | 0.000000e+00 |      --      |    Inf 
1372.53/1372.55	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1372.53/1372.55	c  1127s| 10500k|  7934k|     0 |   0.0 |2855M| 394 |   - | 652 |5492 |   0 |   0 |   0 |4478k|   0 | 0.000000e+00 |      --      |    Inf 
1375.54/1375.59	c  1130s| 10510k|  7934k|     0 |   0.0 |2855M| 394 |   - | 652 |5520 |   0 |   0 |   0 |4493k|   0 | 0.000000e+00 |      --      |    Inf 
1378.64/1378.66	c  1132s| 10520k|  7934k|     0 |   0.0 |2855M| 394 |   - | 652 |5020 |   0 |   0 |   0 |4506k|   0 | 0.000000e+00 |      --      |    Inf 
1381.64/1381.62	c  1135s| 10530k|  7934k|     0 |   0.0 |2855M| 394 |   - | 652 |5237 |   0 |   0 |   0 |4518k|   0 | 0.000000e+00 |      --      |    Inf 
1384.53/1384.57	c  1137s| 10540k|  7934k|     0 |   0.0 |2855M| 394 |   - | 652 |4716 |   0 |   0 |   0 |4530k|   0 | 0.000000e+00 |      --      |    Inf 
1387.43/1387.49	c  1140s| 10550k|  7934k|     0 |   0.0 |2855M| 394 |   - | 652 |4662 |   0 |   0 |   0 |4543k|   0 | 0.000000e+00 |      --      |    Inf 
1390.34/1390.36	c  1142s| 10560k|  7934k|     0 |   0.0 |2855M| 394 |   - | 652 |4459 |   0 |   0 |   0 |4555k|   0 | 0.000000e+00 |      --      |    Inf 
1393.23/1393.21	c  1145s| 10570k|  7934k|     0 |   0.0 |2855M| 394 |   - | 652 |4339 |   0 |   0 |   0 |4566k|   0 | 0.000000e+00 |      --      |    Inf 
1396.14/1396.16	c  1147s| 10580k|  7934k|     0 |   0.0 |2855M| 394 |   - | 652 |5244 |   0 |   0 |   0 |4579k|   0 | 0.000000e+00 |      --      |    Inf 
1399.14/1399.16	c  1150s| 10590k|  7934k|     0 |   0.0 |2855M| 394 |   - | 652 |5311 |   0 |   0 |   0 |4592k|   0 | 0.000000e+00 |      --      |    Inf 
1402.23/1402.28	c  1153s| 10600k|  7934k|     0 |   0.0 |2855M| 394 |   - | 652 |4461 |   0 |   0 |   0 |4605k|   0 | 0.000000e+00 |      --      |    Inf 
1405.13/1405.15	c  1155s| 10610k|  7934k|     0 |   0.0 |2855M| 394 |   - | 652 |4589 |   0 |   0 |   0 |4618k|   0 | 0.000000e+00 |      --      |    Inf 
1408.04/1408.04	c  1158s| 10620k|  7934k|     0 |   0.0 |2855M| 394 |   - | 652 |4641 |   0 |   0 |   0 |4631k|   0 | 0.000000e+00 |      --      |    Inf 
1410.93/1410.98	c  1160s| 10630k|  7934k|     0 |   0.0 |2855M| 394 |   - | 652 |4717 |   0 |   0 |   0 |4643k|   0 | 0.000000e+00 |      --      |    Inf 
1413.83/1413.87	c  1163s| 10640k|  7934k|     0 |   0.0 |2855M| 394 |   - | 652 |4940 |   0 |   0 |   0 |4655k|   0 | 0.000000e+00 |      --      |    Inf 
1416.84/1416.83	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1416.84/1416.83	c  1165s| 10650k|  7934k|     0 |   0.0 |2855M| 394 |   - | 652 |4300 |   0 |   0 |   0 |4668k|   0 | 0.000000e+00 |      --      |    Inf 
1419.74/1419.77	c  1168s| 10660k|  7934k|     0 |   0.0 |2855M| 394 |   - | 652 |4310 |   0 |   0 |   0 |4680k|   0 | 0.000000e+00 |      --      |    Inf 
1422.64/1422.66	c  1170s| 10670k|  7934k|     0 |   0.0 |2855M| 394 |   - | 652 |4634 |   0 |   0 |   0 |4693k|   0 | 0.000000e+00 |      --      |    Inf 
1425.64/1425.64	c  1173s| 10680k|  7934k|     0 |   0.0 |2855M| 394 |   - | 652 |4861 |   0 |   0 |   0 |4705k|   0 | 0.000000e+00 |      --      |    Inf 
1428.54/1428.59	c  1176s| 10690k|  7934k|     0 |   0.0 |2855M| 394 |   - | 652 |5231 |   0 |   0 |   0 |4718k|   0 | 0.000000e+00 |      --      |    Inf 
1431.53/1431.52	c  1178s| 10700k|  7934k|     0 |   0.0 |2855M| 394 |   - | 652 |4867 |   0 |   0 |   0 |4731k|   0 | 0.000000e+00 |      --      |    Inf 
1434.45/1434.46	c  1181s| 10710k|  7933k|     0 |   0.0 |2855M| 394 |   - | 652 |5143 |   0 |   0 |   0 |4744k|   0 | 0.000000e+00 |      --      |    Inf 
1437.44/1437.47	c  1183s| 10720k|  7933k|     0 |   0.0 |2855M| 394 |   - | 652 |5317 |   0 |   0 |   0 |4758k|   0 | 0.000000e+00 |      --      |    Inf 
1440.63/1440.63	c  1186s| 10730k|  7933k|     0 |   0.0 |2855M| 394 |   - | 652 |5132 |   0 |   0 |   0 |4771k|   0 | 0.000000e+00 |      --      |    Inf 
1443.54/1443.59	c  1189s| 10740k|  7933k|     0 |   0.0 |2854M| 394 |   - | 652 |4858 |   0 |   0 |   0 |4783k|   0 | 0.000000e+00 |      --      |    Inf 
1446.54/1446.51	c  1191s| 10750k|  7933k|     0 |   0.0 |2855M| 394 |   - | 652 |5007 |   0 |   0 |   0 |4796k|   0 | 0.000000e+00 |      --      |    Inf 
1449.44/1449.46	c  1194s| 10760k|  7933k|     0 |   0.0 |2854M| 394 |   - | 652 |4352 |   0 |   0 |   0 |4808k|   0 | 0.000000e+00 |      --      |    Inf 
1452.34/1452.39	c  1196s| 10770k|  7933k|     0 |   0.0 |2854M| 394 |   - | 652 |4563 |   0 |   0 |   0 |4822k|   0 | 0.000000e+00 |      --      |    Inf 
1455.34/1455.32	c  1199s| 10780k|  7933k|     0 |   0.0 |2854M| 394 |   - | 652 |4600 |   0 |   0 |   0 |4834k|   0 | 0.000000e+00 |      --      |    Inf 
1458.24/1458.28	c  1201s| 10790k|  7933k|     0 |   0.0 |2854M| 394 |   - | 652 |4685 |   0 |   0 |   0 |4847k|   0 | 0.000000e+00 |      --      |    Inf 
1461.24/1461.20	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1461.24/1461.20	c  1204s| 10800k|  7933k|     0 |   0.0 |2855M| 394 |   - | 652 |4995 |   0 |   0 |   0 |4859k|   0 | 0.000000e+00 |      --      |    Inf 
1464.14/1464.15	c  1206s| 10810k|  7933k|     0 |   0.0 |2855M| 394 |   - | 652 |5238 |   0 |   0 |   0 |4872k|   0 | 0.000000e+00 |      --      |    Inf 
1467.24/1467.23	c  1209s| 10820k|  7933k|     0 |   0.0 |2854M| 394 |   - | 652 |4912 |   0 |   0 |   0 |4885k|   0 | 0.000000e+00 |      --      |    Inf 
1470.14/1470.14	c  1212s| 10830k|  7933k|     0 |   0.0 |2854M| 394 |   - | 652 |4425 |   0 |   0 |   0 |4897k|   0 | 0.000000e+00 |      --      |    Inf 
1473.04/1473.04	c  1214s| 10840k|  7933k|     0 |   0.0 |2854M| 394 |   - | 652 |4385 |   0 |   0 |   0 |4909k|   0 | 0.000000e+00 |      --      |    Inf 
1475.94/1475.96	c  1217s| 10850k|  7933k|     0 |   0.0 |2854M| 394 |   - | 652 |4773 |   0 |   0 |   0 |4922k|   0 | 0.000000e+00 |      --      |    Inf 
1478.93/1478.99	c  1219s| 10860k|  7933k|     0 |   0.0 |2854M| 394 |   - | 652 |4838 |   0 |   0 |   0 |4935k|   0 | 0.000000e+00 |      --      |    Inf 
1481.94/1481.94	c  1222s| 10870k|  7933k|     0 |   0.0 |2854M| 394 |   - | 652 |4394 |   0 |   0 |   0 |4948k|   0 | 0.000000e+00 |      --      |    Inf 
1484.74/1484.77	c  1224s| 10880k|  7933k|     0 |   0.0 |2854M| 394 |   - | 652 |4601 |   0 |   0 |   0 |4959k|   0 | 0.000000e+00 |      --      |    Inf 
1487.64/1487.67	c  1227s| 10890k|  7933k|     0 |   0.0 |2854M| 394 |   - | 652 |4765 |   0 |   0 |   0 |4971k|   0 | 0.000000e+00 |      --      |    Inf 
1490.65/1490.63	c  1229s| 10900k|  7933k|     0 |   0.0 |2854M| 394 |   - | 652 |4587 |   0 |   0 |   0 |4984k|   0 | 0.000000e+00 |      --      |    Inf 
1493.44/1493.45	c  1232s| 10910k|  7933k|     0 |   0.0 |2854M| 394 |   - | 652 |4652 |   0 |   0 |   0 |4996k|   0 | 0.000000e+00 |      --      |    Inf 
1496.34/1496.32	c  1234s| 10920k|  7933k|     0 |   0.0 |2854M| 394 |   - | 652 |4509 |   0 |   0 |   0 |5008k|   0 | 0.000000e+00 |      --      |    Inf 
1499.34/1499.37	c  1237s| 10930k|  7933k|     0 |   0.0 |2855M| 394 |   - | 652 |5389 |   0 |   0 |   0 |5022k|   0 | 0.000000e+00 |      --      |    Inf 
1502.44/1502.41	c  1240s| 10940k|  7932k|     0 |   0.0 |2854M| 394 |   - | 652 |5337 |   0 |   0 |   0 |5036k|   0 | 0.000000e+00 |      --      |    Inf 
1505.44/1505.43	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1505.44/1505.43	c  1242s| 10950k|  7932k|     0 |   0.0 |2855M| 394 |   - | 652 |5536 |   0 |   0 |   0 |5049k|   0 | 0.000000e+00 |      --      |    Inf 
1508.54/1508.53	c  1245s| 10960k|  7932k|     0 |   0.0 |2855M| 394 |   - | 652 |5595 |   0 |   0 |   0 |5062k|   0 | 0.000000e+00 |      --      |    Inf 
1511.54/1511.54	c  1248s| 10970k|  7932k|     0 |   0.0 |2854M| 394 |   - | 652 |5203 |   0 |   0 |   0 |5074k|   0 | 0.000000e+00 |      --      |    Inf 
1514.64/1514.62	c  1250s| 10980k|  7932k|     0 |   0.0 |2854M| 394 |   - | 652 |4752 |   0 |   0 |   0 |5087k|   0 | 0.000000e+00 |      --      |    Inf 
1517.64/1517.68	c  1253s| 10990k|  7932k|     0 |   0.0 |2854M| 394 |   - | 652 |4824 |   0 |   0 |   0 |5099k|   0 | 0.000000e+00 |      --      |    Inf 
1520.74/1520.77	c  1256s| 11000k|  7932k|     0 |   0.0 |2854M| 394 |   - | 652 |5050 |   0 |   0 |   0 |5110k|   0 | 0.000000e+00 |      --      |    Inf 
1523.74/1523.70	c  1258s| 11010k|  7932k|     0 |   0.0 |2854M| 394 |   - | 652 |4534 |   0 |   0 |   0 |5122k|   0 | 0.000000e+00 |      --      |    Inf 
1526.64/1526.60	c  1261s| 11020k|  7932k|     0 |   0.0 |2854M| 394 |   - | 652 |4648 |   0 |   0 |   0 |5134k|   0 | 0.000000e+00 |      --      |    Inf 
1529.64/1529.60	c  1263s| 11030k|  7932k|     0 |   0.0 |2854M| 394 |   - | 652 |4932 |   0 |   0 |   0 |5147k|   0 | 0.000000e+00 |      --      |    Inf 
1532.54/1532.57	c  1266s| 11040k|  7932k|     0 |   0.0 |2854M| 394 |   - | 652 |4805 |   0 |   0 |   0 |5160k|   0 | 0.000000e+00 |      --      |    Inf 
1535.65/1535.60	c  1269s| 11050k|  7932k|     0 |   0.0 |2854M| 394 |   - | 652 |4977 |   0 |   0 |   0 |5174k|   0 | 0.000000e+00 |      --      |    Inf 
1538.64/1538.66	c  1271s| 11060k|  7932k|     0 |   0.0 |2854M| 394 |   - | 652 |4787 |   0 |   0 |   0 |5187k|   0 | 0.000000e+00 |      --      |    Inf 
1541.54/1541.58	c  1274s| 11070k|  7932k|     0 |   0.0 |2854M| 394 |   - | 652 |4598 |   0 |   0 |   0 |5199k|   0 | 0.000000e+00 |      --      |    Inf 
1544.55/1544.54	c  1277s| 11080k|  7932k|     0 |   0.0 |2854M| 394 |   - | 652 |4412 |   0 |   0 |   0 |5211k|   0 | 0.000000e+00 |      --      |    Inf 
1547.44/1547.41	c  1279s| 11090k|  7932k|     0 |   0.0 |2854M| 394 |   - | 652 |4777 |   0 |   0 |   0 |5223k|   0 | 0.000000e+00 |      --      |    Inf 
1550.34/1550.32	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1550.34/1550.32	c  1282s| 11100k|  7932k|     0 |   0.0 |2854M| 394 |   - | 652 |4865 |   0 |   0 |   0 |5236k|   0 | 0.000000e+00 |      --      |    Inf 
1553.25/1553.21	c  1284s| 11110k|  7932k|     0 |   0.0 |2854M| 394 |   - | 652 |4739 |   0 |   0 |   0 |5248k|   0 | 0.000000e+00 |      --      |    Inf 
1556.14/1556.12	c  1287s| 11120k|  7932k|     0 |   0.0 |2854M| 394 |   - | 652 |4666 |   0 |   0 |   0 |5260k|   0 | 0.000000e+00 |      --      |    Inf 
1559.04/1559.07	c  1289s| 11130k|  7932k|     0 |   0.0 |2854M| 394 |   - | 652 |4837 |   0 |   0 |   0 |5271k|   0 | 0.000000e+00 |      --      |    Inf 
1562.05/1562.04	c  1292s| 11140k|  7932k|     0 |   0.0 |2854M| 394 |   - | 652 |4611 |   0 |   0 |   0 |5284k|   0 | 0.000000e+00 |      --      |    Inf 
1564.94/1564.94	c  1295s| 11150k|  7932k|     0 |   0.0 |2854M| 394 |   - | 652 |4486 |   0 |   0 |   0 |5296k|   0 | 0.000000e+00 |      --      |    Inf 
1567.84/1567.87	c  1297s| 11160k|  7932k|     0 |   0.0 |2854M| 394 |   - | 652 |4834 |   0 |   0 |   0 |5309k|   0 | 0.000000e+00 |      --      |    Inf 
1570.74/1570.71	c  1300s| 11170k|  7932k|     0 |   0.0 |2854M| 394 |   - | 652 |4796 |   0 |   0 |   0 |5321k|   0 | 0.000000e+00 |      --      |    Inf 
1573.64/1573.65	c  1303s| 11180k|  7932k|     0 |   0.0 |2854M| 394 |   - | 652 |5291 |   0 |   0 |   0 |5334k|   0 | 0.000000e+00 |      --      |    Inf 
1576.74/1576.70	c  1305s| 11190k|  7931k|     0 |   0.0 |2854M| 394 |   - | 652 |5473 |   0 |   0 |   0 |5348k|   0 | 0.000000e+00 |      --      |    Inf 
1579.64/1579.67	c  1308s| 11200k|  7931k|     0 |   0.0 |2855M| 394 |   - | 652 |6307 |   0 |   0 |   0 |5361k|   0 | 0.000000e+00 |      --      |    Inf 
1582.84/1582.87	c  1311s| 11210k|  7931k|     0 |   0.0 |2854M| 394 |   - | 652 |5850 |   0 |   0 |   0 |5374k|   0 | 0.000000e+00 |      --      |    Inf 
1586.05/1586.03	c  1314s| 11220k|  7931k|     0 |   0.0 |2854M| 394 |   - | 652 |5879 |   0 |   0 |   0 |5387k|   0 | 0.000000e+00 |      --      |    Inf 
1589.14/1589.15	c  1316s| 11230k|  7931k|     0 |   0.0 |2854M| 394 |   - | 652 |5404 |   0 |   0 |   0 |5399k|   0 | 0.000000e+00 |      --      |    Inf 
1592.14/1592.16	c  1319s| 11240k|  7931k|     0 |   0.0 |2854M| 394 |   - | 652 |4996 |   0 |   0 |   0 |5412k|   0 | 0.000000e+00 |      --      |    Inf 
1595.34/1595.31	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1595.34/1595.31	c  1322s| 11250k|  7931k|     0 |   0.0 |2854M| 394 |   - | 652 |5014 |   0 |   0 |   0 |5425k|   0 | 0.000000e+00 |      --      |    Inf 
1598.35/1598.33	c  1325s| 11260k|  7931k|     0 |   0.0 |2854M| 394 |   - | 652 |4723 |   0 |   0 |   0 |5437k|   0 | 0.000000e+00 |      --      |    Inf 
1601.44/1601.42	c  1327s| 11270k|  7931k|     0 |   0.0 |2854M| 394 |   - | 652 |5055 |   0 |   0 |   0 |5451k|   0 | 0.000000e+00 |      --      |    Inf 
1604.34/1604.33	c  1330s| 11280k|  7931k|     0 |   0.0 |2854M| 394 |   - | 652 |4722 |   0 |   0 |   0 |5463k|   0 | 0.000000e+00 |      --      |    Inf 
1607.15/1607.17	c  1333s| 11290k|  7931k|     0 |   0.0 |2853M| 394 |   - | 652 |4296 |   0 |   0 |   0 |5474k|   0 | 0.000000e+00 |      --      |    Inf 
1610.14/1610.12	c  1335s| 11300k|  7931k|     0 |   0.0 |2854M| 394 |   - | 652 |4802 |   0 |   0 |   0 |5486k|   0 | 0.000000e+00 |      --      |    Inf 
1613.05/1613.06	c  1338s| 11310k|  7931k|     0 |   0.0 |2854M| 394 |   - | 652 |4643 |   0 |   0 |   0 |5498k|   0 | 0.000000e+00 |      --      |    Inf 
1616.05/1616.04	c  1340s| 11320k|  7931k|     0 |   0.0 |2854M| 394 |   - | 652 |4660 |   0 |   0 |   0 |5511k|   0 | 0.000000e+00 |      --      |    Inf 
1619.04/1619.04	c  1343s| 11330k|  7931k|     0 |   0.0 |2854M| 394 |   - | 652 |4905 |   0 |   0 |   0 |5524k|   0 | 0.000000e+00 |      --      |    Inf 
1622.04/1622.05	c  1346s| 11340k|  7931k|     0 |   0.0 |2854M| 394 |   - | 652 |4853 |   0 |   0 |   0 |5538k|   0 | 0.000000e+00 |      --      |    Inf 
1625.04/1625.06	c  1349s| 11350k|  7931k|     0 |   0.0 |2854M| 394 |   - | 652 |5006 |   0 |   0 |   0 |5551k|   0 | 0.000000e+00 |      --      |    Inf 
1628.04/1628.09	c  1351s| 11360k|  7931k|     0 |   0.0 |2853M| 394 |   - | 652 |4286 |   0 |   0 |   0 |5564k|   0 | 0.000000e+00 |      --      |    Inf 
1631.04/1631.09	c  1354s| 11370k|  7931k|     0 |   0.0 |2854M| 394 |   - | 652 |5228 |   0 |   0 |   0 |5577k|   0 | 0.000000e+00 |      --      |    Inf 
1634.04/1634.01	c  1357s| 11380k|  7931k|     0 |   0.0 |2854M| 394 |   - | 652 |4680 |   0 |   0 |   0 |5589k|   0 | 0.000000e+00 |      --      |    Inf 
1637.04/1637.04	c  1359s| 11390k|  7931k|     0 |   0.0 |2854M| 394 |   - | 652 |5177 |   0 |   0 |   0 |5601k|   0 | 0.000000e+00 |      --      |    Inf 
1640.04/1640.08	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1640.04/1640.08	c  1362s| 11400k|  7931k|     0 |   0.0 |2854M| 394 |   - | 652 |5025 |   0 |   0 |   0 |5614k|   0 | 0.000000e+00 |      --      |    Inf 
1643.14/1643.14	c  1365s| 11410k|  7931k|     0 |   0.0 |2854M| 394 |   - | 652 |5310 |   0 |   0 |   0 |5627k|   0 | 0.000000e+00 |      --      |    Inf 
1646.24/1646.23	c  1367s| 11420k|  7931k|     0 |   0.0 |2854M| 394 |   - | 652 |5729 |   0 |   0 |   0 |5639k|   0 | 0.000000e+00 |      --      |    Inf 
1649.34/1649.38	c  1370s| 11430k|  7931k|     0 |   0.0 |2854M| 394 |   - | 652 |5709 |   0 |   0 |   0 |5652k|   0 | 0.000000e+00 |      --      |    Inf 
1652.44/1652.47	c  1373s| 11440k|  7931k|     0 |   0.0 |2854M| 394 |   - | 652 |5618 |   0 |   0 |   0 |5666k|   0 | 0.000000e+00 |      --      |    Inf 
1655.55/1655.54	c  1376s| 11450k|  7931k|     0 |   0.0 |2854M| 394 |   - | 652 |5794 |   0 |   0 |   0 |5680k|   0 | 0.000000e+00 |      --      |    Inf 
1658.45/1658.50	c  1378s| 11460k|  7930k|     0 |   0.0 |2854M| 394 |   - | 652 |5816 |   0 |   0 |   0 |5693k|   0 | 0.000000e+00 |      --      |    Inf 
1661.65/1661.62	c  1381s| 11470k|  7930k|     0 |   0.0 |2854M| 394 |   - | 652 |5604 |   0 |   0 |   0 |5706k|   0 | 0.000000e+00 |      --      |    Inf 
1664.64/1664.67	c  1384s| 11480k|  7930k|     0 |   0.0 |2854M| 394 |   - | 652 |5853 |   0 |   0 |   0 |5719k|   0 | 0.000000e+00 |      --      |    Inf 
1667.85/1667.89	c  1387s| 11490k|  7930k|     0 |   0.0 |2854M| 394 |   - | 652 |6317 |   0 |   0 |   0 |5732k|   0 | 0.000000e+00 |      --      |    Inf 
1671.15/1671.13	c  1390s| 11500k|  7930k|     0 |   0.0 |2854M| 394 |   - | 652 |5960 |   0 |   0 |   0 |5744k|   0 | 0.000000e+00 |      --      |    Inf 
1674.25/1674.30	c  1393s| 11510k|  7930k|     0 |   0.0 |2854M| 394 |   - | 652 |5249 |   0 |   0 |   0 |5757k|   0 | 0.000000e+00 |      --      |    Inf 
1677.35/1677.31	c  1395s| 11520k|  7930k|     0 |   0.0 |2854M| 394 |   - | 652 |5136 |   0 |   0 |   0 |5769k|   0 | 0.000000e+00 |      --      |    Inf 
1680.45/1680.44	c  1398s| 11530k|  7930k|     0 |   0.0 |2854M| 394 |   - | 652 |5215 |   0 |   0 |   0 |5782k|   0 | 0.000000e+00 |      --      |    Inf 
1683.45/1683.46	c  1401s| 11540k|  7930k|     0 |   0.0 |2853M| 394 |   - | 652 |5072 |   0 |   0 |   0 |5794k|   0 | 0.000000e+00 |      --      |    Inf 
1686.45/1686.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1686.45/1686.48	c  1404s| 11550k|  7930k|     0 |   0.0 |2854M| 394 |   - | 652 |5261 |   0 |   0 |   0 |5807k|   0 | 0.000000e+00 |      --      |    Inf 
1689.54/1689.50	c  1406s| 11560k|  7930k|     0 |   0.0 |2853M| 394 |   - | 652 |4697 |   0 |   0 |   0 |5819k|   0 | 0.000000e+00 |      --      |    Inf 
1692.44/1692.44	c  1409s| 11570k|  7930k|     0 |   0.0 |2853M| 394 |   - | 652 |5069 |   0 |   0 |   0 |5831k|   0 | 0.000000e+00 |      --      |    Inf 
1695.45/1695.44	c  1412s| 11580k|  7930k|     0 |   0.0 |2853M| 394 |   - | 652 |4966 |   0 |   0 |   0 |5843k|   0 | 0.000000e+00 |      --      |    Inf 
1698.34/1698.35	c  1414s| 11590k|  7930k|     0 |   0.0 |2854M| 394 |   - | 652 |5361 |   0 |   0 |   0 |5856k|   0 | 0.000000e+00 |      --      |    Inf 
1701.45/1701.46	c  1417s| 11600k|  7930k|     0 |   0.0 |2853M| 394 |   - | 652 |4216 |   0 |   0 |   0 |5868k|   0 | 0.000000e+00 |      --      |    Inf 
1704.35/1704.38	c  1420s| 11610k|  7930k|     0 |   0.0 |2853M| 394 |   - | 652 |4144 |   0 |   0 |   0 |5881k|   0 | 0.000000e+00 |      --      |    Inf 
1707.15/1707.19	c  1422s| 11620k|  7930k|     0 |   0.0 |2853M| 394 |   - | 652 |4782 |   0 |   0 |   0 |5892k|   0 | 0.000000e+00 |      --      |    Inf 
1710.25/1710.25	c  1425s| 11630k|  7930k|     0 |   0.0 |2853M| 394 |   - | 652 |5059 |   0 |   0 |   0 |5904k|   0 | 0.000000e+00 |      --      |    Inf 
1713.24/1713.26	c  1428s| 11640k|  7930k|     0 |   0.0 |2853M| 394 |   - | 652 |5197 |   0 |   0 |   0 |5917k|   0 | 0.000000e+00 |      --      |    Inf 
1716.34/1716.35	c  1430s| 11650k|  7930k|     0 |   0.0 |2853M| 394 |   - | 652 |5149 |   0 |   0 |   0 |5929k|   0 | 0.000000e+00 |      --      |    Inf 
1719.46/1719.43	c  1433s| 11660k|  7930k|     0 |   0.0 |2854M| 394 |   - | 652 |5442 |   0 |   0 |   0 |5943k|   0 | 0.000000e+00 |      --      |    Inf 
1722.45/1722.49	c  1436s| 11670k|  7930k|     0 |   0.0 |2854M| 394 |   - | 652 |5426 |   0 |   0 |   0 |5956k|   0 | 0.000000e+00 |      --      |    Inf 
1725.55/1725.52	c  1439s| 11680k|  7930k|     0 |   0.0 |2853M| 394 |   - | 652 |5129 |   0 |   0 |   0 |5968k|   0 | 0.000000e+00 |      --      |    Inf 
1728.54/1728.55	c  1441s| 11690k|  7930k|     0 |   0.0 |2853M| 394 |   - | 652 |4518 |   0 |   0 |   0 |5980k|   0 | 0.000000e+00 |      --      |    Inf 
1731.45/1731.48	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1731.45/1731.48	c  1444s| 11700k|  7930k|     0 |   0.0 |2853M| 394 |   - | 652 |5100 |   0 |   0 |   0 |5992k|   0 | 0.000000e+00 |      --      |    Inf 
1734.55/1734.59	c  1447s| 11710k|  7930k|     0 |   0.0 |2854M| 394 |   - | 652 |5695 |   0 |   0 |   0 |6006k|   0 | 0.000000e+00 |      --      |    Inf 
1737.74/1737.78	c  1450s| 11720k|  7930k|     0 |   0.0 |2854M| 394 |   - | 652 |5908 |   0 |   0 |   0 |6019k|   0 | 0.000000e+00 |      --      |    Inf 
1740.95/1740.94	c  1452s| 11730k|  7930k|     0 |   0.0 |2854M| 394 |   - | 652 |5825 |   0 |   0 |   0 |6033k|   0 | 0.000000e+00 |      --      |    Inf 
1744.05/1744.05	c  1455s| 11740k|  7930k|     0 |   0.0 |2854M| 394 |   - | 652 |5639 |   0 |   0 |   0 |6047k|   0 | 0.000000e+00 |      --      |    Inf 
1747.05/1747.07	c  1458s| 11750k|  7930k|     0 |   0.0 |2854M| 394 |   - | 652 |5941 |   0 |   0 |   0 |6060k|   0 | 0.000000e+00 |      --      |    Inf 
1750.15/1750.18	c  1461s| 11760k|  7929k|     0 |   0.0 |2854M| 394 |   - | 652 |6348 |   0 |   0 |   0 |6073k|   0 | 0.000000e+00 |      --      |    Inf 
1753.46/1753.47	c  1464s| 11770k|  7929k|     0 |   0.0 |2854M| 394 |   - | 652 |5975 |   0 |   0 |   0 |6085k|   0 | 0.000000e+00 |      --      |    Inf 
1756.65/1756.61	c  1467s| 11780k|  7929k|     0 |   0.0 |2854M| 394 |   - | 652 |5630 |   0 |   0 |   0 |6097k|   0 | 0.000000e+00 |      --      |    Inf 
1759.55/1759.58	c  1469s| 11790k|  7929k|     0 |   0.0 |2854M| 394 |   - | 652 |6030 |   0 |   0 |   0 |6110k|   0 | 0.000000e+00 |      --      |    Inf 
1762.75/1762.74	c  1472s| 11800k|  7929k|     0 |   0.0 |2853M| 394 |   - | 652 |5624 |   0 |   0 |   0 |6122k|   0 | 0.000000e+00 |      --      |    Inf 
1765.75/1765.79	c  1475s| 11810k|  7929k|     0 |   0.0 |2853M| 394 |   - | 652 |5352 |   0 |   0 |   0 |6136k|   0 | 0.000000e+00 |      --      |    Inf 
1768.95/1768.92	c  1478s| 11820k|  7929k|     0 |   0.0 |2854M| 394 |   - | 652 |6128 |   0 |   0 |   0 |6148k|   0 | 0.000000e+00 |      --      |    Inf 
1772.35/1772.34	c  1481s| 11830k|  7929k|     0 |   0.0 |2853M| 394 |   - | 652 |5360 |   0 |   0 |   0 |6162k|   0 | 0.000000e+00 |      --      |    Inf 
1775.46/1775.43	c  1483s| 11840k|  7929k|     0 |   0.0 |2853M| 394 |   - | 652 |4959 |   0 |   0 |   0 |6174k|   0 | 0.000000e+00 |      --      |    Inf 
1778.45/1778.40	c  time | node  | left  |LP iter|LP it/n| mem |mdpt |frac |vars |cons |cols |rows |cuts |confs|strbr|  dualbound   | primalbound  |  gap   
1778.45/1778.40	c  1486s| 11850k|  7929k|     0 |   0.0 |2853M| 394 |   - | 652 |5484 |   0 |   0 |   0 |6187k|   0 | 0.000000e+00 |      --      |    Inf 
1781.54/1781.52	c  1489s| 11860k|  7929k|     0 |   0.0 |2854M| 394 |   - | 652 |6049 |   0 |   0 |   0 |6200k|   0 | 0.000000e+00 |      --      |    Inf 
1784.65/1784.69	c  1492s| 11870k|  7929k|     0 |   0.0 |2853M| 394 |   - | 652 |5472 |   0 |   0 |   0 |6212k|   0 | 0.000000e+00 |      --      |    Inf 
1787.85/1787.85	c  1495s| 11880k|  7929k|     0 |   0.0 |2853M| 394 |   - | 652 |5417 |   0 |   0 |   0 |6225k|   0 | 0.000000e+00 |      --      |    Inf 
1790.95/1790.97	c  1497s| 11890k|  7929k|     0 |   0.0 |2853M| 394 |   - | 652 |5097 |   0 |   0 |   0 |6237k|   0 | 0.000000e+00 |      --      |    Inf 
1794.05/1794.07	c  1500s| 11900k|  7929k|     0 |   0.0 |2853M| 394 |   - | 652 |5495 |   0 |   0 |   0 |6250k|   0 | 0.000000e+00 |      --      |    Inf 
1797.35/1797.33	c  1503s| 11910k|  7929k|     0 |   0.0 |2853M| 394 |   - | 652 |5728 |   0 |   0 |   0 |6264k|   0 | 0.000000e+00 |      --      |    Inf 
1800.06/1800.00	c pressed CTRL-C 1 times (5 times for forcing termination)
1800.06/1800.00	c 
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Solving Time (sec) : 1505.52
1800.06/1800.00	c Solving Nodes      : 11918704
1800.06/1800.00	c Primal Bound       : +1.00000000000000e+20 (0 solutions)
1800.06/1800.00	c Dual Bound         : +0.00000000000000e+00
1800.06/1800.00	c Gap                : infinite
1800.06/1800.00	s UNKNOWN
1800.06/1800.00	c SCIP Status        : solving was interrupted [user interrupt]
1800.06/1800.00	c Solving Time       :    1505.52
1800.06/1800.00	c Original Problem   :
1800.06/1800.00	c   Problem name     : HOME/instance-2693717-1277890528.wbo
1800.06/1800.00	c   Variables        : 652 (626 binary, 0 integer, 0 implicit integer, 26 continuous)
1800.06/1800.00	c   Constraints      : 97 initial, 97 maximal
1800.06/1800.00	c Presolved Problem  :
1800.06/1800.00	c   Problem name     : t_HOME/instance-2693717-1277890528.wbo
1800.06/1800.00	c   Variables        : 652 (626 binary, 0 integer, 0 implicit integer, 26 continuous)
1800.06/1800.00	c   Constraints      : 96 initial, 6667 maximal
1800.06/1800.00	c Presolvers         :       Time  FixedVars   AggrVars   ChgTypes  ChgBounds   AddHoles    DelCons   ChgSides   ChgCoefs
1800.06/1800.00	c   trivial          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   dualfix          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   boundshift       :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   inttobinary      :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   implics          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   probing          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   indicator        :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   setppc           :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   linear           :       0.00          0          0          0         26          0          1          0          0
1800.06/1800.00	c   logicor          :       0.00          0          0          0          0          0          0          0          0
1800.06/1800.00	c   root node        :          -          0          -          -          0          -          -          -          -
1800.06/1800.00	c Constraints        :     Number  #Separate #Propagate    #EnfoLP    #EnfoPS    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.00	c   integral         :          0          0          0          0          0          0          0          0          0          0
1800.06/1800.00	c   indicator        :         26          0      33438          0      29664          0       1388          0          0          0
1800.06/1800.00	c   setppc           :         17          0   25667332          0   10841639    1191077   97155880          0          0          0
1800.06/1800.00	c   linear           :         26          0   24476255          0   10841638     548759   12430621          0          0          0
1800.06/1800.00	c   logicor          :         27+         0   14848879          0   10841638     665702   18192965          0          0          0
1800.06/1800.00	c   countsols        :          0          0          0          0   10841638          0          0          0          0          0
1800.06/1800.00	c Constraint Timings :  TotalTime   Separate  Propagate     EnfoLP     EnfoPS
1800.06/1800.00	c   integral         :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.00	c   indicator        :       0.04       0.00       0.00       0.00       0.04
1800.06/1800.00	c   setppc           :     205.99       0.00     168.17       0.00      37.82
1800.06/1800.00	c   linear           :     104.38       0.00     104.11       0.00       0.27
1800.06/1800.00	c   logicor          :     369.20       0.00     322.80       0.00      46.40
1800.06/1800.00	c   countsols        :       0.00       0.00       0.00       0.00       0.00
1800.06/1800.00	c Propagators        :       Time      Calls    Cutoffs    DomReds
1800.06/1800.00	c   vbounds          :       0.01          2          0          0
1800.06/1800.00	c   rootredcost      :       0.00          0          0          0
1800.06/1800.00	c   pseudoobj        :       9.37   25667132          0          0
1800.06/1800.00	c Conflict Analysis  :       Time      Calls    Success  Conflicts   Literals    Reconvs ReconvLits   LP Iters
1800.06/1800.00	c   propagation      :     200.06    2405538    2405538   14031338       74.5    1174202       17.4          -
1800.06/1800.00	c   infeasible LP    :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.00	c   bound exceed. LP :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.00	c   strong branching :       0.00          0          0          0        0.0          0        0.0          0
1800.06/1800.00	c   pseudo solution  :       0.00          0          0          0        0.0          0        0.0          -
1800.06/1800.00	c   applied globally :          -          -          -    5310256       37.9          -          -          -
1800.06/1800.00	c   applied locally  :          -          -          -     965090       81.5          -          -          -
1800.06/1800.00	c Separators         :       Time      Calls    Cutoffs    DomReds       Cuts      Conss
1800.06/1800.00	c   cut pool         :       0.00          0          -          -          0          -    (maximal pool size: 0)
1800.06/1800.00	c   redcost          :       0.00          0          0          0          0          0
1800.06/1800.00	c   impliedbounds    :       0.00          0          0          0          0          0
1800.06/1800.00	c   intobj           :       0.00          0          0          0          0          0
1800.06/1800.00	c   cgmip            :       0.00          0          0          0          0          0
1800.06/1800.00	c   gomory           :       0.00          0          0          0          0          0
1800.06/1800.00	c   strongcg         :       0.00          0          0          0          0          0
1800.06/1800.00	c   cmir             :       0.00          0          0          0          0          0
1800.06/1800.00	c   flowcover        :       0.00          0          0          0          0          0
1800.06/1800.00	c   clique           :       0.00          0          0          0          0          0
1800.06/1800.00	c   zerohalf         :       0.00          0          0          0          0          0
1800.06/1800.00	c   mcf              :       0.00          0          0          0          0          0
1800.06/1800.00	c   rapidlearning    :       0.00          0          0          0          0          0
1800.06/1800.00	c Pricers            :       Time      Calls       Vars
1800.06/1800.00	c   problem variables:       0.00          0          0
1800.06/1800.00	c Branching Rules    :       Time      Calls    Cutoffs    DomReds       Cuts      Conss   Children
1800.06/1800.00	c   relpscost        :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   pscost           :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   inference        :     296.64   10841638          0          0          0          0   21683276
1800.06/1800.00	c   mostinf          :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   leastinf         :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   fullstrong       :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   allfullstrong    :       0.00          0          0          0          0          0          0
1800.06/1800.00	c   random           :       0.00          0          0          0          0          0          0
1800.06/1800.00	c Primal Heuristics  :       Time      Calls      Found
1800.06/1800.00	c   LP solutions     :       0.00          -          0
1800.06/1800.00	c   pseudo solutions :       0.00          -          0
1800.06/1800.00	c   oneopt           :       0.00          0          0
1800.06/1800.00	c   trivial          :       0.01          2          0
1800.06/1800.00	c   simplerounding   :       0.00          0          0
1800.06/1800.00	c   zirounding       :       0.00          0          0
1800.06/1800.00	c   rounding         :       0.00          0          0
1800.06/1800.00	c   shifting         :       0.00          0          0
1800.06/1800.00	c   intshifting      :       0.00          0          0
1800.06/1800.00	c   twoopt           :       0.00          0          0
1800.06/1800.00	c   fixandinfer      :       0.00          0          0
1800.06/1800.00	c   feaspump         :       0.00          0          0
1800.06/1800.00	c   coefdiving       :       0.00          0          0
1800.06/1800.00	c   pscostdiving     :       0.00          0          0
1800.06/1800.00	c   fracdiving       :       0.00          0          0
1800.06/1800.00	c   veclendiving     :       0.00          0          0
1800.06/1800.00	c   intdiving        :       0.00          0          0
1800.06/1800.00	c   actconsdiving    :       0.00          0          0
1800.06/1800.00	c   objpscostdiving  :       0.00          0          0
1800.06/1800.00	c   rootsoldiving    :       0.00          0          0
1800.06/1800.00	c   linesearchdiving :       0.00          0          0
1800.06/1800.00	c   guideddiving     :       0.00          0          0
1800.06/1800.00	c   octane           :       0.00          0          0
1800.06/1800.00	c   rens             :       0.00          0          0
1800.06/1800.00	c   rins             :       0.00          0          0
1800.06/1800.00	c   localbranching   :       0.00          0          0
1800.06/1800.00	c   mutation         :       0.00          0          0
1800.06/1800.00	c   crossover        :       0.00          0          0
1800.06/1800.00	c   dins             :       0.00          0          0
1800.06/1800.00	c   undercover       :       0.00          0          0
1800.06/1800.00	c   nlp              :       0.03          0          0
1800.06/1800.00	c   trysol           :       0.00          1          0
1800.06/1800.00	c LP                 :       Time      Calls Iterations  Iter/call   Iter/sec
1800.06/1800.00	c   primal LP        :       0.00          0          0       0.00          -
1800.06/1800.00	c   dual LP          :       0.00          0          0       0.00          -
1800.06/1800.00	c   lex dual LP      :       0.00          0          0       0.00          -
1800.06/1800.00	c   barrier LP       :       0.00          0          0       0.00          -
1800.06/1800.00	c   diving/probing LP:       0.00          0          0       0.00          -
1800.06/1800.00	c   strong branching :       0.00          0          0       0.00          -
1800.06/1800.00	c     (at root node) :          -          0          0       0.00          -
1800.06/1800.00	c   conflict analysis:       0.00          0          0       0.00          -
1800.06/1800.00	c B&B Tree           :
1800.06/1800.00	c   number of runs   :          1
1800.06/1800.00	c   nodes            :   11918704
1800.06/1800.00	c   nodes (total)    :   11918704
1800.06/1800.00	c   nodes left       :    7929716
1800.06/1800.00	c   max depth        :        394
1800.06/1800.00	c   max depth (total):        394
1800.06/1800.00	c   backtracks       :    1403424 (11.8%)
1800.06/1800.00	c   delayed cutoffs  :    1834857
1800.06/1800.00	c   repropagations   :    2984337 (65674089 domain reductions, 1328472 cutoffs)
1800.06/1800.00	c   avg switch length:       3.89
1800.06/1800.00	c   switching time   :     374.13
1800.06/1800.00	c Solution           :
1800.06/1800.00	c   Solutions found  :          0 (0 improvements)
1800.06/1800.00	c   Primal Bound     :          -
1800.06/1800.00	c   Dual Bound       : +0.00000000000000e+00
1800.06/1800.00	c   Gap              :   infinite
1800.06/1800.00	c   Root Dual Bound  : +0.00000000000000e+00
1800.06/1800.00	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-2693717-1277890528/watcher-2693717-1277890528 -o /tmp/evaluation-result-2693717-1277890528/solver-2693717-1277890528 -C 1800 -W 2000 -M 3800 HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693717-1277890528.wbo -t 1800 -m 3800 

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): 3891200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 3942400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 2.87 3.34 3/182 11197
/proc/meminfo: memFree=31437632/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=8544 CPUtime=0
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 1617 0 0 0 0 0 0 0 21 0 1 0 130348424 8749056 1540 4089446400 4194304 7136930 140734695031264 18446744073709551615 6164672 0 0 4096 0 0 0 0 17 3 0 0 0
/proc/11197/statm: 2136 1540 275 719 0 1415 0

[startup+0.102492 s]
/proc/loadavg: 1.93 2.87 3.34 3/182 11197
/proc/meminfo: memFree=31437632/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=13260 CPUtime=0.09
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 4329 0 0 0 6 3 0 0 21 0 1 0 130348424 13578240 2614 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11197/statm: 3315 2614 394 719 0 2594 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13260

[startup+0.200474 s]
/proc/loadavg: 1.93 2.87 3.34 3/182 11197
/proc/meminfo: memFree=31437632/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=13896 CPUtime=0.19
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 4490 0 0 0 13 6 0 0 21 0 1 0 130348424 14229504 2775 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11197/statm: 3474 2775 394 719 0 2753 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 13896

[startup+0.300455 s]
/proc/loadavg: 1.93 2.87 3.34 3/182 11197
/proc/meminfo: memFree=31437632/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=14932 CPUtime=0.29
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 4757 0 0 0 21 8 0 0 21 0 1 0 130348424 15290368 3042 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11197/statm: 3733 3042 394 719 0 3012 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14932

[startup+0.700382 s]
/proc/loadavg: 1.93 2.87 3.34 3/182 11197
/proc/meminfo: memFree=31437632/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=17308 CPUtime=0.69
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 5361 0 0 0 50 19 0 0 22 0 1 0 130348424 17723392 3646 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11197/statm: 4327 3646 394 719 0 3606 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 17308

[startup+1.50023 s]
/proc/loadavg: 1.93 2.87 3.34 3/183 11198
/proc/meminfo: memFree=31422124/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=22084 CPUtime=1.49
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 6571 0 0 0 110 39 0 0 25 0 1 0 130348424 22614016 4856 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11197/statm: 5521 4856 394 719 0 4800 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22084

[startup+3.10093 s]
/proc/loadavg: 1.93 2.87 3.34 3/183 11198
/proc/meminfo: memFree=31416668/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=29300 CPUtime=3.09
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 8473 0 0 0 234 75 0 0 25 0 1 0 130348424 30003200 6758 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11197/statm: 7325 6758 394 719 0 6604 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29300

[startup+6.30034 s]
/proc/loadavg: 1.93 2.86 3.34 3/183 11198
/proc/meminfo: memFree=31401912/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=46960 CPUtime=6.29
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 12507 0 0 0 475 154 0 0 25 0 1 0 130348424 48087040 10792 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11197/statm: 11740 10792 394 719 0 11019 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46960

[startup+12.7002 s]
/proc/loadavg: 1.94 2.84 3.33 3/183 11198
/proc/meminfo: memFree=31372276/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=74000 CPUtime=12.69
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 19576 0 0 0 961 308 0 0 25 0 1 0 130348424 75776000 17861 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11197/statm: 18500 17861 394 719 0 17779 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 74000

[startup+25.5008 s]
/proc/loadavg: 1.95 2.80 3.31 3/183 11198
/proc/meminfo: memFree=31309220/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=139852 CPUtime=25.49
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 35610 0 0 0 1929 620 0 0 25 0 1 0 130348424 143208448 33895 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11197/statm: 34963 33895 394 719 0 34242 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 139852

[startup+51.1011 s]
/proc/loadavg: 1.97 2.73 3.27 3/183 11199
/proc/meminfo: memFree=31201824/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=253032 CPUtime=51.09
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 62693 0 0 0 3929 1180 0 0 25 0 1 0 130348424 259104768 60978 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 3 0 0 0
/proc/11197/statm: 63258 60978 394 719 0 62537 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 253032

[startup+102.301 s]
/proc/loadavg: 1.98 2.62 3.20 3/183 11200
/proc/meminfo: memFree=30973748/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=485264 CPUtime=102.3
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 118881 0 0 0 7854 2376 0 0 25 0 1 0 130348424 496910336 117166 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11197/statm: 121316 117166 394 719 0 120595 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 485264

[startup+162.3 s]
/proc/loadavg: 2.03 2.52 3.13 3/183 11202
/proc/meminfo: memFree=30732520/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=717440 CPUtime=162.29
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 179584 0 0 0 12463 3766 0 0 25 0 1 0 130348424 734658560 177869 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11197/statm: 179360 177869 394 719 0 178639 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 717440

[startup+222.306 s]
/proc/loadavg: 2.01 2.42 3.06 3/183 11204
/proc/meminfo: memFree=30496740/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=972608 CPUtime=222.3
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 237795 0 0 0 17100 5130 0 0 25 0 1 0 130348424 995950592 236080 4089446400 4194304 7136930 140734695031264 18446744073709551615 4409185 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11197/statm: 243152 236080 394 719 0 242431 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 972608

[startup+282.3 s]
/proc/loadavg: 2.00 2.34 2.99 3/183 11206
/proc/meminfo: memFree=30263700/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=1197884 CPUtime=282.3
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 296631 0 0 0 21780 6450 0 0 25 0 1 0 130348424 1226633216 294916 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11197/statm: 299471 294916 394 719 0 298750 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 1197884

[startup+342.301 s]
/proc/loadavg: 2.06 2.29 2.93 3/183 11207
/proc/meminfo: memFree=30038952/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=1411776 CPUtime=342.3
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 352502 0 0 0 26508 7722 0 0 25 0 1 0 130348424 1445658624 350787 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11197/statm: 352944 350787 394 719 0 352223 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 1411776

[startup+402.301 s]
/proc/loadavg: 2.07 2.25 2.87 3/183 11208
/proc/meminfo: memFree=29820660/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=1686828 CPUtime=402.3
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 407238 0 0 0 31268 8962 0 0 25 0 1 0 130348424 1727311872 405523 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11197/statm: 421707 405523 394 719 0 420986 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 1686828

[startup+462.301 s]
/proc/loadavg: 2.09 2.22 2.82 3/183 11210
/proc/meminfo: memFree=29602488/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=1892872 CPUtime=462.31
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 461010 0 0 0 36041 10190 0 0 25 0 1 0 130348424 1938300928 459295 4089446400 4194304 7136930 140734695031264 18446744073709551615 6123184 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11197/statm: 473218 459295 394 719 0 472497 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 1892872

[startup+522.301 s]
/proc/loadavg: 2.03 2.18 2.77 3/183 11212
/proc/meminfo: memFree=29387924/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=2100292 CPUtime=522.3
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 515073 0 0 0 40802 11428 0 0 25 0 1 0 130348424 2150699008 513358 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11197/statm: 525073 513358 394 719 0 524352 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 2100292

[startup+582.301 s]
/proc/loadavg: 2.01 2.14 2.71 3/183 11214
/proc/meminfo: memFree=29187604/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=2290120 CPUtime=582.31
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 564642 0 0 0 45668 12563 0 0 25 0 1 0 130348424 2345082880 562927 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11197/statm: 572530 562927 394 719 0 571809 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 2290120

[startup+642.301 s]
/proc/loadavg: 2.00 2.11 2.67 3/183 11215
/proc/meminfo: memFree=28992380/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=2479688 CPUtime=642.31
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 613970 0 0 0 50572 13659 0 0 25 0 1 0 130348424 2539200512 612255 4089446400 4194304 7136930 140734695031264 18446744073709551615 4999837 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11197/statm: 619922 612255 394 719 0 619201 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 2479688

[startup+702.301 s]

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

/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 786450 0 0 0 85883 20350 0 0 25 0 1 0 130348424 3095281664 753643 4089446400 4194304 7136930 140734695031264 18446744073709551615 5000156 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11197/statm: 755684 753643 394 719 0 754963 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 3022736

[startup+1122.3 s]
/proc/loadavg: 2.01 2.06 2.41 3/183 11256
/proc/meminfo: memFree=28231044/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=3023880 CPUtime=1122.33
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 786719 0 0 0 91061 21172 0 0 25 0 1 0 130348424 3096453120 753912 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11197/statm: 755970 753912 394 719 0 755249 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 3023880

[startup+1182.3 s]
/proc/loadavg: 2.00 2.04 2.38 3/183 11258
/proc/meminfo: memFree=28092604/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=3023880 CPUtime=1182.33
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 786719 0 0 0 96232 22001 0 0 25 0 1 0 130348424 3096453120 753912 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11197/statm: 755970 753912 394 719 0 755249 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 3023880

[startup+1242.3 s]
/proc/loadavg: 2.00 2.03 2.35 3/183 11259
/proc/meminfo: memFree=27962120/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=3024856 CPUtime=1242.33
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 786963 0 0 0 101414 22819 0 0 25 0 1 0 130348424 3097452544 754156 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11197/statm: 756214 754156 394 719 0 755493 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 3024856

[startup+1302.3 s]
/proc/loadavg: 2.00 2.02 2.33 3/183 11260
/proc/meminfo: memFree=27847364/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=3024856 CPUtime=1302.33
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 786980 0 0 0 106606 23627 0 0 25 0 1 0 130348424 3097452544 754173 4089446400 4194304 7136930 140734695031264 18446744073709551615 4219807 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11197/statm: 756214 754173 394 719 0 755493 0
Current children cumulated CPU time (s) 1302.33
Current children cumulated vsize (KiB) 3024856

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.30 3/183 11262
/proc/meminfo: memFree=27734084/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=3025008 CPUtime=1362.33
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 786996 0 0 0 111806 24427 0 0 25 0 1 0 130348424 3097608192 754189 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11197/statm: 756252 754189 394 719 0 755531 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 3025008

[startup+1422.3 s]
/proc/loadavg: 2.06 2.03 2.28 3/183 11264
/proc/meminfo: memFree=27631004/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=3025180 CPUtime=1422.34
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 787032 0 0 0 117006 25228 0 0 25 0 1 0 130348424 3097784320 754225 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11197/statm: 756295 754225 394 719 0 755574 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 3025180

[startup+1482.3 s]
/proc/loadavg: 2.06 2.03 2.27 3/183 11266
/proc/meminfo: memFree=27516756/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=3025180 CPUtime=1482.34
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 787060 0 0 0 122211 26023 0 0 25 0 1 0 130348424 3097784320 754253 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11197/statm: 756295 754253 394 719 0 755574 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 3025180

[startup+1542.31 s]
/proc/loadavg: 2.02 2.03 2.25 3/183 11276
/proc/meminfo: memFree=27418696/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=3025180 CPUtime=1542.35
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 787060 0 0 0 127453 26782 0 0 25 0 1 0 130348424 3097784320 754253 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11197/statm: 756295 754253 394 719 0 755574 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 3025180

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.23 3/183 11277
/proc/meminfo: memFree=27317080/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=3025576 CPUtime=1602.35
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 787145 0 0 0 132821 27414 0 0 25 0 1 0 130348424 3098189824 754338 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11197/statm: 756394 754338 394 719 0 755673 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 3025576

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.22 3/183 11279
/proc/meminfo: memFree=27215480/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=3025576 CPUtime=1662.35
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 787145 0 0 0 138189 28046 0 0 25 0 1 0 130348424 3098189824 754338 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11197/statm: 756394 754338 394 719 0 755673 0
Current children cumulated CPU time (s) 1662.35
Current children cumulated vsize (KiB) 3025576

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.20 3/183 11281
/proc/meminfo: memFree=27125044/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=3025712 CPUtime=1722.34
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 787163 0 0 0 143572 28662 0 0 25 0 1 0 130348424 3098329088 754356 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11197/statm: 756428 754356 394 719 0 755707 0
Current children cumulated CPU time (s) 1722.34
Current children cumulated vsize (KiB) 3025712

[startup+1782.3 s]
/proc/loadavg: 2.04 2.02 2.19 3/183 11283
/proc/meminfo: memFree=27034968/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=3025712 CPUtime=1782.35
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 787163 0 0 0 148961 29274 0 0 25 0 1 0 130348424 3098329088 754356 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11197/statm: 756428 754356 394 719 0 755707 0
Current children cumulated CPU time (s) 1782.35
Current children cumulated vsize (KiB) 3025712



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800 s]
/proc/loadavg: 2.02 2.02 2.18 3/183 11283
/proc/meminfo: memFree=27007188/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=3025712 CPUtime=1800.06
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 787163 0 0 0 150552 29454 0 0 25 0 1 0 130348424 3098329088 754356 4089446400 4194304 7136930 140734695031264 18446744073709551615 6354266 0 0 4096 16384 0 0 0 17 7 0 0 0
/proc/11197/statm: 756428 754356 394 719 0 755707 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 3025712

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -11197

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

[startup+1800.7 s]
/proc/loadavg: 2.02 2.02 2.18 3/184 11284
/proc/meminfo: memFree=27007180/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=3024164 CPUtime=1800.76
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 787181 0 0 0 150622 29454 0 0 18 0 1 0 130348424 3096743936 753987 4089446400 4194304 7136930 140734695031264 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11197/statm: 756041 753987 399 719 0 755320 0
Current children cumulated CPU time (s) 1800.76
Current children cumulated vsize (KiB) 3024164

[startup+1801.5 s]
/proc/loadavg: 2.02 2.02 2.18 3/184 11284
/proc/meminfo: memFree=27007180/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=3024164 CPUtime=1801.55
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 787181 0 0 0 150701 29454 0 0 20 0 1 0 130348424 3096743936 753987 4089446400 4194304 7136930 140734695031264 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11197/statm: 756041 753987 399 719 0 755320 0
Current children cumulated CPU time (s) 1801.55
Current children cumulated vsize (KiB) 3024164

[startup+1801.91 s]
/proc/loadavg: 2.02 2.02 2.18 3/184 11284
/proc/meminfo: memFree=27005816/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=3024164 CPUtime=1801.96
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 787181 0 0 0 150742 29454 0 0 20 0 1 0 130348424 3096743936 753987 4089446400 4194304 7136930 140734695031264 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11197/statm: 756041 753987 399 719 0 755320 0
Current children cumulated CPU time (s) 1801.96
Current children cumulated vsize (KiB) 3024164

[startup+1802 s]
/proc/loadavg: 2.02 2.02 2.18 3/184 11284
/proc/meminfo: memFree=27005816/32951124 swapFree=67111528/67111528
[pid=11197] ppid=11195 vsize=3024164 CPUtime=1802.05
/proc/11197/stat : 11197 (pbscip.linux.x8) R 11195 11197 10123 0 -1 4202496 787181 0 0 0 150751 29454 0 0 21 0 1 0 130348424 3096743936 753987 4089446400 4194304 7136930 140734695031264 18446744073709551615 6165759 0 0 4096 0 0 0 0 17 7 0 0 0
/proc/11197/statm: 756041 753987 399 719 0 755320 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 3024164

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1802.1
CPU time (s): 1802.16
CPU user time (s): 1507.52
CPU system time (s): 294.634
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 3151608

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

runsolver used 2.81557 second user time and 5.9271 second system time

The end

Launcher Data

Begin job on node135 at 2010-06-30 11:35:28
IDJOB=2693717
IDBENCH=78684
IDSOLVER=1206
FILE ID=node135/2693717-1277890528
PBS_JOBID= 11197084
Free space on /tmp= 74136 MiB

SOLVER NAME= SCIPnone SCIP 1.2.1.2 without any LP solver
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB05/aloul/FPGA_SAT05/normalized-chnl15_20_pb.cnf.cr--soft-66-100-0.wbo
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-2693717-1277890528/watcher-2693717-1277890528 -o /tmp/evaluation-result-2693717-1277890528/solver-2693717-1277890528 -C 1800 -W 2000 -M 3800  HOME/pbscip.linux.x86_64.gnu.opt.none -f HOME/instance-2693717-1277890528.wbo -t 1800 -m 3800

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

MD5SUM BENCH= cf0241dbee717fce31205c3d6c127ed0
RANDOM SEED=203638871

node135.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      31438284 kB
Buffers:        172148 kB
Cached:        1099680 kB
SwapCached:          0 kB
Active:         552120 kB
Inactive:       813988 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31438284 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3108 kB
Writeback:           0 kB
AnonPages:       94380 kB
Mapped:          14980 kB
Slab:            80888 kB
PageTables:       4412 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   241052 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74132 MiB
End job on node135 at 2010-06-30 12:05:30